@import url(../../../third-party/js/jquery-ui-dist/jquery-ui.css);
@import url(../../../third-party/js/@fancyapps/fancybox/dist/jquery.fancybox.min.css);
@import url(../../../third-party/js/font-awesome/css/font-awesome.min.css);
.text--black {
  color: #232225 !important; }

.text--white {
  color: white !important; }

.text--green {
  color: #17FAB1 !important; }

.text--green-dark {
  color: #01ba9b !important; }

.text--purple {
  color: #8200b8 !important; }

.text--purple2 {
  color: #B86DFF !important; }

.text--gradient-red {
  background: -webkit-linear-gradient(#E75052, #D90F75);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.text--gradient-blue {
  background: -webkit-linear-gradient(#74D9FB, #3A9EFE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

a {
  text-decoration: none; }

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

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

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

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

.text--compact {
  line-height: 1.1 !important; }

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

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

/* 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; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #FD0074;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(35, 34, 37, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #FD0074;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #b10051;
    text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(35, 34, 37, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

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

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(35, 34, 37, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(35, 34, 37, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #feb8d8; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #fe7ab7; }

.table-hover .table-primary:hover {
  background-color: #fe9fca; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #fe9fca; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(35, 34, 37, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(22, 22, 24, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(22, 22, 24, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff7eb9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(253, 0, 116, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(253, 0, 116, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #FD0074;
  border-color: #FD0074; }
  .btn-primary:hover {
    color: #fff;
    background-color: #d70062;
    border-color: #ca005d; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #d70062;
    border-color: #ca005d;
    box-shadow: 0 0 0 0.2rem rgba(253, 38, 137, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #FD0074;
    border-color: #FD0074; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ca005d;
    border-color: #bd0057; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(253, 38, 137, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #FD0074;
  border-color: #FD0074; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #FD0074;
    border-color: #FD0074; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 0, 116, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #FD0074;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #FD0074;
    border-color: #FD0074; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(253, 0, 116, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #FD0074;
  text-decoration: none; }
  .btn-link:hover {
    color: #b10051;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(35, 34, 37, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #FD0074; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #FD0074;
    background-color: #FD0074; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(253, 0, 116, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #ff7eb9; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #ffb1d4;
    border-color: #ffb1d4; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #FD0074;
  background-color: #FD0074; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(253, 0, 116, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(253, 0, 116, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(253, 0, 116, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(253, 0, 116, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #ff7eb9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(253, 0, 116, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #ff7eb9;
    box-shadow: 0 0 0 0.2rem rgba(253, 0, 116, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(253, 0, 116, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(253, 0, 116, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(253, 0, 116, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #FD0074;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #ffb1d4; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #FD0074;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #ffb1d4; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #FD0074;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #ffb1d4; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #FD0074; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(35, 34, 37, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(35, 34, 37, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(35, 34, 37, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(35, 34, 37, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(35, 34, 37, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(35, 34, 37, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(35, 34, 37, 0.5);
  border-color: rgba(35, 34, 37, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(35, 34, 37, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(35, 34, 37, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(35, 34, 37, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(35, 34, 37, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(35, 34, 37, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(35, 34, 37, 0.03);
  border-bottom: 1px solid rgba(35, 34, 37, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(35, 34, 37, 0.03);
  border-top: 1px solid rgba(35, 34, 37, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #FD0074;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #b10051;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(253, 0, 116, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #FD0074;
  border-color: #FD0074; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #FD0074; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #ca005d; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(253, 0, 116, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #94104e;
  background-color: #ffcce3;
  border-color: #feb8d8; }
  .alert-primary hr {
    border-top-color: #fe9fca; }
  .alert-primary .alert-link {
    color: #660b36; }

.alert-secondary {
  color: #494d53;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #313438; }

.alert-success {
  color: #266736;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #184222; }

.alert-info {
  color: #1d6571;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #134148; }

.alert-warning {
  color: #957515;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #68520f; }

.alert-danger {
  color: #832c36;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #5d1f26; }

.alert-light {
  color: #929294;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #78787b; }

.alert-dark {
  color: #2c2e33;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #141518; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #FD0074;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

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

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(35, 34, 37, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #FD0074;
    border-color: #FD0074; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:first-child {
    border-top-width: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0; }

.list-group-item-primary {
  color: #94104e;
  background-color: #feb8d8; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #94104e;
    background-color: #fe9fca; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #94104e;
    border-color: #94104e; }

.list-group-item-secondary {
  color: #494d53;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #494d53;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #494d53;
    border-color: #494d53; }

.list-group-item-success {
  color: #266736;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #266736;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #266736;
    border-color: #266736; }

.list-group-item-info {
  color: #1d6571;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #1d6571;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #1d6571;
    border-color: #1d6571; }

.list-group-item-warning {
  color: #957515;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #957515;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #957515;
    border-color: #957515; }

.list-group-item-danger {
  color: #832c36;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #832c36;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #832c36;
    border-color: #832c36; }

.list-group-item-light {
  color: #929294;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #929294;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #929294;
    border-color: #929294; }

.list-group-item-dark {
  color: #2c2e33;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #2c2e33;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #2c2e33;
    border-color: #2c2e33; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #232225;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #232225;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(35, 34, 37, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(35, 34, 37, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #232225; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #232225; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #232225; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #232225; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #232225; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #232225;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(35, 34, 37, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(35, 34, 37, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(35, 34, 37, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(35, 34, 37, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(35, 34, 37, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #FD0074 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #ca005d !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

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

.bg-grey {
  background-color: #EBEBEC !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #FD0074 !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

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

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

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

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

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

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

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

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

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

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

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

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

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

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

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

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

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

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(35, 34, 37, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(35, 34, 37, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(35, 34, 37, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

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

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

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

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

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

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #FD0074 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #b10051 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(35, 34, 37, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #232225; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*
@media (min-width: map-get($grid-breakpoints, lg)) and (max-width: map-get($grid-breakpoints, xl)) {
    .row {
        margin-right: $grid-gutter-width-lg !important;
        margin-left: $grid-gutter-width-lg !important;
    }

    .container,
    .row>.col,
    .row>[class*="col-"] {
        padding-right: $grid-gutter-width-lg !important;
        padding-left: $grid-gutter-width-lg !important;
    }
}

@media (min-width: map-get($grid-breakpoints, md)) and (max-width: map-get($grid-breakpoints, lg)) {
    .row {
        margin-right: $grid-gutter-width-md !important;
        margin-left: $grid-gutter-width-md !important;
    }

    .container,
    .row>.col,
    .row>[class*="col-"] {
        padding-right: $grid-gutter-width-md !important;
        padding-left: $grid-gutter-width-md !important;
    }
}
*/
@media (min-width: 576px) and (max-width: 768px) {
  .row {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .container,
  .row > .col,
  .row > [class*="col-"] {
    padding-right: 20px !important;
    padding-left: 20px !important; } }

@media (min-width: 0) and (max-width: 576px) {
  .row {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .container {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .row > .col,
  .row > [class*="col-"] {
    padding-right: 20px !important;
    padding-left: 20px !important; } }

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

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

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

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

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

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

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

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

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

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

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

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

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

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

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

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

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

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

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

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

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.buttons {
  z-index: 1000;
  position: relative; }
  .buttons--center {
    text-align: center;
    width: 100%; }

.button {
  display: inline-block; }
  .button + .button {
    margin-left: 1rem; }
  .button a,
  .button button {
    font-family: "sofia-pro";
    cursor: pointer;
    border: none;
    outline: none;
    display: inline-block;
    width: auto;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: border 300ms ease-in-out, color 300ms ease-in-out;
    -khtml-transition: border 300ms ease-in-out, color 300ms ease-in-out;
    -moz-transition: border 300ms ease-in-out, color 300ms ease-in-out;
    -ms-transition: border 300ms ease-in-out, color 300ms ease-in-out;
    -o-transition: border 300ms ease-in-out, color 300ms ease-in-out;
    transition: border 300ms ease-in-out, color 300ms ease-in-out; }
    .button a span,
    .button button span {
      position: relative; }
    .button a .button__bg,
    .button a .button__bg--hover,
    .button button .button__bg,
    .button button .button__bg--hover {
      position: absolute;
      top: 0;
      left: 0;
      width: 110%;
      height: 110%; }
    .button a .button__bg--hover,
    .button button .button__bg--hover {
      opacity: 0;
      -webkit-transition: opacity 300ms ease-in-out;
      -khtml-transition: opacity 300ms ease-in-out;
      -moz-transition: opacity 300ms ease-in-out;
      -ms-transition: opacity 300ms ease-in-out;
      -o-transition: opacity 300ms ease-in-out;
      transition: opacity 300ms ease-in-out; }
  .button button {
    -webkit-appearance: none !important;
    background: none !important; }
  .button.button--primary a,
  .button.button--primary button {
    color: #fff;
    box-shadow: 0 10px 20px 0 rgba(85, 23, 51, 0.3); }
    .button.button--primary a .button__bg,
    .button.button--primary button .button__bg {
      background-image: linear-gradient(135deg, #FF6666 0%, #E30977 100%); }
    .button.button--primary a .button__bg--hover,
    .button.button--primary button .button__bg--hover {
      background-image: linear-gradient(-45deg, #FF6666 0%, #E30977 100%); }
    .button.button--primary a:hover .button__bg--hover,
    .button.button--primary button:hover .button__bg--hover {
      opacity: 1; }
  .button.button--primary.button--no-shadow a,
  .button.button--primary.button--no-shadow button {
    box-shadow: none; }
  .button.button--secondary a,
  .button.button--secondary button {
    border: 1px solid #D6AEFB;
    color: #B86DFF; }
    .button.button--secondary a .button__bg,
    .button.button--secondary button .button__bg {
      -webkit-transition: background 300ms ease-in-out;
      -khtml-transition: background 300ms ease-in-out;
      -moz-transition: background 300ms ease-in-out;
      -ms-transition: background 300ms ease-in-out;
      -o-transition: background 300ms ease-in-out;
      transition: background 300ms ease-in-out;
      background: transparent; }
    .button.button--secondary a:hover,
    .button.button--secondary button:hover {
      color: white;
      border-color: #FD0074; }
      .button.button--secondary a:hover .button__bg,
      .button.button--secondary button:hover .button__bg {
        background: #FD0074; }
  .button.button--white a,
  .button.button--white button {
    border: 1px solid #fff;
    color: #fff; }
    .button.button--white a .button__bg,
    .button.button--white button .button__bg {
      -webkit-transition: background 300ms ease-in-out;
      -khtml-transition: background 300ms ease-in-out;
      -moz-transition: background 300ms ease-in-out;
      -ms-transition: background 300ms ease-in-out;
      -o-transition: background 300ms ease-in-out;
      transition: background 300ms ease-in-out;
      background: transparent; }
    .button.button--white a:hover,
    .button.button--white button:hover {
      color: white;
      border-color: #FD0074; }
      .button.button--white a:hover .button__bg,
      .button.button--white button:hover .button__bg {
        background: #FD0074; }
  .button.button--l a,
  .button.button--l button {
    font-weight: 700;
    border-radius: 27.5px;
    line-height: 52px;
    height: 55px;
    font-size: 1.9em;
    letter-spacing: -0.02895em;
    min-width: 177px;
    padding: 0px 34px; }
  .button.button--m a,
  .button.button--m button {
    font-weight: 600;
    border-radius: 24px;
    line-height: 45px;
    height: 48px;
    font-size: 1.7em;
    letter-spacing: -0.02882em;
    min-width: 151px;
    padding: 0px 27px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .button.button--m.small a {
    min-width: 0;
    height: auto; }
  @media (max-width: 767.98px) {
    .button.button--l a,
    .button.button--l button, .button.button--m a,
    .button.button--m button {
      font-weight: 600;
      border-radius: 22.5px;
      line-height: 42px;
      height: 45px;
      font-size: 1.5em;
      letter-spacing: -0.02933em;
      min-width: 134px;
      padding: 0px 26px; } }
  .button.button--width-auto a,
  .button.button--width-auto button {
    min-width: inherit; }

a.btn-play-video {
  display: inline-block;
  vertical-align: bottom; }
  @media (max-width: 767.98px) {
    a.btn-play-video:not(.text--white) {
      line-height: 40px;
      background-color: #fff;
      padding: 0.2rem 1rem;
      border-radius: 5rem; } }
  a.btn-play-video.text--white:before {
    background-image: url(/assets/images/btn-play-video.svg), linear-gradient(-45deg, #FF5A47 0%, #E30977 100%);
    box-shadow: 0 7px 21px -5px rgba(78, 3, 140, 0.41); }
  a.btn-play-video:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 22.5px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/assets/images/btn-play-video.svg), linear-gradient(-45deg, #FF5A47 0%, #E30977 100%);
    box-shadow: 0 10px 20px 0 rgba(85, 23, 51, 0.3); }
    @media (max-width: 767.98px) {
      a.btn-play-video:before {
        height: 40px;
        width: 40px;
        background-size: 10px, 100%; } }
  a.btn-play-video.btn-play-video--large:before {
    background-size: 25%, 100%;
    height: 60px;
    width: 60px;
    border-radius: 30px; }

body.demo .header-image .buttons {
  margin-top: 40px; }

.view-box .buttons .button a.os-download {
  min-width: 0;
  height: auto;
  line-height: 3;
  padding: 0 20px; }

.button-gradient {
  background-image: linear-gradient(135deg, #FF6666 0%, #E30977 100%); }

.shop.signin {
  position: absolute;
  right: 20px;
  top: 3px; }
  .shop.signin .sign-in {
    background: none;
    font-size: 1.9em;
    color: #fff;
    font-weight: bold;
    text-shadow: none; }
    .shop.signin .sign-in .sign-text {
      text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
    .shop.signin .sign-in:after {
      display: none; }
    .shop.signin .sign-in .left-icon {
      display: inline-block;
      position: relative;
      top: 10px;
      margin-left: 12px;
      width: 32px;
      height: 32px;
      background: url(../images/home/signin-icon.svg) no-repeat 0 0; }

button.button--secondary {
  color: #232225;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
  padding: 0.75rem 2rem; }
  button.button--secondary:hover {
    box-shadow: 0 3px 24px rgba(0, 0, 0, 0.2); }
  button.button--secondary.dropdown-toggle:after {
    display: none; }

[class*="title--"] {
  color: #232225;
  font-weight: 600; }

.title--title1 {
  font-size: 8.4em;
  line-height: 1.05952em;
  letter-spacing: -0.04643em; }
  @media (max-width: 991.98px) {
    .title--title1 {
      font-size: 6.4em; } }
  @media (max-width: 767.98px) {
    .title--title1 {
      font-size: 4.4em; } }
  .title--title1.text--white {
    text-shadow: 0 0 45px rgba(0, 0, 0, 0.4); }

.title--title2 {
  font-size: 7.0em;
  line-height: 1.05714em;
  letter-spacing: -0.04643em; }
  @media (max-width: 991.98px) {
    .title--title2 {
      font-size: 5.0em; } }
  @media (max-width: 767.98px) {
    .title--title2 {
      font-size: 3.9em; } }

.title--title3, .policy .content .policy__text > h2,
.policy .content .minor__text > h2,
.minor .content .policy__text > h2,
.minor .content .minor__text > h2 {
  font-size: 5.8em;
  line-height: 1.06897em;
  letter-spacing: -0.04655em; }
  @media (max-width: 991.98px) {
    .title--title3, .policy .content .policy__text > h2,
    .policy .content .minor__text > h2,
    .minor .content .policy__text > h2,
    .minor .content .minor__text > h2 {
      font-size: 4.5em; } }
  @media (max-width: 767.98px) {
    .title--title3, .policy .content .policy__text > h2,
    .policy .content .minor__text > h2,
    .minor .content .policy__text > h2,
    .minor .content .minor__text > h2 {
      font-size: 3.4em; } }

.title--title4 {
  font-size: 4.9em;
  line-height: 1.06122em;
  letter-spacing: -0.04653em; }
  @media (max-width: 991.98px) {
    .title--title4 {
      font-size: 4.0em; } }
  @media (max-width: 767.98px) {
    .title--title4 {
      font-size: 3.0em; } }

.title--title5 {
  font-size: 4em;
  line-height: 1.12195em;
  letter-spacing: -0.04659em; }
  @media (max-width: 991.98px) {
    .title--title5 {
      font-size: 3.5em; } }
  @media (max-width: 767.98px) {
    .title--title5 {
      font-size: 2.7em; } }

.title--title6, .policy .content .policy__text > h3,
.policy .content .minor__text > h3,
.minor .content .policy__text > h3,
.minor .content .minor__text > h3 {
  font-size: 3.5em;
  line-height: 1.17143em;
  letter-spacing: -0.04657em; }
  @media (max-width: 991.98px) {
    .title--title6, .policy .content .policy__text > h3,
    .policy .content .minor__text > h3,
    .minor .content .policy__text > h3,
    .minor .content .minor__text > h3 {
      font-size: 3.0em; } }
  @media (max-width: 767.98px) {
    .title--title6, .policy .content .policy__text > h3,
    .policy .content .minor__text > h3,
    .minor .content .policy__text > h3,
    .minor .content .minor__text > h3 {
      font-size: 2.4em; } }

.title--title7, .policy .content .policy__text > h4,
.policy .content .minor__text > h4,
.minor .content .policy__text > h4,
.minor .content .minor__text > h4 {
  font-size: 2.8em;
  line-height: 1.10714em;
  letter-spacing: -0.03929em; }
  @media (max-width: 991.98px) {
    .title--title7, .policy .content .policy__text > h4,
    .policy .content .minor__text > h4,
    .minor .content .policy__text > h4,
    .minor .content .minor__text > h4 {
      font-size: 2.5em; } }
  @media (max-width: 767.98px) {
    .title--title7, .policy .content .policy__text > h4,
    .policy .content .minor__text > h4,
    .minor .content .policy__text > h4,
    .minor .content .minor__text > h4 {
      font-size: 2.0em; } }

.title--title8 {
  font-size: 2.3em;
  line-height: 1.26087em;
  letter-spacing: -0.03478em; }
  @media (max-width: 991.98px) {
    .title--title8 {
      font-size: 2.0em; } }
  @media (max-width: 767.98px) {
    .title--title8 {
      font-size: 1.8em; } }

.title--title9, .policy .content .policy__text .table-responsive table thead th,
.policy .content .minor__text .table-responsive table thead th,
.minor .content .policy__text .table-responsive table thead th,
.minor .content .minor__text .table-responsive table thead th {
  font-size: 1.9em;
  line-height: 1.15789em;
  letter-spacing: -0.03158em; }
  @media (max-width: 991.98px) {
    .title--title9, .policy .content .policy__text .table-responsive table thead th,
    .policy .content .minor__text .table-responsive table thead th,
    .minor .content .policy__text .table-responsive table thead th,
    .minor .content .minor__text .table-responsive table thead th {
      font-size: 1.7em; } }
  @media (max-width: 767.98px) {
    .title--title9, .policy .content .policy__text .table-responsive table thead th,
    .policy .content .minor__text .table-responsive table thead th,
    .minor .content .policy__text .table-responsive table thead th,
    .minor .content .minor__text .table-responsive table thead th {
      font-size: 1.6em; } }

.txt--p1 {
  font-size: 3em;
  line-height: 1.5em;
  letter-spacing: -0.03333em;
  font-weight: 500;
  color: #232225; }
  @media (max-width: 991.98px) {
    .txt--p1 {
      font-size: 2.3em; } }
  @media (max-width: 767.98px) {
    .txt--p1 {
      font-size: 1.8em; } }

.txt--p2 {
  font-size: 2.2em;
  line-height: 1.48em;
  letter-spacing: -0.024em;
  font-weight: 500;
  color: #232225; }
  @media (max-width: 991.98px) {
    .txt--p2 {
      font-size: 2.0em; } }
  @media (max-width: 767.98px) {
    .txt--p2 {
      font-size: 1.7em; } }

.txt--p3 {
  font-size: 2em;
  line-height: 1.55em;
  letter-spacing: -0.0095em;
  font-weight: 400;
  color: #232225; }
  @media (max-width: 991.98px) {
    .txt--p3 {
      font-size: 1.8em; } }
  @media (max-width: 767.98px) {
    .txt--p3 {
      font-size: 1.6em; } }

.txt--p4, .policy .content .policy__text > p,
.policy .content .policy__text > ul li,
.policy .content .policy__text > ol li,
.policy .content .minor__text > p,
.policy .content .minor__text > ul li,
.policy .content .minor__text > ol li,
.minor .content .policy__text > p,
.minor .content .policy__text > ul li,
.minor .content .policy__text > ol li,
.minor .content .minor__text > p,
.minor .content .minor__text > ul li,
.minor .content .minor__text > ol li {
  font-size: 1.7em;
  line-height: 1.52941em;
  letter-spacing: -0.00588em;
  font-weight: 400;
  color: #232225; }
  @media (max-width: 991.98px) {
    .txt--p4, .policy .content .policy__text > p,
    .policy .content .policy__text > ul li,
    .policy .content .policy__text > ol li,
    .policy .content .minor__text > p,
    .policy .content .minor__text > ul li,
    .policy .content .minor__text > ol li,
    .minor .content .policy__text > p,
    .minor .content .policy__text > ul li,
    .minor .content .policy__text > ol li,
    .minor .content .minor__text > p,
    .minor .content .minor__text > ul li,
    .minor .content .minor__text > ol li {
      font-size: 1.6em; } }
  @media (max-width: 767.98px) {
    .txt--p4, .policy .content .policy__text > p,
    .policy .content .policy__text > ul li,
    .policy .content .policy__text > ol li,
    .policy .content .minor__text > p,
    .policy .content .minor__text > ul li,
    .policy .content .minor__text > ol li,
    .minor .content .policy__text > p,
    .minor .content .policy__text > ul li,
    .minor .content .policy__text > ol li,
    .minor .content .minor__text > p,
    .minor .content .minor__text > ul li,
    .minor .content .minor__text > ol li {
      font-size: 1.5em; } }

.txt--p5, .form .form-group .checkbox-wrap .checkbox label, .policy .content .policy__text .table-responsive table tbody tr td,
.policy .content .minor__text .table-responsive table tbody tr td,
.minor .content .policy__text .table-responsive table tbody tr td,
.minor .content .minor__text .table-responsive table tbody tr td {
  font-size: 1.7em;
  line-height: 1.5em;
  font-weight: 400;
  color: #ABAAB0; }
  @media (max-width: 575.98px) {
    .txt--p5, .form .form-group .checkbox-wrap .checkbox label, .policy .content .policy__text .table-responsive table tbody tr td,
    .policy .content .minor__text .table-responsive table tbody tr td,
    .minor .content .policy__text .table-responsive table tbody tr td,
    .minor .content .minor__text .table-responsive table tbody tr td {
      font-size: 1.4em; } }

[class^='label--'] {
  font-weight: 600;
  color: #B86DFF; }

.label--label1 {
  font-size: 1.9em;
  line-height: 1.15789em; }
  @media (max-width: 767.98px) {
    .label--label1 {
      font-size: 1.8em; } }

.label--label2 {
  font-size: 1.6em;
  line-height: 1.125em; }
  @media (max-width: 767.98px) {
    .label--label2 {
      font-size: 1.5em; } }

.gradient-text {
  -webkit-text-fill-color: transparent; }
  .gradient-text.green {
    background: -webkit-linear-gradient(0deg, #60b96c, #10b197);
    -webkit-background-clip: text; }

.fancybox-container .fancybox-bg {
  background: #000; }

@media (max-width: 767.98px) {
  .fancybox-container .fancybox-slide {
    padding: 20px; } }

.form .buttons {
  margin: 20px 0; }

.form .form-group {
  position: relative;
  margin-bottom: 20px;
  /* Placeholder */ }
  .form .form-group::after {
    display: block;
    clear: both;
    content: ""; }
  .form .form-group.select {
    padding-top: 20px; }
    .form .form-group.select .placeholder {
      top: -10px;
      left: 0; }
      @media (max-width: 575.98px) {
        .form .form-group.select .placeholder {
          display: block; } }
  .form .form-group .placeholder {
    letter-spacing: 0;
    pointer-events: none;
    position: absolute;
    top: 22px;
    left: 25px;
    font-size: 1.8em;
    font-weight: 400;
    color: #5B5A61;
    transition: all 200ms ease-in-out; }
    @media (max-width: 575.98px) {
      .form .form-group .placeholder {
        left: 15px;
        position: static;
        font-size: 1.5em;
        margin-bottom: 0.55em; } }
  @media (min-width: 576px) {
    .form .form-group.in .placeholder {
      color: #5B5A61;
      font-size: 1.4em;
      top: 11px; } }
  .form .form-group input:-webkit-autofill {
    box-shadow: 0 0 0 54px white inset !important;
    color: #232225 !important;
    background-color: white !important; }
    .form .form-group input:-webkit-autofill + .placeholder {
      color: #5B5A61;
      font-size: 1.1em;
      top: 13px; }
  .form .form-group input[type="text"],
  .form .form-group input[type="email"],
  .form .form-group input[type="tel"],
  .form .form-group input[type="password"],
  .form .form-group textarea,
  .form .form-group select {
    font-family: "sofia-pro";
    -webkit-appearance: none;
    letter-spacing: 0;
    width: 100%;
    font-weight: 400;
    border: 1px solid #ABAAB0;
    height: 54px;
    color: #232225;
    font-size: 1.8em;
    padding: 15px 25px 0 25px;
    background-color: white;
    outline: none;
    border-radius: 40px; }
    @media (max-width: 575.98px) {
      .form .form-group input[type="text"],
      .form .form-group input[type="email"],
      .form .form-group input[type="tel"],
      .form .form-group input[type="password"],
      .form .form-group textarea,
      .form .form-group select {
        height: 40px;
        padding: 0px 15px;
        font-size: 1.6em; } }
  .form .form-group textarea {
    height: 135px;
    padding: 27px 25px;
    resize: none; }
    @media (max-width: 575.98px) {
      .form .form-group textarea {
        padding: 10px 15px; } }
  .form .form-group select {
    padding-top: 0;
    padding-bottom: 0;
    color: #5B5A61;
    background-image: url(/assets/images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-color: white;
    line-height: 51px;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 3px;
    outline: none;
    transition: 0.3s ease all; }
    @media (max-width: 575.98px) {
      .form .form-group select {
        background-size: 8px auto;
        background-position: right 15px center;
        line-height: 37px; } }
    .form .form-group select:focus, .form .form-group select:active {
      outline: none; }
    .form .form-group select::after {
      content: " ";
      position: absolute;
      top: 50%;
      right: 1em;
      z-index: 2;
      pointer-events: none;
      display: none; }
  .form .form-group .radio-wrap .radio {
    position: relative;
    margin: 10px 0; }
    .form .form-group .radio-wrap .radio:last-child {
      margin-bottom: 0; }
    .form .form-group .radio-wrap .radio input[type="radio"] {
      position: absolute;
      visibility: hidden; }
      .form .form-group .radio-wrap .radio input[type="radio"]:checked ~ .check {
        background: #FD0074; }
        .form .form-group .radio-wrap .radio input[type="radio"]:checked ~ .check::before {
          background: #fff; }
    .form .form-group .radio-wrap .radio label {
      display: block;
      position: relative;
      font-size: 14px;
      padding: 0px 0px 0px 35px;
      height: 20px;
      line-height: 20px;
      cursor: pointer;
      transition: all 0.25s linear;
      color: #5B5A61;
      z-index: 9; }
    .form .form-group .radio-wrap .radio:hover .check {
      -webkit-transition: background 200ms ease-in-out;
      -khtml-transition: background 200ms ease-in-out;
      -moz-transition: background 200ms ease-in-out;
      -ms-transition: background 200ms ease-in-out;
      -o-transition: background 200ms ease-in-out;
      transition: background 200ms ease-in-out; }
      .form .form-group .radio-wrap .radio:hover .check::before {
        -webkit-transition: background 200ms ease-in-out;
        -khtml-transition: background 200ms ease-in-out;
        -moz-transition: background 200ms ease-in-out;
        -ms-transition: background 200ms ease-in-out;
        -o-transition: background 200ms ease-in-out;
        transition: background 200ms ease-in-out;
        background: white; }
    .form .form-group .radio-wrap .radio .check {
      display: block;
      position: absolute;
      border: 1px solid #ABAAB0;
      border-radius: 100%;
      height: 20px;
      width: 20px;
      top: 0px;
      left: 0px;
      z-index: 1; }
      .form .form-group .radio-wrap .radio .check::before {
        display: block;
        position: absolute;
        content: '';
        border-radius: 100%;
        height: 5px;
        width: 5px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        transition: background .25s linear; }
  .form .form-group .radio-wrap + .tooltip-alert {
    right: auto;
    left: -26px;
    top: calc(100% - 17px); }
  .form .form-group .checkbox-wrap .checkbox {
    margin: 10px 0;
    position: relative; }
    .form .form-group .checkbox-wrap .checkbox input[type="checkbox"] {
      position: absolute;
      visibility: hidden; }
      .form .form-group .checkbox-wrap .checkbox input[type="checkbox"]:checked ~ .check:after {
        opacity: 1; }
    .form .form-group .checkbox-wrap .checkbox label {
      display: block;
      position: relative;
      padding: 0px 0px 0px 35px;
      line-height: 20px;
      height: 20px;
      z-index: 9;
      color: #5B5A61;
      cursor: pointer; }
    .form .form-group .checkbox-wrap .checkbox .check {
      display: block;
      position: absolute;
      border: 1px solid #ABAAB0;
      height: 20px;
      width: 20px;
      top: 0px;
      left: 0px;
      transition: border, 0.25s;
      border-radius: 0px;
      background: transparent;
      z-index: 1; }
      @media (prefers-reduced-motion: reduce) {
        .form .form-group .checkbox-wrap .checkbox .check {
          transition: none; } }
      .form .form-group .checkbox-wrap .checkbox .check:after {
        content: '';
        width: 11px;
        height: 7px;
        position: absolute;
        top: 4px;
        left: 4px;
        border: 2px solid #FD0074;
        border-top: none;
        border-right: none;
        background: transparent;
        opacity: 0;
        transform: rotate(-45deg);
        transition: opacity, 200ms; }
        @media (prefers-reduced-motion: reduce) {
          .form .form-group .checkbox-wrap .checkbox .check:after {
            transition: none; } }
  .form .form-group .checkbox-wrap + .tooltip-alert {
    right: auto;
    left: -26px;
    top: calc(100% - 17px); }
  .form .form-group .inputfile {
    text-align: right; }
    .form .form-group .inputfile input[type="file"] {
      width: 0.1px;
      height: 0.1px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      z-index: -1; }
      .form .form-group .inputfile input[type="file"] + label {
        color: #232225;
        max-width: 80%;
        font-size: 14px;
        /* 20px */
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        overflow: hidden;
        padding: 5px 0;
        /* 10px 20px */ }
        .form .form-group .inputfile input[type="file"] + label span {
          font-weight: 400; }
        .form .form-group .inputfile input[type="file"] + label img {
          width: 1em;
          height: 1em;
          vertical-align: middle;
          fill: currentColor;
          margin-top: -0.25em;
          margin-right: 0.5em; }
      .form .form-group .inputfile input[type="file"]:focus + label,
      .form .form-group .inputfile input[type="file"].has-focus + label,
      .form .form-group .inputfile input[type="file"] + label:hover {
        outline: none;
        color: #C2C2D7; }
  .form .form-group.errorContent input[type="text"],
  .form .form-group.errorContent input[type="email"],
  .form .form-group.errorContent input[type="tel"],
  .form .form-group.errorContent input[type="password"],
  .form .form-group.errorContent textarea,
  .form .form-group.errorContent select {
    border-color: #FF326A !important; }
  .form .form-group.errorContent .checkbox-wrap .checkbox .check {
    border-color: #FF326A; }
  .form .form-group.errorContent .radio-wrap .radio .check {
    border-color: #FF326A; }
  .form .form-group.errorContent .nice-select {
    border-color: #FF326A; }
    .form .form-group.errorContent .nice-select:hover span {
      color: #fff; }
  .form .form-group.round input[type="text"],
  .form .form-group.round input[type="email"],
  .form .form-group.round input[type="tel"],
  .form .form-group.round input[type="password"],
  .form .form-group.round textarea,
  .form .form-group.round select {
    border-radius: 27px;
    padding: 0 25px; }
    @media (max-width: 575.98px) {
      .form .form-group.round input[type="text"],
      .form .form-group.round input[type="email"],
      .form .form-group.round input[type="tel"],
      .form .form-group.round input[type="password"],
      .form .form-group.round textarea,
      .form .form-group.round select {
        height: 3.25rem; } }
  .form .form-group.compact input[type="text"] + .button,
  .form .form-group.compact input[type="email"] + .button,
  .form .form-group.compact input[type="tel"] + .button,
  .form .form-group.compact input[type="password"] + .button {
    position: absolute;
    right: 0.25rem;
    bottom: -0.3rem; }

input::-ms-clear {
  display: none; }

@font-face {
  font-family: sofia-pro;
  src: url(../fonts/sofiapro-regular.ttf); }

@font-face {
  font-family: sofia-pro-bold;
  src: url(../fonts/sofiapro-bold.otf); }

@font-face {
  font-family: sofia-pro-semibold;
  src: url(../fonts/sofiapro-semibold.ttf); }

@font-face {
  font-family: sofia-pro-black;
  src: url(../fonts/sofiapro-black.ttf); }

.tooltip-alert {
  pointer-events: none;
  font-weight: 400;
  font-size: 15px;
  color: #5B5A61;
  position: absolute;
  right: -15px;
  top: calc(100% - 38px);
  z-index: 1;
  padding-top: 20px;
  z-index: 10;
  max-width: 280px; }
  .tooltip-alert .alert--top {
    position: relative;
    height: 10px;
    width: 100%;
    background-image: url(/assets/images/tooltip-alert.svg);
    background-repeat: no-repeat;
    background-position: left 30px top;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .tooltip-alert .alert--middle {
    margin-top: -2px;
    border: 1px solid #ABAAB0;
    border-radius: 3px;
    width: 100%;
    padding: 8px 0px;
    line-height: 18px;
    background: #fff; }
    .tooltip-alert .alert--middle .alert--center {
      padding: 0 30px; }

.alert p {
  color: #5B5A61; }

.alert.alert-dismissible {
  position: fixed;
  bottom: 0;
  margin: 1rem 1rem 4.5rem;
  z-index: 1000;
  left: calc( 5% - 1rem);
  width: 90%; }
  .alert.alert-dismissible.show {
    opacity: 0.96; }
  .alert.alert-dismissible .button {
    vertical-align: middle;
    margin: 0 1rem;
    position: absolute;
    right: -0.5rem;
    top: calc(50% - 1.3rem); }
    .alert.alert-dismissible .button a {
      border-radius: 2rem; }
      .alert.alert-dismissible .button a span {
        padding: 0.65rem 1rem 0.5rem;
        display: block;
        line-height: 1.25; }

div.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  float: left;
  font-size: 1.8em;
  height: 54px;
  line-height: 49px;
  outline: none;
  padding-left: 25px;
  padding-right: 55px;
  position: relative;
  text-align: left !important;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  border: 1px solid #ABAAB0;
  background-color: white;
  background-image: url(/assets/images/select-arrow.svg);
  background-position: right 25px center;
  background-repeat: no-repeat;
  border-radius: 3px;
  color: #5B5A61;
  transition: all, 300ms; }
  @media (prefers-reduced-motion: reduce) {
    div.nice-select {
      transition: none; } }
  @media (max-width: 575.98px) {
    div.nice-select {
      font-size: 1.6em;
      height: 40px;
      line-height: 35px;
      padding-left: 15px;
      padding-right: 45px;
      background-position: right 15px center; } }
  div.nice-select:hover {
    border-color: #FD0074;
    background-color: #FD0074;
    color: white;
    background-image: url(/assets/images/select-arrow-h.svg); }
  div.nice-select.open .list {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform, 300ms;
    pointer-events: auto;
    max-height: 315px;
    overflow-y: scroll; }
    @media (prefers-reduced-motion: reduce) {
      div.nice-select.open .list {
        transition: none; } }
  div.nice-select.open .option {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: transform 400ms ease-in-out 400ms, opacity 400ms ease-in-out 400ms, color 200ms;
    -khtml-transition: transform 400ms ease-in-out 400ms, opacity 400ms ease-in-out 400ms, color 200ms;
    -moz-transition: transform 400ms ease-in-out 400ms, opacity 400ms ease-in-out 400ms, color 200ms;
    -ms-transition: transform 400ms ease-in-out 400ms, opacity 400ms ease-in-out 400ms, color 200ms;
    -o-transition: transform 400ms ease-in-out 400ms, opacity 400ms ease-in-out 400ms, color 200ms;
    transition: transform 400ms ease-in-out 400ms, opacity 400ms ease-in-out 400ms, color 200ms; }
  div.nice-select .list {
    background-color: #FD0074;
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    transition: transform, 300ms, ease-in-out, 400ms;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    overflow: hidden;
    padding: 15px 0;
    pointer-events: none;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    text-transform: none;
    z-index: 200;
    letter-spacing: 0;
    font-weight: 400;
    color: white;
    border-radius: 3px;
    border: 1px solid #FD0074; }
    @media (prefers-reduced-motion: reduce) {
      div.nice-select .list {
        transition: none; } }
    div.nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  div.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 2em;
    list-style: none;
    outline: none;
    padding-left: 25px;
    padding-right: 36px;
    text-align: left;
    opacity: 0;
    font-size: 18px;
    letter-spacing: -0.00556em;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    transition: transform 400ms ease-in-out 0, opacity 400ms ease-in-out 0, color 200ms; }
    div.nice-select .option:hover {
      color: #D6AEFB; }
    div.nice-select .option.selected {
      color: white;
      font-weight: 700; }
  div.nice-select > span.current {
    overflow: hidden;
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.modal {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10002;
  -webkit-transition: opacity 300ms ease-in-out;
  -khtml-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  opacity: 0;
  pointer-events: none; }
  .modal.is-visible {
    opacity: 1;
    pointer-events: all; }
    .modal.is-visible .modal__wrap {
      pointer-events: all; }
    .modal.is-visible .modal__content {
      transform: translate3d(0, 0, 0); }
  .modal__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }
  .modal__wrap {
    pointer-events: none;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw; }
    .modal__wrap .modal__content {
      position: relative;
      background: white;
      border-radius: 3px;
      width: calc(100% - 40px);
      max-width: 800px;
      padding: 98px 4.333333% 80px;
      box-shadow: 9px 45px 45px 0 rgba(37, 24, 65, 0.25);
      overflow-y: auto;
      transform: translate3d(0, 5vh, 0);
      max-height: 100vh;
      -webkit-transition: transform 300ms ease-out;
      -khtml-transition: transform 300ms ease-out;
      -moz-transition: transform 300ms ease-out;
      -ms-transition: transform 300ms ease-out;
      -o-transition: transform 300ms ease-out;
      transition: transform 300ms ease-out; }
      .modal__wrap .modal__content > .iframe-wrap {
        max-height: 0vh;
        overflow: hidden;
        -webkit-transition: max-height 300ms ease-out;
        -khtml-transition: max-height 300ms ease-out;
        -moz-transition: max-height 300ms ease-out;
        -ms-transition: max-height 300ms ease-out;
        -o-transition: max-height 300ms ease-out;
        transition: max-height 300ms ease-out; }
      .modal__wrap .modal__content.loaded > .iframe-wrap {
        max-height: 100vh; }
      @media (max-width: 767.98px) {
        .modal__wrap .modal__content {
          padding: 65px 6.33333333% 50px; } }
      @media (max-width: 575.98px) {
        .modal__wrap .modal__content {
          padding: 50px 6.33333333% 30px; } }
      .modal__wrap .modal__content .modal__close {
        display: block;
        position: absolute;
        top: 30px;
        right: 30px;
        z-index: 1; }
        @media (max-width: 575.98px) {
          .modal__wrap .modal__content .modal__close {
            top: 20px;
            right: 20px; } }
        .modal__wrap .modal__content .modal__close img {
          display: block; }
          @media (max-width: 575.98px) {
            .modal__wrap .modal__content .modal__close img {
              width: 20px; } }
      .modal__wrap .modal__content .title--title6, .modal__wrap .modal__content .policy .content .policy__text > h3, .policy .content .modal__wrap .modal__content .policy__text > h3,
      .modal__wrap .modal__content .policy .content .minor__text > h3, .policy .content .modal__wrap .modal__content .minor__text > h3,
      .modal__wrap .modal__content .minor .content .policy__text > h3, .minor .content .modal__wrap .modal__content .policy__text > h3,
      .modal__wrap .modal__content .minor .content .minor__text > h3, .minor .content .modal__wrap .modal__content .minor__text > h3 {
        margin-bottom: 0.2em; }
      .modal__wrap .modal__content .form {
        margin-top: 30px; }
        .modal__wrap .modal__content .form .txt--p3 {
          margin: 1rem 0; }
  .modal.modal__account .modal__wrap .modal__content {
    padding: 0;
    max-width: 767px; }
    .modal.modal__account .modal__wrap .modal__content .modal__header {
      font-size: 1.5rem;
      height: 85px;
      padding: 2rem;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      z-index: 1;
      position: relative; }
      @media (max-width: 991.98px) {
        .modal.modal__account .modal__wrap .modal__content .modal__header {
          font-size: 1rem;
          padding: 1.5rem 3rem 1.5rem 1.5rem;
          height: 65px;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; } }
    .modal.modal__account .modal__wrap .modal__content iframe {
      min-height: calc( 90vh - 85px);
      width: 100%; }
      @media (max-width: 991.98px) {
        .modal.modal__account .modal__wrap .modal__content iframe {
          min-height: calc( 90vh - 65px); } }

*[disabled] {
  opacity: 0.5;
  pointer-events: none; }

.home-slider {
  position: relative; }
  .home-slider a.scroll-down {
    display: none;
    position: absolute;
    bottom: 35px;
    right: 20px; }
    @media (max-width: 575.98px) {
      .home-slider a.scroll-down {
        display: block; } }
  .home-slider .text--white {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); }
  .home-slider .slider {
    position: relative; }
    .home-slider .slider__content {
      position: relative; }
      @media (min-width: 768px) {
        .home-slider .slider__content {
          max-height: 740px;
          min-height: 300px;
          height: 65vh; } }
      .home-slider .slider__content .slide {
        position: relative; }
        @media (min-width: 768px) {
          .home-slider .slider__content .slide {
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%); } }
        @media (max-width: 767.98px) {
          .home-slider .slider__content .slide {
            width: 100vw; } }
        .home-slider .slider__content .slide__bg {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        .home-slider .slider__content .slide__image {
          position: absolute;
          bottom: 0;
          left: 0;
          height: 100%;
          width: 100%; }
          .home-slider .slider__content .slide__image img {
            height: 100%;
            width: auto;
            display: block;
            margin: 0 auto;
            bottom: 0; }
            @media (min-width: 768px) {
              .home-slider .slider__content .slide__image img {
                position: absolute;
                left: 50%;
                -webkit-transform: translate3d(-50%, 0, 0);
                -moz-transform: translate3d(-50%, 0, 0);
                -ms-transform: translate3d(-50%, 0, 0);
                -o-transform: translate3d(-50%, 0, 0);
                transform: translate3d(-50%, 0, 0); } }
            @media (max-width: 767.98px) {
              .home-slider .slider__content .slide__image img {
                width: 100%;
                height: auto;
                max-width: 375px;
                position: absolute;
                bottom: 0;
                right: 0;
                left: auto; } }
            @media (max-width: 767.98px) {
              .home-slider .slider__content .slide__image img.desktop {
                display: none; } }
            .home-slider .slider__content .slide__image img.mobile {
              display: none; }
              @media (max-width: 767.98px) {
                .home-slider .slider__content .slide__image img.mobile {
                  display: block; } }
        @media (min-width: 768px) {
          .home-slider .slider__content .slide .row {
            min-height: 300px;
            max-height: 740px;
            height: 65vh; } }
        @media (max-width: 767.98px) {
          .home-slider .slider__content .slide .row {
            height: 60vh; } }
        @media (max-width: 575.98px) {
          .home-slider .slider__content .slide .row {
            height: 80vh; } }
        @media (max-width: 991.98px) {
          .home-slider .slider__content .slide__content {
            padding: 0 90px; } }
        @media (max-width: 767.98px) {
          .home-slider .slider__content .slide__content {
            padding: 0; } }
        .home-slider .slider__content .slide__content .row {
          padding-top: 14%;
          padding-top: 374px; }
          @media (max-width: 767.98px) {
            .home-slider .slider__content .slide__content .row {
              padding-top: 354px;
              align-items: flex-start !important; } }
          @media (max-width: 575.98px) {
            .home-slider .slider__content .slide__content .row {
              padding-top: 270px; } }
          @media screen and (max-height: 811.98px) {
            .home-slider .slider__content .slide__content .row {
              padding-top: 284px; } }
        .home-slider .slider__content .slide__content .label--label1 {
          margin-bottom: 10px;
          text-shadow: 0 0 25px rgba(255, 221, 100, 0.7); }
        .home-slider .slider__content .slide__content .buttons {
          margin-top: 45px; }
        @media (min-width: 768px) {
          .home-slider .slider__content .slide.is-active {
            -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); } }
        .home-slider .slider__content .slide.is-moving {
          z-index: 10; }
        .home-slider .slider__content .slide--purple .slide__bg {
          background: url(/assets/images/home-slider1a.jpg) center no-repeat;
          background-size: cover;
          background-position: -526px center; }

@media (max-width: 767.98px) and (orientation: portrait) {
  .home-slider .slider__content .slide--purple .slide__bg {
    background-position: -530px center; } }

@media (max-width: 575.98px) and (orientation: portrait) {
  .home-slider .slider__content .slide--purple .slide__bg {
    background-position: -615px center; } }
  @media (max-width: 575.98px) and (orientation: portrait) and (min-height: 800px) {
    .home-slider .slider__content .slide--purple .slide__bg {
      background-position: -795px center; } }
          @media (max-width: 320px) and (orientation: portrait) {
            .home-slider .slider__content .slide--purple .slide__bg {
              background-position: -520px center; } }
          @media screen and (max-height: 811.98px) {
            .home-slider .slider__content .slide--purple .slide__bg {
              background-position: -625px center; } }
        .home-slider .slider__content .slide--purple .gradient_overlay {
          background-image: linear-gradient(21deg, #4b3989 0%, #7e57c700 100%);
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: 0; }
        .home-slider .slider__content .slide--yellow .slide__bg {
          background-image: linear-gradient(141deg, #FC3B74 0%, #FFDB08 95%); }
        .home-slider .slider__content .slide--pink .slide__bg {
          background-image: linear-gradient(45deg, #A82BF7 0%, #FF1F6A 100%); }
      .home-slider .slider__content .slick-dots {
        position: absolute;
        left: 0;
        bottom: -32px;
        z-index: 1;
        width: calc(100% - 20px);
        text-align: center;
        display: none; }
        .home-slider .slider__content .slick-dots li {
          position: relative;
          display: inline-block;
          width: 19px;
          height: 19px;
          margin: 0 0px;
          padding: 5px; }
          .home-slider .slider__content .slick-dots li button {
            text-indent: -9999px;
            width: 9px;
            height: 9px;
            background: #E2C6FD;
            font-size: 0;
            line-height: 0;
            display: block;
            padding: 0;
            border: 0;
            outline: none;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%; }
          .home-slider .slider__content .slick-dots li.slick-active button {
            background: #FD0074; }
    .home-slider .slider__controls {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate3d(-50%, -50%, 0);
      -o-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      width: 100%;
      max-width: 1695px;
      z-index: 20;
      pointer-events: none; }
      @media (max-width: 767.98px) {
        .home-slider .slider__controls {
          display: none; } }
    .home-slider .slider__pagination {
      z-index: 20;
      position: absolute;
      right: 40px;
      top: 50%;
      -webkit-transform-origin: 100% 0;
      -moz-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
      -o-transform-origin: 100% 0;
      transform-origin: 100% 0;
      -webkit-transform: rotate(-90deg) translate(50%, -100%);
      -moz-transform: rotate(-90deg) translate(50%, -100%);
      -ms-transform: rotate(-90deg) translate(50%, -100%);
      -o-transform: rotate(-90deg) translate(50%, -100%);
      transform: rotate(-90deg) translate(50%, -100%);
      color: white;
      font-size: 1.3em;
      font-weight: 600;
      letter-spacing: 1em;
      pointer-events: all; }
      @media (max-width: 767.98px) {
        .home-slider .slider__pagination {
          display: none; } }
    .home-slider .slider__arrows {
      pointer-events: all;
      z-index: 20;
      position: absolute;
      left: 40px;
      top: 50%;
      -webkit-transform: translate(0%, -50%);
      -moz-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      -o-transform: translate(0%, -50%);
      transform: translate(0%, -50%); }
      @media (max-width: 991.98px) {
        .home-slider .slider__arrows {
          left: 30px; } }
      .home-slider .slider__arrows a {
        display: block;
        margin: 10px 0;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        background-repeat: no-repeat;
        background-color: rgba(0, 0, 0, 0.25);
        background-position: center;
        box-shadow: 0 10px 30px -7px rgba(105, 79, 3, 0.31);
        -webkit-transition: background 200ms ease-in-out;
        -khtml-transition: background 200ms ease-in-out;
        -moz-transition: background 200ms ease-in-out;
        -ms-transition: background 200ms ease-in-out;
        -o-transition: background 200ms ease-in-out;
        transition: background 200ms ease-in-out; }
        .home-slider .slider__arrows a:not(.slider__arrows--disabled):hover {
          background-color: rgba(0, 0, 0, 0.35); }
      .home-slider .slider__arrows--prev {
        background-image: url(/assets/images/slider-prev.svg); }
      .home-slider .slider__arrows--next {
        background-image: url(/assets/images/slider-next.svg); }
      .home-slider .slider__arrows--disabled {
        opacity: 0.4;
        cursor: default; }

.home-intro {
  padding: 220px 0;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .home-intro {
      padding: 150px 0 170px 0; } }
  @media (max-width: 575.98px) {
    .home-intro {
      padding: 100px 0 140px 0; } }
  .home-intro .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    height: calc(100% - 90px);
    width: auto; }
    @media (max-width: 575.98px) {
      .home-intro .bg {
        height: auto;
        width: 90%;
        max-width: 303px;
        top: 47%; } }
    .home-intro .bg img {
      height: auto;
      width: 100%;
      display: block; }
      @media (max-width: 575.98px) {
        .home-intro .bg img.img-desktop {
          display: none; } }
      .home-intro .bg img.img-mobile {
        display: none;
        height: auto;
        width: 100%; }
        @media (max-width: 575.98px) {
          .home-intro .bg img.img-mobile {
            display: block; } }
  .home-intro .label--label1 {
    margin-bottom: 1em; }
  .home-intro .label--label1,
  .home-intro .txt--p1 {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    -khtml-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    transition: opacity 500ms ease-in-out, transform 500ms ease-in-out; }
  .home-intro br {
    height: 1px; }
  .home-intro .txt--p1 {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  .home-intro.is-visible .label--label1,
  .home-intro.is-visible .txt--p1 {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    text-align: justify; }

.image.img-normal img {
  max-width: 100%; }

.home-products {
  padding-bottom: 55px;
  background: radial-gradient(at top, #943DE7, #3E007F); }
  @media (max-width: 575.98px) {
    .home-products {
      padding-bottom: 40px; } }
  .home-products .buttons {
    margin-top: 40px; }
  @media (max-width: 575.98px) {
    .home-products .container .row {
      margin-right: 0 !important;
      margin-left: 0 !important; }
      .home-products .container .row div[class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
  .home-products .container .products-list {
    margin-top: -45px;
    position: relative; }
    @media (max-width: 575.98px) {
      .home-products .container .products-list {
        margin-top: -30px; } }
    .home-products .container .products-list .product {
      border-radius: 3px;
      z-index: 2;
      overflow: hidden;
      background: #FD0074;
      position: absolute;
      display: block;
      box-shadow: 10px 50px 50px 0 rgba(0, 0, 0, 0.26);
      -webkit-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
      -khtml-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
      -moz-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
      -ms-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
      -o-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
      transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out; }
      .home-products .container .products-list .product .product__image,
      .home-products .container .products-list .product .product__title {
        position: absolute; }
      .home-products .container .products-list .product .product__image img {
        width: 100%;
        display: block; }
      .home-products .container .products-list .product .product__title {
        top: 5%; }
        .home-products .container .products-list .product .product__title .label--label1 {
          margin-bottom: 10px;
          text-shadow: 0 0 40px rgba(0, 0, 0, 0.45); }
        @media (max-width: 767.98px) {
          .home-products .container .products-list .product .product__title {
            top: 10%; } }
      @media (min-width: 576px) {
        .home-products .container .products-list .product:hover {
          -webkit-transform: translateY(-10px);
          -moz-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
          -o-transform: translateY(-10px);
          transform: translateY(-10px);
          box-shadow: 10px 65px 60px -10px rgba(0, 0, 0, 0.26); } }
      .home-products .container .products-list .product:first-child {
        width: calc(50% - 30px/2); }
        @media (max-width: 575.98px) {
          .home-products .container .products-list .product:first-child {
            left: -20px;
            width: calc(50% - 20px/2 + 20px); } }
        .home-products .container .products-list .product:first-child .product__image {
          top: 0%;
          right: 24%;
          width: 80%;
          bottom: -8%; }
          .home-products .container .products-list .product:first-child .product__image img {
            width: 150%; }
          @media (max-width: 575.98px) {
            .home-products .container .products-list .product:first-child .product__image {
              width: 110%;
              left: -15%;
              right: auto;
              top: auto;
              bottom: -4%; }
              .home-products .container .products-list .product:first-child .product__image img {
                width: 120%; } }
        .home-products .container .products-list .product:first-child .product__title {
          bottom: 15%;
          left: 10%; }
          @media (max-width: 575.98px) {
            .home-products .container .products-list .product:first-child .product__title {
              bottom: auto;
              width: 100%;
              left: 0;
              text-align: center; } }
        .home-products .container .products-list .product:first-child:after {
          content: '';
          display: block;
          padding-bottom: 72%; }
          @media (max-width: 575.98px) {
            .home-products .container .products-list .product:first-child:after {
              padding-bottom: 124.59%; } }
      .home-products .container .products-list .product:nth-child(2) {
        width: 29.17%;
        left: calc(50% + 30px/2);
        /*margin-top:12rem;*/ }
        @media (max-width: 767.98px) {
          .home-products .container .products-list .product:nth-child(2) {
            /*margin-top:8rem;*/ } }
        @media (max-width: 575.98px) {
          .home-products .container .products-list .product:nth-child(2) {
            left: auto;
            right: 0;
            width: calc(50% - (20px/2));
            /*margin-top:3rem;*/ } }
        .home-products .container .products-list .product:nth-child(2) .product__image {
          bottom: 0%;
          right: 0%;
          width: 100%;
          bottom: 0; }
          @media (max-width: 575.98px) {
            .home-products .container .products-list .product:nth-child(2) .product__image {
              bottom: -10px;
              width: 100%; } }
        .home-products .container .products-list .product:nth-child(2) .product__title {
          top: 8%;
          left: 0%;
          width: 100%;
          text-align: center; }
        .home-products .container .products-list .product:nth-child(2):after {
          content: '';
          display: block;
          padding-bottom: 139.88%; }
          @media (max-width: 575.98px) {
            .home-products .container .products-list .product:nth-child(2):after {
              padding-bottom: 158.28%; } }
      .home-products .container .products-list .product:nth-child(3) {
        width: calc(29.16666% - 30px/2);
        right: calc(50% + 30px/2); }
        @media (max-width: 575.98px) {
          .home-products .container .products-list .product:nth-child(3) {
            left: 0;
            right: auto;
            width: calc(50% - (20px/2)); } }
        .home-products .container .products-list .product:nth-child(3) .product__image {
          bottom: 0%;
          left: 0;
          width: 100%;
          bottom: -5%; }
          .home-products .container .products-list .product:nth-child(3) .product__image img {
            width: 100%; }
        .home-products .container .products-list .product:nth-child(3) .product__title {
          top: 10%;
          left: 0%;
          width: 100%;
          text-align: center; }
        .home-products .container .products-list .product:nth-child(3):after {
          content: '';
          display: block;
          padding-bottom: 104.55%; }
          @media (max-width: 575.98px) {
            .home-products .container .products-list .product:nth-child(3):after {
              padding-bottom: 123.31%; } }
      .home-products .container .products-list .product:nth-child(4) {
        width: calc(50% - 30px/2);
        right: 0; }
        @media (max-width: 575.98px) {
          .home-products .container .products-list .product:nth-child(4) {
            right: -20px;
            width: calc(50% - 20px/2 + 20px); } }
        .home-products .container .products-list .product:nth-child(4) .product__image {
          bottom: 2.5%;
          left: -6%;
          height: 78%;
          top: 40%; }
          @media (max-width: 575.98px) {
            .home-products .container .products-list .product:nth-child(4) .product__image {
              width: 150%;
              left: -19%;
              bottom: auto;
              top: 35%; } }
          .home-products .container .products-list .product:nth-child(4) .product__image img {
            width: auto;
            height: 155%; }
            @media (max-width: 575.98px) {
              .home-products .container .products-list .product:nth-child(4) .product__image img {
                height: auto;
                width: 100%;
                position: absolute; } }
        .home-products .container .products-list .product:nth-child(4) .product__title {
          right: 10%;
          top: 10%; }
          @media (max-width: 575.98px) {
            .home-products .container .products-list .product:nth-child(4) .product__title {
              left: 0;
              right: auto;
              text-align: center;
              width: 100%; } }
        .home-products .container .products-list .product:nth-child(4):after {
          content: '';
          display: block;
          padding-bottom: 48.11%; }
          @media (max-width: 575.98px) {
            .home-products .container .products-list .product:nth-child(4):after {
              padding-bottom: 125.68%; } }
    .home-products .container .products-list .rectangle {
      position: absolute;
      z-index: 1; }
      .home-products .container .products-list .rectangle1 {
        background-image: linear-gradient(41deg, #FFEE00 0%, #FF9D1D 100%);
        top: 26.5%;
        left: -7%;
        width: 24.82%; }
        @media (max-width: 575.98px) {
          .home-products .container .products-list .rectangle1 {
            top: 78.5%;
            width: 30.6666%;
            left: -20px; } }
        .home-products .container .products-list .rectangle1:after {
          content: '';
          display: block;
          padding-bottom: 74.91166%; }
          @media (max-width: 575.98px) {
            .home-products .container .products-list .rectangle1:after {
              padding-bottom: 106.48%; } }
      .home-products .container .products-list .rectangle2 {
        background-image: linear-gradient(-119deg, #29FF6C 0%, #0EC0B9 85%);
        top: 20%;
        right: 16.666%;
        width: 25.4%; }
        .home-products .container .products-list .rectangle2:after {
          content: '';
          display: block;
          padding-bottom: 79%; }
      .home-products .container .products-list .rectangle3 {
        background-image: linear-gradient(-55deg, #311963 0%, #3E0679 92%);
        top: 66.5%;
        left: 16.666%;
        width: 25.4%; }
        @media (max-width: 575.98px) {
          .home-products .container .products-list .rectangle3 {
            display: none; } }
        .home-products .container .products-list .rectangle3:after {
          content: '';
          display: block;
          padding-bottom: 91%; }
      .home-products .container .products-list .rectangle4 {
        background-image: linear-gradient(130deg, #FF5A47 0%, #E30977 100%);
        top: 55%;
        right: -7%;
        width: 21.3%; }
        @media (max-width: 575.98px) {
          .home-products .container .products-list .rectangle4 {
            display: none; } }
        .home-products .container .products-list .rectangle4:after {
          content: '';
          display: block;
          padding-bottom: 91%; }

.home-create {
  padding: 80px 0 140px 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .home-create {
      padding-bottom: 100px; } }
  .home-create .bg {
    position: absolute;
    bottom: 0px;
    right: 0;
    max-width: 100%;
    display: block; }
    .home-create .bg img {
      display: block; }
      @media (max-width: 767.98px) {
        .home-create .bg img {
          max-width: 300px; } }
      @media (max-width: 575.98px) {
        .home-create .bg img {
          max-width: 200px; } }
  .home-create .container .label--label1 {
    margin-bottom: 0.9em; }
  .home-create .container .title--title6, .home-create .container .policy .content .policy__text > h3, .policy .content .home-create .container .policy__text > h3,
  .home-create .container .policy .content .minor__text > h3, .policy .content .home-create .container .minor__text > h3,
  .home-create .container .minor .content .policy__text > h3, .minor .content .home-create .container .policy__text > h3,
  .home-create .container .minor .content .minor__text > h3, .minor .content .home-create .container .minor__text > h3 {
    margin-bottom: 0.5em; }
  .home-create .container .buttons {
    margin-top: 60px; }
    @media (max-width: 767.98px) {
      .home-create .container .buttons {
        margin-top: 30px; } }
  .home-create .container img {
    display: block;
    margin: 0 auto 30px auto; }
    @media (max-width: 767.98px) {
      .home-create .container img {
        width: 120px; } }
  .home-create .container .label--label1, .home-create .container .title--title6, .home-create .container .policy .content .policy__text > h3, .policy .content .home-create .container .policy__text > h3,
  .home-create .container .policy .content .minor__text > h3, .policy .content .home-create .container .minor__text > h3,
  .home-create .container .minor .content .policy__text > h3, .minor .content .home-create .container .policy__text > h3,
  .home-create .container .minor .content .minor__text > h3, .minor .content .home-create .container .minor__text > h3,
  .home-create .container .txt--p3,
  .home-create .container .buttons {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    -khtml-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    transition: opacity 500ms ease-in-out, transform 500ms ease-in-out; }
  .home-create .container .title--title6, .home-create .container .policy .content .policy__text > h3, .policy .content .home-create .container .policy__text > h3,
  .home-create .container .policy .content .minor__text > h3, .policy .content .home-create .container .minor__text > h3,
  .home-create .container .minor .content .policy__text > h3, .minor .content .home-create .container .policy__text > h3,
  .home-create .container .minor .content .minor__text > h3, .minor .content .home-create .container .minor__text > h3 {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  .home-create .container .txt--p3 {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  .home-create .container .buttons {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  .home-create.is-visible .label--label1,
  .home-create.is-visible .title--title6,
  .home-create.is-visible .policy .content .policy__text > h3,
  .policy .content .home-create.is-visible .policy__text > h3,
  .home-create.is-visible .policy .content .minor__text > h3,
  .policy .content .home-create.is-visible .minor__text > h3,
  .home-create.is-visible .minor .content .policy__text > h3,
  .minor .content .home-create.is-visible .policy__text > h3,
  .home-create.is-visible .minor .content .minor__text > h3,
  .minor .content .home-create.is-visible .minor__text > h3,
  .home-create.is-visible .txt--p3,
  .home-create.is-visible .buttons {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }

.text-image {
  padding: 100px 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .text-image {
      padding: 100px 0 50px 0; } }
  @media (max-width: 575.98px) {
    .text-image {
      padding: 75px 0 0px 0;
      margin-bottom: 30px; } }
  .text-image .text .label--label1 {
    margin-bottom: 10px; }
  .text-image .text .title--title6, .text-image .text .policy .content .policy__text > h3, .policy .content .text-image .text .policy__text > h3,
  .text-image .text .policy .content .minor__text > h3, .policy .content .text-image .text .minor__text > h3,
  .text-image .text .minor .content .policy__text > h3, .minor .content .text-image .text .policy__text > h3,
  .text-image .text .minor .content .minor__text > h3, .minor .content .text-image .text .minor__text > h3 {
    margin-bottom: 20px;
    width: 80%; }
    @media (max-width: 767.98px) {
      .text-image .text .title--title6, .text-image .text .policy .content .policy__text > h3, .policy .content .text-image .text .policy__text > h3,
      .text-image .text .policy .content .minor__text > h3, .policy .content .text-image .text .minor__text > h3,
      .text-image .text .minor .content .policy__text > h3, .minor .content .text-image .text .policy__text > h3,
      .text-image .text .minor .content .minor__text > h3, .minor .content .text-image .text .minor__text > h3 {
        width: 100%; } }
  .text-image .text .buttons {
    margin-top: 60px; }
    @media (max-width: 767.98px) {
      .text-image .text .buttons {
        margin-top: 30px; } }
  .text-image .text .label--label1, .text-image .text .title--title6, .text-image .text .policy .content .policy__text > h3, .policy .content .text-image .text .policy__text > h3,
  .text-image .text .policy .content .minor__text > h3, .policy .content .text-image .text .minor__text > h3,
  .text-image .text .minor .content .policy__text > h3, .minor .content .text-image .text .policy__text > h3,
  .text-image .text .minor .content .minor__text > h3, .minor .content .text-image .text .minor__text > h3,
  .text-image .text .txt--p3,
  .text-image .text .buttons {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    -khtml-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    transition: opacity 500ms ease-in-out, transform 500ms ease-in-out; }
  .text-image .text .title--title6, .text-image .text .policy .content .policy__text > h3, .policy .content .text-image .text .policy__text > h3,
  .text-image .text .policy .content .minor__text > h3, .policy .content .text-image .text .minor__text > h3,
  .text-image .text .minor .content .policy__text > h3, .minor .content .text-image .text .policy__text > h3,
  .text-image .text .minor .content .minor__text > h3, .minor .content .text-image .text .minor__text > h3 {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  .text-image .text .txt--p3 {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  .text-image .text .buttons {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  .text-image .image {
    position: relative; }
    @media (max-width: 575.98px) {
      .text-image .image {
        margin-top: 30px; } }
    .text-image .image > img {
      border-radius: 3px;
      position: relative;
      display: block;
      width: 100%;
      box-shadow: 10px 50px 50px rgba(37, 24, 65, 0.28); }
      @media (max-width: 575.98px) {
        .text-image .image > img {
          box-shadow: 5px 25px 25px rgba(37, 24, 65, 0.19); } }
      .text-image .image > img.no-shadow {
        box-shadow: none; }
    .text-image .image .bg {
      position: absolute;
      top: -12%;
      left: 20%;
      width: 106.8%;
      background-image: linear-gradient(-90deg, #FF5A47 0%, #E30977 100%); }
      @media (max-width: 575.98px) {
        .text-image .image .bg {
          left: -20px;
          width: calc(100% + (20px*2));
          top: auto;
          bottom: -20px; } }
      .text-image .image .bg:after {
        content: '';
        display: block;
        padding-bottom: 84.3%; }
        @media (max-width: 575.98px) {
          .text-image .image .bg:after {
            padding-bottom: 57.3333%; } }
  @media (min-width: 576px) {
    .text-image--reverse .text {
      order: 2; } }
  .text-image--reverse .text .title--title6, .text-image--reverse .text .policy .content .policy__text > h3, .policy .content .text-image--reverse .text .policy__text > h3,
  .text-image--reverse .text .policy .content .minor__text > h3, .policy .content .text-image--reverse .text .minor__text > h3,
  .text-image--reverse .text .minor .content .policy__text > h3, .minor .content .text-image--reverse .text .policy__text > h3,
  .text-image--reverse .text .minor .content .minor__text > h3, .minor .content .text-image--reverse .text .minor__text > h3 {
    width: 100%; }
  .text-image--reverse .image .bg {
    left: -22%;
    top: -22%;
    background-image: linear-gradient(-224deg, #3E007F 0%, #A625ED 100%); }
    @media (max-width: 575.98px) {
      .text-image--reverse .image .bg {
        left: -20px;
        width: calc(100% + (20px*2));
        top: auto;
        bottom: -20px; } }
    .text-image--reverse .image .bg:after {
      padding-bottom: 93.2%; }
      @media (max-width: 575.98px) {
        .text-image--reverse .image .bg:after {
          padding-bottom: 57.3333%; } }
  .text-image.alt-bg .image .bg {
    background-image: linear-gradient(44deg, #29FF6C 0%, #0EC0B9 96%); }
  .text-image.alt-bg2 .image .bg {
    background-image: linear-gradient(41deg, #FFEE00 0%, #FF9D1D 100%); }
  .text-image.alt-bg3 .image .bg {
    background-image: linear-gradient(41deg, #5affff 0%, #0415eb 100%); }
  .text-image.cospaces-bg .image .bg {
    background-image: linear-gradient(90deg, #FD7400 0%, #C600C9 100%); }
  .text-image.is-visible .label--label1,
  .text-image.is-visible .title--title6,
  .text-image.is-visible .policy .content .policy__text > h3,
  .policy .content .text-image.is-visible .policy__text > h3,
  .text-image.is-visible .policy .content .minor__text > h3,
  .policy .content .text-image.is-visible .minor__text > h3,
  .text-image.is-visible .minor .content .policy__text > h3,
  .minor .content .text-image.is-visible .policy__text > h3,
  .text-image.is-visible .minor .content .minor__text > h3,
  .minor .content .text-image.is-visible .minor__text > h3,
  .text-image.is-visible .txt--p3,
  .text-image.is-visible .buttons {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  .text-image .os-icons {
    width: 80px; }
  .text-image .bg, .text-image .full-bg {
    position: absolute;
    width: 100%;
    height: 100%; }
    .text-image .bg--two-bgs--go, .text-image .full-bg--two-bgs--go {
      background: linear-gradient(180deg, #12b79d, #26e575 100%), linear-gradient(180deg, #ff6735, #e7c100 100%);
      background-position: top,bottom;
      background-size: 100% 47.1%,100% 55%;
      background-repeat: no-repeat; }
      @media (min-width: 768px) {
        .text-image .bg--two-bgs--go, .text-image .full-bg--two-bgs--go {
          background: linear-gradient(180deg, #12b79d, #26e575, white 80%), linear-gradient(180deg, #ff6735, #e7c100, white 80%);
          background-position: left, right;
          background-size: 50.1%;
          background-repeat: no-repeat; } }
      .text-image .bg--two-bgs--go + .container .row .view-box, .text-image .full-bg--two-bgs--go + .container .row .view-box {
        height: 50%; }
    .text-image .bg--green-gradient, .text-image .full-bg--green-gradient {
      background: linear-gradient(180deg, #12b79d, #26e575, white); }

.news-slider {
  padding-bottom: 200px;
  padding-top: 50px; }
  @media (max-width: 767.98px) {
    .news-slider {
      padding-bottom: 100px;
      padding-top: 30px; } }
  @media (max-width: 575.98px) {
    .news-slider {
      padding-bottom: 30px;
      padding-top: 30px;
      margin-top: 40px; } }
  .news-slider .container {
    position: relative; }
    @media (max-width: 767.98px) {
      .news-slider .container {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .news-slider .container .rectangle1 {
      position: absolute;
      top: -12px;
      left: -3%;
      background-image: linear-gradient(127deg, #29FF6C 0%, #0EC0B9 58%);
      width: 33%; }
      @media (max-width: 575.98px) {
        .news-slider .container .rectangle1 {
          width: 48.8%;
          top: 0; } }
      .news-slider .container .rectangle1:after {
        content: '';
        display: block;
        padding-bottom: 62.17%; }
    .news-slider .container .rectangle2 {
      position: absolute;
      bottom: 15px;
      right: 0;
      background-image: linear-gradient(45deg, #FF5A47 0%, #E30977 100%);
      width: 31.58%; }
      @media (max-width: 767.98px) {
        .news-slider .container .rectangle2 {
          bottom: 0; } }
      @media (max-width: 575.98px) {
        .news-slider .container .rectangle2 {
          display: none; } }
      .news-slider .container .rectangle2:after {
        content: '';
        display: block;
        padding-bottom: 55.27%; }
    .news-slider .container .slider {
      width: 100%; }
      @media (max-width: 767.98px) {
        .news-slider .container .slider {
          margin: 0; } }
      @media (max-width: 767.98px) {
        .news-slider .container .slider .slick-list {
          padding-left: 10px;
          padding-right: 10px; } }
      @media (max-width: 575.98px) {
        .news-slider .container .slider .slick-list {
          padding-left: 10px; } }
      .news-slider .container .slider .slide {
        outline: none;
        padding: 30px 15px; }
        @media (max-width: 767.98px) {
          .news-slider .container .slider .slide {
            width: auto;
            padding: 20px 10px; } }
        @media (max-width: 575.98px) {
          .news-slider .container .slider .slide {
            width: calc(87vw - (20px*2));
            padding: 20px 10px; } }
        .news-slider .container .slider .slide a {
          outline: none;
          display: block;
          background: #FFFFFF;
          box-shadow: 0 10px 20px 0 rgba(169, 156, 213, 0.18);
          border-radius: 3px;
          overflow: hidden;
          -webkit-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
          -khtml-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
          -moz-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
          -ms-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
          -o-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
          transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out; }
          .news-slider .container .slider .slide a:hover {
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            -o-transform: translateY(-10px);
            transform: translateY(-10px);
            box-shadow: 0px 30px 40px -10px rgba(169, 156, 231, 0.18); }
        .news-slider .container .slider .slide__image {
          background-image: linear-gradient(-224deg, #3E007F 0%, #A625ED 99%);
          text-align: center;
          /*
                    &:after {
                        content: '';
                        display: block;
                        padding-bottom: 69.72%;
                    }
                    */ }
          .news-slider .container .slider .slide__image > img {
            max-width: 90%;
            display: inline-block;
            padding: 40px 0; }
        .news-slider .container .slider .slide__text {
          text-align: center;
          padding: 20px 20px 40px;
          min-height: 180px; }
          .news-slider .container .slider .slide__text .label--label2 {
            margin-bottom: 0.5em; }
          .news-slider .container .slider .slide__text .txt--p3 {
            color: #000; }
      .news-slider .container .slider .slick-dots {
        position: absolute;
        left: 15px;
        bottom: -42px;
        z-index: 1;
        width: 100%;
        text-align: center; }
        .news-slider .container .slider .slick-dots li {
          position: relative;
          display: inline-block;
          width: 19px;
          height: 19px;
          margin: 0 0px;
          padding: 5px; }
          .news-slider .container .slider .slick-dots li button {
            text-indent: -9999px;
            width: 9px;
            height: 9px;
            background: #E2C6FD;
            font-size: 0;
            line-height: 0;
            display: block;
            padding: 0;
            border: 0;
            outline: none;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%; }
          .news-slider .container .slider .slick-dots li.slick-active button {
            background: #FD0074; }
      .news-slider .container .slider .slick-arrow {
        z-index: 2;
        position: absolute;
        bottom: -50px;
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        border: none;
        background-color: #FD0074;
        background-position: center;
        background-repeat: no-repeat;
        outline: none;
        border-radius: 20px;
        cursor: pointer;
        -webkit-transition: background-color 300ms ease-in-out;
        -khtml-transition: background-color 300ms ease-in-out;
        -moz-transition: background-color 300ms ease-in-out;
        -ms-transition: background-color 300ms ease-in-out;
        -o-transition: background-color 300ms ease-in-out;
        transition: background-color 300ms ease-in-out;
        box-shadow: 0 11px 33px -8px rgba(78, 3, 140, 0.41); }
        .news-slider .container .slider .slick-arrow.slick-prev {
          left: 15px;
          background-image: url(/assets/images/slider-prev.svg); }
        .news-slider .container .slider .slick-arrow.slick-next {
          right: 15px;
          background-image: url(/assets/images/slider-next.svg); }
        .news-slider .container .slider .slick-arrow.slick-disabled {
          background-color: rgba(253, 0, 116, 0.4); }
        .news-slider .container .slider .slick-arrow:hover {
          background-color: #560A9F; }

div[class^=header-image-] {
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 1.5rem; }
  @media (orientation: landscape) {
    div[class^=header-image-] {
      min-height: 70vh;
      margin-top: 1rem; } }
  @media (orientation: landscape) and (min-width: 1601px) {
    div[class^=header-image-] {
      min-height: 65vh; } }
  @media (orientation: landscape) and (min-width: 1921px) {
    div[class^=header-image-] {
      min-height: 55vh; } }
  @media (orientation: portrait) {
    div[class^=header-image-] {
      min-height: 35vh;
      margin-top: 2.5rem; } }
  @media (orientation: portrait) and (min-width: 375px) and (min-height: 769px) {
    div[class^=header-image-] {
      min-height: 30vh;
      margin-top: 3.5rem; } }

.header-image-home {
  margin-top: 0 !important; }

@media (orientation: portrait) {
  .header-image-headset {
    margin-top: 4.5rem !important; } }
  @media (orientation: portrait) and (min-width: 375px) and (min-height: 769px) {
    .header-image-headset {
      margin-top: 4.5rem !important; } }

@media (orientation: landscape) and (max-width: 1024px) {
  .header-image-headset {
    margin-top: 4rem !important; } }

.header-image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden; }
  .header-image .text--white {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4); }
  .header-image .container {
    position: relative;
    z-index: 10; }
  .header-image-cube {
    margin-top: 70px !important;
    background-size: contain !important;
    background: url("/assets/images/cube/cube-header.jpg"); }
  .header-image-headset {
    margin-top: 70px !important;
    background-size: contain !important;
    background: url("/assets/images/goggles/headset-header.jpg"); }
  .header-image-platform {
    background: url("/assets/images/header-image-platform.jpg"); }
  .header-image-home {
    background: url("/assets/images/home-slider1a.jpg"); }
  .header-image.home {
    background: url("/assets/images/header-home-poster.jpg") center center;
    background-size: cover;
    /*
        @include media-breakpoint-down(md){
            z-index:-2;
        }
        */ }
    @media (max-width: 575.98px) {
      .header-image.home .row {
        height: 55vh; } }
  .header-image.try h1, .header-image.try h2, .header-image.try h3, .header-image.try h4 {
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); }
    .header-image.try h1.text--purple2, .header-image.try h2.text--purple2, .header-image.try h3.text--purple2, .header-image.try h4.text--purple2 {
      text-shadow: none; }
  .header-image.try .row {
    height: 55vh; }
    @media (max-width: 1024px) and (orientation: landscape) {
      .header-image.try .row {
        height: 85vh; } }
    @media (max-width: 767.98px) {
      .header-image.try .row {
        height: 85vh; } }
  .header-image.bg-triangle {
    background-size: 100% 100%;
    background-repeat: no-repeat; }
    .header-image.bg-triangle.bg-green-triangle {
      background: linear-gradient(135deg, #fff 60%, #12b79d 60.1%, #26e575 100%); }
    .header-image.bg-triangle.bg-blue-triangle {
      background: linear-gradient(135deg, #fff 60%, #006CFF 60.1%, #79D9FF 100%); }
    .header-image.bg-triangle.bg-purple-triangle {
      background: linear-gradient(135deg, #fff 60%, #6C29C1 60.1%, #3B137E 100%); }
    .header-image.bg-triangle.headset {
      background: linear-gradient(135deg, #ffffff00 75%, #12b79d 66.1%, #26e575 100%), url(/assets/images/mars-background.jpg);
      background-size: 100%,110%;
      background-repeat: no-repeat;
      background-position: bottom,right bottom; }
      @media (min-width: 768px) {
        .header-image.bg-triangle.headset {
          background-size: 100%,85%;
          background-position: bottom,80% -360%; } }
      @media (min-width: 992px) {
        .header-image.bg-triangle.headset {
          background-size: 100%,85%;
          background-position: bottom,80% -170%; } }
      @media (min-width: 1200px) {
        .header-image.bg-triangle.headset {
          background-size: 100%,65%;
          background-repeat: no-repeat;
          background-position: bottom,80% -200%; } }
  .header-image .bg {
    background: #00000000;
    opacity: 0.99;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media (max-width: 767.98px) {
      .header-image .bg {
        opacity: 1;
        background-color: transparent;
        background-image: linear-gradient(186deg, rgba(54, 50, 113, 0.18) 26%, rgba(17, 16, 37, 0.66) 67%); } }
    .header-image .bg.bg--triangle {
      background-color: transparent;
      background-image: url("/assets/images/purple-triangle.svg");
      background-position: bottom right;
      background-size: contain;
      background-repeat: no-repeat;
      opacity: 1;
      width: 115%; }
    .header-image .bg.bg--purple-triangle {
      background-image: url("/assets/images/purple-triangle.svg"); }
    .header-image .bg.bg--blue-triangle {
      background-image: url("/assets/images/blue-triangle.svg"); }
    .header-image .bg.bg--green-triangle {
      background-image: url("/assets/images/green-triangle.svg"); }
    .header-image .bg.bg--pink-triangle {
      background-image: url("/assets/images/pink-triangle.svg"); }
  .header-image .row {
    padding-top: 4.5rem; }
  .header-image:not(.try) .row {
    height: 78vh; }
    @media (min-width: 1200px) {
      .header-image:not(.try) .row {
        min-height: 300px;
        max-height: 740px;
        height: 65vh; } }
    @media (max-width: 1199.98px) {
      .header-image:not(.try) .row {
        height: 35vh; } }
  @media (max-width: 1199.98px) and (max-height: 768px) and (orientation: landscape) {
    .header-image:not(.try) .row {
      height: 50vh; } }
  @media (max-width: 1199.98px) and (max-height: 768px) and (orientation: landscape) and (max-height: 414px) {
    .header-image:not(.try) .row {
      height: 90vh; } }
    @media (max-width: 767.98px) {
      .header-image:not(.try) .row {
        height: 60vh;
        padding-top: 0;
        align-items: flex-end !important;
        padding-bottom: 0; } }
  @media (max-width: 767.98px) and (orientation: landscape) {
    .header-image:not(.try) .row {
      height: 85vh; } }
  @media (max-width: 767.98px) and (orientation: landscape) and (max-height: 414px) {
    .header-image:not(.try) .row {
      height: 100vh; }
      .header-image:not(.try) .row div[class^='col-']:first-child,
      .header-image:not(.try) .row div[class^='col-']:last-child {
        display: flex;
        flex: 0 0 100%;
        max-width: 100%;
        align-items: flex-end !important;
        height: 50% !important; }
      .header-image:not(.try) .row div[class^='col-']:last-child img {
        width: 78%;
        right: 0; } }
    @media (max-width: 575.98px) {
      .header-image:not(.try) .row {
        padding-top: 13vh;
        height: 70vh; } }
  @media (max-width: 575.98px) and (min-width: 414px) and (orientation: portrait) {
    .header-image:not(.try) .row {
      height: 62vh; } }
  @media (max-width: 575.98px) and (min-height: 737px) and (orientation: portrait) {
    .header-image:not(.try) .row {
      height: 58vh; } }
  @media (min-width: 1200px) {
    .header-image.new-home .row {
      height: 83vh; } }
  @media (max-width: 767.98px) {
    .header-image.new-home .row {
      align-items: center !important; } }
  .header-image .label--label1 {
    margin-bottom: 10px; }
  @media (max-width: 575.98px) {
    .header-image .title--title1 {
      padding-right: 30px; } }
  .header-image .buttons {
    margin-top: 20px; }
  .header-image a.scroll-down {
    display: none;
    position: absolute;
    bottom: 35px;
    right: 20px; }
    @media (max-width: 575.98px) {
      .header-image a.scroll-down {
        display: block; } }
  .header-image + .retailers {
    margin-top: 0; }
  .header-image .product-image img {
    position: absolute;
    bottom: 0;
    width: 100%; }
  .header-image .product-image.headset img {
    bottom: -1rem;
    width: 64%;
    left: 1rem; }
  .header-image .product-image.platform {
    padding: 0 !important; }
    .header-image .product-image.platform img {
      position: relative; }
  @media (min-width: 768px) {
    .header-image.header-image--expansive .parent-container > .product-image img {
      width: 120%;
      max-height: 100%; }
    .header-image.header-image--expansive .parent-container > .product-image.headset > img {
      position: relative;
      width: 100%;
      left: -3rem;
      bottom: -3rem; }
    .header-image.header-image--expansive .parent-container > .product-image.platform > img {
      width: 90%; } }
  @media (min-width: 992px) {
    .header-image.header-image--expansive .parent-container > .product-image.headset > img {
      width: auto;
      left: 0;
      bottom: -4rem;
      max-height: 120%; }
    .header-image.header-image--expansive .parent-container > .product-image.platform > img {
      width: 120%; } }

.header-text {
  margin-top: 50px; }
  @media (max-width: 767.98px) {
    .header-text {
      margin-top: 30px; } }

body.kids .retailers,
body.product-detail .retailers {
  padding: 50px 0; }
  @media (max-width: 767.98px) {
    body.kids .retailers,
    body.product-detail .retailers {
      padding: 50px 0 55px 0;
      margin-top: 0px; } }

.retailers {
  background-image: radial-gradient(at center top, #9C10E5 0%, #3E0080 62%);
  padding: 40px 0 60px 0;
  text-align: center;
  /*margin-top: 70px;*/ }
  .retailers--award {
    background: none; }
  @media (max-width: 767.98px) {
    .retailers {
      padding: 50px 0 55px 0;
      margin-top: 50px; }
      .retailers .container {
        padding: 0 !important; }
        .retailers .container > .row {
          margin: 0 !important; }
          .retailers .container > .row .col-sm-12 {
            padding-left: 0 !important;
            padding-right: 0 !important; } }
  @media (max-width: 575.98px) {
    .retailers {
      padding: 50px 0 15px 0;
      margin-top: 0; } }
  .retailers + .retailers {
    background: #3E0080; }
    @media (max-width: 767.98px) {
      .retailers + .retailers {
        padding-top: 7rem;
        margin-top: -1px; } }
    @media (max-width: 575.98px) {
      .retailers + .retailers {
        margin-top: 0; } }
    .retailers + .retailers > .container {
      margin-top: -9rem; }
  .retailers__slider {
    margin-top: 50px;
    padding-bottom: 30px;
    position: relative; }
    @media (max-width: 767.98px) {
      .retailers__slider {
        margin-top: 35px; } }
    @media (max-width: 575.98px) {
      .retailers__slider {
        margin-top: 20px; } }
    .retailers__slider .rectangle1 {
      position: absolute;
      top: 50px;
      left: -20px;
      width: 9.38%;
      background: #24BFFE; }
      @media (max-width: 767.98px) {
        .retailers__slider .rectangle1 {
          top: 60px; } }
      @media (max-width: 575.98px) {
        .retailers__slider .rectangle1 {
          top: auto;
          bottom: 38px;
          left: 0px;
          width: 9.86%; } }
      .retailers__slider .rectangle1:after {
        content: '';
        display: block;
        padding-bottom: 100%; }
    .retailers__slider .rectangle2 {
      position: absolute;
      top: 20px;
      width: 12%;
      left: 36%;
      background-image: linear-gradient(45deg, #FF5A47 0%, #E30977 100%); }
      @media (max-width: 767.98px) {
        .retailers__slider .rectangle2 {
          top: 30px; } }
      @media (max-width: 575.98px) {
        .retailers__slider .rectangle2 {
          top: 5px;
          left: auto;
          right: -3%;
          width: 9.86%; } }
      .retailers__slider .rectangle2:after {
        content: '';
        display: block;
        padding-bottom: 76.97842%; }
    .retailers__slider .rectangle3 {
      position: absolute;
      right: -30px;
      top: 5px;
      max-width: 139px;
      max-height: 139px; }
      @media (max-width: 767.98px) {
        .retailers__slider .rectangle3 {
          max-width: 100px;
          max-height: 100px;
          top: 20px; } }
      @media (max-width: 575.98px) {
        .retailers__slider .rectangle3 {
          display: none; } }
    .retailers__slider-content .slick-list {
      margin: -15px; }
      @media (max-width: 767.98px) {
        .retailers__slider-content .slick-list {
          margin: 0;
          padding: 0 10px 0 10px; } }
      @media (max-width: 575.98px) {
        .retailers__slider-content .slick-list {
          margin: 0;
          padding: 0 0 0 10px; } }
    .retailers__slider-content .retail {
      padding: 44px 15px;
      outline: none;
      -webkit-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
      -khtml-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
      -moz-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
      -ms-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
      -o-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
      transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out; }
      @media (max-width: 575.98px) {
        .retailers__slider-content .retail {
          padding: 19px 10px;
          width: calc(50vw + 20px); } }
      .retailers__slider-content .retail__image {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FD0074;
        box-shadow: 6px 17px 21px 0 rgba(0, 0, 0, 0.22);
        border-radius: 3px;
        max-width: 100%;
        width: 175px;
        height: 100px;
        padding: 9px; }
        .retailers__slider-content .retail__image img {
          width: auto;
          display: block;
          max-height: 100%; }
        @media (min-width: 576px) {
          .retailers__slider-content .retail__image {
            padding: 15px; }
            .retailers__slider-content .retail__image img {
              max-height: 85px; } }
        @media (max-width: 575.98px) {
          .retailers__slider-content .retail__image {
            box-shadow: 4px 8px 11px 0 rgba(0, 0, 0, 0.22);
            height: 70px; } }
        .retailers__slider-content .retail__image--award {
          box-shadow: none;
          background: transparent; }
          .retailers__slider-content .retail__image--award img {
            width: auto; }
            @media (min-width: 576px) {
              .retailers__slider-content .retail__image--award img {
                max-height: 142px; } }
            @media (max-width: 575.98px) {
              .retailers__slider-content .retail__image--award img {
                box-shadow: 4px 8px 11px 0 rgba(0, 0, 0, 0.22);
                height: 70px; } }
      .retailers__slider-content .retail:hover {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px); }
    .retailers__slider-content.edu .retail__image {
      display: inline-flex;
      position: relative;
      z-index: 2;
      margin: 1rem 0;
      width: 320px;
      justify-content: center;
      align-items: center; }
      @media (max-width: 991.98px) {
        .retailers__slider-content.edu .retail__image {
          width: 360px;
          margin: 0.75rem auto; } }
      @media (max-width: 767.98px) {
        .retailers__slider-content.edu .retail__image {
          width: 300px;
          margin-top: 15px;
          min-height: 70px; }
          .retailers__slider-content.edu .retail__image img {
            max-height: 65px; } }
      @media (max-width: 575.98px) {
        .retailers__slider-content.edu .retail__image img {
          max-height: 50px; } }
    .retailers__slider-content .slick-dots {
      position: absolute;
      left: 15px;
      bottom: -27px;
      z-index: 1;
      width: 100%;
      text-align: center; }
      .retailers__slider-content .slick-dots li {
        position: relative;
        display: inline-block;
        width: 19px;
        height: 19px;
        margin: 0 0px;
        padding: 5px; }
        .retailers__slider-content .slick-dots li button {
          text-indent: -9999px;
          width: 9px;
          height: 9px;
          background: #E2C6FD;
          font-size: 0;
          line-height: 0;
          display: block;
          padding: 0;
          border: 0;
          outline: none;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%; }
        .retailers__slider-content .slick-dots li.slick-active button {
          background: #FD0074; }
    .retailers__slider-content .slick-arrow {
      z-index: 2;
      position: absolute;
      bottom: -35px;
      width: 40px;
      height: 40px;
      text-indent: -9999px;
      border: none;
      background-color: #FD0074;
      background-position: center;
      background-repeat: no-repeat;
      outline: none;
      border-radius: 20px;
      cursor: pointer;
      -webkit-transition: background-color 300ms ease-in-out;
      -khtml-transition: background-color 300ms ease-in-out;
      -moz-transition: background-color 300ms ease-in-out;
      -ms-transition: background-color 300ms ease-in-out;
      -o-transition: background-color 300ms ease-in-out;
      transition: background-color 300ms ease-in-out;
      box-shadow: 0 11px 33px -8px rgba(78, 3, 140, 0.41); }
      .retailers__slider-content .slick-arrow.slick-prev {
        left: 0;
        background-image: url(/assets/images/slider-prev.svg); }
        @media (max-width: 767.98px) {
          .retailers__slider-content .slick-arrow.slick-prev {
            left: 20px; } }
      .retailers__slider-content .slick-arrow.slick-next {
        right: 0;
        background-image: url(/assets/images/slider-next.svg); }
        @media (max-width: 767.98px) {
          .retailers__slider-content .slick-arrow.slick-next {
            right: 20px; } }
      .retailers__slider-content .slick-arrow.slick-disabled {
        background-color: rgba(253, 0, 116, 0.4); }
      .retailers__slider-content .slick-arrow:hover {
        background-color: #560A9F; }
  .retailers.edu .slick-dots {
    display: none; }
  .retailers.edu a.retail {
    width: 300px; }

.features {
  padding: 60px 0 90px;
  text-align: center;
  position: relative; }
  @media (max-width: 767.98px) {
    .features {
      padding: 50px 0 90px 0; } }
  .features .label--label1 {
    margin-bottom: 0.5em; }
  @media (max-width: 767.98px) {
    .features .title--title5 {
      width: 80%;
      margin: 0 auto; } }
  .features .bg {
    position: absolute;
    bottom: 0px;
    right: 0;
    max-width: 100%;
    display: block; }
    .features .bg img {
      display: block; }
      @media (max-width: 767.98px) {
        .features .bg img {
          max-width: 300px; } }
      @media (max-width: 575.98px) {
        .features .bg img {
          max-width: 200px; } }
  .features .features__list {
    margin-top: 50px; }
    .features .features__list.miniverse div[class*='col-']:nth-child(2) .features__icon img {
      width: 90px; }
    .features .features__list.miniverse div[class*='col-']:nth-child(3) .features__icon img {
      width: 70px; }
    .features .features__list.miniverse div[class*='col-']:nth-child(4) .features__icon img {
      width: 60px; }
    .features .features__list.edu-platform div[class*='col-']:nth-child(2) .features__icon img {
      width: 60px; }
    .features .features__list.edu-platform div[class*='col-']:nth-child(3) .features__icon img {
      width: 100px; }
    .features .features__list.edu-platform div[class*='col-']:nth-child(4) .features__icon img {
      width: 80px; }
    .features .features__list.edu-license div[class*='col-']:first-child .features__icon img {
      width: 100px; }
    .features .features__list.edu-license div[class*='col-']:nth-child(2) .features__icon img {
      width: 150px; }
    .features .features__list.edu-license div[class*='col-']:nth-child(3) .features__icon img {
      width: 170px; }
    @media (max-width: 575.98px) {
      .features .features__list {
        margin-top: 0px; } }
    .features .features__list .title--title8 {
      margin-bottom: 0.5em; }
    .features .features__list .txt--p4, .features .features__list .policy .content .policy__text > p, .policy .content .features .features__list .policy__text > p,
    .features .features__list .policy .content .policy__text > ul li, .policy .content .policy__text > ul .features .features__list li,
    .features .features__list .policy .content .policy__text > ol li, .policy .content .policy__text > ol .features .features__list li,
    .features .features__list .policy .content .minor__text > p, .policy .content .features .features__list .minor__text > p,
    .features .features__list .policy .content .minor__text > ul li, .policy .content .minor__text > ul .features .features__list li,
    .features .features__list .policy .content .minor__text > ol li, .policy .content .minor__text > ol .features .features__list li,
    .features .features__list .minor .content .policy__text > p, .minor .content .features .features__list .policy__text > p,
    .features .features__list .minor .content .policy__text > ul li, .minor .content .policy__text > ul .features .features__list li,
    .features .features__list .minor .content .policy__text > ol li, .minor .content .policy__text > ol .features .features__list li,
    .features .features__list .minor .content .minor__text > p, .minor .content .features .features__list .minor__text > p,
    .features .features__list .minor .content .minor__text > ul li, .minor .content .minor__text > ul .features .features__list li,
    .features .features__list .minor .content .minor__text > ol li, .minor .content .minor__text > ol .features .features__list li {
      text-align: center; }
      @media (max-width: 575.98px) {
        .features .features__list .txt--p4, .features .features__list .policy .content .policy__text > p, .policy .content .features .features__list .policy__text > p,
        .features .features__list .policy .content .policy__text > ul li, .policy .content .policy__text > ul .features .features__list li,
        .features .features__list .policy .content .policy__text > ol li, .policy .content .policy__text > ol .features .features__list li,
        .features .features__list .policy .content .minor__text > p, .policy .content .features .features__list .minor__text > p,
        .features .features__list .policy .content .minor__text > ul li, .policy .content .minor__text > ul .features .features__list li,
        .features .features__list .policy .content .minor__text > ol li, .policy .content .minor__text > ol .features .features__list li,
        .features .features__list .minor .content .policy__text > p, .minor .content .features .features__list .policy__text > p,
        .features .features__list .minor .content .policy__text > ul li, .minor .content .policy__text > ul .features .features__list li,
        .features .features__list .minor .content .policy__text > ol li, .minor .content .policy__text > ol .features .features__list li,
        .features .features__list .minor .content .minor__text > p, .minor .content .features .features__list .minor__text > p,
        .features .features__list .minor .content .minor__text > ul li, .minor .content .minor__text > ul .features .features__list li,
        .features .features__list .minor .content .minor__text > ol li, .minor .content .minor__text > ol .features .features__list li {
          width: 83%;
          margin: 0 auto; } }
    .features .features__list .features__icon {
      position: relative;
      margin-bottom: 10px; }
      @media (max-width: 575.98px) {
        .features .features__list .features__icon {
          margin-bottom: 20px; } }
      .features .features__list .features__icon:after {
        content: '';
        display: block;
        padding-bottom: 50%; }
        @media (max-width: 575.98px) {
          .features .features__list .features__icon:after {
            display: none; } }
      .features .features__list .features__icon img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0); }
        @media (max-width: 575.98px) {
          .features .features__list .features__icon img {
            position: absolute;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: auto;
            top: auto;
            right: auto;
            bottom: auto;
            position: static;
            margin: 0 auto;
            max-width: 89px; } }
    .features .features__list div[class*='col-'] {
      margin-top: 40px; }
      @media (min-width: 768px) and (max-width: 815px) {
        .features .features__list div[class*='col-'].col-md-2 {
          flex: 0 0 20%;
          max-width: 20%; } }
      .features .features__list div[class*='col-']:first-child .features__icon img {
        width: 89px; }
      .features .features__list div[class*='col-']:nth-child(2) .features__icon img {
        width: 112px; }
      .features .features__list div[class*='col-']:nth-child(3) .features__icon img {
        width: 91px; }
      .features .features__list div[class*='col-']:nth-child(4) .features__icon img {
        width: 175px; }

@media (max-width: 767.98px) and (orientation: landscape) {
  .features .features__list div[class*='col-']:first-child .features__icon img, .features .features__list div[class*='col-']:nth-child(2) .features__icon img, .features .features__list div[class*='col-']:nth-child(3) .features__icon img, .features .features__list div[class*='col-']:nth-child(4) .features__icon img {
    max-width: 100%;
    max-height: 120%; } }
  .features.product {
    padding: 0; }
    .features.product .features__list {
      margin-top: 0; }
      @media (max-width: 767.98px) {
        .features.product .features__list div[class*=col-]:first-child,
        .features.product .features__list div[class*=col-]:nth-child(2),
        .features.product .features__list div[class*=col-]:nth-child(3),
        .features.product .features__list div[class*=col-]:nth-child(4),
        .features.product .features__list div[class*=col-]:nth-child(5) {
          margin-top: 0; } }
      @media (max-width: 767.98px) {
        .features.product .features__list div[class*=col-]:first-child .features__icon,
        .features.product .features__list div[class*=col-]:nth-child(2) .features__icon,
        .features.product .features__list div[class*=col-]:nth-child(3) .features__icon,
        .features.product .features__list div[class*=col-]:nth-child(4) .features__icon,
        .features.product .features__list div[class*=col-]:nth-child(5) .features__icon {
          margin-bottom: 0; } }
      .features.product .features__list div[class*=col-]:first-child .features__icon > img,
      .features.product .features__list div[class*=col-]:nth-child(2) .features__icon > img,
      .features.product .features__list div[class*=col-]:nth-child(3) .features__icon > img,
      .features.product .features__list div[class*=col-]:nth-child(4) .features__icon > img,
      .features.product .features__list div[class*=col-]:nth-child(5) .features__icon > img {
        width: 125px;
        max-height: 115px; }
        @media (max-width: 767.98px) {
          .features.product .features__list div[class*=col-]:first-child .features__icon > img,
          .features.product .features__list div[class*=col-]:nth-child(2) .features__icon > img,
          .features.product .features__list div[class*=col-]:nth-child(3) .features__icon > img,
          .features.product .features__list div[class*=col-]:nth-child(4) .features__icon > img,
          .features.product .features__list div[class*=col-]:nth-child(5) .features__icon > img {
            max-height: 23vw;
            max-width: 30vw; } }
  @media (max-width: 767.98px) and (orientation: landscape) {
    .features.product .features__list div[class*=col-]:first-child .features__icon > img,
    .features.product .features__list div[class*=col-]:nth-child(2) .features__icon > img,
    .features.product .features__list div[class*=col-]:nth-child(3) .features__icon > img,
    .features.product .features__list div[class*=col-]:nth-child(4) .features__icon > img,
    .features.product .features__list div[class*=col-]:nth-child(5) .features__icon > img {
      max-width: 20vw; } }
  .features.try {
    padding: 0; }
    .features.try div[class*='col-'] {
      margin-top: 20px; }
    .features.try .features__list {
      margin-top: 0; }
      @media (max-width: 767.98px) {
        .features.try .features__list div[class*=col-]:first-child,
        .features.try .features__list div[class*=col-]:nth-child(2),
        .features.try .features__list div[class*=col-]:nth-child(3),
        .features.try .features__list div[class*=col-]:nth-child(4),
        .features.try .features__list div[class*=col-]:nth-child(5) {
          margin-top: 0; } }
      @media (max-width: 767.98px) {
        .features.try .features__list div[class*=col-]:first-child .features__icon,
        .features.try .features__list div[class*=col-]:nth-child(2) .features__icon,
        .features.try .features__list div[class*=col-]:nth-child(3) .features__icon,
        .features.try .features__list div[class*=col-]:nth-child(4) .features__icon,
        .features.try .features__list div[class*=col-]:nth-child(5) .features__icon {
          margin-bottom: 0; } }
      .features.try .features__list div[class*=col-]:first-child .features__icon > img,
      .features.try .features__list div[class*=col-]:nth-child(2) .features__icon > img,
      .features.try .features__list div[class*=col-]:nth-child(3) .features__icon > img,
      .features.try .features__list div[class*=col-]:nth-child(4) .features__icon > img,
      .features.try .features__list div[class*=col-]:nth-child(5) .features__icon > img {
        width: 135px;
        max-height: 165px; }
        @media (max-width: 767.98px) {
          .features.try .features__list div[class*=col-]:first-child .features__icon > img,
          .features.try .features__list div[class*=col-]:nth-child(2) .features__icon > img,
          .features.try .features__list div[class*=col-]:nth-child(3) .features__icon > img,
          .features.try .features__list div[class*=col-]:nth-child(4) .features__icon > img,
          .features.try .features__list div[class*=col-]:nth-child(5) .features__icon > img {
            max-height: 33vw;
            max-width: 36vw; } }
  @media (max-width: 767.98px) and (orientation: landscape) {
    .features.try .features__list div[class*=col-]:first-child .features__icon > img,
    .features.try .features__list div[class*=col-]:nth-child(2) .features__icon > img,
    .features.try .features__list div[class*=col-]:nth-child(3) .features__icon > img,
    .features.try .features__list div[class*=col-]:nth-child(4) .features__icon > img,
    .features.try .features__list div[class*=col-]:nth-child(5) .features__icon > img {
      max-width: 20vw; } }
  .features .buttons {
    margin-top: 20px; }
    .features .buttons.with-margin {
      margin-top: 80px; }
      @media (max-width: 575.98px) {
        .features .buttons.with-margin {
          margin-top: 40px; } }

.specifications {
  padding: 90px 0;
  text-align: left;
  position: relative; }
  @media (max-width: 767.98px) {
    .specifications {
      padding: 50px 0 90px 0; } }
  .specifications .label--label1 {
    margin-bottom: 0.5em; }
  @media (max-width: 767.98px) {
    .specifications .title--title5 {
      width: 80%;
      margin: 0 auto; } }
  .specifications .bg {
    position: absolute;
    bottom: 0px;
    right: 0;
    max-width: 100%;
    display: block; }
    .specifications .bg img {
      display: block; }
      @media (max-width: 767.98px) {
        .specifications .bg img {
          max-width: 300px; } }
      @media (max-width: 575.98px) {
        .specifications .bg img {
          max-width: 200px; } }
  .specifications .specifications__list {
    margin-top: 50px; }
    @media (max-width: 575.98px) {
      .specifications .specifications__list {
        margin-top: 0px; } }
    .specifications .specifications__list .title--title8 {
      margin-bottom: 0.5em; }
      @media (max-width: 767.98px) {
        .specifications .specifications__list .title--title8 {
          margin: 0 auto 0.5em;
          width: 83%; } }
    @media (max-width: 575.98px) {
      .specifications .specifications__list .txt--p4, .specifications .specifications__list .policy .content .policy__text > p, .policy .content .specifications .specifications__list .policy__text > p,
      .specifications .specifications__list .policy .content .policy__text > ul li, .policy .content .policy__text > ul .specifications .specifications__list li,
      .specifications .specifications__list .policy .content .policy__text > ol li, .policy .content .policy__text > ol .specifications .specifications__list li,
      .specifications .specifications__list .policy .content .minor__text > p, .policy .content .specifications .specifications__list .minor__text > p,
      .specifications .specifications__list .policy .content .minor__text > ul li, .policy .content .minor__text > ul .specifications .specifications__list li,
      .specifications .specifications__list .policy .content .minor__text > ol li, .policy .content .minor__text > ol .specifications .specifications__list li,
      .specifications .specifications__list .minor .content .policy__text > p, .minor .content .specifications .specifications__list .policy__text > p,
      .specifications .specifications__list .minor .content .policy__text > ul li, .minor .content .policy__text > ul .specifications .specifications__list li,
      .specifications .specifications__list .minor .content .policy__text > ol li, .minor .content .policy__text > ol .specifications .specifications__list li,
      .specifications .specifications__list .minor .content .minor__text > p, .minor .content .specifications .specifications__list .minor__text > p,
      .specifications .specifications__list .minor .content .minor__text > ul li, .minor .content .minor__text > ul .specifications .specifications__list li,
      .specifications .specifications__list .minor .content .minor__text > ol li, .minor .content .minor__text > ol .specifications .specifications__list li {
        width: 83%;
        margin: 0 auto; } }
    .specifications .specifications__list .specifications__icon {
      position: relative;
      margin-bottom: 10px; }
      @media (max-width: 575.98px) {
        .specifications .specifications__list .specifications__icon {
          width: 83%;
          margin: 0 auto 20px; } }
      .specifications .specifications__list .specifications__icon:after {
        content: '';
        display: block; }
        @media (max-width: 575.98px) {
          .specifications .specifications__list .specifications__icon:after {
            display: none; } }
      .specifications .specifications__list .specifications__icon img {
        display: block;
        top: 50%;
        left: 7%; }
        @media (max-width: 575.98px) {
          .specifications .specifications__list .specifications__icon img {
            position: absolute;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: auto;
            top: auto;
            right: auto;
            bottom: auto;
            position: static;
            max-width: 89px; } }
    .specifications .specifications__list div[class*='col-'] {
      margin-top: 40px; }
      .specifications .specifications__list div[class*='col-'] div[class^='txt'] img {
        margin: 10px 20px 0; }
  .specifications .buttons {
    margin-top: 40px; }
    @media (max-width: 575.98px) {
      .specifications .buttons {
        margin-top: 40px; } }

.awards {
  padding: 90px 0 140px 0;
  position: relative;
  text-align: center; }
  @media (max-width: 767.98px) {
    .awards {
      padding: 60px 0; } }
  @media (max-width: 575.98px) {
    .awards {
      padding: 60px 0; } }
  .awards .label--label1 {
    margin-bottom: 0.5em; }
  @media (max-width: 575.98px) {
    .awards .title--title5 {
      width: 80%;
      margin: 0 auto; } }
  .awards .awards__bg-desktop {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 90%;
    max-height: 90%;
    display: block; }
    @media (max-width: 575.98px) {
      .awards .awards__bg-desktop {
        display: none; } }
  .awards .awards__bg-mobile {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 90%;
    max-height: 90%;
    display: none; }
    @media (max-width: 575.98px) {
      .awards .awards__bg-mobile {
        display: block; } }
  .awards .awards__image {
    margin-top: 50px; }
    .awards .awards__image img {
      width: 100%;
      display: block;
      margin: 0 auto;
      max-width: 984px; }
      @media (max-width: 768px) and (orientation: landscape) {
        .awards .awards__image img {
          max-width: 6rem; } }
  .awards .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("/assets/images/shapes/blue-triangle.svg"), url("/assets/images/shapes/pink-triangle.svg"), url("/assets/images/shapes/green-bar.svg");
    background-position: right bottom, left top, 100% 7%;
    background-size: 20%, 20%, 50%;
    background-repeat: no-repeat; }
    @media (max-width: 575.98px) {
      .awards .bg {
        background-size: 60%, 60%, 80%;
        background-position: right bottom, left top, 200% 7%; } }
  .awards .buttons {
    margin-top: 80px; }

.media-coverage {
  padding: 70px 0 130px 0;
  background-image: radial-gradient(at center bottom, #9C10E5 0%, #3E0080 62%); }
  @media (max-width: 767.98px) {
    .media-coverage {
      padding-bottom: 40px; } }
  @media (max-width: 575.98px) {
    .media-coverage {
      text-align: center;
      padding-bottom: 40px;
      background-image: radial-gradient(at right bottom, #9C10E5 0%, #3E0080 62%); } }
  .media-coverage .container {
    position: relative; }
  .media-coverage .media-coverage__slider {
    position: relative; }
    .media-coverage .media-coverage__slider .rectangle1 {
      position: absolute;
      bottom: 0;
      width: 17%;
      max-width: 300px;
      background-image: linear-gradient(46deg, #41EFFB 0%, #2934FF 100%);
      left: calc(100vw - (30px/2 + (1140px + (calc((100vw - 1140px)/2))))); }
      @media (max-width: 1199.98px) {
        .media-coverage .media-coverage__slider .rectangle1 {
          left: calc(100vw - (30px/2 + (960px + (calc((100vw - 960px)/2))))); } }
      @media (max-width: 991.98px) {
        .media-coverage .media-coverage__slider .rectangle1 {
          left: calc(100vw - (30px/2 + (720px + (calc((100vw - 720px)/2))))); } }
      @media (max-width: 575.98px) {
        .media-coverage .media-coverage__slider .rectangle1 {
          right: auto;
          left: 0;
          bottom: 0;
          width: 31%; } }
      .media-coverage .media-coverage__slider .rectangle1:after {
        content: '';
        display: block;
        padding-bottom: 87.66667%; }
    .media-coverage .media-coverage__slider .rectangle2 {
      position: absolute;
      top: 0;
      width: 17.5%;
      background-image: linear-gradient(25deg, #FF5A47 0%, #E30977 100%);
      max-width: 306px;
      left: 41%; }
      @media (max-width: 575.98px) {
        .media-coverage .media-coverage__slider .rectangle2 {
          display: none; } }
      .media-coverage .media-coverage__slider .rectangle2:after {
        content: '';
        display: block;
        padding-bottom: 87.66667%; }
    .media-coverage .media-coverage__slider .rectangle3 {
      position: absolute;
      bottom: 0;
      width: 17%;
      max-width: 300px;
      background-image: linear-gradient(-220deg, #FC6D3B 0%, #FFC508 100%);
      right: calc(100vw - (-20px - 30px/2 + (1140px + (calc((100vw - 1140px)/2))))); }
      @media (max-width: 1199.98px) {
        .media-coverage .media-coverage__slider .rectangle3 {
          right: calc(100vw - (-20px - 30px/2 + (960px + (calc((100vw - 960px)/2))))); } }
      @media (max-width: 991.98px) {
        .media-coverage .media-coverage__slider .rectangle3 {
          right: calc(100vw - (-20px - 30px/2 + (720px + (calc((100vw - 720px)/2))))); } }
      @media (max-width: 575.98px) {
        .media-coverage .media-coverage__slider .rectangle3 {
          display: none; } }
      .media-coverage .media-coverage__slider .rectangle3:after {
        content: '';
        display: block;
        padding-bottom: 87.66667%; }
    .media-coverage .media-coverage__slider .media-coverage__slider-content {
      width: 100%;
      margin-top: 35px; }
      @media (max-width: 991.98px) {
        .media-coverage .media-coverage__slider .media-coverage__slider-content {
          margin-top: 25px; } }
      @media (max-width: 575.98px) {
        .media-coverage .media-coverage__slider .media-coverage__slider-content {
          margin-top: 5px; } }
      .media-coverage .media-coverage__slider .media-coverage__slider-content .slick-list {
        padding-left: calc(100vw - ((1140px + (calc((100vw - 1140px)/2)))));
        padding-right: 15px; }
        @media (max-width: 1199.98px) {
          .media-coverage .media-coverage__slider .media-coverage__slider-content .slick-list {
            padding-left: calc(100vw - ((960px + (calc((100vw - 960px)/2))))); } }
        @media (max-width: 991.98px) {
          .media-coverage .media-coverage__slider .media-coverage__slider-content .slick-list {
            padding-left: calc(100vw - ((720px + (calc((100vw - 720px)/2)))));
            padding-right: 15px; } }
        @media (max-width: 767.98px) {
          .media-coverage .media-coverage__slider .media-coverage__slider-content .slick-list {
            padding-left: 5px;
            padding-right: 10px; } }
        @media (max-width: 575.98px) {
          .media-coverage .media-coverage__slider .media-coverage__slider-content .slick-list {
            padding-left: 5px;
            padding-right: 10px; } }
      .media-coverage .media-coverage__slider .media-coverage__slider-content .slide {
        outline: none;
        padding: 30px 15px; }
        @media (max-width: 575.98px) {
          .media-coverage .media-coverage__slider .media-coverage__slider-content .slide {
            padding: 20px 10px; } }
        .media-coverage .media-coverage__slider .media-coverage__slider-content .slide a {
          outline: none;
          display: block;
          background: #FFFFFF;
          box-shadow: 0 10px 20px 0 rgba(34, 1, 68, 0.48);
          border-radius: 3px;
          overflow: hidden;
          width: 25vw;
          max-width: 360px;
          -webkit-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
          -khtml-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
          -moz-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
          -ms-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
          -o-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
          transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out; }
          @media (max-width: 767.98px) {
            .media-coverage .media-coverage__slider .media-coverage__slider-content .slide a {
              width: 33vw; } }
          @media (max-width: 575.98px) {
            .media-coverage .media-coverage__slider .media-coverage__slider-content .slide a {
              width: 75vw; } }
          @media (min-width: 768px) {
            .media-coverage .media-coverage__slider .media-coverage__slider-content .slide a:hover {
              -webkit-transform: translateY(-10px);
              -moz-transform: translateY(-10px);
              -ms-transform: translateY(-10px);
              -o-transform: translateY(-10px);
              transform: translateY(-10px);
              box-shadow: 0px 30px 40px -10px rgba(34, 1, 68, 0.48); } }
        .media-coverage .media-coverage__slider .media-coverage__slider-content .slide__image {
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat; }
          .media-coverage .media-coverage__slider .media-coverage__slider-content .slide__image:after {
            content: '';
            display: block;
            padding-bottom: 51.38889%; }
        .media-coverage .media-coverage__slider .media-coverage__slider-content .slide__text {
          text-align: center;
          padding: 30px 30px 0 30px;
          min-height: 244px; }
          @media (max-width: 575.98px) {
            .media-coverage .media-coverage__slider .media-coverage__slider-content .slide__text {
              padding: 20px 20px 0 20px;
              min-height: 205px; } }
          .media-coverage .media-coverage__slider .media-coverage__slider-content .slide__text .label--label2 {
            margin-bottom: 0.5em; }
          .media-coverage .media-coverage__slider .media-coverage__slider-content .slide__text img {
            max-width: 100%;
            margin: 0 auto;
            display: block;
            margin-bottom: 30px; }
        .media-coverage .media-coverage__slider .media-coverage__slider-content .slide--with-logo .slide__image {
          position: relative; }
          .media-coverage .media-coverage__slider .media-coverage__slider-content .slide--with-logo .slide__image img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate3d(-50%, -50%, 0);
            -moz-transform: translate3d(-50%, -50%, 0);
            -ms-transform: translate3d(-50%, -50%, 0);
            -o-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
            display: block;
            max-width: 100%; }
        .media-coverage .media-coverage__slider .media-coverage__slider-content .slide--with-logo .slide__text {
          padding-top: 0; }
      .media-coverage .media-coverage__slider .media-coverage__slider-content .slick-arrow {
        z-index: 2;
        position: absolute;
        bottom: -80px;
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        border: none;
        background-color: #FD0074;
        background-position: center;
        background-repeat: no-repeat;
        outline: none;
        border-radius: 20px;
        cursor: pointer;
        -webkit-transition: background-color 300ms ease-in-out;
        -khtml-transition: background-color 300ms ease-in-out;
        -moz-transition: background-color 300ms ease-in-out;
        -ms-transition: background-color 300ms ease-in-out;
        -o-transition: background-color 300ms ease-in-out;
        transition: background-color 300ms ease-in-out;
        box-shadow: 0 11px 33px -8px rgba(78, 3, 140, 0.41); }
        .media-coverage .media-coverage__slider .media-coverage__slider-content .slick-arrow.slick-prev {
          background-image: url(/assets/images/slider-prev.svg);
          right: calc(100vw - (-60px - 30px/2 + (1140px + (calc((100vw - 1140px)/2))))); }
          @media (max-width: 1199.98px) {
            .media-coverage .media-coverage__slider .media-coverage__slider-content .slick-arrow.slick-prev {
              right: calc(100vw - (-60px - 30px/2 + (960px + (calc((100vw - 960px)/2))))); } }
          @media (max-width: 991.98px) {
            .media-coverage .media-coverage__slider .media-coverage__slider-content .slick-arrow.slick-prev {
              right: calc(100vw - (-60px - 30px/2 + (720px + (calc((100vw - 720px)/2))))); } }
          @media (max-width: 767.98px) {
            .media-coverage .media-coverage__slider .media-coverage__slider-content .slick-arrow.slick-prev {
              right: 5px; } }
          @media (max-width: 575.98px) {
            .media-coverage .media-coverage__slider .media-coverage__slider-content .slick-arrow.slick-prev {
              right: 5px; } }
        .media-coverage .media-coverage__slider .media-coverage__slider-content .slick-arrow.slick-next {
          background-image: url(/assets/images/slider-next.svg);
          right: calc(100vw - (-30px/2 + (1140px + (calc((100vw - 1140px)/2))))); }
          @media (max-width: 1199.98px) {
            .media-coverage .media-coverage__slider .media-coverage__slider-content .slick-arrow.slick-next {
              right: calc(100vw - (-30px/2 + (960px + (calc((100vw - 960px)/2))))); } }
          @media (max-width: 991.98px) {
            .media-coverage .media-coverage__slider .media-coverage__slider-content .slick-arrow.slick-next {
              right: calc(100vw - (-30px/2 + (720px + (calc((100vw - 720px)/2))))); } }
          @media (max-width: 767.98px) {
            .media-coverage .media-coverage__slider .media-coverage__slider-content .slick-arrow.slick-next {
              right: 5px; } }
          @media (max-width: 575.98px) {
            .media-coverage .media-coverage__slider .media-coverage__slider-content .slick-arrow.slick-next {
              right: 5px; } }
        .media-coverage .media-coverage__slider .media-coverage__slider-content .slick-arrow.slick-disabled {
          background-color: rgba(253, 0, 116, 0.4); }
        .media-coverage .media-coverage__slider .media-coverage__slider-content .slick-arrow:hover {
          background-color: #560A9F; }

.media-grid {
  position: relative; }
  .media-grid .bg {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    top: 53%;
    width: 100%;
    height: 84.87%;
    background-image: radial-gradient(at center -30%, #9C10E5 0%, #3E0080 75%); }
    @media (max-width: 767.98px) {
      .media-grid .bg {
        top: 52.5%;
        height: 89.5%;
        background-image: radial-gradient(at center bottom, #9C10E5 30%, #3E0080 100%); } }
  .media-grid .container .media-list {
    position: relative;
    margin-left: -15px;
    margin-right: -15px; }
    @media (max-width: 767.98px) {
      .media-grid .container .media-list {
        margin-left: -10px;
        margin-right: -10px; } }
    .media-grid .container .media-list:after {
      content: '';
      display: block;
      padding-bottom: 125.17544%; }
      @media (max-width: 767.98px) {
        .media-grid .container .media-list:after {
          padding-bottom: calc(calc(70vw - 20px) + calc(50vw - 10px) + calc(70vw - 20px) + calc(63vw - 10px) + calc(50vw - 10px)); } }
    .media-grid .container .media-list .media {
      z-index: 2;
      position: absolute;
      display: block; }
      .media-grid .container .media-list .media__inner {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        overflow: hidden;
        border-radius: 3px;
        position: absolute;
        top: 15px;
        left: 15px;
        bottom: 15px;
        right: 15px;
        box-shadow: 10px 50px 50px 0 rgba(0, 0, 0, 0.26); }
        @media (max-width: 767.98px) {
          .media-grid .container .media-list .media__inner {
            top: 10px;
            left: 10px;
            bottom: 10px;
            right: 10px; } }
        .media-grid .container .media-list .media__inner img,
        .media-grid .container .media-list .media__inner video {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate3d(-50%, -50%, 0);
          -moz-transform: translate3d(-50%, -50%, 0);
          -ms-transform: translate3d(-50%, -50%, 0);
          -o-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
          display: block;
          width: 100%; }
        .media-grid .container .media-list .media__inner video {
          height: auto; }
      .media-grid .container .media-list .media:first-child {
        width: 58.33333334%;
        left: 0;
        top: 90px; }
        @media (max-width: 767.98px) {
          .media-grid .container .media-list .media:first-child {
            width: calc(100vw - 20px);
            top: 0; } }
        .media-grid .container .media-list .media:first-child:after {
          content: '';
          display: block;
          padding-bottom: 56.22222%; }
          @media (max-width: 767.98px) {
            .media-grid .container .media-list .media:first-child:after {
              padding-bottom: calc(70vw - 20px); } }
      .media-grid .container .media-list .media:nth-child(2) {
        width: 33.33333334%;
        right: 8.33333334%;
        top: 6%; }
        @media (max-width: 767.98px) {
          .media-grid .container .media-list .media:nth-child(2) {
            width: calc(50vw - 10px);
            right: auto;
            left: 0;
            top: calc(70vw - 20px); } }
        .media-grid .container .media-list .media:nth-child(2):after {
          content: '';
          display: block;
          padding-bottom: 100%; }
      .media-grid .container .media-list .media:nth-child(3) {
        top: 32.55%;
        width: 25%;
        left: 8.33333334%; }
        @media (max-width: 767.98px) {
          .media-grid .container .media-list .media:nth-child(3) {
            width: calc(50vw - 10px);
            left: auto;
            right: 0;
            top: calc(70vw - 20px); } }
        .media-grid .container .media-list .media:nth-child(3):after {
          content: '';
          display: block;
          padding-bottom: 100%; }
      .media-grid .container .media-list .media:nth-child(4) {
        top: 32.55%;
        width: 33.33333334%;
        left: 33.33333334%; }
        @media (max-width: 767.98px) {
          .media-grid .container .media-list .media:nth-child(4) {
            width: calc(50vw - 10px);
            right: auto;
            left: 0;
            top: calc(calc(70vw - 20px) + calc(50vw - 10px) + calc(70vw - 20px)); } }
        .media-grid .container .media-list .media:nth-child(4):after {
          content: '';
          display: block;
          padding-bottom: 126.66667%; }
          @media (max-width: 767.98px) {
            .media-grid .container .media-list .media:nth-child(4):after {
              padding-bottom: calc(63vw - 10px); } }
      .media-grid .container .media-list .media:nth-child(5) {
        top: 32.55%;
        width: 33.33333334%;
        right: 0; }
        @media (max-width: 767.98px) {
          .media-grid .container .media-list .media:nth-child(5) {
            width: calc(50vw - 10px);
            left: auto;
            right: 0;
            top: calc(calc(70vw - 20px) + calc(50vw - 10px) + calc(70vw - 20px)); } }
        .media-grid .container .media-list .media:nth-child(5):after {
          content: '';
          display: block;
          padding-bottom: 126.66667%; }
          @media (max-width: 767.98px) {
            .media-grid .container .media-list .media:nth-child(5):after {
              padding-bottom: calc(63vw - 10px); } }
      .media-grid .container .media-list .media:nth-child(6) {
        top: 52.5%;
        width: 33.33333334%;
        left: 0; }
        @media (max-width: 767.98px) {
          .media-grid .container .media-list .media:nth-child(6) {
            width: 50%;
            left: 0;
            top: calc(calc(70vw - 20px) + calc(50vw - 10px) + calc(70vw - 20px) + calc(63vw - 10px)); } }
        .media-grid .container .media-list .media:nth-child(6):after {
          content: '';
          display: block;
          padding-bottom: 100%; }
      .media-grid .container .media-list .media:nth-child(7) {
        top: 66.2%;
        width: 58.33333334%;
        right: 8.33333334%; }
        @media (max-width: 767.98px) {
          .media-grid .container .media-list .media:nth-child(7) {
            width: calc(100vw - 20px);
            right: 0;
            top: calc(calc(70vw - 20px) + calc(50vw - 10px)); } }
        .media-grid .container .media-list .media:nth-child(7):after {
          content: '';
          display: block;
          padding-bottom: 69.83155%; }
          @media (max-width: 767.98px) {
            .media-grid .container .media-list .media:nth-child(7):after {
              padding-bottom: calc(70vw - 20px); } }
    .media-grid .container .media-list .triangle {
      position: absolute;
      top: -30px;
      left: -30px;
      width: 31%; }
      @media (max-width: 767.98px) {
        .media-grid .container .media-list .triangle {
          width: 46%;
          top: -15px;
          left: -15px; } }
      .media-grid .container .media-list .triangle svg {
        display: block;
        width: 100%;
        height: auto; }
    .media-grid .container .media-list .rectangle1 {
      position: absolute;
      top: 63%;
      left: -40px;
      width: 26%;
      background-image: linear-gradient(39deg, #4de2fa 12%, #2f69f9 100%); }
      @media (max-width: 767.98px) {
        .media-grid .container .media-list .rectangle1 {
          top: auto;
          width: 36.8%;
          left: -10px;
          bottom: -10px; } }
      .media-grid .container .media-list .rectangle1:after {
        content: '';
        display: block;
        padding-bottom: 87.66667%; }
        @media (max-width: 767.98px) {
          .media-grid .container .media-list .rectangle1:after {
            padding-bottom: 89.85507%; } }
    .media-grid .container .media-list .rectangle2 {
      position: absolute;
      bottom: -30px;
      right: 4%;
      width: 38.333333333%;
      background-image: linear-gradient(45deg, #FF5A47 0%, #E30977 100%); }
      @media (max-width: 767.98px) {
        .media-grid .container .media-list .rectangle2 {
          bottom: auto;
          right: -10px;
          top: 50.6%;
          width: 37%; } }
      .media-grid .container .media-list .rectangle2:after {
        content: '';
        display: block;
        padding-bottom: 91.53318%; }
        @media (max-width: 767.98px) {
          .media-grid .container .media-list .rectangle2:after {
            padding-bottom: 100%; } }

body.needacube .media-grid {
  background-image: radial-gradient(at center bottom, #9C10E5 30%, #3E0080 100%); }

body.kids .learn-intro {
  padding: 75px 0; }
  @media (max-width: 767.98px) {
    body.kids .learn-intro {
      padding: 75px 0 115px 0; } }
  @media (max-width: 575.98px) {
    body.kids .learn-intro {
      padding: 35px 0 15px; } }

.learn-intro {
  padding: 95px 0 145px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .learn-intro {
      padding: 75px 0 115px 0; } }
  @media (max-width: 575.98px) {
    .learn-intro {
      padding: 35px 0 70px 0; } }
  .learn-intro .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    height: calc(100% - 90px);
    width: auto;
    min-width: 80%; }
    @media (max-width: 575.98px) {
      .learn-intro .bg {
        height: auto;
        width: 90%;
        max-width: 303px;
        top: 47%; } }
  .learn-intro .title--title3, .learn-intro .policy .content .policy__text > h2, .policy .content .learn-intro .policy__text > h2,
  .learn-intro .policy .content .minor__text > h2, .policy .content .learn-intro .minor__text > h2,
  .learn-intro .minor .content .policy__text > h2, .minor .content .learn-intro .policy__text > h2,
  .learn-intro .minor .content .minor__text > h2, .minor .content .learn-intro .minor__text > h2 {
    margin-bottom: 40px; }

body.edu-resources .learn-intro {
  padding: 50px 0 70px; }
  @media (max-width: 767.98px) {
    body.edu-resources .learn-intro {
      padding: 50px 0; } }

.educator-uses {
  padding-bottom: 55px;
  background: radial-gradient(at top, #943DE7, #3E007F); }
  @media (max-width: 575.98px) {
    .educator-uses {
      padding-bottom: 40px; } }
  .educator-uses .buttons {
    margin-top: 40px; }
  @media (max-width: 575.98px) {
    .educator-uses .container .row {
      margin-right: 0 !important;
      margin-left: 0 !important; }
      .educator-uses .container .row div[class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
  .educator-uses .container .uses-list {
    margin-top: -45px;
    position: relative; }
    @media (max-width: 575.98px) {
      .educator-uses .container .uses-list {
        margin-top: -30px; } }
    .educator-uses .container .uses-list .use {
      border-radius: 3px;
      z-index: 2;
      overflow: hidden;
      background: #FD0074;
      position: absolute;
      display: block;
      box-shadow: 10px 50px 50px 0 rgba(0, 0, 0, 0.26);
      -webkit-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
      -khtml-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
      -moz-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
      -ms-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
      -o-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
      transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
      width: calc(50% - 30px/2);
      /*

                &:nth-child(2) {
                    width: 50%;
                    left: calc(50% + 30px/2);


                    @include media-breakpoint-down(xs) {
                        left: auto;
                        right: 0;
                        width: calc(50% - (20px/2));
                    }

                    .use__image {
                        bottom: 0%;
                        right: 0%;
                        width: 100%;

                        @include media-breakpoint-down(xs) {
                            bottom: -10px;
                            width: 100%;
                        }
                    }

                    .use__title {
                        top: 8%;
                        left: 0%;
                        width: 100%;
                        text-align: center;

                        @include media-breakpoint-down(xs) {
                            top: 25px;
                        }
                    }

                    &:after {
                        content: '';
                        display: block;
                        padding-bottom: 139.88%;

                        @include media-breakpoint-down(xs) {
                            padding-bottom: 158.28%;
                        }
                    }
                }

                &:nth-child(3) {
                    width: calc(29.16666% - 30px/2);
                    right: calc(50% + 30px/2);

                    @include media-breakpoint-down(xs) {
                        left: 0;
                        right: auto;
                        width: calc(50% - (20px/2));
                    }

                    .use__image {
                        bottom: 0%;
                        left: 0;
                        width: 100%;
                    }

                    .use__title {
                        top: 10%;
                        left: 0%;
                        width: 100%;
                        text-align: center;

                        @include media-breakpoint-down(xs) {
                            top: 25px;
                        }
                    }

                    &:after {
                        content: '';
                        display: block;
                        padding-bottom: 104.55%;

                        @include media-breakpoint-down(xs) {
                            padding-bottom: 123.31%;
                        }
                    }
                }

                &:nth-child(4) {
                    width: calc(50% - 30px/2);
                    right: 0;

                    @include media-breakpoint-down(xs) {
                        right: -$grid-gutter-width-xs;
                        width: calc(50% - 20px/2 + 20px);
                    }

                    .use__image {
                        bottom: 0%;
                        left: 10%;
                        height: 90.3%;

                        @include media-breakpoint-down(xs) {
                            height: auto;
                            width: 110%;
                            left: -5%;
                            bottom: 0;
                            top: 25px;
                        }

                        img {
                            width: auto;
                            height: 100%;

                            @include media-breakpoint-down(xs) {
                                height: auto;
                                width: 100%;
                                position: absolute;
                                bottom: 35px;
                            }
                        }
                    }

                    .use__title {
                        left: 73%;
                        bottom: 23%;

                        @include media-breakpoint-down(xs) {
                            left: 0;
                            bottom: 25px;
                            text-align: center;
                            width: 100%;
                        }
                    }

                    &:after {
                        content: '';
                        display: block;
                        padding-bottom: 48.11%;

                        @include media-breakpoint-down(xs) {
                            padding-bottom: 125.68%;
                        }
                    }
                }
                */ }
      .educator-uses .container .uses-list .use .use__image,
      .educator-uses .container .uses-list .use .use__title {
        position: absolute; }
      .educator-uses .container .uses-list .use .use__image img {
        width: 100%;
        display: block; }
      .educator-uses .container .uses-list .use .use__title .label--label1 {
        margin-bottom: 0.3em; }
      @media (min-width: 576px) {
        .educator-uses .container .uses-list .use:hover {
          -webkit-transform: translateY(-10px);
          -moz-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
          -o-transform: translateY(-10px);
          transform: translateY(-10px);
          box-shadow: 10px 65px 60px -10px rgba(0, 0, 0, 0.26); } }
      @media (max-width: 575.98px) {
        .educator-uses .container .uses-list .use {
          left: -20px;
          width: calc(50% - 20px/2 + 20px); } }
      .educator-uses .container .uses-list .use .use__image {
        top: 0;
        left: 0;
        width: 100%;
        padding: 5rem 0 0; }
      .educator-uses .container .uses-list .use .use__title {
        top: 5%;
        left: 5%; }
        @media (max-width: 575.98px) {
          .educator-uses .container .uses-list .use .use__title {
            bottom: auto;
            width: 100%;
            left: 0;
            top: 25px;
            text-align: center; } }
      .educator-uses .container .uses-list .use:after {
        content: '';
        display: block;
        padding-bottom: 75%; }
      .educator-uses .container .uses-list .use:nth-child(2), .educator-uses .container .uses-list .use:nth-child(4) {
        left: calc(50% + 30px/2); }
        @media (max-width: 575.98px) {
          .educator-uses .container .uses-list .use:nth-child(2), .educator-uses .container .uses-list .use:nth-child(4) {
            left: auto;
            right: 0;
            width: calc(50% - (20px/2)); } }
    .educator-uses .container .uses-list .rectangle {
      position: absolute;
      z-index: 1; }
      .educator-uses .container .uses-list .rectangle1 {
        background-image: linear-gradient(41deg, #FFEE00 0%, #FF9D1D 100%);
        top: 13.5%;
        left: -4%;
        width: 36.82%; }
        @media (max-width: 575.98px) {
          .educator-uses .container .uses-list .rectangle1 {
            top: 78.5%;
            width: 30.6666%;
            left: -20px; } }
        .educator-uses .container .uses-list .rectangle1:after {
          content: '';
          display: block;
          padding-bottom: 74.91166%; }
          @media (max-width: 575.98px) {
            .educator-uses .container .uses-list .rectangle1:after {
              padding-bottom: 106.48%; } }
      .educator-uses .container .uses-list .rectangle2 {
        background-image: linear-gradient(-119deg, #29FF6C 0%, #0EC0B9 85%);
        top: 20%;
        right: -3%;
        width: 32.4%; }
        .educator-uses .container .uses-list .rectangle2:after {
          content: '';
          display: block;
          padding-bottom: 79%; }
      .educator-uses .container .uses-list .rectangle3 {
        background-image: linear-gradient(-55deg, #311963 0%, #3E0679 92%);
        top: 53.5%;
        left: 11.666%;
        width: 42.4%; }
        @media (max-width: 575.98px) {
          .educator-uses .container .uses-list .rectangle3 {
            display: none; } }
        .educator-uses .container .uses-list .rectangle3:after {
          content: '';
          display: block;
          padding-bottom: 91%; }
      .educator-uses .container .uses-list .rectangle4 {
        background-image: linear-gradient(130deg, #FF5A47 0%, #E30977 100%);
        top: 62%;
        right: -2%;
        width: 35.3%; }
        @media (max-width: 575.98px) {
          .educator-uses .container .uses-list .rectangle4 {
            display: none; } }
        .educator-uses .container .uses-list .rectangle4:after {
          content: '';
          display: block;
          padding-bottom: 91%; }

.ask-expert {
  text-align: center;
  padding: 80px 0 130px 0; }
  .ask-expert.compact {
    padding: 1rem 0 3rem; }
    @media (max-width: 767.98px) {
      .ask-expert.compact {
        padding: 1rem 0; } }
    .ask-expert.compact .button {
      margin-top: 0; }
  @media (max-width: 767.98px) {
    .ask-expert {
      padding: 50px 0 60px 0; } }
  @media (max-width: 575.98px) {
    .ask-expert {
      padding: 60px 0; } }
  .ask-expert .title--title6, .ask-expert .policy .content .policy__text > h3, .policy .content .ask-expert .policy__text > h3,
  .ask-expert .policy .content .minor__text > h3, .policy .content .ask-expert .minor__text > h3,
  .ask-expert .minor .content .policy__text > h3, .minor .content .ask-expert .policy__text > h3,
  .ask-expert .minor .content .minor__text > h3, .minor .content .ask-expert .minor__text > h3 {
    margin-bottom: 0.8em; }
  .ask-expert img, .ask-expert .title--title6, .ask-expert .policy .content .policy__text > h3, .policy .content .ask-expert .policy__text > h3,
  .ask-expert .policy .content .minor__text > h3, .policy .content .ask-expert .minor__text > h3,
  .ask-expert .minor .content .policy__text > h3, .minor .content .ask-expert .policy__text > h3,
  .ask-expert .minor .content .minor__text > h3, .minor .content .ask-expert .minor__text > h3,
  .ask-expert .txt--p3,
  .ask-expert .buttons {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    -khtml-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    transition: opacity 500ms ease-in-out, transform 500ms ease-in-out; }
  .ask-expert img {
    margin: 0 auto;
    margin-bottom: 10px;
    display: block; }
    @media (max-width: 767.98px) {
      .ask-expert img {
        width: 91px; } }
  .ask-expert .button {
    margin-top: 50px; }
    @media (max-width: 767.98px) {
      .ask-expert .button {
        margin-top: 30px; } }
  .ask-expert .title--title6, .ask-expert .policy .content .policy__text > h3, .policy .content .ask-expert .policy__text > h3,
  .ask-expert .policy .content .minor__text > h3, .policy .content .ask-expert .minor__text > h3,
  .ask-expert .minor .content .policy__text > h3, .minor .content .ask-expert .policy__text > h3,
  .ask-expert .minor .content .minor__text > h3, .minor .content .ask-expert .minor__text > h3 {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
    @media (max-width: 767.98px) {
      .ask-expert .title--title6, .ask-expert .policy .content .policy__text > h3, .policy .content .ask-expert .policy__text > h3,
      .ask-expert .policy .content .minor__text > h3, .policy .content .ask-expert .minor__text > h3,
      .ask-expert .minor .content .policy__text > h3, .minor .content .ask-expert .policy__text > h3,
      .ask-expert .minor .content .minor__text > h3, .minor .content .ask-expert .minor__text > h3 {
        text-align: center; } }
  .ask-expert .txt--p3 {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  .ask-expert .buttons {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  .ask-expert.is-visible img,
  .ask-expert.is-visible .title--title6,
  .ask-expert.is-visible .policy .content .policy__text > h3,
  .policy .content .ask-expert.is-visible .policy__text > h3,
  .ask-expert.is-visible .policy .content .minor__text > h3,
  .policy .content .ask-expert.is-visible .minor__text > h3,
  .ask-expert.is-visible .minor .content .policy__text > h3,
  .minor .content .ask-expert.is-visible .policy__text > h3,
  .ask-expert.is-visible .minor .content .minor__text > h3,
  .minor .content .ask-expert.is-visible .minor__text > h3,
  .ask-expert.is-visible .txt--p3,
  .ask-expert.is-visible .buttons {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  @media (max-width: 767.98px) {
    .ask-expert.is-visible .buttons {
      margin: 30px 0 0;
      text-align: center; } }

.facebook.text-image--reverse {
  padding: 205px 0 90px 0; }
  @media (max-width: 767.98px) {
    .facebook.text-image--reverse {
      padding: 100px 0 30px 0; } }
  @media (max-width: 575.98px) {
    .facebook.text-image--reverse {
      padding: 75px 0 0px 0; } }
  .facebook.text-image--reverse .image > img {
    box-shadow: 10px 50px 50px rgba(37, 24, 65, 0.28); }
    @media (max-width: 767.98px) {
      .facebook.text-image--reverse .image > img {
        width: 100%;
        box-shadow: 6px 30px 30px rgba(37, 24, 65, 0.19); } }
  .facebook.text-image--reverse .image .bg {
    left: -25%;
    top: -35%;
    background-image: linear-gradient(45deg, #FF5A47 0%, #E30977 100%);
    z-index: -10 !important; }
    @media (max-width: 575.98px) {
      .facebook.text-image--reverse .image .bg {
        left: -20px;
        width: calc(100% + (20px*2));
        top: auto;
        bottom: -20px; } }
    .facebook.text-image--reverse .image .bg:after {
      padding-bottom: 92.45614%; }
      @media (max-width: 575.98px) {
        .facebook.text-image--reverse .image .bg:after {
          padding-bottom: 57.3333%; } }
  .facebook.text-image--reverse .text img {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    -khtml-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    transition: opacity 500ms ease-in-out, transform 500ms ease-in-out; }
    @media (max-width: 767.98px) {
      .facebook.text-image--reverse .text img {
        width: 110px; } }
  .facebook.text-image--reverse.is-visible .text img {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }

.facebook.text-image.alt-bg .image .bg {
  background-image: linear-gradient(44deg, #29FF6C 0%, #0EC0B9 96%); }

body.edu-resources .facebook.text-image .image .bg {
  top: -5%;
  width: 92.8%; }

.deployment {
  text-align: center;
  padding: 60px 0 80px; }
  .deployment .title--title5 {
    margin-bottom: 0.3em; }
  @media (max-width: 575.98px) {
    .deployment .label--label1 {
      margin: 0 auto;
      width: 80%; } }
  .deployment .deployment__list {
    margin-top: 56px; }
    @media (max-width: 767.98px) {
      .deployment .deployment__list {
        margin-top: 30px; } }
    @media (max-width: 575.98px) {
      .deployment .deployment__list {
        margin-top: 20px; } }
    .deployment .deployment__list .title--title7, .deployment .deployment__list .policy .content .policy__text > h4, .policy .content .deployment .deployment__list .policy__text > h4,
    .deployment .deployment__list .policy .content .minor__text > h4, .policy .content .deployment .deployment__list .minor__text > h4,
    .deployment .deployment__list .minor .content .policy__text > h4, .minor .content .deployment .deployment__list .policy__text > h4,
    .deployment .deployment__list .minor .content .minor__text > h4, .minor .content .deployment .deployment__list .minor__text > h4 {
      margin-bottom: 0.5em; }
    .deployment .deployment__list .txt--p4, .deployment .deployment__list .policy .content .policy__text > p, .policy .content .deployment .deployment__list .policy__text > p,
    .deployment .deployment__list .policy .content .policy__text > ul li, .policy .content .policy__text > ul .deployment .deployment__list li,
    .deployment .deployment__list .policy .content .policy__text > ol li, .policy .content .policy__text > ol .deployment .deployment__list li,
    .deployment .deployment__list .policy .content .minor__text > p, .policy .content .deployment .deployment__list .minor__text > p,
    .deployment .deployment__list .policy .content .minor__text > ul li, .policy .content .minor__text > ul .deployment .deployment__list li,
    .deployment .deployment__list .policy .content .minor__text > ol li, .policy .content .minor__text > ol .deployment .deployment__list li,
    .deployment .deployment__list .minor .content .policy__text > p, .minor .content .deployment .deployment__list .policy__text > p,
    .deployment .deployment__list .minor .content .policy__text > ul li, .minor .content .policy__text > ul .deployment .deployment__list li,
    .deployment .deployment__list .minor .content .policy__text > ol li, .minor .content .policy__text > ol .deployment .deployment__list li,
    .deployment .deployment__list .minor .content .minor__text > p, .minor .content .deployment .deployment__list .minor__text > p,
    .deployment .deployment__list .minor .content .minor__text > ul li, .minor .content .minor__text > ul .deployment .deployment__list li,
    .deployment .deployment__list .minor .content .minor__text > ol li, .minor .content .minor__text > ol .deployment .deployment__list li {
      margin: 0 auto;
      width: 90%;
      text-align: justify; }
      @media (max-width: 575.98px) {
        .deployment .deployment__list .txt--p4, .deployment .deployment__list .policy .content .policy__text > p, .policy .content .deployment .deployment__list .policy__text > p,
        .deployment .deployment__list .policy .content .policy__text > ul li, .policy .content .policy__text > ul .deployment .deployment__list li,
        .deployment .deployment__list .policy .content .policy__text > ol li, .policy .content .policy__text > ol .deployment .deployment__list li,
        .deployment .deployment__list .policy .content .minor__text > p, .policy .content .deployment .deployment__list .minor__text > p,
        .deployment .deployment__list .policy .content .minor__text > ul li, .policy .content .minor__text > ul .deployment .deployment__list li,
        .deployment .deployment__list .policy .content .minor__text > ol li, .policy .content .minor__text > ol .deployment .deployment__list li,
        .deployment .deployment__list .minor .content .policy__text > p, .minor .content .deployment .deployment__list .policy__text > p,
        .deployment .deployment__list .minor .content .policy__text > ul li, .minor .content .policy__text > ul .deployment .deployment__list li,
        .deployment .deployment__list .minor .content .policy__text > ol li, .minor .content .policy__text > ol .deployment .deployment__list li,
        .deployment .deployment__list .minor .content .minor__text > p, .minor .content .deployment .deployment__list .minor__text > p,
        .deployment .deployment__list .minor .content .minor__text > ul li, .minor .content .minor__text > ul .deployment .deployment__list li,
        .deployment .deployment__list .minor .content .minor__text > ol li, .minor .content .minor__text > ol .deployment .deployment__list li {
          width: 83%; } }
    .deployment .deployment__list .deployment__icon {
      position: relative;
      margin-bottom: 10px; }
      @media (max-width: 575.98px) {
        .deployment .deployment__list .deployment__icon {
          margin-bottom: 20px; } }
      .deployment .deployment__list .deployment__icon:after {
        content: '';
        display: block;
        padding-bottom: 50%; }
        @media (max-width: 575.98px) {
          .deployment .deployment__list .deployment__icon:after {
            display: none; } }
      .deployment .deployment__list .deployment__icon img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0); }
        @media (max-width: 575.98px) {
          .deployment .deployment__list .deployment__icon img {
            position: absolute;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: auto;
            top: auto;
            right: auto;
            bottom: auto;
            position: static;
            margin: 0 auto; } }
    .deployment .deployment__list div[class*='col-'] {
      margin-top: 40px; }
      .deployment .deployment__list div[class*='col-']:first-child .deployment__icon img {
        width: 131px; }
        @media (max-width: 767.98px) {
          .deployment .deployment__list div[class*='col-']:first-child .deployment__icon img {
            width: 81px; } }
      .deployment .deployment__list div[class*='col-']:nth-child(2) .deployment__icon img {
        width: 121px; }
        @media (max-width: 767.98px) {
          .deployment .deployment__list div[class*='col-']:nth-child(2) .deployment__icon img {
            width: 97px; } }
      .deployment .deployment__list div[class*='col-']:nth-child(3) .deployment__icon img {
        width: 86px; }
        @media (max-width: 767.98px) {
          .deployment .deployment__list div[class*='col-']:nth-child(3) .deployment__icon img {
            width: 69px; } }
      .deployment .deployment__list div[class*='col-']:nth-child(4) .deployment__icon img {
        width: 62px; }

body.product-detail .deployment .deployment__list div[class*='col-'] .deployment__icon img {
  width: 155px; }
  @media (max-width: 767.98px) {
    body.product-detail .deployment .deployment__list div[class*='col-'] .deployment__icon img {
      width: 130px; } }

.find-resources {
  padding: 50px 0 100px; }
  @media (max-width: 767.98px) {
    .find-resources {
      padding: 50px 0; } }
  @media (max-width: 575.98px) {
    .find-resources {
      padding: 75px 0 0px 0; } }
  .find-resources.text-image .text .title--title6, .find-resources.text-image .text .policy .content .policy__text > h3, .policy .content .find-resources.text-image .text .policy__text > h3,
  .find-resources.text-image .text .policy .content .minor__text > h3, .policy .content .find-resources.text-image .text .minor__text > h3,
  .find-resources.text-image .text .minor .content .policy__text > h3, .minor .content .find-resources.text-image .text .policy__text > h3,
  .find-resources.text-image .text .minor .content .minor__text > h3, .minor .content .find-resources.text-image .text .minor__text > h3 {
    width: 100%; }
  @media (max-width: 575.98px) {
    .find-resources.text-image .image {
      margin-top: 20px;
      margin-bottom: 40px; }
      .find-resources.text-image .image img {
        width: 100vw;
        margin-right: -40px;
        box-shadow: none; } }

.networks-say {
  padding: 70px 0 0;
  background-image: radial-gradient(at center bottom, #9C10E5 0%, #3E0080 62%); }
  @media (max-width: 767.98px) {
    .networks-say {
      padding-bottom: 40px; } }
  @media (max-width: 575.98px) {
    .networks-say {
      text-align: center;
      padding-bottom: 0;
      background-image: radial-gradient(at center bottom, #9C10E5 0%, #3E0080 62%); } }
  .networks-say #curator-feed {
    margin-top: 40px; }
    .networks-say #curator-feed .crt-carousel-slider {
      padding-bottom: 45px; }
      .networks-say #curator-feed .crt-carousel-slider .crt-post-border {
        box-shadow: 0px 30px 40px -10px rgba(34, 1, 68, 0.48); }
  .networks-say .container {
    position: relative; }
  .networks-say .networks-say__slider {
    position: relative; }
    @media (max-width: 575.98px) {
      .networks-say .networks-say__slider {
        margin-top: 25px; } }
    .networks-say .networks-say__slider .rectangle1 {
      position: absolute;
      top: 10px;
      width: 25%;
      max-width: 300px;
      background-image: linear-gradient(127deg, #29FF6C 0%, #0EC0B9 58%);
      left: calc(100vw - (30px/2 + (1140px + (calc((100vw - 1140px)/2))))); }
      @media (max-width: 1199.98px) {
        .networks-say .networks-say__slider .rectangle1 {
          left: calc(100vw - (30px/2 + (960px + (calc((100vw - 960px)/2))))); } }
      @media (max-width: 991.98px) {
        .networks-say .networks-say__slider .rectangle1 {
          left: calc(100vw - (30px/2 + (720px + (calc((100vw - 720px)/2))))); } }
      @media (max-width: 575.98px) {
        .networks-say .networks-say__slider .rectangle1 {
          left: 0;
          top: 0;
          width: 48.8%; } }
      .networks-say .networks-say__slider .rectangle1:after {
        content: '';
        display: block;
        padding-bottom: 62.2807%; }
        @media (max-width: 575.98px) {
          .networks-say .networks-say__slider .rectangle1:after {
            padding-bottom: 62.29508%; } }
    .networks-say .networks-say__slider .rectangle2 {
      position: absolute;
      bottom: 5px;
      width: 10%;
      background-image: linear-gradient(45deg, #FF5A47 0%, #E30977 100%);
      max-width: 185px;
      right: 0; }
      @media (max-width: 575.98px) {
        .networks-say .networks-say__slider .rectangle2 {
          display: none; } }
      .networks-say .networks-say__slider .rectangle2:after {
        content: '';
        display: block;
        padding-bottom: 107.56757%; }
    .networks-say .networks-say__slider .embedsocial-socialfeed,
    .networks-say .networks-say__slider .embedsocial-hashtag {
      position: relative;
      z-index: 10; }
    .networks-say .networks-say__slider .networks-say__slider-content {
      width: 100%;
      margin-top: 35px; }
      @media (max-width: 991.98px) {
        .networks-say .networks-say__slider .networks-say__slider-content {
          margin-top: 25px; } }
      @media (max-width: 575.98px) {
        .networks-say .networks-say__slider .networks-say__slider-content {
          margin-top: 5px; } }
      .networks-say .networks-say__slider .networks-say__slider-content:not(.slick-initialized) {
        max-height: 435px;
        overflow: hidden; }
      .networks-say .networks-say__slider .networks-say__slider-content .slick-list {
        padding-left: calc(100vw - ((1140px + (calc((100vw - 1140px)/2)))));
        padding-right: 15px; }
        @media (max-width: 1199.98px) {
          .networks-say .networks-say__slider .networks-say__slider-content .slick-list {
            padding-left: calc(100vw - ((960px + (calc((100vw - 960px)/2))))); } }
        @media (max-width: 991.98px) {
          .networks-say .networks-say__slider .networks-say__slider-content .slick-list {
            padding-left: calc(100vw - ((720px + (calc((100vw - 720px)/2)))));
            padding-right: 15px; } }
        @media (max-width: 767.98px) {
          .networks-say .networks-say__slider .networks-say__slider-content .slick-list {
            padding-left: 5px;
            padding-right: 10px; } }
        @media (max-width: 575.98px) {
          .networks-say .networks-say__slider .networks-say__slider-content .slick-list {
            padding-left: 5px;
            padding-right: 10px; } }
      .networks-say .networks-say__slider .networks-say__slider-content .slide {
        outline: none;
        padding: 30px 15px;
        margin-bottom: 40px;
        /*
                &--facebook {
                    .slide__image {
                        &:after {
                            padding-bottom: (195/360)*100%;
                        }
                    }
                }
                */ }
        @media (max-width: 575.98px) {
          .networks-say .networks-say__slider .networks-say__slider-content .slide {
            padding: 20px 10px;
            margin-bottom: 0; } }
        .networks-say .networks-say__slider .networks-say__slider-content .slide a {
          outline: none;
          display: block;
          background: #FFFFFF;
          box-shadow: 0 10px 20px 0 rgba(34, 1, 68, 0.48);
          border-radius: 3px;
          overflow: hidden;
          width: 25vw;
          max-width: 360px;
          min-height: 468px;
          -webkit-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
          -khtml-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
          -moz-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
          -ms-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
          -o-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
          transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out; }
          @media (max-width: 767.98px) {
            .networks-say .networks-say__slider .networks-say__slider-content .slide a {
              width: 40vw;
              min-height: 400px; } }
          @media (max-width: 575.98px) {
            .networks-say .networks-say__slider .networks-say__slider-content .slide a {
              width: 75vw;
              min-height: 355px;
              box-shadow: 0 8px 15px 0 rgba(34, 1, 68, 0.41); } }
          @media (min-width: 768px) {
            .networks-say .networks-say__slider .networks-say__slider-content .slide a:hover {
              -webkit-transform: translateY(-10px);
              -moz-transform: translateY(-10px);
              -ms-transform: translateY(-10px);
              -o-transform: translateY(-10px);
              transform: translateY(-10px);
              box-shadow: 0px 30px 40px -10px rgba(34, 1, 68, 0.48); } }
        .networks-say .networks-say__slider .networks-say__slider-content .slide__title {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 30px 30px 20px 30px; }
          @media (max-width: 575.98px) {
            .networks-say .networks-say__slider .networks-say__slider-content .slide__title {
              padding: 20px 20px 10px 20px; } }
          .networks-say .networks-say__slider .networks-say__slider-content .slide__title-text .label--label2 {
            margin-bottom: 0.2em; }
            @media (max-width: 575.98px) {
              .networks-say .networks-say__slider .networks-say__slider-content .slide__title-text .label--label2 {
                margin-bottom: 0; } }
          @media (max-width: 575.98px) {
            .networks-say .networks-say__slider .networks-say__slider-content .slide__title-text .txt--p5, .networks-say .networks-say__slider .networks-say__slider-content .slide__title-text .form .form-group .checkbox-wrap .checkbox label, .form .form-group .checkbox-wrap .checkbox .networks-say .networks-say__slider .networks-say__slider-content .slide__title-text label, .networks-say .networks-say__slider .networks-say__slider-content .slide__title-text .policy .content .policy__text .table-responsive table tbody tr td, .policy .content .policy__text .table-responsive table tbody tr .networks-say .networks-say__slider .networks-say__slider-content .slide__title-text td,
            .networks-say .networks-say__slider .networks-say__slider-content .slide__title-text .policy .content .minor__text .table-responsive table tbody tr td, .policy .content .minor__text .table-responsive table tbody tr .networks-say .networks-say__slider .networks-say__slider-content .slide__title-text td,
            .networks-say .networks-say__slider .networks-say__slider-content .slide__title-text .minor .content .policy__text .table-responsive table tbody tr td, .minor .content .policy__text .table-responsive table tbody tr .networks-say .networks-say__slider .networks-say__slider-content .slide__title-text td,
            .networks-say .networks-say__slider .networks-say__slider-content .slide__title-text .minor .content .minor__text .table-responsive table tbody tr td, .minor .content .minor__text .table-responsive table tbody tr .networks-say .networks-say__slider .networks-say__slider-content .slide__title-text td {
              display: none; } }
          .networks-say .networks-say__slider .networks-say__slider-content .slide__title-icon img {
            display: block; }
            @media (max-width: 575.98px) {
              .networks-say .networks-say__slider .networks-say__slider-content .slide__title-icon img {
                width: 29px; } }
        .networks-say .networks-say__slider .networks-say__slider-content .slide__image {
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat; }
          .networks-say .networks-say__slider .networks-say__slider-content .slide__image:after {
            content: '';
            display: block;
            padding-bottom: attr(data-aspect-ratio); }
        .networks-say .networks-say__slider .networks-say__slider-content .slide__text {
          text-align: left;
          padding: 0px 30px 0 30px; }
          .networks-say .networks-say__slider .networks-say__slider-content .slide__text .title--title8 {
            max-height: 294px;
            overflow: hidden;
            margin-bottom: 30px; }
          @media (max-width: 575.98px) {
            .networks-say .networks-say__slider .networks-say__slider-content .slide__text {
              padding: 0px 20px 0 20px; } }
          .networks-say .networks-say__slider .networks-say__slider-content .slide__text .label--label2 {
            margin-bottom: 0.5em; }
        .networks-say .networks-say__slider .networks-say__slider-content .slide--instagram {
          /*
                    .slide__image {
                        &:after {
                            padding-bottom: (360/360)*100%;
                        }
                    }
                    */ }
          .networks-say .networks-say__slider .networks-say__slider-content .slide--instagram .slide__title {
            padding-top: 32px; }
            @media (max-width: 767.98px) {
              .networks-say .networks-say__slider .networks-say__slider-content .slide--instagram .slide__title {
                padding-top: 26px; } }
            @media (max-width: 575.98px) {
              .networks-say .networks-say__slider .networks-say__slider-content .slide--instagram .slide__title {
                padding-top: 22px; } }
      .networks-say .networks-say__slider .networks-say__slider-content .slick-arrow {
        z-index: 2;
        position: absolute;
        bottom: 25px;
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        border: none;
        background-color: #FD0074;
        background-position: center;
        background-repeat: no-repeat;
        outline: none;
        border-radius: 20px;
        cursor: pointer;
        -webkit-transition: background-color 300ms ease-in-out;
        -khtml-transition: background-color 300ms ease-in-out;
        -moz-transition: background-color 300ms ease-in-out;
        -ms-transition: background-color 300ms ease-in-out;
        -o-transition: background-color 300ms ease-in-out;
        transition: background-color 300ms ease-in-out;
        box-shadow: 0 11px 33px -8px rgba(78, 3, 140, 0.41); }
        .networks-say .networks-say__slider .networks-say__slider-content .slick-arrow.slick-prev {
          background-image: url(/assets/images/slider-prev.svg);
          right: calc(100vw - (-60px - 30px/2 + (1140px + (calc((100vw - 1140px)/2))))); }
          @media (max-width: 1199.98px) {
            .networks-say .networks-say__slider .networks-say__slider-content .slick-arrow.slick-prev {
              right: calc(100vw - (-60px - 30px/2 + (960px + (calc((100vw - 960px)/2))))); } }
          @media (max-width: 991.98px) {
            .networks-say .networks-say__slider .networks-say__slider-content .slick-arrow.slick-prev {
              right: calc(100vw - (-60px - 30px/2 + (720px + (calc((100vw - 720px)/2))))); } }
          @media (max-width: 767.98px) {
            .networks-say .networks-say__slider .networks-say__slider-content .slick-arrow.slick-prev {
              right: 5px; } }
          @media (max-width: 575.98px) {
            .networks-say .networks-say__slider .networks-say__slider-content .slick-arrow.slick-prev {
              right: 5px; } }
        .networks-say .networks-say__slider .networks-say__slider-content .slick-arrow.slick-next {
          background-image: url(/assets/images/slider-next.svg);
          right: calc(100vw - (-30px/2 + (1140px + (calc((100vw - 1140px)/2))))); }
          @media (max-width: 1199.98px) {
            .networks-say .networks-say__slider .networks-say__slider-content .slick-arrow.slick-next {
              right: calc(100vw - (-30px/2 + (960px + (calc((100vw - 960px)/2))))); } }
          @media (max-width: 991.98px) {
            .networks-say .networks-say__slider .networks-say__slider-content .slick-arrow.slick-next {
              right: calc(100vw - (-30px/2 + (720px + (calc((100vw - 720px)/2))))); } }
          @media (max-width: 767.98px) {
            .networks-say .networks-say__slider .networks-say__slider-content .slick-arrow.slick-next {
              right: 5px; } }
          @media (max-width: 575.98px) {
            .networks-say .networks-say__slider .networks-say__slider-content .slick-arrow.slick-next {
              right: 5px; } }
        .networks-say .networks-say__slider .networks-say__slider-content .slick-arrow.slick-disabled {
          background-color: rgba(253, 0, 116, 0.4); }
        .networks-say .networks-say__slider .networks-say__slider-content .slick-arrow:hover {
          background-color: #560A9F; }

.schools-merge {
  padding: 70px 0 70px 0;
  background-image: radial-gradient(at bottom right, #9C10E5 0%, #3E0080 75%); }
  .schools-merge.merge-edu {
    background: #3E0080 url("/assets/images/home-edu-splash.jpg") center top no-repeat; }
    @media (max-width: 991.98px) {
      .schools-merge.merge-edu {
        background-color: #9c10e5;
        background-size: 360vw auto; } }

@media (max-width: 767.98px) and (orientation: portrait) {
  .schools-merge.merge-edu {
    background-image: url(/assets/images/home-edu-splash.jpg), linear-gradient(to bottom, #4f0392 50%, #9C10E5 50.1%);
    background-position: center 10vw,center; } }
  @media (max-width: 767.98px) {
    .schools-merge {
      padding-bottom: 40px; } }
  @media (max-width: 575.98px) {
    .schools-merge {
      padding-bottom: 70px;
      padding-top: 60px; } }
  .schools-merge .container {
    position: relative; }
  .schools-merge .nav .nav-link {
    color: #fff; }
    .schools-merge .nav .nav-link.active {
      color: #9c10e5; }
      .schools-merge .nav .nav-link.active b {
        border-bottom: 3px solid #9c10e5;
        padding-bottom: 1rem; }
  .schools-merge .schools-merge__top {
    text-align: center; }
    .schools-merge .schools-merge__top .title--title5 {
      margin-bottom: 0.35em; }
    .schools-merge .schools-merge__top .title--title5,
    .schools-merge .schools-merge__top .label--label1 {
      width: 80%;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 991.98px) {
        .schools-merge .schools-merge__top .title--title5,
        .schools-merge .schools-merge__top .label--label1 {
          width: 100%; } }
  .schools-merge .schools-merge__slider {
    position: relative;
    margin-top: 80px; }
    @media (max-width: 575.98px) {
      .schools-merge .schools-merge__slider {
        margin-top: 30px; } }
    @media (max-width: 575.98px) {
      .schools-merge .schools-merge__slider .container {
        padding: 0 !important; }
      .schools-merge .schools-merge__slider .row {
        margin: 0 !important; }
        .schools-merge .schools-merge__slider .row div[class*='col-'] {
          padding: 0 !important; } }
    .schools-merge .schools-merge__slider .bg {
      position: absolute;
      right: calc(8.3333333% - 15px);
      top: 5px;
      background-image: linear-gradient(45deg, #FF5A47 0%, #E30977 100%);
      width: 35%; }
      @media (max-width: 575.98px) {
        .schools-merge .schools-merge__slider .bg {
          display: none; } }
      .schools-merge .schools-merge__slider .bg:after {
        content: '';
        display: block;
        padding-bottom: 60.31128%; }
    .schools-merge .schools-merge__slider .schools-merge__slider-content {
      width: 100%; }
      .schools-merge .schools-merge__slider .schools-merge__slider-content:not(.slick-initialized) {
        max-height: 435px;
        overflow: hidden; }
      @media (max-width: 575.98px) {
        .schools-merge .schools-merge__slider .schools-merge__slider-content .slick-list {
          padding-left: 10px;
          padding-right: 10px; } }
      .schools-merge .schools-merge__slider .schools-merge__slider-content .slide {
        outline: none;
        padding-bottom: 70px; }
        @media (max-width: 575.98px) {
          .schools-merge .schools-merge__slider .schools-merge__slider-content .slide {
            width: 78vw;
            padding: 0 10px; } }
        .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__text {
          text-align: left; }
          .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__text > * {
            width: 95%; }
            @media (max-width: 767.98px) {
              .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__text > * {
                width: 100%; } }
          @media (max-width: 575.98px) {
            .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__text {
              order: 2; } }
          .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__text .label--label2 {
            margin-bottom: 0.5em; }
            @media (max-width: 575.98px) {
              .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__text .label--label2 {
                display: none; } }
          .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__text .title--title7, .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__text .policy .content .policy__text > h4, .policy .content .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__text .policy__text > h4,
          .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__text .policy .content .minor__text > h4, .policy .content .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__text .minor__text > h4,
          .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__text .minor .content .policy__text > h4, .minor .content .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__text .policy__text > h4,
          .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__text .minor .content .minor__text > h4, .minor .content .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__text .minor__text > h4 {
            margin-bottom: 0.5em; }
          @media (max-width: 575.98px) {
            .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__text .title--title7, .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__text .policy .content .policy__text > h4, .policy .content .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__text .policy__text > h4,
            .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__text .policy .content .minor__text > h4, .policy .content .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__text .minor__text > h4,
            .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__text .minor .content .policy__text > h4, .minor .content .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__text .policy__text > h4,
            .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__text .minor .content .minor__text > h4, .minor .content .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__text .minor__text > h4,
            .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__text .txt--p3 {
              padding-right: 20px; } }
          @media (max-width: 767.98px) {
            .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__text .txt--p3 {
              font-size: 1.5em;
              line-height: 1.4em; } }
        .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__video {
          position: relative; }
          .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__video-content {
            position: relative;
            width: 100%; }
            .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__video-content img,
            .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__video-content video {
              border-radius: 3px;
              width: 100%;
              display: block;
              box-shadow: 10px 50px 50px rgba(37, 24, 65, 0.28); }
              @media (max-width: 575.98px) {
                .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__video-content img,
                .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__video-content video {
                  box-shadow: 5px 25px 25px rgba(37, 24, 65, 0.19); } }
            .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__video-content .yt {
              position: relative;
              padding-bottom: 56.25%;
              width: 100%;
              display: block;
              border-radius: 4px; }
              .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__video-content .yt > iframe {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                width: 100%;
                height: 100%;
                display: block; }
              .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__video-content .yt:before {
                content: " ";
                display: inline-block;
                position: absolute;
                left: -1rem;
                bottom: -1.5rem;
                background-image: linear-gradient(45deg, #FF5A47 0%, #E30977 100%);
                width: 95%;
                height: 100%; }
                @media (max-width: 991.98px) {
                  .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__video-content .yt:before {
                    display: none; } }
              @media (max-width: 991.98px) {
                .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__video-content .yt {
                  margin: 1rem 0; } }
            .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__video-content a {
              outline: none;
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-image: url(/assets/images/video-button.svg);
              background-position: center;
              background-repeat: no-repeat; }
              @media (max-width: 575.98px) {
                .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__video-content a {
                  background-size: 50px 50px; } }
        .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__legend {
          position: absolute;
          bottom: auto;
          top: 105%;
          z-index: 2;
          left: 15px; }
          @media (max-width: 767.98px) {
            .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__legend {
              left: 20px;
              bottom: -30px;
              top: auto; } }
          @media (max-width: 575.98px) {
            .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__legend {
              margin-bottom: 30px;
              padding-right: 20px;
              position: static;
              margin-top: 20px; } }
          .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__legend span {
            color: #fff; }
            @media (max-width: 575.98px) {
              .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__legend span {
                color: #B86DFF; } }
            .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__legend span.txt--p4 {
              font-style: italic; }
              @media (max-width: 575.98px) {
                .schools-merge .schools-merge__slider .schools-merge__slider-content .slide__legend span.txt--p4 {
                  display: block; } }
      .schools-merge .schools-merge__slider .schools-merge__slider-content .slick-arrow {
        z-index: 2;
        position: absolute;
        top: -5rem;
        margin-top: -50px;
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        border: none;
        background-color: #FD0074;
        background-position: center;
        background-repeat: no-repeat;
        outline: none;
        border-radius: 20px;
        cursor: pointer;
        -webkit-transition: background-color 300ms ease-in-out;
        -khtml-transition: background-color 300ms ease-in-out;
        -moz-transition: background-color 300ms ease-in-out;
        -ms-transition: background-color 300ms ease-in-out;
        -o-transition: background-color 300ms ease-in-out;
        transition: background-color 300ms ease-in-out;
        box-shadow: 0 11px 33px -8px rgba(78, 3, 140, 0.41); }
        .schools-merge .schools-merge__slider .schools-merge__slider-content .slick-arrow.slick-prev {
          background-image: url(/assets/images/slider-prev.svg);
          left: 0; }
        .schools-merge .schools-merge__slider .schools-merge__slider-content .slick-arrow.slick-next {
          background-image: url(/assets/images/slider-next.svg);
          right: 0; }
        .schools-merge .schools-merge__slider .schools-merge__slider-content .slick-arrow.slick-disabled {
          background-color: rgba(253, 0, 116, 0.4); }
        .schools-merge .schools-merge__slider .schools-merge__slider-content .slick-arrow:hover {
          background-color: #560A9F; }
      .schools-merge .schools-merge__slider .schools-merge__slider-content .slick-dots {
        position: absolute;
        left: 0;
        bottom: 40px;
        z-index: 1; }
        .schools-merge .schools-merge__slider .schools-merge__slider-content .slick-dots li {
          position: relative;
          display: inline-block;
          width: 19px;
          height: 19px;
          margin: 0 0px;
          padding: 5px; }
          .schools-merge .schools-merge__slider .schools-merge__slider-content .slick-dots li button {
            text-indent: -9999px;
            width: 9px;
            height: 9px;
            background: #E2C6FD;
            font-size: 0;
            line-height: 0;
            display: block;
            padding: 0;
            border: 0;
            outline: none;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%; }
          .schools-merge .schools-merge__slider .schools-merge__slider-content .slick-dots li.slick-active button {
            background: #FD0074; }
  .schools-merge.merge-edu {
    padding: 40px 0; }
    .schools-merge.merge-edu .merge-edu-logo {
      width: 25rem;
      max-width: 50vw; }
    .schools-merge.merge-edu .button.cta a {
      font-size: 1.5rem;
      padding: .75rem 3rem 0;
      height: 4.5rem;
      border-radius: 5rem; }
      @media (min-width: 768px) {
        .schools-merge.merge-edu .button.cta a {
          font-size: 2rem;
          padding: 0.75rem 3rem;
          height: 5rem; } }

.uses-gallery {
  position: relative; }
  .uses-gallery.purple .row {
    margin-bottom: 2rem; }
  .uses-gallery .row {
    margin-bottom: 4rem; }
    @media (max-width: 767.98px) {
      .uses-gallery .row {
        margin-bottom: 35px; } }
    .uses-gallery .row:last-of-type {
      margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .uses-gallery .row:last-of-type .image:not(.ar-creation):not(.col-6) {
          margin-bottom: 40px; } }
    .uses-gallery .row .title {
      text-align: center; }
      @media (min-width: 576px) {
        .uses-gallery .row .title {
          margin: 40px 0 50px 0; } }
  @media (max-width: 767.98px) {
    .uses-gallery {
      padding: 50px 0; }
      .uses-gallery.edu-top {
        padding: 0; } }
  @media (max-width: 575.98px) {
    .uses-gallery {
      margin-bottom: 0; } }
  .uses-gallery > img {
    display: block;
    position: absolute;
    left: 50%;
    top: 58%;
    width: 47%;
    max-width: 913px;
    -webkit-transform: translateY(-42%);
    -moz-transform: translateY(-42%);
    -ms-transform: translateY(-42%);
    -o-transform: translateY(-42%);
    transform: translateY(-42%); }
    @media (max-width: 767.98px) {
      .uses-gallery > img {
        width: 60%;
        right: 0;
        left: auto; } }
    @media (max-width: 575.98px) {
      .uses-gallery > img {
        position: relative;
        margin-top: 40px;
        bottom: auto;
        top: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        left: -20px;
        width: calc(100% + 20px*2); } }
  .uses-gallery .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center right, #9C10E5, #3E0080); }
    @media (max-width: 575.98px) {
      .uses-gallery .bg {
        height: 100%;
        background: radial-gradient(#9C10E5, #3E0080); } }
  .uses-gallery .title--title2 {
    margin: 0 0 20px 0; }
  @media (min-width: 576px) {
    .uses-gallery .text.reverse {
      order: 2; } }
  .uses-gallery .text .title--title6, .uses-gallery .text .policy .content .policy__text > h3, .policy .content .uses-gallery .text .policy__text > h3,
  .uses-gallery .text .policy .content .minor__text > h3, .policy .content .uses-gallery .text .minor__text > h3,
  .uses-gallery .text .minor .content .policy__text > h3, .minor .content .uses-gallery .text .policy__text > h3,
  .uses-gallery .text .minor .content .minor__text > h3, .minor .content .uses-gallery .text .minor__text > h3 {
    margin-bottom: 0.6em; }
    .uses-gallery .text .title--title6 span, .uses-gallery .text .policy .content .policy__text > h3 span, .policy .content .uses-gallery .text .policy__text > h3 span, .uses-gallery .text .policy .content .minor__text > h3 span, .policy .content .uses-gallery .text .minor__text > h3 span, .uses-gallery .text .minor .content .policy__text > h3 span, .minor .content .uses-gallery .text .policy__text > h3 span, .uses-gallery .text .minor .content .minor__text > h3 span, .minor .content .uses-gallery .text .minor__text > h3 span {
      color: #FFE64E; }
  .uses-gallery .text .title--title6, .uses-gallery .text .policy .content .policy__text > h3, .policy .content .uses-gallery .text .policy__text > h3,
  .uses-gallery .text .policy .content .minor__text > h3, .policy .content .uses-gallery .text .minor__text > h3,
  .uses-gallery .text .minor .content .policy__text > h3, .minor .content .uses-gallery .text .policy__text > h3,
  .uses-gallery .text .minor .content .minor__text > h3, .minor .content .uses-gallery .text .minor__text > h3,
  .uses-gallery .text .txt--p3,
  .uses-gallery .text .buttons {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    -khtml-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    transition: opacity 500ms ease-in-out, transform 500ms ease-in-out; }
  .uses-gallery .text .txt--p3 {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  .uses-gallery .text .buttons {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  .uses-gallery .text .link {
    text-decoration: underline;
    color: #b072fc; }
  .uses-gallery .text .text--white .link {
    color: #d2aeff; }
  .uses-gallery .image {
    width: 100%; }
    .uses-gallery .image > img {
      box-shadow: 10px 15px 20px rgba(0, 0, 0, 0.2);
      position: relative;
      z-index: 1;
      max-width: 100%; }
    .uses-gallery .image--no-box-shadow > img {
      box-shadow: none; }
    .uses-gallery .image .icon {
      width: 55%; }
    .uses-gallery .image > .bg {
      position: absolute;
      left: auto;
      right: 5%;
      top: -25px;
      background-image: linear-gradient(45deg, #FF5A47 0%, #E30977 100%);
      width: 45%; }
      .uses-gallery .image > .bg:after {
        content: "";
        display: block;
        padding-bottom: 74.1245136187%; }
      .uses-gallery .image > .bg.alt {
        background-image: linear-gradient(44deg, #29FF6C 0%, #0EC0B9 96%);
        width: 60%;
        top: -15px; }
      .uses-gallery .image > .bg.alt2 {
        background-image: linear-gradient(41deg, #FFEE00 0%, #FF9D1D 100%);
        width: 65%;
        top: -18px; }
      .uses-gallery .image > .bg.alt3 {
        background-image: linear-gradient(41deg, #74f5f3 0%, #0512f4 100%);
        width: 30%; }
      .uses-gallery .image > .bg.alt4 {
        background-image: linear-gradient(41deg, #b710c2 0%, #fc0150 100%);
        width: 55%; }
    .uses-gallery .image.text--left > .bg, .uses-gallery .image.reverse > .bg {
      position: absolute;
      right: auto;
      left: -5%;
      top: auto;
      bottom: -25px; }
  .uses-gallery.is-visible .text .title--title6, .uses-gallery.is-visible .text .policy .content .policy__text > h3, .policy .content .uses-gallery.is-visible .text .policy__text > h3,
  .uses-gallery.is-visible .text .policy .content .minor__text > h3, .policy .content .uses-gallery.is-visible .text .minor__text > h3,
  .uses-gallery.is-visible .text .minor .content .policy__text > h3, .minor .content .uses-gallery.is-visible .text .policy__text > h3,
  .uses-gallery.is-visible .text .minor .content .minor__text > h3, .minor .content .uses-gallery.is-visible .text .minor__text > h3,
  .uses-gallery.is-visible .text .txt--p3,
  .uses-gallery.is-visible .text .buttons {
    opacity: 1;
    margin: 20px 0;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  .uses-gallery.is-visible .text .buttons {
    margin-bottom: 40px; }
  .uses-gallery.is-visible .text .txt--p3 li {
    list-style-type: none;
    padding: 12px 0 12px 23px;
    background: url(/assets/images/bullet.svg) no-repeat left 18px;
    background-size: 13px; }
  @media (min-width: 576px) {
    .uses-gallery.is-visible .text .title--title6, .uses-gallery.is-visible .text .policy .content .policy__text > h3, .policy .content .uses-gallery.is-visible .text .policy__text > h3,
    .uses-gallery.is-visible .text .policy .content .minor__text > h3, .policy .content .uses-gallery.is-visible .text .minor__text > h3,
    .uses-gallery.is-visible .text .minor .content .policy__text > h3, .minor .content .uses-gallery.is-visible .text .policy__text > h3,
    .uses-gallery.is-visible .text .minor .content .minor__text > h3, .minor .content .uses-gallery.is-visible .text .minor__text > h3 {
      margin-top: 0; } }
  .uses-gallery.is-visible.edu-top .text .buttons {
    margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .uses-gallery .col-3 img.w-100 {
      width: 125% !important;
      max-width: none;
      margin-left: 10px; } }
  @media (max-width: 991.98px) {
    .uses-gallery .col-6 img.w-100 {
      max-height: 90px; } }

.text--green-gradient {
  background: linear-gradient(45deg, #0EC0B9, #29FF6C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.edu__content {
  padding-bottom: 60px; }
  .edu__content .edu__media .text-image,
  .edu__content .edu__links .text-image {
    padding: 100px 0 0; }
    @media (max-width: 767.98px) {
      .edu__content .edu__media .text-image,
      .edu__content .edu__links .text-image {
        padding: 40px 0 0; } }
  .edu__content .edu__resources .edu__list {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px; }
    @media (max-width: 767.98px) {
      .edu__content .edu__resources .edu__list {
        margin-top: 0;
        margin-left: -10px;
        margin-right: -10px; } }
    .edu__content .edu__resources .edu__list .edu__link-wrap {
      width: 33.333333333%;
      padding: 15px; }
      @media (max-width: 767.98px) {
        .edu__content .edu__resources .edu__list .edu__link-wrap {
          width: 50%;
          padding: 10px; } }
      @media (max-width: 575.98px) {
        .edu__content .edu__resources .edu__list .edu__link-wrap {
          width: 100%; } }
      .edu__content .edu__resources .edu__list .edu__link-wrap a {
        text-align: center;
        display: block;
        background: white;
        border-radius: 3px;
        overflow: hidden;
        -webkit-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
        -khtml-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
        -moz-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
        -ms-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
        -o-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
        transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
        box-shadow: 0 10px 20px 0 rgba(169, 156, 213, 0.18); }
        @media (min-width: 768px) {
          .edu__content .edu__resources .edu__list .edu__link-wrap a:hover {
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            -o-transform: translateY(-10px);
            transform: translateY(-10px);
            box-shadow: 0px 30px 40px -10px rgba(169, 156, 213, 0.48); } }
        .edu__content .edu__resources .edu__list .edu__link-wrap a .edu__image {
          background: radial-gradient(circle at center bottom, #9C10E5, #3E0080);
          text-align: center;
          padding: 10%; }
          .edu__content .edu__resources .edu__list .edu__link-wrap a .edu__image img {
            display: inline-block;
            width: 80%; }
          .edu__content .edu__resources .edu__list .edu__link-wrap a .edu__image.alt1 {
            background: radial-gradient(circle at center bottom, #5affff, #0415eb); }
          .edu__content .edu__resources .edu__list .edu__link-wrap a .edu__image.alt2 {
            background: radial-gradient(circle at center bottom, #ba10c9, #fd014c); }
          .edu__content .edu__resources .edu__list .edu__link-wrap a .edu__image.alt3 {
            background: radial-gradient(circle at center bottom, #d1ff2d, #28d3fe); }
          .edu__content .edu__resources .edu__list .edu__link-wrap a .edu__image.alt4 {
            background: radial-gradient(circle at center bottom, #ffd51a, #ff3a75); }
        .edu__content .edu__resources .edu__list .edu__link-wrap a .edu__text {
          padding: 0px 30px;
          margin: 30px 0; }
          .edu__content .edu__resources .edu__list .edu__link-wrap a .edu__text img {
            display: block;
            max-width: 100%;
            margin: 0 auto;
            margin-bottom: 20px; }
        .edu__content .edu__resources .edu__list .edu__link-wrap a .edu__date {
          margin-top: 20px;
          padding: 0px 30px;
          margin-bottom: 30px; }
  .edu__content .edu__resources .buttons {
    margin: 70px 0 0 0; }
    @media (max-width: 767.98px) {
      .edu__content .edu__resources .buttons {
        margin-top: 30px; } }

.edu__content {
  padding-bottom: 60px; }
  .edu__content .edu__resources > .container > .row .title--title4 {
    color: #FD0074;
    margin: 20px 0; }
    @media (min-width: 576px) {
      .edu__content .edu__resources > .container > .row .title--title4:not(:first-child) {
        margin: 60px 0 20px; } }
  .edu__content .edu__resources > .container > .row .edu__list {
    width: 100%;
    padding-top: 45px; }
    @media (max-width: 767.98px) {
      .edu__content .edu__resources > .container > .row .edu__list {
        padding-top: 0;
        width: auto; } }
    .edu__content .edu__resources > .container > .row .edu__list > .row {
      margin-top: 25px; }
      .edu__content .edu__resources > .container > .row .edu__list > .row .edu__releases-date {
        color: #232225;
        text-align: right;
        padding-right: 5%; }
        @media (max-width: 575.98px) {
          .edu__content .edu__resources > .container > .row .edu__list > .row .edu__releases-date {
            display: none; } }
        .edu__content .edu__resources > .container > .row .edu__list > .row .edu__releases-date .month {
          display: block; }
        .edu__content .edu__resources > .container > .row .edu__list > .row .edu__releases-date .year {
          color: #b86dff;
          font-weight: bold; }
      .edu__content .edu__resources > .container > .row .edu__list > .row .edu__releases-content {
        overflow: hidden;
        border-radius: 3px;
        background: white;
        box-shadow: 0 10px 20px 0 rgba(169, 156, 213, 0.18); }
      .edu__content .edu__resources > .container > .row .edu__list > .row .edu__releases-text {
        padding: 30px 0px 30px 60px; }
        @media (max-width: 767.98px) {
          .edu__content .edu__resources > .container > .row .edu__list > .row .edu__releases-text {
            margin: 0px 20px; } }
        @media (max-width: 575.98px) {
          .edu__content .edu__resources > .container > .row .edu__list > .row .edu__releases-text {
            order: 2;
            text-align: center;
            margin: 0px 20px;
            padding-top: 20px; } }
        .edu__content .edu__resources > .container > .row .edu__list > .row .edu__releases-text .edu__releases-date-mobile {
          display: none; }
          @media (max-width: 575.98px) {
            .edu__content .edu__resources > .container > .row .edu__list > .row .edu__releases-text .edu__releases-date-mobile {
              display: block;
              margin-bottom: 20px; } }
        .edu__content .edu__resources > .container > .row .edu__list > .row .edu__releases-text .buttons {
          margin-top: 30px; }
      .edu__content .edu__resources > .container > .row .edu__list > .row .edu__releases-image {
        text-align: left; }
        @media (max-width: 575.98px) {
          .edu__content .edu__resources > .container > .row .edu__list > .row .edu__releases-image {
            text-align: center; } }
        .edu__content .edu__resources > .container > .row .edu__list > .row .edu__releases-image img {
          width: 100%;
          max-width: 263px;
          display: inline-block; }
          @media (max-width: 575.98px) {
            .edu__content .edu__resources > .container > .row .edu__list > .row .edu__releases-image img {
              max-width: none; } }
    .edu__content .edu__resources > .container > .row .edu__list + .buttons {
      margin: 70px 0 0 0; }

.edu__content {
  padding-bottom: 60px; }
  .edu__content .edu__downloads > .container > .row .edu__list {
    width: 100%;
    padding-top: 65px;
    padding-bottom: 60px; }
    @media (max-width: 767.98px) {
      .edu__content .edu__downloads > .container > .row .edu__list {
        padding-bottom: 10px;
        padding-top: 40px; } }
    .edu__content .edu__downloads > .container > .row .edu__list > .row .edu__downloads-content {
      display: block;
      overflow: hidden;
      border-radius: 3px;
      background: white;
      box-shadow: 0 10px 20px 0 rgba(169, 156, 213, 0.18);
      position: relative;
      -webkit-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
      -khtml-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
      -moz-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
      -ms-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
      -o-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
      transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out; }
      @media (min-width: 768px) {
        .edu__content .edu__downloads > .container > .row .edu__list > .row .edu__downloads-content:hover {
          -webkit-transform: translateY(-10px);
          -moz-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
          -o-transform: translateY(-10px);
          transform: translateY(-10px);
          box-shadow: 0px 30px 40px -10px rgba(169, 156, 213, 0.48); } }
      .edu__content .edu__downloads > .container > .row .edu__list > .row .edu__downloads-content:after {
        content: '';
        display: block;
        padding-bottom: 100%; }
        @media (max-width: 767.98px) {
          .edu__content .edu__downloads > .container > .row .edu__list > .row .edu__downloads-content:after {
            display: none; } }
      .edu__content .edu__downloads > .container > .row .edu__list > .row .edu__downloads-content > div {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        text-align: center;
        padding-top: 20%; }
        @media (max-width: 767.98px) {
          .edu__content .edu__downloads > .container > .row .edu__list > .row .edu__downloads-content > div {
            position: static;
            padding-top: 0;
            height: 118px;
            display: flex;
            align-items: center; } }
        .edu__content .edu__downloads > .container > .row .edu__list > .row .edu__downloads-content > div .press__downloads-icon {
          height: 80px;
          width: 100%;
          position: relative; }
          @media (max-width: 767.98px) {
            .edu__content .edu__downloads > .container > .row .edu__list > .row .edu__downloads-content > div .press__downloads-icon {
              height: auto;
              width: 115px; } }
          .edu__content .edu__downloads > .container > .row .edu__list > .row .edu__downloads-content > div .press__downloads-icon img {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate3d(-50%, -50%, 0);
            -moz-transform: translate3d(-50%, -50%, 0);
            -ms-transform: translate3d(-50%, -50%, 0);
            -o-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); }
            @media (max-width: 767.98px) {
              .edu__content .edu__downloads > .container > .row .edu__list > .row .edu__downloads-content > div .press__downloads-icon img {
                position: absolute;
                -webkit-transform: translate3d(0, 0, 0);
                -moz-transform: translate3d(0, 0, 0);
                -ms-transform: translate3d(0, 0, 0);
                -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: auto;
                top: auto;
                right: auto;
                bottom: auto;
                position: static; } }
        .edu__content .edu__downloads > .container > .row .edu__list > .row .edu__downloads-content > div h2 {
          margin-top: 20%; }
          @media (max-width: 767.98px) {
            .edu__content .edu__downloads > .container > .row .edu__list > .row .edu__downloads-content > div h2 {
              margin-top: 0; } }
    @media (max-width: 767.98px) {
      .edu__content .edu__downloads > .container > .row .edu__list > .row div[class*='col-'] {
        margin-bottom: 20px; }
        .edu__content .edu__downloads > .container > .row .edu__list > .row div[class*='col-'] img {
          margin: 0 auto; }
        .edu__content .edu__downloads > .container > .row .edu__list > .row div[class*='col-']:first-child img {
          width: 42px; }
        .edu__content .edu__downloads > .container > .row .edu__list > .row div[class*='col-']:nth-child(2) img {
          width: 52px; }
        .edu__content .edu__downloads > .container > .row .edu__list > .row div[class*='col-']:nth-child(3) img {
          width: 56px; } }
    .edu__content .edu__downloads > .container > .row .edu__list + .buttons {
      margin: 70px 0 0 0; }

.press__content {
  padding-bottom: 60px; }
  .press__content .press__media .press__list {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px; }
    @media (max-width: 767.98px) {
      .press__content .press__media .press__list {
        margin-top: 30px;
        margin-left: -10px;
        margin-right: -10px; } }
    .press__content .press__media .press__list .press__link-wrap {
      width: 33.333333333%;
      padding: 15px; }
      @media (max-width: 767.98px) {
        .press__content .press__media .press__list .press__link-wrap {
          width: 50%;
          padding: 10px; } }
      @media (max-width: 575.98px) {
        .press__content .press__media .press__list .press__link-wrap {
          width: 100%; } }
      .press__content .press__media .press__list .press__link-wrap a {
        text-align: center;
        display: block;
        background: white;
        border-radius: 3px;
        overflow: hidden;
        -webkit-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
        -khtml-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
        -moz-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
        -ms-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
        -o-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
        transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
        box-shadow: 0 10px 20px 0 rgba(169, 156, 213, 0.18); }
        @media (min-width: 768px) {
          .press__content .press__media .press__list .press__link-wrap a:hover {
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            -o-transform: translateY(-10px);
            transform: translateY(-10px);
            box-shadow: 0px 30px 40px -10px rgba(169, 156, 213, 0.48); } }
        .press__content .press__media .press__list .press__link-wrap a .press__image {
          background: radial-gradient(circle at center bottom, #9C10E5, #3E0080);
          text-align: center;
          padding: 10%; }
          .press__content .press__media .press__list .press__link-wrap a .press__image img {
            display: inline-block;
            width: 80%; }
          .press__content .press__media .press__list .press__link-wrap a .press__image.alt1 {
            background: radial-gradient(circle at center bottom, #5affff, #0415eb); }
          .press__content .press__media .press__list .press__link-wrap a .press__image.alt2 {
            background: radial-gradient(circle at center bottom, #ba10c9, #fd014c); }
          .press__content .press__media .press__list .press__link-wrap a .press__image.alt3 {
            background: radial-gradient(circle at center bottom, #d1ff2d, #28d3fe); }
          .press__content .press__media .press__list .press__link-wrap a .press__image.alt4 {
            background: radial-gradient(circle at center bottom, #ffd51a, #ff3a75); }
        .press__content .press__media .press__list .press__link-wrap a .press__text {
          padding: 0px 30px;
          margin-top: 30px; }
          .press__content .press__media .press__list .press__link-wrap a .press__text img {
            display: block;
            max-width: 100%;
            margin: 0 auto;
            margin-bottom: 20px; }
        .press__content .press__media .press__list .press__link-wrap a .press__date {
          margin-top: 20px;
          padding: 0px 30px;
          margin-bottom: 30px; }
  .press__content .press__media .buttons {
    margin: 70px 0 0 0; }
    @media (max-width: 767.98px) {
      .press__content .press__media .buttons {
        margin-top: 30px; } }

.press__content {
  padding-bottom: 60px; }
  .press__content .press__releases > .container > .row .press__list {
    width: 100%;
    padding-top: 45px; }
    .press__content .press__releases > .container > .row .press__list > .row {
      margin-top: 25px; }
      .press__content .press__releases > .container > .row .press__list > .row .press__releases-date {
        color: #232225;
        text-align: right;
        padding-right: 5%; }
        @media (max-width: 575.98px) {
          .press__content .press__releases > .container > .row .press__list > .row .press__releases-date {
            display: none; } }
        .press__content .press__releases > .container > .row .press__list > .row .press__releases-date .month {
          display: block; }
        .press__content .press__releases > .container > .row .press__list > .row .press__releases-date .year {
          color: #b86dff;
          font-weight: bold; }
      .press__content .press__releases > .container > .row .press__list > .row .press__releases-content {
        overflow: hidden;
        border-radius: 3px;
        background: white;
        box-shadow: 0 10px 20px 0 rgba(169, 156, 213, 0.18); }
      .press__content .press__releases > .container > .row .press__list > .row .press__releases-text {
        padding: 30px 0px 30px 60px; }
        @media (max-width: 767.98px) {
          .press__content .press__releases > .container > .row .press__list > .row .press__releases-text {
            padding: 30px 15px;
            margin: 0px 20px; } }
        @media (max-width: 575.98px) {
          .press__content .press__releases > .container > .row .press__list > .row .press__releases-text {
            order: 2;
            text-align: center;
            margin: 0px 20px;
            padding-top: 20px; } }
        .press__content .press__releases > .container > .row .press__list > .row .press__releases-text .press__releases-date-mobile {
          display: none; }
          @media (max-width: 575.98px) {
            .press__content .press__releases > .container > .row .press__list > .row .press__releases-text .press__releases-date-mobile {
              display: block;
              margin-bottom: 20px; } }
        .press__content .press__releases > .container > .row .press__list > .row .press__releases-text .buttons {
          margin-top: 30px; }
      .press__content .press__releases > .container > .row .press__list > .row .press__releases-image {
        text-align: right; }
        @media (max-width: 575.98px) {
          .press__content .press__releases > .container > .row .press__list > .row .press__releases-image {
            text-align: center; } }
        .press__content .press__releases > .container > .row .press__list > .row .press__releases-image img {
          width: 100%;
          max-width: 263px;
          display: inline-block; }
          @media (max-width: 575.98px) {
            .press__content .press__releases > .container > .row .press__list > .row .press__releases-image img {
              max-width: none; } }
    .press__content .press__releases > .container > .row .press__list + .buttons {
      margin: 70px 0 0 0; }

.press__content {
  padding-bottom: 60px; }
  .press__content .press__downloads > .container > .row .press__list {
    width: 100%;
    padding-top: 65px;
    padding-bottom: 60px; }
    @media (max-width: 767.98px) {
      .press__content .press__downloads > .container > .row .press__list {
        padding-bottom: 10px;
        padding-top: 40px; } }
    .press__content .press__downloads > .container > .row .press__list > .row .press__downloads-content {
      display: block;
      overflow: hidden;
      border-radius: 3px;
      background: white;
      box-shadow: 0 10px 20px 0 rgba(169, 156, 213, 0.18);
      position: relative;
      -webkit-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
      -khtml-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
      -moz-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
      -ms-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
      -o-transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
      transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out; }
      @media (min-width: 768px) {
        .press__content .press__downloads > .container > .row .press__list > .row .press__downloads-content:hover {
          -webkit-transform: translateY(-10px);
          -moz-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
          -o-transform: translateY(-10px);
          transform: translateY(-10px);
          box-shadow: 0px 30px 40px -10px rgba(169, 156, 213, 0.48); } }
      .press__content .press__downloads > .container > .row .press__list > .row .press__downloads-content:after {
        content: '';
        display: block;
        padding-bottom: 100%; }
        @media (max-width: 767.98px) {
          .press__content .press__downloads > .container > .row .press__list > .row .press__downloads-content:after {
            display: none; } }
      .press__content .press__downloads > .container > .row .press__list > .row .press__downloads-content > div {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        text-align: center;
        padding-top: 20%; }
        @media (max-width: 767.98px) {
          .press__content .press__downloads > .container > .row .press__list > .row .press__downloads-content > div {
            position: static;
            padding-top: 0;
            height: 118px;
            display: flex;
            align-items: center; } }
        .press__content .press__downloads > .container > .row .press__list > .row .press__downloads-content > div .press__downloads-icon {
          height: 80px;
          width: 100%;
          position: relative; }
          @media (max-width: 767.98px) {
            .press__content .press__downloads > .container > .row .press__list > .row .press__downloads-content > div .press__downloads-icon {
              height: auto;
              width: 115px; } }
          .press__content .press__downloads > .container > .row .press__list > .row .press__downloads-content > div .press__downloads-icon img {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate3d(-50%, -50%, 0);
            -moz-transform: translate3d(-50%, -50%, 0);
            -ms-transform: translate3d(-50%, -50%, 0);
            -o-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); }
            @media (max-width: 767.98px) {
              .press__content .press__downloads > .container > .row .press__list > .row .press__downloads-content > div .press__downloads-icon img {
                position: absolute;
                -webkit-transform: translate3d(0, 0, 0);
                -moz-transform: translate3d(0, 0, 0);
                -ms-transform: translate3d(0, 0, 0);
                -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: auto;
                top: auto;
                right: auto;
                bottom: auto;
                position: static; } }
        .press__content .press__downloads > .container > .row .press__list > .row .press__downloads-content > div h2 {
          margin-top: 20%; }
          @media (max-width: 767.98px) {
            .press__content .press__downloads > .container > .row .press__list > .row .press__downloads-content > div h2 {
              margin-top: 0; } }
    @media (max-width: 767.98px) {
      .press__content .press__downloads > .container > .row .press__list > .row div[class*='col-'] {
        margin-bottom: 20px; }
        .press__content .press__downloads > .container > .row .press__list > .row div[class*='col-'] img {
          margin: 0 auto; }
        .press__content .press__downloads > .container > .row .press__list > .row div[class*='col-']:first-child img {
          width: 42px; }
        .press__content .press__downloads > .container > .row .press__list > .row div[class*='col-']:nth-child(2) img {
          width: 52px; }
        .press__content .press__downloads > .container > .row .press__list > .row div[class*='col-']:nth-child(3) img {
          width: 56px; } }
    .press__content .press__downloads > .container > .row .press__list + .buttons {
      margin: 70px 0 0 0; }

.more-material {
  margin-bottom: 200px;
  margin-top: 100px; }
  @media (max-width: 767.98px) {
    .more-material {
      margin-top: 0px;
      margin-bottom: 100px; } }
  .more-material__content {
    text-align: center;
    padding: 60px 15px 70px 15px;
    position: relative; }
    @media (max-width: 767.98px) {
      .more-material__content {
        padding: 50px 15px 50px 15px; } }
    .more-material__content > .row {
      position: relative; }
    .more-material__content img {
      margin: 0 auto;
      margin-bottom: 30px;
      display: block; }
      .more-material__content img.icon {
        width: 6rem;
        height: auto; }
    .more-material__content .title--title6, .more-material__content .policy .content .policy__text > h3, .policy .content .more-material__content .policy__text > h3,
    .more-material__content .policy .content .minor__text > h3, .policy .content .more-material__content .minor__text > h3,
    .more-material__content .minor .content .policy__text > h3, .minor .content .more-material__content .policy__text > h3,
    .more-material__content .minor .content .minor__text > h3, .minor .content .more-material__content .minor__text > h3 {
      margin-bottom: 0.6em; }
      @media (max-width: 767.98px) {
        .more-material__content .title--title6, .more-material__content .policy .content .policy__text > h3, .policy .content .more-material__content .policy__text > h3,
        .more-material__content .policy .content .minor__text > h3, .policy .content .more-material__content .minor__text > h3,
        .more-material__content .minor .content .policy__text > h3, .minor .content .more-material__content .policy__text > h3,
        .more-material__content .minor .content .minor__text > h3, .minor .content .more-material__content .minor__text > h3 {
          margin-bottom: 0.85em; } }
    .more-material__content .buttons {
      margin-top: 40px; }
      @media (max-width: 767.98px) {
        .more-material__content .buttons {
          margin-top: 30px; } }
    .more-material__content .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #6f42c1;
      box-shadow: 10px 50px 50px 0 rgba(0, 0, 0, 0.2); }
    .more-material__content .rectangle1 {
      position: absolute;
      top: -30px;
      left: -30px;
      background-image: linear-gradient(-119deg, #29FF6C 0%, #0EC0B9 85%);
      width: 30%; }
      @media (max-width: 575.98px) {
        .more-material__content .rectangle1 {
          width: 45vw;
          top: -20px;
          left: -20px; } }
      .more-material__content .rectangle1:after {
        content: '';
        display: block;
        padding-bottom: 78.72928%; }
        @media (max-width: 575.98px) {
          .more-material__content .rectangle1:after {
            padding-bottom: 91.01655%; } }
    .more-material__content .rectangle2 {
      position: absolute;
      bottom: -60px;
      right: -6%;
      background-image: linear-gradient(125deg, #FF5A47 0%, #E30977 100%);
      width: 37%; }
      @media (max-width: 575.98px) {
        .more-material__content .rectangle2 {
          width: 45vw;
          bottom: -20px;
          right: -20px; } }
      .more-material__content .rectangle2:after {
        content: '';
        display: block;
        padding-bottom: 91.01655%; }

.nav:not(.secondary) {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 1001;
  -webkit-transition: background 300ms ease-in-out, border-bottom 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -khtml-transition: background 300ms ease-in-out, border-bottom 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out, border-bottom 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -ms-transition: background 300ms ease-in-out, border-bottom 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out, border-bottom 300ms ease-in-out, box-shadow 300ms ease-in-out;
  transition: background 300ms ease-in-out, border-bottom 300ms ease-in-out, box-shadow 300ms ease-in-out; }
  .nav:not(.secondary) .row .col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 110px;
    -webkit-transition: height 300ms ease-in-out;
    -khtml-transition: height 300ms ease-in-out;
    -moz-transition: height 300ms ease-in-out;
    -ms-transition: height 300ms ease-in-out;
    -o-transition: height 300ms ease-in-out;
    transition: height 300ms ease-in-out; }
    @media (max-width: 991.98px) {
      .nav:not(.secondary) .row .col {
        display: block;
        height: 74px; } }
    .nav:not(.secondary) .row .col .toggle {
      height: 16px;
      width: 22px;
      display: none;
      position: absolute;
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
      -moz-transform: translate3d(0, -50%, 0);
      -ms-transform: translate3d(0, -50%, 0);
      -o-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0);
      left: 20px;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(/assets/images/toggle-white.svg); }
      @media (max-width: 991.98px) {
        .nav:not(.secondary) .row .col .toggle {
          display: block; } }
    .nav:not(.secondary) .row .col .logo a {
      display: block;
      height: 24px;
      width: 152px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-image: url(/assets/images/logo.svg); }
      @media (max-width: 991.98px) {
        .nav:not(.secondary) .row .col .logo a {
          width: 100px;
          height: 16px; } }
    @media (max-width: 991.98px) {
      .nav:not(.secondary) .row .col .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0); } }
    .nav:not(.secondary) .row .col .sections > ul > li,
    .nav:not(.secondary) .row .col .shop > ul > li {
      display: inline-block; }
      .nav:not(.secondary) .row .col .sections > ul > li > a,
      .nav:not(.secondary) .row .col .shop > ul > li > a {
        color: white;
        font-size: 1.8em;
        font-family: "sofia-pro";
        font-weight: 600;
        position: relative;
        display: block;
        line-height: 110px; }
        .nav:not(.secondary) .row .col .sections > ul > li > a:before,
        .nav:not(.secondary) .row .col .shop > ul > li > a:before {
          content: "";
          display: block;
          position: absolute;
          bottom: 17px;
          left: 50%;
          height: 3px;
          width: 40px;
          background: white;
          transform: scale(0, 1) translateX(-50%);
          transform-origin: left top;
          transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
          @media (max-width: 991.98px) {
            .nav:not(.secondary) .row .col .sections > ul > li > a:before,
            .nav:not(.secondary) .row .col .shop > ul > li > a:before {
              display: none; } }
      .nav:not(.secondary) .row .col .sections > ul > li.shop-section,
      .nav:not(.secondary) .row .col .shop > ul > li.shop-section {
        display: none; }
        @media (max-width: 991.98px) {
          .nav:not(.secondary) .row .col .sections > ul > li.shop-section,
          .nav:not(.secondary) .row .col .shop > ul > li.shop-section {
            display: inline-block; } }
      .nav:not(.secondary) .row .col .sections > ul > li.treeview,
      .nav:not(.secondary) .row .col .shop > ul > li.treeview {
        position: relative; }
        .nav:not(.secondary) .row .col .sections > ul > li.treeview > a,
        .nav:not(.secondary) .row .col .shop > ul > li.treeview > a {
          padding-right: 15px;
          position: relative;
          display: block; }
          @media (max-width: 991.98px) {
            .nav:not(.secondary) .row .col .sections > ul > li.treeview > a,
            .nav:not(.secondary) .row .col .shop > ul > li.treeview > a {
              padding-right: 0; } }
          .nav:not(.secondary) .row .col .sections > ul > li.treeview > a:after,
          .nav:not(.secondary) .row .col .shop > ul > li.treeview > a:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            margin-top: -2px;
            right: 0;
            width: 10px;
            height: 8px;
            background-image: url(/assets/images/treeview-white.svg);
            background-repeat: no-repeat;
            background-position: center; }
            @media (max-width: 991.98px) {
              .nav:not(.secondary) .row .col .sections > ul > li.treeview > a:after,
              .nav:not(.secondary) .row .col .shop > ul > li.treeview > a:after {
                display: inline-block;
                position: static;
                margin: 0;
                margin-left: 5px;
                vertical-align: middle;
                background-size: cover;
                background-image: url(/assets/images/treeview-white.svg) !important; } }
        @media (min-width: 768px) {
          .nav:not(.secondary) .row .col .sections > ul > li.treeview > ul,
          .nav:not(.secondary) .row .col .shop > ul > li.treeview > ul {
            box-shadow: 10px 50px 50px rgba(0, 0, 0, 0.26);
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            -o-transform: translateY(-10px);
            transform: translateY(-10px);
            position: absolute;
            top: calc(100% - 10px);
            left: 0;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out, transform 300ms ease-in-out;
            -khtml-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out, transform 300ms ease-in-out;
            -moz-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out, transform 300ms ease-in-out;
            -ms-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out, transform 300ms ease-in-out;
            -o-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out, transform 300ms ease-in-out;
            transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out, transform 300ms ease-in-out;
            background-color: #770fda;
            border-radius: 3px;
            min-width: 250px; } }
        @media (max-width: 991.98px) {
          .nav:not(.secondary) .row .col .sections > ul > li.treeview > ul,
          .nav:not(.secondary) .row .col .shop > ul > li.treeview > ul {
            margin: -5px 0;
            position: relative;
            display: none; } }
        @media (min-width: 768px) {
          .nav:not(.secondary) .row .col .sections > ul > li.treeview > ul:before,
          .nav:not(.secondary) .row .col .shop > ul > li.treeview > ul:before {
            content: '';
            display: block;
            height: 15px;
            width: 20px;
            background-image: url(/assets/images/treeview-menu.svg);
            background-repeat: no-repeat;
            background-position: 0px 0px;
            position: absolute;
            top: -10px;
            left: 15px; } }
        @media (max-width: 991.98px) {
          .nav:not(.secondary) .row .col .sections > ul > li.treeview > ul:before,
          .nav:not(.secondary) .row .col .shop > ul > li.treeview > ul:before {
            content: '';
            display: block;
            height: calc(100% - 40px);
            width: 3px;
            position: absolute;
            top: 50%;
            -webkit-transform: translate3d(0, -50%, 0);
            -moz-transform: translate3d(0, -50%, 0);
            -ms-transform: translate3d(0, -50%, 0);
            -o-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
            left: 0;
            background: #B86DFF; } }
        .nav:not(.secondary) .row .col .sections > ul > li.treeview > ul > li,
        .nav:not(.secondary) .row .col .shop > ul > li.treeview > ul > li {
          text-align: left;
          padding: 0px 20px; }
          .nav:not(.secondary) .row .col .sections > ul > li.treeview > ul > li:first-child,
          .nav:not(.secondary) .row .col .shop > ul > li.treeview > ul > li:first-child {
            padding-top: 20px; }
          .nav:not(.secondary) .row .col .sections > ul > li.treeview > ul > li:last-child,
          .nav:not(.secondary) .row .col .shop > ul > li.treeview > ul > li:last-child {
            padding-bottom: 20px; }
          @media (max-width: 991.98px) {
            .nav:not(.secondary) .row .col .sections > ul > li.treeview > ul > li,
            .nav:not(.secondary) .row .col .shop > ul > li.treeview > ul > li {
              padding: 10px 25px; } }
          .nav:not(.secondary) .row .col .sections > ul > li.treeview > ul > li > a,
          .nav:not(.secondary) .row .col .shop > ul > li.treeview > ul > li > a {
            font-weight: 600;
            color: white;
            font-size: 1.6em;
            line-height: 2.25em;
            -webkit-transition: color 200ms ease-in-out;
            -khtml-transition: color 200ms ease-in-out;
            -moz-transition: color 200ms ease-in-out;
            -ms-transition: color 200ms ease-in-out;
            -o-transition: color 200ms ease-in-out;
            transition: color 200ms ease-in-out; }
            @media (max-width: 991.98px) {
              .nav:not(.secondary) .row .col .sections > ul > li.treeview > ul > li > a,
              .nav:not(.secondary) .row .col .shop > ul > li.treeview > ul > li > a {
                font-size: 2.3em;
                line-height: normal; } }
            .nav:not(.secondary) .row .col .sections > ul > li.treeview > ul > li > a:hover,
            .nav:not(.secondary) .row .col .shop > ul > li.treeview > ul > li > a:hover {
              color: #E2C6FD; }
        .nav:not(.secondary) .row .col .sections > ul > li.treeview:hover > ul,
        .nav:not(.secondary) .row .col .shop > ul > li.treeview:hover > ul {
          opacity: 1;
          visibility: visible;
          -webkit-transform: translateY(1px);
          -moz-transform: translateY(1px);
          -ms-transform: translateY(1px);
          -o-transform: translateY(1px);
          transform: translateY(1px); }
      .nav:not(.secondary) .row .col .sections > ul > li > a.is-active:before, .nav:not(.secondary) .row .col .sections > ul > li > a:hover:before,
      .nav:not(.secondary) .row .col .shop > ul > li > a.is-active:before,
      .nav:not(.secondary) .row .col .shop > ul > li > a:hover:before {
        transform: scale(1, 1) translateX(-50%); }
    .nav:not(.secondary) .row .col .sections {
      text-align: center; }
      @media (max-width: 991.98px) {
        .nav:not(.secondary) .row .col .sections {
          text-align: left;
          position: fixed;
          top: 0;
          left: -100%;
          width: 100vw;
          height: 100vh;
          background: #FD0074;
          z-index: 1000;
          overflow: auto;
          -webkit-transform: translateX(0%);
          -moz-transform: translateX(0%);
          -ms-transform: translateX(0%);
          -o-transform: translateX(0%);
          transform: translateX(0%);
          -webkit-transition: transform 400ms ease-in-out;
          -khtml-transition: transform 400ms ease-in-out;
          -moz-transition: transform 400ms ease-in-out;
          -ms-transition: transform 400ms ease-in-out;
          -o-transition: transform 400ms ease-in-out;
          transition: transform 400ms ease-in-out; }
          .nav:not(.secondary) .row .col .sections.is-visible {
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -o-transform: translateX(100%);
            transform: translateX(100%); } }
      .nav:not(.secondary) .row .col .sections .close-nav {
        display: none;
        position: fixed;
        top: 20px;
        right: 20px; }
        @media (max-width: 991.98px) {
          .nav:not(.secondary) .row .col .sections .close-nav {
            display: block; } }
      @media (max-width: 991.98px) {
        .nav:not(.secondary) .row .col .sections > ul {
          padding-top: 65px;
          padding-bottom: 35px; } }
      .nav:not(.secondary) .row .col .sections > ul > li {
        margin: 0 12px; }
        .nav:not(.secondary) .row .col .sections > ul > li.separator-before {
          position: relative;
          padding-left: 52px; }
          .nav:not(.secondary) .row .col .sections > ul > li.separator-before:before {
            content: "";
            display: block;
            height: 40%;
            width: 3px;
            position: absolute;
            left: 12px;
            top: 30%;
            background-image: linear-gradient(0deg, #f15546ff, #e54e78ff); }
          @media (max-width: 991.98px) {
            .nav:not(.secondary) .row .col .sections > ul > li.separator-before {
              padding-left: 50px;
              padding-top: 2rem; }
              .nav:not(.secondary) .row .col .sections > ul > li.separator-before:before {
                top: 1rem;
                left: 0;
                width: 100%;
                height: 3px; } }
        @media (max-width: 991.98px) {
          .nav:not(.secondary) .row .col .sections > ul > li {
            display: block;
            margin: 0;
            padding: 0 50px; }
            .nav:not(.secondary) .row .col .sections > ul > li > a {
              font-size: 2.4em;
              color: white !important;
              line-height: 2em !important; } }
        @media (max-width: 991.98px) {
          .nav:not(.secondary) .row .col .sections > ul > li.cta {
            margin-top: 4rem; } }
        @media (min-width: 992px) {
          .nav:not(.secondary) .row .col .sections > ul > li.cta {
            display: none; } }
    .nav:not(.secondary) .row .col .shop {
      text-align: right;
      /*
                ul {
                    li {
                        a {
                            @include media-breakpoint-down(md) {
                                line-height: $nav-height-mobile;
                                font-size: 1.6em;
                            }
                        }
                    }
                }
                */ }
      @media (max-width: 991.98px) {
        .nav:not(.secondary) .row .col .shop {
          display: none; } }
  .nav:not(.secondary).is-fixed {
    background: #fff;
    border-bottom: 1px solid rgba(238, 232, 243, 0.09);
    box-shadow: 0 0 8px 0 rgba(61, 57, 77, 0.19); }
    .nav:not(.secondary).is-fixed .row .col {
      height: 70px; }
      .nav:not(.secondary).is-fixed .row .col .toggle {
        background-image: url(/assets/images/toggle-black.svg); }
      .nav:not(.secondary).is-fixed .row .col .logo a {
        background-image: url(/assets/images/logo-color.svg); }
      .nav:not(.secondary).is-fixed .row .col .sections > ul > li > a,
      .nav:not(.secondary).is-fixed .row .col .shop > ul > li > a {
        color: #232225;
        line-height: 70px; }
        .nav:not(.secondary).is-fixed .row .col .sections > ul > li > a:before,
        .nav:not(.secondary).is-fixed .row .col .shop > ul > li > a:before {
          background: #FD0074;
          bottom: -1px; }
        .nav:not(.secondary).is-fixed .row .col .sections > ul > li > a.free-trial,
        .nav:not(.secondary).is-fixed .row .col .shop > ul > li > a.free-trial {
          padding: 0 2rem;
          z-index: 1;
          color: #fff !important;
          text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
          transition: all 0.3s ease-in-out; }
          .nav:not(.secondary).is-fixed .row .col .sections > ul > li > a.free-trial:before,
          .nav:not(.secondary).is-fixed .row .col .shop > ul > li > a.free-trial:before {
            display: none; }
          .nav:not(.secondary).is-fixed .row .col .sections > ul > li > a.free-trial:after,
          .nav:not(.secondary).is-fixed .row .col .shop > ul > li > a.free-trial:after {
            content: "";
            display: inline-block;
            width: 80%;
            height: 70%;
            position: absolute;
            background-image: linear-gradient(45deg, #f15546ff, #e54e78ff);
            background-position: center;
            background-size: 100%;
            background-repeat: no-repeat;
            border-radius: 3rem;
            opacity: 1;
            left: 10%;
            top: 15%;
            z-index: -1;
            transition: all .3s ease-in-out;
            box-shadow: none; }
          .nav:not(.secondary).is-fixed .row .col .sections > ul > li > a.free-trial:hover:after,
          .nav:not(.secondary).is-fixed .row .col .shop > ul > li > a.free-trial:hover:after {
            background-image: linear-gradient(45deg, #e54e78ff, #f15546ff); }
          @media (max-width: 991.98px) {
            .nav:not(.secondary).is-fixed .row .col .sections > ul > li > a.free-trial,
            .nav:not(.secondary).is-fixed .row .col .shop > ul > li > a.free-trial {
              text-align: center;
              padding: 1rem 2rem;
              display: block;
              margin-top: 1rem !important; } }
          .nav:not(.secondary).is-fixed .row .col .sections > ul > li > a.free-trial.sign-in,
          .nav:not(.secondary).is-fixed .row .col .shop > ul > li > a.free-trial.sign-in {
            background: none;
            color: #232225 !important;
            text-shadow: none; }
            .nav:not(.secondary).is-fixed .row .col .sections > ul > li > a.free-trial.sign-in:after,
            .nav:not(.secondary).is-fixed .row .col .shop > ul > li > a.free-trial.sign-in:after {
              display: none; }
            .nav:not(.secondary).is-fixed .row .col .sections > ul > li > a.free-trial.sign-in .left-icon,
            .nav:not(.secondary).is-fixed .row .col .shop > ul > li > a.free-trial.sign-in .left-icon {
              display: inline-block;
              position: relative;
              top: 10px;
              margin-right: 8px;
              width: 32px;
              height: 32px;
              background: url(../images/home/signin-icon.svg) no-repeat 0 0; }
      .nav:not(.secondary).is-fixed .row .col .sections > ul > li > .button,
      .nav:not(.secondary).is-fixed .row .col .shop > ul > li > .button {
        margin-top: 1rem; }
      .nav:not(.secondary).is-fixed .row .col .sections > ul > li.treeview > a:after,
      .nav:not(.secondary).is-fixed .row .col .shop > ul > li.treeview > a:after {
        background-image: url(/assets/images/treeview-black.svg); }

.footer {
  padding: 65px 0 118px 0;
  background: linear-gradient(#351b5f 0%, #3E0080 62%); }
  @media (max-width: 767.98px) {
    .footer {
      padding: 65px 0 58px 0; } }
  @media (max-width: 575.98px) {
    .footer {
      padding-bottom: 40px; } }
  .footer .top a:not(.dropdown-item) {
    color: white;
    line-height: 1.77778em;
    font-size: 1.8em;
    font-weight: 600;
    letter-spacing: -0.025em; }
    @media (max-width: 767.98px) {
      .footer .top a:not(.dropdown-item) {
        font-size: 1.6em;
        line-height: 2em; } }
  .footer .bottom {
    padding-top: 100px; }
    @media (max-width: 767.98px) {
      .footer .bottom {
        padding-top: 80px; } }
    @media (max-width: 575.98px) {
      .footer .bottom {
        padding-top: 50px; } }
    .footer .bottom .logo {
      width: 120px;
      height: auto;
      vertical-align: bottom;
      margin-right: 30px; }
      @media (max-width: 767.98px) {
        .footer .bottom .logo {
          margin: 0; } }
    .footer .bottom span {
      font-size: 1.4em;
      color: white;
      font-weight: 500;
      letter-spacing: -0.025em; }
    @media (max-width: 767.98px) {
      .footer .bottom .copyright {
        order: 2;
        margin-top: 65px; }
        .footer .bottom .copyright span {
          margin-top: 15px;
          display: block; } }
    @media (max-width: 767.98px) and (max-width: 767.98px) {
      .footer .bottom .copyright span {
        font-size: 1.2em; } }
    .footer .bottom .social {
      text-align: right; }
      @media (max-width: 575.98px) {
        .footer .bottom .social {
          text-align: left; } }
      .footer .bottom .social ul li {
        display: inline-block;
        margin-left: 25px;
        vertical-align: middle; }
        @media (max-width: 575.98px) {
          .footer .bottom .social ul li {
            margin-left: 0;
            margin-right: 25px; } }

.newsletter {
  margin-top: 50px;
  padding: 50px 0;
  background: #560A9F; }
  @media (max-width: 767.98px) {
    .newsletter {
      padding: 30px 0; } }
  .newsletter h4 {
    color: white;
    font-size: 3.5em;
    line-height: 1.17143em;
    letter-spacing: -0.04657em;
    font-weight: 600; }
    @media (max-width: 767.98px) {
      .newsletter h4 {
        font-size: 2.3em; } }
  .newsletter h5 {
    font-size: 1.9em;
    font-weight: 600;
    line-height: 1.15789em;
    letter-spacing: -0.03158em;
    color: #B86DFF;
    margin-bottom: 10px; }
    @media (max-width: 767.98px) {
      .newsletter h5 {
        font-size: 1.6em;
        margin-bottom: 0.2em; } }
  .newsletter form {
    position: relative;
    width: 100%; }
    @media (max-width: 767.98px) {
      .newsletter form {
        margin-top: 25px; } }
    .newsletter form .button {
      position: absolute;
      top: 7px;
      right: 7px; }
      @media (max-width: 767.98px) {
        .newsletter form .button {
          top: 4px;
          right: 4px; } }
    .newsletter form input[type="email"] {
      font-family: "sofia-pro";
      width: 100%;
      height: 69px;
      border-radius: 32.5px;
      background: white;
      font-size: 1.8em;
      border: none;
      outline: none;
      padding: 0 140px 0 38px;
      font-weight: 400;
      color: #232225; }
      .newsletter form input[type="email"]::-webkit-input-placeholder {
        color: #5B5A61; }
      .newsletter form input[type="email"]::-moz-placeholder {
        color: #5B5A61; }
      .newsletter form input[type="email"]:-ms-input-placeholder {
        color: #5B5A61; }
      .newsletter form input[type="email"]:-moz-placeholder {
        color: #5B5A61; }
      @media (max-width: 767.98px) {
        .newsletter form input[type="email"] {
          height: 53px;
          padding: 0 20px 0 20px;
          border-radius: 26.5px;
          font-size: 1.6em; } }
  .newsletter .button + .button {
    margin-left: 0; }
    @media (min-width: 768px) {
      .newsletter .button + .button {
        margin-left: 1rem; } }

.press__subnav {
  -webkit-transition: background 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -khtml-transition: background 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -ms-transition: background 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out, box-shadow 300ms ease-in-out;
  transition: background 300ms ease-in-out, box-shadow 300ms ease-in-out; }
  .press__subnav ul li {
    display: inline-block;
    margin-right: 30px; }
    @media (max-width: 575.98px) {
      .press__subnav ul li {
        margin-right: 17px; } }
    .press__subnav ul li:last-child {
      margin-right: 0 !important; }
    .press__subnav ul li a {
      color: #232225;
      font-size: 1.7em;
      font-weight: 600;
      position: relative;
      display: block;
      line-height: 69px;
      height: 69px;
      -webkit-transition: color 300ms ease-in-out;
      -khtml-transition: color 300ms ease-in-out;
      -moz-transition: color 300ms ease-in-out;
      -ms-transition: color 300ms ease-in-out;
      -o-transition: color 300ms ease-in-out;
      transition: color 300ms ease-in-out; }
      @media (max-width: 575.98px) {
        .press__subnav ul li a {
          font-size: 1.4em;
          line-height: 65px;
          height: 65px; } }
      .press__subnav ul li a:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0px;
        left: 50%;
        height: 4px;
        width: 100%;
        background: #FD0074;
        transform: scale(0, 1) translateX(-50%);
        transform-origin: left top;
        transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .press__subnav ul li a:hover:before, .press__subnav ul li a.is-active:before {
        transform: scale(1, 1) translateX(-50%); }
  .press__subnav.is-fixed {
    z-index: 50;
    background: #3E007F;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    box-shadow: 0 5px 9px 0 rgba(48, 21, 76, 0.26); }
    @media (max-width: 575.98px) {
      .press__subnav.is-fixed {
        top: 74px; } }
    .press__subnav.is-fixed ul li a {
      color: white; }
      .press__subnav.is-fixed ul li a.is-active:before {
        background: #B86DFF; }

.edu__subnav {
  -webkit-transition: background 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -khtml-transition: background 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -ms-transition: background 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out, box-shadow 300ms ease-in-out;
  transition: background 300ms ease-in-out, box-shadow 300ms ease-in-out; }
  .edu__subnav ul li {
    display: inline-block;
    margin-right: 30px; }
    @media (max-width: 575.98px) {
      .edu__subnav ul li {
        margin-right: 17px; } }
    .edu__subnav ul li:last-child {
      margin-right: 0 !important; }
    .edu__subnav ul li a {
      color: #232225;
      font-size: 1.7em;
      font-weight: 600;
      position: relative;
      display: block;
      line-height: 69px;
      height: 69px;
      -webkit-transition: color 300ms ease-in-out;
      -khtml-transition: color 300ms ease-in-out;
      -moz-transition: color 300ms ease-in-out;
      -ms-transition: color 300ms ease-in-out;
      -o-transition: color 300ms ease-in-out;
      transition: color 300ms ease-in-out; }
      @media (max-width: 575.98px) {
        .edu__subnav ul li a {
          font-size: 1.4em;
          line-height: 65px;
          height: 65px; } }
      .edu__subnav ul li a:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0px;
        left: 50%;
        height: 4px;
        width: 100%;
        background: #FD0074;
        transform: scale(0, 1) translateX(-50%);
        transform-origin: left top;
        transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .edu__subnav ul li a:hover:before, .edu__subnav ul li a.is-active:before {
        transform: scale(1, 1) translateX(-50%); }
  .edu__subnav.is-fixed {
    z-index: 50;
    background: #3E007F;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    box-shadow: 0 5px 9px 0 rgba(48, 21, 76, 0.26); }
    @media (max-width: 575.98px) {
      .edu__subnav.is-fixed {
        top: 74px; } }
    .edu__subnav.is-fixed ul li a {
      color: white; }
      .edu__subnav.is-fixed ul li a.is-active:before {
        background: #B86DFF; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

.table .table {
  background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6; }

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e; }

.table-dark.table-bordered {
  border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-sm > .table-bordered {
    border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-md > .table-bordered {
    border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-lg > .table-bordered {
    border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-xl > .table-bordered {
    border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.table-responsive > .table-bordered {
  border: 0; }

body,
html {
  height: 100%;
  width: 100%;
  position: relative; }

body {
  min-height: 100%; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

*,
a,
div,
h1,
h2,
h3,
h4,
h5,
html,
img,
li,
p,
span {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision; }

body {
  font-size: 100%;
  font-family: "sofia-pro";
  position: relative;
  font-size: 10px;
  background: white; }
  body .content {
    overflow: hidden; }

ol,
ul,
dl {
  margin: 0; }

a:hover {
  text-decoration: none; }

a[data-fancybox] {
  pointer-events: none;
  opacity: 0.5; }
  a[data-fancybox].enabled {
    pointer-events: auto;
    opacity: 1; }

img {
  max-width: 100%; }

.helpful_links__releases-content {
  background: #FFF;
  padding: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 10px 20px 0 rgba(169, 156, 213, 0.18); }

.filter_title {
  padding: 14px 0px;
  text-align: center; }

.search_filters {
  background: #efefef;
  border-radius: .25rem;
  padding: 0 15px; }

.table td {
  max-width: 100px;
  font-size: 12px; }

.fill-check {
  background: #770fda; }

.table-head {
  color: #FFF;
  background-image: linear-gradient(-119deg, #29FF6C 0%, #0EC0B9 85%); }

.grant-table {
  display: block;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0px 40px; }

.table-header th {
  color: #FFF;
  font-size: 12px;
  background-image: linear-gradient(125deg, #FF5A47 0%, #E30977 100%); }

.bg-none {
  background: none !important; }

.map {
  display: block;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  text-align: right; }

.ambassadors__image {
  border-radius: 50%; }

.nice-select-search-box {
  display: none; }

@media only screen and (max-width: 768px) {
  .grant-table {
    padding: 40px 10px; }
  .map {
    padding: 40px 0px; } }

.image.home-edu-splash {
  display: inline-block;
  height: 540px;
  width: 1110px; }
  @media (max-width: 991.98px) {
    .image.home-edu-splash {
      max-width: 78vw;
      max-height: 44vw; } }

.cube-hold-anything,
.headset-go-anywhere {
  cursor: pointer;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media (max-width: 767.98px) {
    .cube-hold-anything .col,
    .headset-go-anywhere .col {
      padding: 0 !important; } }
  .cube-hold-anything:after,
  .headset-go-anywhere:after {
    content: "";
    display: block;
    padding-top: 100%; }
    @media (min-width: 992px) {
      .cube-hold-anything:after,
      .headset-go-anywhere:after {
        padding-top: 110%; } }
    @media (min-width: 1200px) {
      .cube-hold-anything:after,
      .headset-go-anywhere:after {
        padding-top: 100%; } }
  .cube-hold-anything .image,
  .headset-go-anywhere .image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    @media (min-width: 768px) {
      .cube-hold-anything .image,
      .headset-go-anywhere .image {
        padding: 1.5rem; } }
    @media (max-width: 991.98px) {
      .cube-hold-anything .image,
      .headset-go-anywhere .image {
        margin: 0; } }

.cube-hold-anything {
  background-image: url("/assets/images/cube-hold-anything.jpg"); }

.headset-go-anywhere {
  background-image: url("/assets/images/headset-go-anywhere.jpg"); }

.container-full {
  padding: 0 15px; }

.image.ar-creation > img,
.image.k-8-science > img {
  box-shadow: none; }

@media (min-width: 768px) {
  .image.ar-creation {
    margin-top: 2rem; } }

@media (min-width: 992px) {
  .image.ar-creation {
    margin-top: -3rem; } }

@media (min-width: 1200px) {
  .image.ar-creation {
    margin-top: -9rem; } }

video[playsinline] {
  position: relative; }

.shadow-wide {
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15); }

@media (max-width: 410px) {
  .text-image video,
  .uses-gallery video,
  video.hold-anything {
    max-width: 100%; } }

@media (max-width: 768px) {
  .text-image video,
  .uses-gallery video,
  video.hold-anything {
    max-width: 300px;
    height: auto; } }

.steps {
  counter-reset: step; }
  .steps .step h3 {
    padding-left: 4.5rem;
    position: relative; }
    .steps .step h3:before {
      counter-increment: step;
      content: counter(step);
      background: #b271fb;
      color: #fff;
      border-radius: 50%;
      display: block;
      position: absolute;
      left: 0;
      text-align: center;
      width: 4rem;
      height: 4rem;
      font-size: 3rem;
      line-height: 1.2; }
    @media (max-width: 991.98px) {
      .steps .step h3 {
        padding-left: 3.5rem;
        position: relative; }
        .steps .step h3:before {
          width: 2.5rem;
          height: 2.5rem;
          font-size: 1.75rem;
          line-height: 1.2;
          top: 24%; } }

.quotes {
  padding: 70px 0 70px 0;
  background-image: radial-gradient(at bottom right, #9C10E5 0%, #3E0080 75%); }
  @media (max-width: 767.98px) {
    .quotes {
      padding-bottom: 40px; } }
  @media (max-width: 575.98px) {
    .quotes {
      padding-bottom: 70px;
      padding-top: 60px; } }
  .quotes .container {
    position: relative; }
  .quotes .nav .nav-link {
    color: #fff; }
    .quotes .nav .nav-link.active {
      color: #9c10e5; }
      .quotes .nav .nav-link.active b {
        border-bottom: 3px solid #9c10e5;
        padding-bottom: 1rem; }
  .quotes .quotes__top {
    text-align: center; }
    .quotes .quotes__top .title--title5 {
      margin-bottom: 0.35em; }
    .quotes .quotes__top .title--title5,
    .quotes .quotes__top .label--label1 {
      width: 80%;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 991.98px) {
        .quotes .quotes__top .title--title5,
        .quotes .quotes__top .label--label1 {
          width: 100%; } }
  .quotes .quotes__slider {
    position: relative;
    margin-top: 60px; }
    @media (max-width: 575.98px) {
      .quotes .quotes__slider {
        margin-top: 30px; } }
    @media (max-width: 575.98px) {
      .quotes .quotes__slider .container {
        padding: 0 !important; }
      .quotes .quotes__slider .row {
        margin: 0 !important; }
        .quotes .quotes__slider .row div[class*='col-'] {
          padding: 0 !important; } }
    .quotes .quotes__slider .bg {
      position: absolute;
      right: calc(8.3333333% - 15px);
      top: 5px;
      background-image: linear-gradient(45deg, #FF5A47 0%, #E30977 100%);
      width: 35%; }
      @media (max-width: 575.98px) {
        .quotes .quotes__slider .bg {
          display: none; } }
      .quotes .quotes__slider .bg:after {
        content: '';
        display: block;
        padding-bottom: 60.31128%; }
    .quotes .quotes__slider .quotes__slider-content {
      width: 100%; }
      .quotes .quotes__slider .quotes__slider-content:not(.slick-initialized) {
        max-height: 435px;
        overflow: hidden; }
      @media (max-width: 575.98px) {
        .quotes .quotes__slider .quotes__slider-content .slick-list {
          padding-left: 10px;
          padding-right: 10px; } }
      .quotes .quotes__slider .quotes__slider-content .slide {
        outline: none;
        padding-bottom: 30px; }
        @media (max-width: 575.98px) {
          .quotes .quotes__slider .quotes__slider-content .slide {
            width: 78vw;
            padding: 0 10px; } }
        .quotes .quotes__slider .quotes__slider-content .slide__text {
          text-align: left; }
          @media (max-width: 575.98px) {
            .quotes .quotes__slider .quotes__slider-content .slide__text {
              order: 2; } }
          .quotes .quotes__slider .quotes__slider-content .slide__text .label--label2 {
            margin-bottom: 0.5em; }
            @media (max-width: 575.98px) {
              .quotes .quotes__slider .quotes__slider-content .slide__text .label--label2 {
                display: none; } }
          .quotes .quotes__slider .quotes__slider-content .slide__text .title--title7, .quotes .quotes__slider .quotes__slider-content .slide__text .policy .content .policy__text > h4, .policy .content .quotes .quotes__slider .quotes__slider-content .slide__text .policy__text > h4,
          .quotes .quotes__slider .quotes__slider-content .slide__text .policy .content .minor__text > h4, .policy .content .quotes .quotes__slider .quotes__slider-content .slide__text .minor__text > h4,
          .quotes .quotes__slider .quotes__slider-content .slide__text .minor .content .policy__text > h4, .minor .content .quotes .quotes__slider .quotes__slider-content .slide__text .policy__text > h4,
          .quotes .quotes__slider .quotes__slider-content .slide__text .minor .content .minor__text > h4, .minor .content .quotes .quotes__slider .quotes__slider-content .slide__text .minor__text > h4 {
            margin-bottom: 0.5em; }
          @media (max-width: 575.98px) {
            .quotes .quotes__slider .quotes__slider-content .slide__text .title--title7, .quotes .quotes__slider .quotes__slider-content .slide__text .policy .content .policy__text > h4, .policy .content .quotes .quotes__slider .quotes__slider-content .slide__text .policy__text > h4,
            .quotes .quotes__slider .quotes__slider-content .slide__text .policy .content .minor__text > h4, .policy .content .quotes .quotes__slider .quotes__slider-content .slide__text .minor__text > h4,
            .quotes .quotes__slider .quotes__slider-content .slide__text .minor .content .policy__text > h4, .minor .content .quotes .quotes__slider .quotes__slider-content .slide__text .policy__text > h4,
            .quotes .quotes__slider .quotes__slider-content .slide__text .minor .content .minor__text > h4, .minor .content .quotes .quotes__slider .quotes__slider-content .slide__text .minor__text > h4,
            .quotes .quotes__slider .quotes__slider-content .slide__text .txt--p3 {
              padding-right: 20px; } }
          @media (max-width: 767.98px) {
            .quotes .quotes__slider .quotes__slider-content .slide__text .txt--p3 {
              font-size: 1.5em;
              line-height: 1.4em; } }
        .quotes .quotes__slider .quotes__slider-content .slide__video {
          position: relative; }
          .quotes .quotes__slider .quotes__slider-content .slide__video-content {
            position: relative;
            width: 100%; }
            .quotes .quotes__slider .quotes__slider-content .slide__video-content img,
            .quotes .quotes__slider .quotes__slider-content .slide__video-content video {
              border-radius: 3px;
              width: 100%;
              display: block;
              box-shadow: 10px 50px 50px rgba(37, 24, 65, 0.28); }
              @media (max-width: 575.98px) {
                .quotes .quotes__slider .quotes__slider-content .slide__video-content img,
                .quotes .quotes__slider .quotes__slider-content .slide__video-content video {
                  box-shadow: 5px 25px 25px rgba(37, 24, 65, 0.19); } }
            .quotes .quotes__slider .quotes__slider-content .slide__video-content .yt {
              position: relative;
              padding-bottom: 56.25%;
              width: 100%;
              display: block;
              border-radius: 4px; }
              .quotes .quotes__slider .quotes__slider-content .slide__video-content .yt > iframe {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                width: 100%;
                height: 100%;
                display: block; }
              .quotes .quotes__slider .quotes__slider-content .slide__video-content .yt:before {
                content: " ";
                display: inline-block;
                position: absolute;
                left: -1rem;
                bottom: -1.5rem;
                background-image: linear-gradient(45deg, #FF5A47 0%, #E30977 100%);
                width: 95%;
                height: 100%; }
                @media (max-width: 991.98px) {
                  .quotes .quotes__slider .quotes__slider-content .slide__video-content .yt:before {
                    display: none; } }
              @media (max-width: 991.98px) {
                .quotes .quotes__slider .quotes__slider-content .slide__video-content .yt {
                  margin: 1rem 0; } }
            .quotes .quotes__slider .quotes__slider-content .slide__video-content a {
              outline: none;
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-image: url(/assets/images/video-button.svg);
              background-position: center;
              background-repeat: no-repeat; }
              @media (max-width: 575.98px) {
                .quotes .quotes__slider .quotes__slider-content .slide__video-content a {
                  background-size: 50px 50px; } }
        .quotes .quotes__slider .quotes__slider-content .slide__legend {
          position: absolute;
          bottom: auto;
          top: 105%;
          z-index: 2;
          left: 15px; }
          @media (max-width: 767.98px) {
            .quotes .quotes__slider .quotes__slider-content .slide__legend {
              left: 20px;
              bottom: -30px;
              top: auto; } }
          @media (max-width: 575.98px) {
            .quotes .quotes__slider .quotes__slider-content .slide__legend {
              margin-bottom: 30px;
              padding-right: 20px;
              position: static;
              margin-top: 20px; } }
          .quotes .quotes__slider .quotes__slider-content .slide__legend span {
            color: #fff; }
            @media (max-width: 575.98px) {
              .quotes .quotes__slider .quotes__slider-content .slide__legend span {
                color: #B86DFF; } }
            .quotes .quotes__slider .quotes__slider-content .slide__legend span.txt--p4 {
              font-style: italic; }
              @media (max-width: 575.98px) {
                .quotes .quotes__slider .quotes__slider-content .slide__legend span.txt--p4 {
                  display: block; } }
        .quotes .quotes__slider .quotes__slider-content .slide__image img {
          display: inline-block;
          border-radius: 50%; }
      .quotes .quotes__slider .quotes__slider-content .slick-arrow {
        z-index: 2;
        position: absolute;
        top: calc( 50% - 20px);
        margin-top: -50px;
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        border: none;
        background-color: #FD0074;
        background-position: center;
        background-repeat: no-repeat;
        outline: none;
        border-radius: 20px;
        cursor: pointer;
        -webkit-transition: background-color 300ms ease-in-out;
        -khtml-transition: background-color 300ms ease-in-out;
        -moz-transition: background-color 300ms ease-in-out;
        -ms-transition: background-color 300ms ease-in-out;
        -o-transition: background-color 300ms ease-in-out;
        transition: background-color 300ms ease-in-out;
        box-shadow: 0 11px 33px -8px rgba(78, 3, 140, 0.41); }
        .quotes .quotes__slider .quotes__slider-content .slick-arrow.slick-prev {
          background-image: url(/assets/images/slider-prev.svg);
          left: 0; }
        .quotes .quotes__slider .quotes__slider-content .slick-arrow.slick-next {
          background-image: url(/assets/images/slider-next.svg);
          right: 0; }
        .quotes .quotes__slider .quotes__slider-content .slick-arrow.slick-disabled {
          background-color: rgba(253, 0, 116, 0.4); }
        .quotes .quotes__slider .quotes__slider-content .slick-arrow:hover {
          background-color: #560A9F; }
      .quotes .quotes__slider .quotes__slider-content .slick-dots {
        text-align: center; }
        .quotes .quotes__slider .quotes__slider-content .slick-dots li {
          position: relative;
          display: inline-block;
          width: 19px;
          height: 19px;
          margin: 0 0px;
          padding: 5px; }
          .quotes .quotes__slider .quotes__slider-content .slick-dots li button {
            text-indent: -9999px;
            width: 9px;
            height: 9px;
            background: #E2C6FD;
            font-size: 0;
            line-height: 0;
            display: block;
            padding: 0;
            border: 0;
            outline: none;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%; }
          .quotes .quotes__slider .quotes__slider-content .slick-dots li.slick-active button {
            background: #FD0074; }

.merge-user-info p {
  font-size: 1rem; }

.merge-user-info .merge-user-image > img {
  max-width: 2rem;
  max-height: 2rem;
  border-radius: 50%;
  margin: 0 0.5rem; }

.merge-user-info .merge-account-logout {
  color: #B86DFF !important;
  font-weight: 900; }

.cta-actions .merge-user-info {
  padding: 1.5rem 0; }
  .cta-actions .merge-user-info p {
    margin: 0; }

.dropdown-toggle {
  border-radius: 2rem; }

.fade {
  pointer-events: all; }

.fade:not(.show) {
  pointer-events: none; }

.quote {
  background: #f3f3f3;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 30px 50px rgba(102, 0, 128, 0.18); }
  .quote img.headshot {
    max-width: 100%;
    border-radius: 50%; }

.text-bold {
  font-weight: bold !important; }

.text-dark {
  color: #232225; }

span.notranslate {
  font-family: inherit; }

.col-2-4 {
  flex: 0 0 20%;
  max-width: 20%; }

@media (min-width: 768px) {
  .col-md-2-4 {
    flex: 0 0 20%;
    max-width: 20%; } }

@media (max-width: 991.98px) {
  .product-detail .text-image .image-col {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media (max-width: 575.98px) {
  .product-detail .text-image .image {
    text-align: right; } }

.product-detail .text-image .image__bg {
  position: absolute;
  left: -12%;
  top: -15%;
  width: 145%;
  max-width: 976px; }
  @media (max-width: 575.98px) {
    .product-detail .text-image .image__bg {
      width: 100%;
      top: -30%;
      left: 0; } }
  .product-detail .text-image .image__bg img {
    width: 100%; }
    @media (max-width: 575.98px) {
      .product-detail .text-image .image__bg img.desktop {
        display: none; } }
    .product-detail .text-image .image__bg img.mobile {
      display: none; }
      @media (max-width: 575.98px) {
        .product-detail .text-image .image__bg img.mobile {
          display: block; } }

.product-detail .text-image .image > img {
  width: 100%;
  max-width: 561px;
  box-shadow: none; }
  @media (max-width: 575.98px) {
    .product-detail .text-image .image > img {
      display: inline-block; } }

.product-detail .text-image--reverse .image .bg {
  left: -18%;
  top: -30px;
  background-image: linear-gradient(44deg, #29FF6C 0%, #0EC0B9 96%); }
  @media (max-width: 575.98px) {
    .product-detail .text-image--reverse .image .bg {
      left: -20px;
      width: calc(100% + (20px*2));
      top: auto;
      bottom: -20px; } }
  .product-detail .text-image--reverse .image .bg:after {
    padding-bottom: 79.81982%; }
    @media (max-width: 575.98px) {
      .product-detail .text-image--reverse .image .bg:after {
        padding-bottom: 57.3333%; } }

.press,
.edu-resources {
  background: #F8F8F8;
  padding-top: 140px; }
  @media (max-width: 767.98px) {
    .press,
    .edu-resources {
      padding-top: 114px; } }
  @media (max-width: 575.98px) {
    .press,
    .edu-resources {
      padding-top: 74px; } }
  .press .nav,
  .edu-resources .nav {
    background: white;
    box-shadow: none; }
    .press .nav .row .col,
    .edu-resources .nav .row .col {
      height: 70px; }
      @media (max-width: 767.98px) {
        .press .nav .row .col,
        .edu-resources .nav .row .col {
          height: 74px; } }
      .press .nav .row .col .toggle,
      .edu-resources .nav .row .col .toggle {
        background-image: url(/assets/images/toggle-black.svg); }
      .press .nav .row .col .logo a,
      .edu-resources .nav .row .col .logo a {
        background-image: url(/assets/images/logo-color.svg); }
      .press .nav .row .col .sections > ul > li a,
      .press .nav .row .col .shop > ul > li a,
      .edu-resources .nav .row .col .sections > ul > li a,
      .edu-resources .nav .row .col .shop > ul > li a {
        color: #232225;
        line-height: 70px; }
        .press .nav .row .col .sections > ul > li a:before,
        .press .nav .row .col .shop > ul > li a:before,
        .edu-resources .nav .row .col .sections > ul > li a:before,
        .edu-resources .nav .row .col .shop > ul > li a:before {
          background: #FD0074;
          bottom: -1px; }
      .press .nav .row .col .sections > ul > li.treeview > a:after,
      .press .nav .row .col .shop > ul > li.treeview > a:after,
      .edu-resources .nav .row .col .sections > ul > li.treeview > a:after,
      .edu-resources .nav .row .col .shop > ul > li.treeview > a:after {
        background-image: url(/assets/images/treeview-black.svg); }
    .press .nav.is-fixed,
    .edu-resources .nav.is-fixed {
      background: rgba(255, 255, 255, 0.95);
      border-bottom: 1px solid rgba(238, 232, 243, 0.09);
      box-shadow: 0 0 8px 0 rgba(61, 57, 77, 0.19); }

.contact {
  padding-top: 160px; }
  @media (max-width: 767.98px) {
    .contact {
      padding-top: 114px; } }
  @media (max-width: 575.98px) {
    .contact {
      padding-top: 94px; } }
  .contact .content {
    position: relative;
    padding-bottom: 150px; }
    @media (max-width: 767.98px) {
      .contact .content {
        padding-bottom: 50px; } }
    .contact .content .bg-top {
      position: absolute;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
      -moz-transform: translate3d(-50%, 0, 0);
      -ms-transform: translate3d(-50%, 0, 0);
      -o-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      width: 100%;
      max-width: 1500px;
      top: -30px;
      padding: 0 30px; }
      @media (max-width: 575.98px) {
        .contact .content .bg-top {
          display: none; } }
      @media (max-width: 991.98px) {
        .contact .content .bg-top img {
          width: 250px; } }
      @media (max-width: 767.98px) {
        .contact .content .bg-top img {
          width: 220px; } }
    .contact .content .bg-bottom {
      position: absolute;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
      -moz-transform: translate3d(-50%, 0, 0);
      -ms-transform: translate3d(-50%, 0, 0);
      -o-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      width: 100%;
      max-width: 1500px;
      bottom: 80px;
      text-align: right;
      padding: 0 30px; }
      @media (max-width: 767.98px) {
        .contact .content .bg-bottom {
          bottom: 40px; } }
      @media (max-width: 575.98px) {
        .contact .content .bg-bottom {
          display: none; } }
      @media (max-width: 991.98px) {
        .contact .content .bg-bottom img {
          width: 220px; } }
      @media (max-width: 767.98px) {
        .contact .content .bg-bottom img {
          width: 180px; } }
  .contact .contact-top {
    z-index: 1;
    position: relative; }
    @media (max-width: 575.98px) {
      .contact .contact-top {
        padding: 0px 0 40px 0; } }
    .contact .contact-top h1 {
      margin-top: 0.3em;
      margin-bottom: 1.4em; }
      @media (max-width: 575.98px) {
        .contact .contact-top h1 {
          margin-bottom: 0; } }
    .contact .contact-top img {
      display: none;
      width: 100%;
      margin: 0 auto;
      max-width: 375px; }
      @media (max-width: 575.98px) {
        .contact .contact-top img {
          display: block; } }
  .contact .form {
    z-index: 1; }
    .contact .form .buttons {
      margin-top: 40px; }
  .contact .nav {
    background: white;
    box-shadow: none; }
    .contact .nav .row .col {
      height: 70px; }
      @media (max-width: 767.98px) {
        .contact .nav .row .col {
          height: 74px; } }
      .contact .nav .row .col .toggle {
        background-image: url(/assets/images/toggle-black.svg); }
      .contact .nav .row .col .logo a {
        background-image: url(/assets/images/logo-color.svg); }
      .contact .nav .row .col .sections > ul > li a,
      .contact .nav .row .col .shop > ul > li a {
        color: #232225;
        line-height: 70px; }
        .contact .nav .row .col .sections > ul > li a:before,
        .contact .nav .row .col .shop > ul > li a:before {
          background: #FD0074;
          bottom: -1px; }
      .contact .nav .row .col .sections > ul > li.treeview > a:after,
      .contact .nav .row .col .shop > ul > li.treeview > a:after {
        background-image: url(/assets/images/treeview-black.svg); }
    .contact .nav.is-fixed {
      background: rgba(255, 255, 255, 0.95);
      border-bottom: 1px solid rgba(238, 232, 243, 0.09);
      box-shadow: 0 0 8px 0 rgba(61, 57, 77, 0.19); }

.policy,
.minor {
  padding-top: 140px; }
  @media (max-width: 767.98px) {
    .policy,
    .minor {
      padding-top: 114px; } }
  @media (max-width: 575.98px) {
    .policy,
    .minor {
      padding-top: 74px; } }
  .policy .nav,
  .minor .nav {
    background: white;
    box-shadow: none; }
    .policy .nav .row .col,
    .minor .nav .row .col {
      height: 70px; }
      @media (max-width: 767.98px) {
        .policy .nav .row .col,
        .minor .nav .row .col {
          height: 74px; } }
      .policy .nav .row .col .toggle,
      .minor .nav .row .col .toggle {
        background-image: url(/assets/images/toggle-black.svg); }
      .policy .nav .row .col .logo a,
      .minor .nav .row .col .logo a {
        background-image: url(/assets/images/logo-color.svg); }
      .policy .nav .row .col .sections > ul > li a,
      .policy .nav .row .col .shop > ul > li a,
      .minor .nav .row .col .sections > ul > li a,
      .minor .nav .row .col .shop > ul > li a {
        color: #232225;
        line-height: 70px; }
        .policy .nav .row .col .sections > ul > li a:before,
        .policy .nav .row .col .shop > ul > li a:before,
        .minor .nav .row .col .sections > ul > li a:before,
        .minor .nav .row .col .shop > ul > li a:before {
          background: #FD0074;
          bottom: -1px; }
      .policy .nav .row .col .sections > ul > li.treeview > a:after,
      .policy .nav .row .col .shop > ul > li.treeview > a:after,
      .minor .nav .row .col .sections > ul > li.treeview > a:after,
      .minor .nav .row .col .shop > ul > li.treeview > a:after {
        background-image: url(/assets/images/treeview-black.svg); }
    .policy .nav.is-fixed,
    .minor .nav.is-fixed {
      background: rgba(255, 255, 255, 0.95);
      border-bottom: 1px solid rgba(238, 232, 243, 0.09);
      box-shadow: 0 0 8px 0 rgba(61, 57, 77, 0.19); }
  .policy .content,
  .minor .content {
    padding-bottom: 50px; }
    .policy .content h1, .policy .content h2, .policy .content h3, .policy .content h4, .policy .content h5,
    .minor .content h1,
    .minor .content h2,
    .minor .content h3,
    .minor .content h4,
    .minor .content h5 {
      margin: 30px 0; }
    .policy .content .title--title3, .policy .content .policy__text > h2,
    .policy .content .minor__text > h2,
    .minor .content .title--title3,
    .minor .content .policy__text > h2,
    .minor .content .minor__text > h2 {
      margin-bottom: 0.65em; }
    .policy .content .last-update,
    .minor .content .last-update {
      padding-bottom: 1.2em; }
    .policy .content .policy__text > p,
    .policy .content .policy__text > ul li,
    .policy .content .policy__text > ol li,
    .policy .content .minor__text > p,
    .policy .content .minor__text > ul li,
    .policy .content .minor__text > ol li,
    .minor .content .policy__text > p,
    .minor .content .policy__text > ul li,
    .minor .content .policy__text > ol li,
    .minor .content .minor__text > p,
    .minor .content .minor__text > ul li,
    .minor .content .minor__text > ol li {
      color: #232225;
      margin-bottom: 1.0625em; }
    .policy .content .policy__text > h2,
    .policy .content .minor__text > h2,
    .minor .content .policy__text > h2,
    .minor .content .minor__text > h2 {
      font-weight: 600;
      padding: 0.6em 0 0.45em;
      margin-bottom: 0; }
    .policy .content .policy__text > h3,
    .policy .content .minor__text > h3,
    .minor .content .policy__text > h3,
    .minor .content .minor__text > h3 {
      font-weight: 600;
      padding: 0.45em 0 0.65em; }
    .policy .content .policy__text > h4,
    .policy .content .minor__text > h4,
    .minor .content .policy__text > h4,
    .minor .content .minor__text > h4 {
      font-weight: 600;
      padding: 0.65em 0 0.65em; }
    .policy .content .policy__text > ol,
    .policy .content .minor__text > ol,
    .minor .content .policy__text > ol,
    .minor .content .minor__text > ol {
      list-style-type: decimal;
      padding-left: 20px; }
      @media (max-width: 991.98px) {
        .policy .content .policy__text > ol,
        .policy .content .minor__text > ol,
        .minor .content .policy__text > ol,
        .minor .content .minor__text > ol {
          padding-left: 16px;
          background-position: left 10px; } }
      @media (max-width: 767.98px) {
        .policy .content .policy__text > ol,
        .policy .content .minor__text > ol,
        .minor .content .policy__text > ol,
        .minor .content .minor__text > ol {
          padding-left: 14px;
          background-position: left 10px; } }
      .policy .content .policy__text > ol li,
      .policy .content .minor__text > ol li,
      .minor .content .policy__text > ol li,
      .minor .content .minor__text > ol li {
        padding-left: 10px;
        list-style-type: decimal; }
    .policy .content .policy__text > ul li,
    .policy .content .minor__text > ul li,
    .minor .content .policy__text > ul li,
    .minor .content .minor__text > ul li {
      padding-left: 22px;
      background-image: url(/assets/images/list.svg);
      background-repeat: no-repeat;
      background-position: left 12px; }
      @media (max-width: 991.98px) {
        .policy .content .policy__text > ul li,
        .policy .content .minor__text > ul li,
        .minor .content .policy__text > ul li,
        .minor .content .minor__text > ul li {
          padding-left: 18px;
          background-position: left 10px; } }
      @media (max-width: 767.98px) {
        .policy .content .policy__text > ul li,
        .policy .content .minor__text > ul li,
        .minor .content .policy__text > ul li,
        .minor .content .minor__text > ul li {
          padding-left: 15px;
          background-position: left 10px; } }
    .policy .content .policy__text a,
    .policy .content .minor__text a,
    .minor .content .policy__text a,
    .minor .content .minor__text a {
      color: #B86DFF;
      -webkit-transition: color 200ms ease-in-out;
      -khtml-transition: color 200ms ease-in-out;
      -moz-transition: color 200ms ease-in-out;
      -ms-transition: color 200ms ease-in-out;
      -o-transition: color 200ms ease-in-out;
      transition: color 200ms ease-in-out; }
      .policy .content .policy__text a:hover,
      .policy .content .minor__text a:hover,
      .minor .content .policy__text a:hover,
      .minor .content .minor__text a:hover {
        color: #FD0074; }
    .policy .content .policy__text .table-responsive,
    .policy .content .minor__text .table-responsive,
    .minor .content .policy__text .table-responsive,
    .minor .content .minor__text .table-responsive {
      width: 100%;
      overflow: auto; }
      .policy .content .policy__text .table-responsive table,
      .policy .content .minor__text .table-responsive table,
      .minor .content .policy__text .table-responsive table,
      .minor .content .minor__text .table-responsive table {
        margin-bottom: 40px;
        width: 100%; }
        @media (max-width: 767.98px) {
          .policy .content .policy__text .table-responsive table,
          .policy .content .minor__text .table-responsive table,
          .minor .content .policy__text .table-responsive table,
          .minor .content .minor__text .table-responsive table {
            min-width: 980px; } }
        @media (max-width: 575.98px) {
          .policy .content .policy__text .table-responsive table,
          .policy .content .minor__text .table-responsive table,
          .minor .content .policy__text .table-responsive table,
          .minor .content .minor__text .table-responsive table {
            min-width: 840px; } }
        .policy .content .policy__text .table-responsive table thead th,
        .policy .content .minor__text .table-responsive table thead th,
        .minor .content .policy__text .table-responsive table thead th,
        .minor .content .minor__text .table-responsive table thead th {
          padding: 10px 20px;
          text-align: left;
          font-weight: 600;
          color: #232225;
          border-bottom: 1px solid #ABAAB0; }
        .policy .content .policy__text .table-responsive table tbody tr:nth-child(even) td,
        .policy .content .minor__text .table-responsive table tbody tr:nth-child(even) td,
        .minor .content .policy__text .table-responsive table tbody tr:nth-child(even) td,
        .minor .content .minor__text .table-responsive table tbody tr:nth-child(even) td {
          background: #F8F8F8; }
        .policy .content .policy__text .table-responsive table tbody tr td,
        .policy .content .minor__text .table-responsive table tbody tr td,
        .minor .content .policy__text .table-responsive table tbody tr td,
        .minor .content .minor__text .table-responsive table tbody tr td {
          padding: 15px 20px;
          color: #79787E; }

body.pricing .content {
  background-color: #f8f8f8; }

body.pricing .edu-license .license-icon {
  height: 9rem; }

body.pricing .prices > div > div:not(.footnote) {
  padding: 1.5rem; }
  @media (min-width: 768px) {
    body.pricing .prices > div > div:not(.footnote).price-top {
      height: 14.5rem; } }
  body.pricing .prices > div > div:not(.footnote).price-top.individual {
    background-image: linear-gradient(-135deg, #7e278f 0%, #4f1f73 100%); }
  body.pricing .prices > div > div:not(.footnote).price-top.schools {
    background-image: linear-gradient(-135deg, #00ee63 0%, #01ba9b 100%); }
  body.pricing .prices > div > div:not(.footnote).price-top a {
    color: #fff;
    text-decoration: underline; }
  body.pricing .prices > div > div:not(.footnote).price-top .title--title6, body.pricing .prices > div > div:not(.footnote).price-top .policy .content .policy__text > h3, .policy .content body.pricing .prices > div > div:not(.footnote).price-top .policy__text > h3,
  body.pricing .prices > div > div:not(.footnote).price-top .policy .content .minor__text > h3, .policy .content body.pricing .prices > div > div:not(.footnote).price-top .minor__text > h3,
  body.pricing .prices > div > div:not(.footnote).price-top .minor .content .policy__text > h3, .minor .content body.pricing .prices > div > div:not(.footnote).price-top .policy__text > h3,
  body.pricing .prices > div > div:not(.footnote).price-top .minor .content .minor__text > h3, .minor .content body.pricing .prices > div > div:not(.footnote).price-top .minor__text > h3 {
    line-height: 0.85;
    padding-bottom: 0.2rem; }
  body.pricing .prices > div > div:not(.footnote).price-body {
    background: #fff;
    font-size: 1.7em;
    line-height: 150%;
    padding-bottom: 2rem; }
    body.pricing .prices > div > div:not(.footnote).price-body img.app-icon {
      max-width: 100%; }
    body.pricing .prices > div > div:not(.footnote).price-body li {
      margin: 1rem 0; }
    body.pricing .prices > div > div:not(.footnote).price-body .pl-0 {
      padding-left: 0 !important; }
    body.pricing .prices > div > div:not(.footnote).price-body .button--m.small a {
      font-size: 1rem;
      height: auto;
      padding: 0 0.5rem 0.25rem;
      min-width: auto;
      line-height: 170%; }
    body.pricing .prices > div > div:not(.footnote).price-body .button--m.small + .button {
      margin-left: 2%; }
    body.pricing .prices > div > div:not(.footnote).price-body .button--l a {
      font-size: 1rem;
      font-weight: bold; }
    body.pricing .prices > div > div:not(.footnote).price-body .row.separator-before:before {
      content: "";
      display: inline-block;
      border: 0;
      border-top: 3px dotted #f9506f;
      margin: 0rem auto 1rem;
      width: calc( 100% - 45px);
      height: 1px; }
    body.pricing .prices > div > div:not(.footnote).price-body .fa-check {
      font-size: 140%; }

body.pricing .prices .footnote {
  font-size: 1.7em;
  line-height: 2; }

body.pricing .price-title-separator {
  display: inline-block;
  width: 13rem;
  height: 6px;
  background-image: linear-gradient(-135deg, #ff3f4a 0%, #f60178 100%); }
  body.pricing .price-title-separator.alt {
    background-image: linear-gradient(-135deg, #ff5c14 0%, #f2c001 100%); }

body.pricing .price-note {
  background: #ebebeb;
  padding: 1rem;
  margin: 0.5rem 0;
  display: block; }
  body.pricing .price-note.number {
    position: relative;
    padding: 1rem 1.5rem 1rem 3.5rem; }
    body.pricing .price-note.number:before {
      content: " ";
      background-color: #8200b8;
      color: #fff;
      border-radius: 100%;
      width: 1.5rem;
      height: 1.5rem;
      position: absolute;
      top: 1rem;
      left: 1rem;
      text-align: center;
      font-weight: 900;
      line-height: 1.3; }
    body.pricing .price-note.number.green:before {
      background-color: #01ba9b; }
    body.pricing .price-note.number:nth-child(1):before {
      content: "1"; }
    body.pricing .price-note.number:nth-child(2):before {
      content: "2"; }
    body.pricing .price-note.number:nth-child(3):before {
      content: "3"; }
  body.pricing .price-note .button a {
    font-weight: normal;
    font-size: 1em;
    margin: 1em auto 0; }

.trial-header {
  position: relative; }
  .trial-header .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("/assets/images/shapes/pink-triangle-down.svg");
    background-position: left bottom;
    background-repeat: no-repeat; }
    @media (max-width: 991.98px) {
      .trial-header .bg {
        background-size: 25%; } }

@media (min-width: 768px) {
  html[lang="de"] > body.pricing .prices > div > div:not(.footnote).price-top,
  html[lang="es"] > body.pricing .prices > div > div:not(.footnote).price-top {
    height: 16.5rem; } }

html[lang="ru"] > body.pricing .title--title4 {
  font-size: 4em; }

@media (min-width: 768px) {
  html[lang="ru"] > body.pricing .prices > div > div:not(.footnote).price-top {
    height: 18rem; } }

.faq, .pricing:not(body) {
  margin-top: -80px; }

.faq.features {
  margin-top: 50px; }
  @media (max-width: 767.98px) {
    .faq.features {
      margin-top: 90px; } }

.price-box {
  padding: 0px 0px 10px 0px;
  box-shadow: 3px 3px 26px #8888885e; }

.price-box > .price-box-header-1 {
  background: linear-gradient(45deg, #FF5A47 0%, #E30977 100%);
  color: #FFFFFF; }

.price-box > .price-box-header-2 {
  background: linear-gradient(44deg, #29FF6C 0%, #0EC0B9 96%);
  color: #FFFFFF; }

.price-box > .price-box-header-3 {
  background: linear-gradient(41deg, #FFEE00 0%, #FF9D1D 100%);
  color: #FFFFFF; }

.price-box > .price-box-header-4 {
  background: linear-gradient(41deg, #74f5f3 0%, #0512f4 100%);
  color: #FFFFFF; }

.price-box-title {
  font-size: 28px;
  padding: 20px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25); }

.price-box-body > p {
  font-size: 6em;
  color: #E30977;
  padding: 20px 0px; }
  .price-box-body > p.alt-size {
    font-size: 2.5em; }
  .price-box-body > p span.fa {
    font-size: 88%; }
  .price-box-body > p span.cycle {
    font-size: 1.5rem;
    display: block; }

.price-box-body > ul {
  list-style: circle;
  padding: 10px 50px; }

.price-box-body > ol {
  list-style: decimal;
  padding: 10px 50px; }

.price-box-body li {
  line-height: 1.75;
  padding: 0.5rem 0; }

.price-box-btn {
  margin-bottom: 20px; }

.disclaimer {
  padding: 60px; }

.disclaimer > p {
  font-size: 1.5em;
  line-height: 2.5em; }

.faqs {
  margin-top: 60px; }

.faq > .container > .row > .accordion {
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  margin: 5px 0px 0px 0px;
  cursor: pointer;
  font-size: 1.8em;
  color: #6e0c9d;
  text-decoration: none;
  background: #f8f8f8 url(/assets/images/faqs-closed.svg);
  background-repeat: no-repeat;
  background-position: left 30px center;
  display: block;
  padding: 27px 32px 27px 70px;
  font-weight: 600; }

.faq > .container > .row > .active {
  background: #f8f8f8 url(/assets/images/faqs-opened.svg);
  background-repeat: no-repeat;
  background-position: left 30px center; }

.faq > .container > .row > .panel {
  padding: 0 18px;
  background-color: #f8f8f8;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.1s ease-out;
  width: 100%; }

.faq > .container > .row > .panel > ul {
  list-style: square;
  padding-left: 46px; }

.faq > .container > .row > .panel > p, .faq > .container > .row > .panel > ul > li {
  font-size: 1.70em;
  padding: 10px 30px 30px 30px;
  text-align: left;
  line-height: 2em; }

@font-face {
  font-family: 'segoe-pro';
  src: url("/assets/fonts/SegoePro-Semilight.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'segoe-pro-bold';
  src: url("/assets/fonts/SegoePro-Bold.ttf");
  font-weight: normal;
  font-style: normal; }

.edu-tech .bar {
  height: 10vh;
  width: 100%;
  background: linear-gradient(-45deg, #FF6666 0%, #E30977 100%); }
  @media screen and (max-width: 768px) {
    .edu-tech .bar {
      height: auto; } }
  .edu-tech .bar h1 {
    font-family: segoe-pro-bold;
    font-size: 5vh;
    line-height: 10vh;
    width: 100%;
    text-align: center;
    color: white; }
    @media screen and (max-width: 768px) {
      .edu-tech .bar h1 {
        font-size: 20px;
        line-height: 24px;
        padding: 15px 0; } }

.edu-tech main {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 90vh; }
  @media screen and (max-width: 768px) {
    .edu-tech main {
      flex-direction: column;
      height: auto; } }
  .edu-tech main > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%; }
    @media screen and (max-width: 768px) {
      .edu-tech main > * {
        width: 100%; } }
  .edu-tech main > div:first-child > * {
    font-family: segoe-pro;
    line-height: 5.5vh;
    font-size: 4vh;
    width: 80%; }
  .edu-tech main > div:first-child > div:last-child {
    margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .edu-tech main > div:first-child {
      margin-top: 30px; } }
  .edu-tech main > div:last-child form {
    width: 80%;
    height: 96%;
    background: linear-gradient(180deg, #57007D 0%, #8400AD 96%);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 4vh 0;
    color: white; }
    @media screen and (max-width: 768px) {
      .edu-tech main > div:last-child form {
        width: 100%;
        height: auto;
        border-radius: 0;
        margin-top: 30px; } }
    .edu-tech main > div:last-child form p {
      font-family: segoe-pro;
      font-size: 2.8vh;
      line-height: 3.4vh;
      width: 80%;
      margin-bottom: 4px; }
      @media screen and (max-width: 320px) {
        .edu-tech main > div:last-child form p {
          width: 95%;
          margin-bottom: 20px; } }
      .edu-tech main > div:last-child form p.privacy {
        font-size: 1.6vh;
        line-height: 1.8vh;
        width: 90%;
        margin-top: 5px;
        position: relative;
        top: 1.6vh; }
      .edu-tech main > div:last-child form p a {
        color: white;
        text-decoration: underline;
        margin-top: 4px; }
    .edu-tech main > div:last-child form input[type="text"] {
      width: 80%;
      height: 5vh;
      padding: .6vh 0;
      padding-left: 1vh; }
      @media screen and (max-width: 320px) {
        .edu-tech main > div:last-child form input[type="text"] {
          width: 95%; } }
    .edu-tech main > div:last-child form input[type="submit"] {
      width: 14vh;
      margin-top: 1vh;
      font-size: 2vh;
      padding: 1vh 0;
      line-height: 3vh;
      font-family: segoe-pro-bold;
      border-radius: 24px;
      border: 0px;
      color: white;
      box-shadow: 0 10px 20px 0 rgba(85, 23, 51, 0.3);
      background-size: contain;
      background-position: center;
      background-image: linear-gradient(135deg, #FF6666 0%, #E30977 100%); }
    .edu-tech main > div:last-child form label {
      width: 80%;
      font-size: 2vh;
      margin-top: 2vh;
      margin-bottom: 5px; }
      @media screen and (max-width: 320px) {
        .edu-tech main > div:last-child form label {
          width: 95%; } }

.edu-tech div.frame {
  height: auto;
  display: flex;
  align-items: center;
  padding-bottom: 40px; }
  @media screen and (min-width: 769px) {
    .edu-tech div.frame {
      position: relative;
      top: -8vh; } }
  @media screen and (max-width: 768px) {
    .edu-tech div.frame {
      width: 100%;
      margin-top: 30px; } }
  @media screen and (max-width: 500px) {
    .edu-tech div.frame {
      flex-direction: column; }
      .edu-tech div.frame.margin-fix {
        margin-top: -20px; } }
  .edu-tech div.frame > * {
    width: 50%;
    height: 100%; }
    @media screen and (max-width: 500px) {
      .edu-tech div.frame > * {
        width: 100%; } }
  .edu-tech div.frame > div {
    height: 100; }
    .edu-tech div.frame > div:first-child {
      position: relative; }
    @media screen and (max-width: 768px) {
      .edu-tech div.frame > div:last-child {
        margin-top: 30px; } }
    .edu-tech div.frame > div img {
      display: block;
      width: 70%;
      margin: auto;
      height: auto; }
      @media screen and (min-width: 769px) {
        .edu-tech div.frame > div img.left {
          position: relative;
          top: -4vh;
          width: 65%; } }
      .edu-tech div.frame > div img.right {
        width: 80%; }

.edu-tech .btn {
  width: 14vh;
  font-size: 2.4vh;
  padding: 1.4vh 0;
  line-height: 3vh;
  font-family: segoe-pro-bold;
  border-radius: 24px;
  border: 0px;
  color: white;
  box-shadow: 0 10px 20px 0 rgba(85, 23, 51, 0.3);
  background-size: contain;
  background-position: center;
  background-image: linear-gradient(135deg, #FF6666 0%, #E30977 100%);
  margin-top: 30px;
  text-align: center; }
  .edu-tech .btn:hover {
    background-color: linear-gradient(135deg, #E30977 0%, #FF6666 100%); }

.edu-tech .g-recaptcha {
  margin-top: 5px; }
  .edu-tech .g-recaptcha .rc-anchor {
    height: 60px; }

.txt-black {
  color: #232225; }

.image.img-normal img {
  box-shadow: none; }

.button--m a.play-m-btn {
  font-size: 2.2em; }
  .button--m a.play-m-btn:before {
    background: url(/assets/images/btn-play-video.svg) no-repeat center center;
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    z-index: 98;
    top: 3px;
    left: -5px;
    background-size: 100%; }

.gradient-box {
  background: radial-gradient(at center -30%, #9C10E5 0%, #3E0080 75%); }
  .gradient-box .title-img {
    max-width: 300px;
    display: block; }
  .gradient-box .txt-white {
    color: #ffffff; }

.trial-box .title-img {
  max-width: 300px;
  display: block;
  margin: 0 auto; }

.trial-box .image.img-normal {
  margin-bottom: 0; }

.trial-box .txt-purple {
  color: #6E1BBE; }

.trial-box .for-home {
  position: relative;
  top: 2px; }

.trial-box img.user-icon {
  width: 28px;
  float: left;
  margin-right: 8px; }

.trial-box .ul-list li {
  position: relative;
  padding-left: 50px;
  margin-top: 30px;
  font-weight: bold; }
  .trial-box .ul-list li:nth-child(1) {
    margin-top: 0; }
  .trial-box .ul-list li .num-box {
    border: 2px solid #6E1BBE;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0px;
    top: 5px;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    color: #6E1BBE;
    padding-top: 2px;
    border-radius: 100px; }
    @media (max-width: 991.98px) {
      .trial-box .ul-list li .num-box {
        line-height: 1.6;
        top: 0px; } }
    .trial-box .ul-list li .num-box.num-box-purple {
      color: white;
      background-color: #6E1BBE; }
    .trial-box .ul-list li .num-box.num-box-primary {
      color: white;
      background-color: #FD0074;
      border-color: #FD0074; }

.view-explore .view-box img.title-img {
  max-width: 100%;
  display: block;
  margin: 0; }

.view-explore .view-box.explore-box img.title-img {
  max-width: 265px; }

.view-explore .view-box .explore-download-btn {
  margin: -11px 0 0 0; }

.view-explore .view-box .image img {
  max-width: none;
  height: 57.2%; }

.view-explore .image.img-normal {
  margin-bottom: 0; }
  .view-explore .image.img-normal .left-img {
    margin-left: -80px; }

.view-explore .button.button--secondary.download-btn a {
  height: 36px;
  line-height: 33px;
  border-color: #6E1BBE;
  color: #6E1BBE; }
  .view-explore .button.button--secondary.download-btn a:hover {
    color: #ffffff; }

.view-explore .button.button--secondary.download-btn.alt {
  margin-top: -9px; }

.view-explore.merge-miniverse .view-box img.title-img {
  max-width: 260px; }

.view-explore.merge-miniverse .view-box.alt {
  padding-top: 150px;
  padding-left: 80px; }
  .view-explore.merge-miniverse .view-box.alt .view-title {
    padding-left: 0;
    padding-right: 0; }
  .view-explore.merge-miniverse .view-box.alt .txt--p4, .view-explore.merge-miniverse .view-box.alt .policy .content .policy__text > p, .policy .content .view-explore.merge-miniverse .view-box.alt .policy__text > p,
  .view-explore.merge-miniverse .view-box.alt .policy .content .policy__text > ul li, .policy .content .policy__text > ul .view-explore.merge-miniverse .view-box.alt li,
  .view-explore.merge-miniverse .view-box.alt .policy .content .policy__text > ol li, .policy .content .policy__text > ol .view-explore.merge-miniverse .view-box.alt li,
  .view-explore.merge-miniverse .view-box.alt .policy .content .minor__text > p, .policy .content .view-explore.merge-miniverse .view-box.alt .minor__text > p,
  .view-explore.merge-miniverse .view-box.alt .policy .content .minor__text > ul li, .policy .content .minor__text > ul .view-explore.merge-miniverse .view-box.alt li,
  .view-explore.merge-miniverse .view-box.alt .policy .content .minor__text > ol li, .policy .content .minor__text > ol .view-explore.merge-miniverse .view-box.alt li,
  .view-explore.merge-miniverse .view-box.alt .minor .content .policy__text > p, .minor .content .view-explore.merge-miniverse .view-box.alt .policy__text > p,
  .view-explore.merge-miniverse .view-box.alt .minor .content .policy__text > ul li, .minor .content .policy__text > ul .view-explore.merge-miniverse .view-box.alt li,
  .view-explore.merge-miniverse .view-box.alt .minor .content .policy__text > ol li, .minor .content .policy__text > ol .view-explore.merge-miniverse .view-box.alt li,
  .view-explore.merge-miniverse .view-box.alt .minor .content .minor__text > p, .minor .content .view-explore.merge-miniverse .view-box.alt .minor__text > p,
  .view-explore.merge-miniverse .view-box.alt .minor .content .minor__text > ul li, .minor .content .minor__text > ul .view-explore.merge-miniverse .view-box.alt li,
  .view-explore.merge-miniverse .view-box.alt .minor .content .minor__text > ol li, .minor .content .minor__text > ol .view-explore.merge-miniverse .view-box.alt li {
    padding-left: 0;
    padding-right: 0; }

.view-explore.merge-miniverse .image-offset {
  position: relative;
  top: 35px;
  z-index: 10; }

.for-school {
  background: #6d29ba;
  display: flex;
  align-items: center; }
  .for-school .school-title {
    margin-right: 10px; }
  .for-school img.school-icon {
    width: 40px;
    float: left;
    margin-top: -4px;
    margin-right: 10px; }
  .for-school .inquire-box .small-title {
    font-size: .6em; }
  .for-school .inquire-box .buttons {
    float: right;
    margin-top: -5px; }
    .for-school .inquire-box .buttons .button--m a.play-m-btn {
      font-size: 1em; }
      .for-school .inquire-box .buttons .button--m a.play-m-btn:before {
        display: none; }

.txt-white {
  color: #ffffff; }

@media only screen and (max-width: 767px) {
  .view-explore .view-box img.title-img {
    max-width: 100%; }
  .view-explore .view-box.explore-box img.title-img {
    max-width: 70%; }
  .view-explore .view-box .view-title, .view-explore .view-box .txt--p4, .view-explore .view-box .policy .content .policy__text > p, .policy .content .view-explore .view-box .policy__text > p,
  .view-explore .view-box .policy .content .policy__text > ul li, .policy .content .policy__text > ul .view-explore .view-box li,
  .view-explore .view-box .policy .content .policy__text > ol li, .policy .content .policy__text > ol .view-explore .view-box li,
  .view-explore .view-box .policy .content .minor__text > p, .policy .content .view-explore .view-box .minor__text > p,
  .view-explore .view-box .policy .content .minor__text > ul li, .policy .content .minor__text > ul .view-explore .view-box li,
  .view-explore .view-box .policy .content .minor__text > ol li, .policy .content .minor__text > ol .view-explore .view-box li,
  .view-explore .view-box .minor .content .policy__text > p, .minor .content .view-explore .view-box .policy__text > p,
  .view-explore .view-box .minor .content .policy__text > ul li, .minor .content .policy__text > ul .view-explore .view-box li,
  .view-explore .view-box .minor .content .policy__text > ol li, .minor .content .policy__text > ol .view-explore .view-box li,
  .view-explore .view-box .minor .content .minor__text > p, .minor .content .view-explore .view-box .minor__text > p,
  .view-explore .view-box .minor .content .minor__text > ul li, .minor .content .minor__text > ul .view-explore .view-box li,
  .view-explore .view-box .minor .content .minor__text > ol li, .minor .content .minor__text > ol .view-explore .view-box li {
    padding-right: 0; }
  .view-explore.merge-miniverse .view-box.alt {
    padding-top: 0; }
  .gradient-box .txt-white {
    color: #ffffff;
    padding-top: 0 !important; }
  .text-image.gradient-box {
    margin-bottom: 0 !important; } }

@media only screen and (max-width: 1023px) {
  .for-school .inquire-box .buttons {
    float: none;
    display: table;
    margin: 30px auto 0 auto; } }

[lang="es"] .for-school .inquire-box .buttons,
[lang="de"] .for-school .inquire-box .buttons,
[lang="ru"] .for-school .inquire-box .buttons {
  float: none;
  display: table;
  margin: 30px auto 0 auto; }

.app-title {
  width: 100%;
  display: block; }
  .app-title > img {
    max-height: 70px; }
  .app-title div.text {
    width: calc(100% - 80px);
    max-width: calc(100% - 80px);
    float: right;
    text-align: left; }
    .app-title div.text > img {
      max-width: 75px;
      margin-top: 0.5rem; }
    .app-title div.text h1 {
      font-size: 5em;
      font-weight: 600;
      margin: -0.5rem 0 0;
      line-height: 1.4;
      letter-spacing: -1.5px; }

.app-description {
  max-height: 5rem; }

.btn.download {
  font-size: 2rem;
  padding: 0.5rem 2rem;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  border-radius: 5rem;
  padding-left: 35px; }
  .btn.download img {
    max-width: 4rem; }
  .btn.download + .dropdown-menu {
    left: 2rem !important;
    right: 2rem !important;
    z-index: 10000; }

@media only screen and (max-width: 575px) {
  .text-image {
    padding-bottom: 0 !important;
    margin-bottom: 30px; }
  .view-explore .view-box img.title-img {
    max-width: 100%; }
  .view-explore .view-box .view-title, .view-explore .view-box .txt--p4, .view-explore .view-box .policy .content .policy__text > p, .policy .content .view-explore .view-box .policy__text > p,
  .view-explore .view-box .policy .content .policy__text > ul li, .policy .content .policy__text > ul .view-explore .view-box li,
  .view-explore .view-box .policy .content .policy__text > ol li, .policy .content .policy__text > ol .view-explore .view-box li,
  .view-explore .view-box .policy .content .minor__text > p, .policy .content .view-explore .view-box .minor__text > p,
  .view-explore .view-box .policy .content .minor__text > ul li, .policy .content .minor__text > ul .view-explore .view-box li,
  .view-explore .view-box .policy .content .minor__text > ol li, .policy .content .minor__text > ol .view-explore .view-box li,
  .view-explore .view-box .minor .content .policy__text > p, .minor .content .view-explore .view-box .policy__text > p,
  .view-explore .view-box .minor .content .policy__text > ul li, .minor .content .policy__text > ul .view-explore .view-box li,
  .view-explore .view-box .minor .content .policy__text > ol li, .minor .content .policy__text > ol .view-explore .view-box li,
  .view-explore .view-box .minor .content .minor__text > p, .minor .content .view-explore .view-box .minor__text > p,
  .view-explore .view-box .minor .content .minor__text > ul li, .minor .content .minor__text > ul .view-explore .view-box li,
  .view-explore .view-box .minor .content .minor__text > ol li, .minor .content .minor__text > ol .view-explore .view-box li, .view-explore .view-box .txt--p4, .view-explore .view-box .policy .content .policy__text > p, .policy .content .view-explore .view-box .policy__text > p,
  .view-explore .view-box .policy .content .policy__text > ul li, .policy .content .policy__text > ul .view-explore .view-box li,
  .view-explore .view-box .policy .content .policy__text > ol li, .policy .content .policy__text > ol .view-explore .view-box li,
  .view-explore .view-box .policy .content .minor__text > p, .policy .content .view-explore .view-box .minor__text > p,
  .view-explore .view-box .policy .content .minor__text > ul li, .policy .content .minor__text > ul .view-explore .view-box li,
  .view-explore .view-box .policy .content .minor__text > ol li, .policy .content .minor__text > ol .view-explore .view-box li,
  .view-explore .view-box .minor .content .policy__text > p, .minor .content .view-explore .view-box .policy__text > p,
  .view-explore .view-box .minor .content .policy__text > ul li, .minor .content .policy__text > ul .view-explore .view-box li,
  .view-explore .view-box .minor .content .policy__text > ol li, .minor .content .policy__text > ol .view-explore .view-box li,
  .view-explore .view-box .minor .content .minor__text > p, .minor .content .view-explore .view-box .minor__text > p,
  .view-explore .view-box .minor .content .minor__text > ul li, .minor .content .minor__text > ul .view-explore .view-box li,
  .view-explore .view-box .minor .content .minor__text > ol li, .minor .content .minor__text > ol .view-explore .view-box li {
    padding-right: 0 !important; }
  .view-explore .image.img-normal {
    margin-bottom: 0;
    padding-top: 0 !important; }
  .view-explore .image.img-normal .left-img {
    margin-left: 0; }
  .text-image.view-explore {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 30px; }
  .text-image.view-explore .view-box.explore-box {
    margin-top: 30px; }
  .for-school .school-title {
    display: block; }
  .for-school .inquire-box .buttons {
    float: none;
    display: table;
    margin: 30px auto 0 auto !important; }
  .gradient-box .txt-white {
    color: #ffffff;
    padding: 0 !important;
    margin: 30px 0 0 0 !important; }
  .text-image.trial-box {
    padding-bottom: 0 !important; }
  .text-image.view-explore.alt {
    padding-bottom: 0 !important; }
  .text-image.for-school {
    padding-bottom: 30px !important; }
  .view-explore.merge-miniverse .view-box.alt {
    padding-top: 30px; }
  .gradient-box .image.img-normal {
    margin-bottom: 0; } }

.app-logo {
  max-height: 78px; }
  @media only screen and (max-width: 992px) {
    .app-logo {
      max-height: 60px; } }
  @media only screen and (max-width: 768px) {
    .app-logo {
      max-height: 37px; } }

.awards-title {
  margin-bottom: 2.5rem; }
  .awards-title:after {
    content: "";
    display: inline-block;
    height: 0.35rem;
    width: 20rem;
    background: linear-gradient(0deg, #60b96c, #10b197);
    position: absolute;
    bottom: 1rem;
    left: 1rem; }

.miniverse-icon {
  max-height: 70%;
  display: inline-block;
  max-width: 1.5rem;
  vertical-align: -0.4rem; }

.miniverse-text {
  padding-right: 2.5rem !important; }

.image video, .img video {
  max-width: 100%;
  height: auto; }

.corner-ribbon {
  width: 500px;
  position: absolute;
  top: 25px;
  left: -400px;
  text-align: center;
  line-height: 20px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  padding: 20px;
  z-index: 20000;
  font-size: 1.5rem;
  font-weight: 900;
  /* Different positions */ }
  @media (max-width: 767.98px) {
    .corner-ribbon {
      display: none; } }
  @media (max-width: 1199.98px) {
    .corner-ribbon {
      font-size: 1.1rem; } }
  .corner-ribbon.sticky {
    position: fixed; }
  .corner-ribbon.shadow {
    box-shadow: 0 0 23px rgba(0, 0, 0, 0.5); }
  .corner-ribbon.top-left {
    top: 100px;
    left: -100px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .corner-ribbon.top-right {
    top: 100px;
    right: -100px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
    @media (max-width: 1199.98px) {
      .corner-ribbon.top-right {
        right: -170px; } }

.header-image .corner-ribbon {
  top: calc( 100px + 4.5rem); }
  @media (max-width: 1199.98px) {
    .header-image .corner-ribbon {
      top: calc( 55px + 4.5rem); } }

.new-section {
  display: inline-block;
  width: 100%; }

.header.new-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 60px;
  overflow: visible; }
  .header.new-header .new-logo .logo-text {
    background: url(../images/home/mergeedu-logo.svg) no-repeat top center;
    background-size: contain;
    width: 300px;
    height: 90px;
    display: table;
    margin: 0 auto;
    text-indent: -9999rem;
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .header.new-header .new-logo .logo-text {
        width: 240px;
        height: 70px; } }

.header-image.new-home {
  background: url(../images/home/header-home-poster.jpg) no-repeat top center;
  background-size: cover;
  height: 100vh;
  overflow: visible;
  float: left;
  width: 100%;
  transform: skewY(4deg);
  position: relative;
  margin-top: -70px; }
  .header-image.new-home:before {
    width: 100%;
    height: 40px;
    background: -webkit-linear-gradient(0deg, #60b96c, #10b197);
    position: absolute;
    bottom: 0;
    left: 0;
    content: ""; }
  .header-image.new-home .col-12 {
    padding: 0 100px;
    transform: skewY(-4deg); }
    .header-image.new-home .col-12 .text-white {
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }
  .header-image.new-home .button.button--m.cta a {
    font-size: 1.4rem;
    padding: 0.75rem 1.5rem;
    height: 4rem;
    line-height: 38px;
    border-radius: 50px; }

.title-black {
  font-family: 'sofia-pro-black', sans-serif; }

.title-bold,
.title-bold > * {
  font-family: 'sofia-pro-bold', sans-serif; }

.title-semibold {
  font-family: 'sofia-pro-semibold', sans-serif; }

.title-uses {
  display: inline-block;
  margin: 3rem 0;
  position: relative; }
  .title-uses:after {
    content: "";
    width: 100%;
    height: 0.55rem;
    position: absolute;
    left: 0;
    top: 4.5rem; }
    @media (max-width: 991.98px) {
      .title-uses:after {
        bottom: 4.5rem; } }
    @media (max-width: 767.98px) {
      .title-uses:after {
        bottom: 4rem; } }

.title-science:after {
  background: linear-gradient(45deg, #00b7dd 0%, #3751a2 100%); }
  @media (max-width: 991.98px) {
    .title-science:after {
      width: calc(100% - 11rem); } }
  @media (max-width: 767.98px) {
    .title-science:after {
      width: calc(100% - 9rem); } }

.title-stem:after {
  background: linear-gradient(45deg, #ef4165 0%, #ec008b 100%); }
  @media (max-width: 991.98px) {
    .title-stem:after {
      width: calc(100% - 10rem); } }
  @media (max-width: 767.98px) {
    .title-stem:after {
      width: calc(100% - 8rem); } }

.title-future:after {
  background: linear-gradient(45deg, #60b96c 0%, #10b197 100%); }
  @media (max-width: 991.98px) {
    .title-future:after {
      width: calc(100% - 18rem); } }
  @media (max-width: 767.98px) {
    .title-future:after {
      width: calc(100% - 14rem); } }

.title-uses > i {
  font-size: 3.1rem;
  vertical-align: -0.25rem;
  padding-left: 0.4rem; }

.title-stem > i {
  font-size: 2.85rem; }

.title-future > i {
  vertical-align: -0.4rem;
  padding-left: 0.6rem; }

li.science,
li.stem,
li.future {
  padding-left: 2.4rem;
  position: relative;
  line-height: 1.7; }
  li.science:before,
  li.stem:before,
  li.future:before {
    position: absolute;
    left: 0;
    top: 0.5rem;
    background: #000;
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    border-radius: 50%; }

li.science:before {
  background: linear-gradient(45deg, #00b7dd 0%, #3751a2 100%); }

li.stem:before {
  background: linear-gradient(45deg, #ef4165 0%, #ec008b 100%); }

li.future:before {
  background: linear-gradient(45deg, #60b96c 0%, #10b197 100%); }

li.future.pb-3 {
  line-height: 2.1; }
  li.future.pb-3:before {
    top: 1rem; }

.gradient-red-green {
  background: -webkit-linear-gradient(0deg, #60b96c, #10b197);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.digital-title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  float: left;
  position: relative; }
  .digital-title:after {
    content: "";
    width: 100%;
    height: 7px;
    background: -webkit-linear-gradient(0deg, #60b96c, #10b197);
    position: absolute;
    bottom: 0;
    left: 0; }

@media (max-width: 767.98px) {
  .pricing-subtitle {
    font-size: 3.65vw; } }

.summary-text {
  padding-right: 80px;
  font-size: 2.2em; }

.digital-img {
  width: 100%; }

.merge-cube .cube-image {
  margin-top: -60px; }

.gradient-title {
  background: -webkit-linear-gradient(0deg, #752f84, #482970);
  padding: 80px 0;
  position: relative; }

.green-gradient {
  background: -webkit-linear-gradient(0deg, #60b96c, #10b197);
  position: relative; }

.purple-gradient {
  background: -webkit-linear-gradient(0deg, #482970, #752f84); }
  .purple-gradient.fill {
    position: absolute;
    height: 100%;
    z-index: -1;
    width: calc( 100% - 30px); }
    @media (max-width: 767.98px) {
      .purple-gradient.fill {
        width: 100%;
        left: 0; } }

.footer-gradient {
  background: -webkit-linear-gradient(180deg, #482970, #25002a); }

.red-gradient {
  background: -webkit-linear-gradient(0deg, #dc1077, #ec5253); }

.icon-img {
  width: 80px; }

.viewer-box {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  margin-top: 100px;
  margin-bottom: 60px;
  overflow: hidden; }
  .viewer-box figure {
    position: relative; }
    .viewer-box figure img {
      margin-bottom: -40px; }
    .viewer-box figure .play-icon {
      width: 140px;
      height: 140px;
      background: url(../images/home/play-icon.svg) no-repeat 0 0;
      background-size: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.download-apps {
  display: block; }
  .download-apps img {
    max-width: 150px;
    display: inline-block;
    margin: 0 5px; }

.activity-plans:not(body) {
  transform: skewY(-2deg); }
  .activity-plans:not(body) .activity-box {
    transform: skewY(2deg); }
  .activity-plans:not(body) .intro-title {
    display: block; }
  .activity-plans:not(body) .activity-img {
    margin-bottom: -1px; }
  .activity-plans:not(body) figure > img {
    max-width: 100%; }

.icon-box .know-box .row {
  justify-content: center; }

.icon-box .know-box .col-1 {
  max-width: 14.2%;
  flex: 0 0 14.2%;
  -ms-flex: 0 0 14.2%; }
  .icon-box .know-box .col-1 figure {
    width: 60px;
    height: 70px;
    margin: 0 auto; }
    .icon-box .know-box .col-1 figure.alt {
      width: 100px; }
    .icon-box .know-box .col-1 figure img {
      width: 100%;
      margin-bottom: 15px; }

.icon-box .know-box .icons-title {
  font-size: 1.9em;
  line-height: 20px;
  display: block; }

.fluid-img {
  width: 100%; }

.options-box .gradient-title {
  float: left;
  width: 100%; }
  .options-box .gradient-title .digital-title.wide:after {
    background: -webkit-linear-gradient(0deg, #dc1077, #ec5253); }

.options-box .green-gradient {
  float: left;
  width: 100%; }
  .options-box .green-gradient .digital-title.alt:after {
    background: -webkit-linear-gradient(0deg, #fadd09, #e1422e); }

.options-list {
  margin: 0;
  padding: 0; }
  .options-list li {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding: 10px 0 10px 40px;
    position: relative; }
    .options-list li:before {
      content: "";
      width: 24px;
      height: 24px;
      background: url(../images/home/check-icon.svg) no-repeat 0 0;
      background-size: 100%;
      position: absolute;
      left: 0;
      top: 17px; }

.award-img {
  max-width: 10rem;
  margin: 0 0.5rem;
  display: inline-block;
  margin: 0 10px; }

.join-box .button--m.cta a {
  font-size: 2.2rem;
  padding: 0.75rem 5rem;
  height: 6rem;
  line-height: 62px;
  border-radius: 50px; }

.join-box .button--m.contact-sales a {
  font-size: 1.6rem;
  padding: 0.75rem 1.5rem;
  height: 4rem;
  line-height: 38px;
  border-radius: 50px; }

.partners .partner-img {
  max-width: 280px;
  display: inline-block;
  margin: 0 30px; }

.footer .button--m.learn-btn a {
  font-size: 1.8rem;
  padding: 0.75rem 3rem;
  height: 4rem;
  line-height: 36px;
  border-radius: 50px;
  box-shadow: none; }
  .footer .button--m.learn-btn a .button__bg {
    background: rgba(255, 255, 255, 0.1); }

.merge-education-apps {
  margin-top: -123px; }
  @media (max-width: 991.98px) {
    .merge-education-apps {
      margin-top: -70px; } }
  .merge-education-apps.did-you-know {
    margin-top: -25px !important; }
  .merge-education-apps .green-gradient {
    transform: skewY(-2deg); }
    .merge-education-apps .green-gradient .title-container {
      transform: skewY(2deg); }
  .merge-education-apps .viewer-box {
    position: relative; }
    .merge-education-apps .viewer-box .aspect-lock {
      padding-top: 56.25%; }
    .merge-education-apps .viewer-box figure {
      position: absolute;
      width: 100%;
      height: 100%;
      overflow: hidden;
      margin: 0 !important; }
      .merge-education-apps .viewer-box figure > img {
        width: 100%;
        height: 100%; }

.merge-cube-intro .gradient-title {
  transform: skewY(-2deg); }
  .merge-cube-intro .gradient-title .title-container {
    transform: skewY(2deg); }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-image:not(.try) .row {
    height: 75vh; }
  .awards .award-img {
    max-width: 160px; }
  .merge-education-apps.did-you-know {
    margin-top: -25px !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-image:not(.try) .row {
    height: 100vh; }
  .merge-education-apps.did-you-know {
    margin-top: -15px !important; }
  .icon-box .know-box .col-1 {
    max-width: 25%;
    flex: 0 0 25%;
    -ms-flex: 25%;
    margin-bottom: 40px; }
  .digital-title {
    font-size: 3.2em; }
  .awards .award-img {
    max-width: 100px; } }

@media only screen and (max-width: 767px) {
  .container {
    max-width: 100%; }
  .header-image.new-home {
    height: 560px; }
    .header-image.new-home .col-12 {
      display: block !important; }
  .did-you-know {
    margin-top: -15px !important; }
    .did-you-know .know-box .summary-text {
      padding-right: 0; }
  .icon-box .know-box .col-1 {
    max-width: 25%;
    flex: 0 0 25%;
    -ms-flex: 25%;
    margin-bottom: 40px; }
  .awards .award-img {
    max-width: 14%; }
  .new-section.partners {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important; } }

@media only screen and (max-width: 687px) {
  .header-image.new-home {
    height: 560px; }
    .header-image.new-home .col-12 {
      display: block; } }

@media only screen and (max-width: 479px) {
  .header.new-header .new-logo a {
    width: 160px;
    height: 34px;
    display: table;
    margin: 20px 0 0 15px;
    background-size: 100%; }
  .digital-learning .col-9 {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }
  .digital-learning .col-3 {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }
  .digital-learning .summary-text {
    padding-right: 0; }
  .merge-cube-intro .col-7 {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    order: 2; }
    .merge-cube-intro .col-7 .summary-text {
      padding-right: 0; }
      .merge-cube-intro .col-7 .summary-text:nth-child(1) {
        padding-top: 0 !important;
        margin-top: 0 !important; }
  .merge-cube-intro .col-5 {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    order: 1; }
  .merge-cube-intro .digital-img {
    order: 3; }
  .merge-cube .cube-image {
    margin-top: -39px; }
  .merge-education-apps .col-7 {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }
    .merge-education-apps .col-7 .summary-text {
      padding-right: 0; }
      .merge-education-apps .col-7 .summary-text:nth-child(1) {
        padding-top: 0 !important; }
  .merge-education-apps .col-5 {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }
    .merge-education-apps .col-5 figure {
      padding-top: 0 !important;
      margin-top: 0 !important; }
  .merge-education-apps .digital-img .media {
    display: block; }
    .merge-education-apps .digital-img .media figure {
      float: left; }
    .merge-education-apps .digital-img .media .summary-text {
      padding-right: 0; }
  .merge-education-apps .viewer-box {
    margin-top: 50px;
    margin-bottom: 20px; }
    .merge-education-apps .viewer-box figure {
      margin-right: 0 !important; }
      .merge-education-apps .viewer-box figure .play-icon {
        width: 40px;
        height: 40px; }
      .merge-education-apps .viewer-box figure img {
        margin-bottom: -15px; }
  .download-apps img {
    max-width: 80px; }
  .activity-plans .summary-text {
    padding-right: 0; }
  .know-box {
    /*
        & .col-2, .col-3, .col-7 {
            max-width:100%;
            flex:0 0 100%;
            -ms-flex:0 0 100%;
        }
        & .col-3 {
            margin-top:30px;
        }
        & .col-7 {
            margin-top:15px;
        }
        */ }
  .icon-box .know-box .col-1 {
    /*
                margin-top:50px;
                max-width:50%;
                flex:0 0 50%;
                -ms-flex:0 0 50%;
                &:nth-child(1),
                &:nth-child(2)
                 {
                    margin-top:0;
                }
                */ }
    .icon-box .know-box .col-1 figure {
      max-width: 80%;
      height: 50px; }
      .icon-box .know-box .col-1 figure img {
        max-height: 100%; }
    .icon-box .know-box .col-1 .title--title5 {
      font-size: 125%;
      font-family: "sofia-pro", sans-serif; }
  .options-box .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    margin-top: 40px; }
    .options-box .col-6:nth-child(1) {
      margin-top: 0; }
  .awards .award-img {
    margin-top: 30px;
    max-width: 30%; }
    .awards .award-img:nth-child(1) {
      margin-top: 0; }
  .join-box {
    margin-top: 0 !important; }
  .join-box .button--m.cta a {
    font-size: 1.4rem;
    padding: 0.75rem 2rem;
    height: 5rem;
    line-height: 52px; }
    .join-box .button--m.cta a .buttons.pb-5 {
      padding-bottom: 0 !important; }
  .partners {
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important; }
    .partners .partner-img {
      margin-top: 30px;
      max-width: 100%; }
      .partners .partner-img:nth-child(1) {
        margin-top: 0; }
  .footer .button--m.learn-btn a {
    font-size: 1.2rem;
    padding: 0.75rem 2rem;
    height: 3rem;
    line-height: 20px; }
  .new-section.partners {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 30px !important;
    margin-top: 0 !important; } }

.use-cases .row {
  margin: 9rem 0 12rem; }
  .use-cases .row:last-child {
    margin-bottom: 6rem; }

img.video-thumb {
  transition: all ease-in-out 0.3s; }
  img.video-thumb:hover {
    box-shadow: 0 0 20px #ec008b; }

.new-homepage .text--container-xs {
  max-width: 430px; }

.new-homepage .text--container-s {
  max-width: 480px; }

.new-homepage .text--container-m {
  max-width: 560px; }

.new-homepage .text--container-l {
  max-width: 980px; }

.new-homepage .section-padding {
  padding: 10em 0; }
  @media (max-width: 991.98px) {
    .new-homepage .section-padding {
      padding: 6em 0; } }

.new-homepage .section-padding-top {
  padding-top: 10em; }
  @media (max-width: 991.98px) {
    .new-homepage .section-padding-top {
      padding-top: 6em; } }

.new-homepage .section-padding-bottom {
  padding-bottom: 10em; }
  @media (max-width: 991.98px) {
    .new-homepage .section-padding-bottom {
      padding-bottom: 6em; } }

.new-homepage .pb-overlap {
  padding-bottom: 20rem; }

.new-homepage .pt-overlap {
  padding-top: 20rem;
  margin-top: -26rem; }
  @media (max-width: 991.98px) {
    .new-homepage .pt-overlap {
      margin-top: -30rem; } }

.new-homepage .title--title4 {
  font-size: 4.4em;
  line-height: 1.2em; }

.new-homepage .title--title5 {
  font-size: 4.2em;
  line-height: 1.2em; }

.new-homepage .title--title6, .new-homepage .policy .content .policy__text > h3, .policy .content .new-homepage .policy__text > h3,
.new-homepage .policy .content .minor__text > h3, .policy .content .new-homepage .minor__text > h3,
.new-homepage .minor .content .policy__text > h3, .minor .content .new-homepage .policy__text > h3,
.new-homepage .minor .content .minor__text > h3, .minor .content .new-homepage .minor__text > h3 {
  font-size: 3.8em;
  line-height: 1.2em; }

.new-homepage .title--title7, .new-homepage .policy .content .policy__text > h4, .policy .content .new-homepage .policy__text > h4,
.new-homepage .policy .content .minor__text > h4, .policy .content .new-homepage .minor__text > h4,
.new-homepage .minor .content .policy__text > h4, .minor .content .new-homepage .policy__text > h4,
.new-homepage .minor .content .minor__text > h4, .minor .content .new-homepage .minor__text > h4 {
  font-size: 3em;
  line-height: 1.3em; }

.new-homepage .title--title9, .new-homepage .policy .content .policy__text .table-responsive table thead th, .policy .content .policy__text .table-responsive table thead .new-homepage th,
.new-homepage .policy .content .minor__text .table-responsive table thead th, .policy .content .minor__text .table-responsive table thead .new-homepage th,
.new-homepage .minor .content .policy__text .table-responsive table thead th, .minor .content .policy__text .table-responsive table thead .new-homepage th,
.new-homepage .minor .content .minor__text .table-responsive table thead th, .minor .content .minor__text .table-responsive table thead .new-homepage th {
  font-size: 2.2em; }

.new-homepage .txt--p1,
.new-homepage .txt--p2,
.new-homepage .txt--p3 {
  line-height: 1.8em; }

.new-homepage .txt--p1 {
  font-size: 2.6em; }

.new-homepage .txt--p2 {
  font-size: 2em; }

.new-homepage .txt--p3 {
  font-size: 1.8em; }

.new-homepage .new-section {
  display: block;
  position: relative;
  width: 100%; }

.new-homepage .card {
  background: white;
  border: none;
  border-radius: 10px; }
  .new-homepage .card.shadow-m {
    box-shadow: 0 3px 20px rgba(84, 82, 142, 0.1); }
  .new-homepage .card.shadow-l {
    box-shadow: 0 10px 20px 0 rgba(85, 23, 51, 0.3); }

.new-homepage .button--text {
  font-size: 1.6em;
  margin: 0; }
  .new-homepage .button--text a {
    color: #232225;
    width: auto;
    padding: 0;
    margin: 0;
    font-weight: 300;
    font-size: inherit;
    min-width: auto;
    height: auto;
    line-height: 1;
    overflow: visible;
    text-decoration: underline; }
    .new-homepage .button--text a:hover, .new-homepage .button--text a:focus, .new-homepage .button--text a:active {
      color: #FD0074; }

.new-homepage .button--primary-outline a {
  color: #E10E77;
  border: 1px solid #E10E77; }
  .new-homepage .button--primary-outline a .button__bg {
    background: transparent; }
  .new-homepage .button--primary-outline a .button__bg--hover {
    background-image: linear-gradient(-45deg, #FF6666 0%, #E30977 100%); }
  .new-homepage .button--primary-outline a:hover {
    color: white; }
    .new-homepage .button--primary-outline a:hover .button__bg--hover {
      opacity: 1; }

.new-homepage .button--tertiary a {
  color: white; }
  .new-homepage .button--tertiary a .button__bg {
    background-image: linear-gradient(135deg, #1ED285 0%, #12B69C 100%); }
  .new-homepage .button--tertiary a .button__bg--hover {
    background-image: linear-gradient(-45deg, #1ED285 0%, #12B69C 100%); }
  .new-homepage .button--tertiary a:hover .button__bg--hover {
    opacity: 1; }

.new-homepage .button--primary a,
.new-homepage .button--primary-outline a,
.new-homepage .button--tertiary a {
  display: block;
  box-shadow: none;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .new-homepage .button--primary a:hover, .new-homepage .button--primary a:focus, .new-homepage .button--primary a:active,
  .new-homepage .button--primary-outline a:hover,
  .new-homepage .button--primary-outline a:focus,
  .new-homepage .button--primary-outline a:active,
  .new-homepage .button--tertiary a:hover,
  .new-homepage .button--tertiary a:focus,
  .new-homepage .button--tertiary a:active {
    box-shadow: 0 10px 20px 0 rgba(85, 23, 51, 0.3); }

.new-homepage figure img {
  width: 100%; }

.new-homepage figure.video-fancybox {
  position: relative;
  overflow: hidden;
  display: flex; }
  .new-homepage figure.video-fancybox .icon {
    position: absolute;
    width: 80px;
    height: 80px;
    color: white;
    font-size: 2em;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 1; }
    .new-homepage figure.video-fancybox .icon .icon-bg {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border-radius: 50%;
      background: linear-gradient(135deg, #FF6666 0%, #E30977 100%);
      transform: scale(1);
      -webkit-transition: transform 300ms ease-in-out;
      -khtml-transition: transform 300ms ease-in-out;
      -moz-transition: transform 300ms ease-in-out;
      -ms-transition: transform 300ms ease-in-out;
      -o-transition: transform 300ms ease-in-out;
      transition: transform 300ms ease-in-out; }
    .new-homepage figure.video-fancybox .icon i {
      padding-left: 5px;
      z-index: 1; }
  .new-homepage figure.video-fancybox a {
    opacity: 1;
    display: block;
    pointer-events: auto; }
    .new-homepage figure.video-fancybox a:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #000;
      opacity: 0.2; }
    .new-homepage figure.video-fancybox a:hover .icon-bg, .new-homepage figure.video-fancybox a:focus .icon-bg, .new-homepage figure.video-fancybox a:active .icon-bg {
      transform: scale(1.2); }
  .new-homepage figure.video-fancybox video {
    position: absolute;
    width: 100%;
    height: 100%; }
  .new-homepage figure.video-fancybox .video-aspect {
    padding-top: 56.25%; }

.new-homepage video {
  width: 100%;
  height: auto;
  object-fit: cover; }

.new-homepage .rounded {
  border-radius: 0.625rem !important;
  overflow: hidden; }
  .new-homepage .rounded video {
    border-radius: 0.625rem !important; }

.new-homepage .bg-light {
  background: #F8F8F8; }

.new-homepage .bg-gradient {
  height: 480px;
  width: 480px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1199.98px) {
    .new-homepage .bg-gradient {
      height: 380px;
      width: 380px; } }
  @media (max-width: 767.98px) {
    .new-homepage .bg-gradient {
      justify-content: flex-end; } }
  .new-homepage .bg-gradient img,
  .new-homepage .bg-gradient .video-container {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto; }
    @media (max-width: 767.98px) {
      .new-homepage .bg-gradient img,
      .new-homepage .bg-gradient .video-container {
        max-width: 90%; } }
  .new-homepage .bg-gradient video {
    width: 100%;
    height: auto; }
  .new-homepage .bg-gradient:after {
    content: '';
    position: absolute;
    display: block;
    width: 70%;
    height: 70%;
    background: #000;
    bottom: -12%;
    border-radius: 0.625rem;
    z-index: -1; }
    @media (max-width: 1199.98px) {
      .new-homepage .bg-gradient:after {
        height: 60%;
        width: 80%; } }
    @media (max-width: 991.98px) {
      .new-homepage .bg-gradient:after {
        height: 100%;
        width: 60%; } }
    @media (max-width: 767.98px) {
      .new-homepage .bg-gradient:after {
        width: 60%;
        height: 90%;
        bottom: 0; } }
    @media (max-width: 575.98px) {
      .new-homepage .bg-gradient:after {
        width: 80%;
        height: 82%; } }
  .new-homepage .bg-gradient.bg-l img {
    margin: 0 0 0 auto; }
  .new-homepage .bg-gradient.bg-l:after {
    left: 2em; }
  @media (max-width: 1199.98px) {
    .new-homepage .bg-gradient.bg-l:after {
      left: 0; } }
  @media (max-width: 991.98px) {
    .new-homepage .bg-gradient.bg-l img {
      margin: 0 auto; } }
  @media (max-width: 767.98px) {
    .new-homepage .bg-gradient.bg-l:after {
      left: 20px; } }
  .new-homepage .bg-gradient.bg-r img {
    margin: 0 auto 0 0; }
  .new-homepage .bg-gradient.bg-r:after {
    right: 2em; }
  @media (max-width: 1199.98px) {
    .new-homepage .bg-gradient.bg-r:after {
      right: 0; } }
  @media (max-width: 991.98px) {
    .new-homepage .bg-gradient.bg-r img {
      margin: 0 auto; } }
  @media (max-width: 767.98px) {
    .new-homepage .bg-gradient.bg-r {
      justify-content: flex-start; }
      .new-homepage .bg-gradient.bg-r:after {
        right: 20px; } }

.new-homepage .border-r {
  position: relative;
  display: inline-block;
  max-width: 460px; }
  .new-homepage .border-r .video-container {
    max-height: 460px; }
  .new-homepage .border-r img {
    display: inline-block;
    position: relative; }
  .new-homepage .border-r:after {
    content: none; }
  .new-homepage .border-r:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 20px;
    top: 20px;
    border-radius: 0.625rem; }
    @media (max-width: 991.98px) {
      .new-homepage .border-r:before {
        left: 10px;
        top: 10px; } }
  .new-homepage .border-r.border-green:before {
    background: linear-gradient(135deg, #1ED285 0%, #12B69C 100%); }

.new-homepage .bg-gradient-purple {
  background: linear-gradient(135deg, #592277 0%, #301F5E 100%); }

.new-homepage .bg-gradient-green {
  background: linear-gradient(135deg, #1ED285 0%, #12B69C 100%); }

.new-homepage .bg-gradient-pink {
  background: linear-gradient(135deg, #FF6666 0%, #E30977 100%); }

.new-homepage .bg-gradient-blue {
  background: linear-gradient(135deg, #79DEFF 0%, #006CFF 100%); }

.new-homepage .science .slick-arrow,
.new-homepage .science .slick-dots button {
  background: linear-gradient(135deg, #1ED285 0%, #12B69C 100%); }

.new-homepage .stem .slick-arrow,
.new-homepage .stem .slick-dots button {
  background: linear-gradient(135deg, #FF6666 0%, #E30977 100%); }

.new-homepage .stem .use-case-slider-nav {
  right: auto;
  left: 3em; }
  @media (max-width: 991.98px) {
    .new-homepage .stem .use-case-slider-nav {
      left: 50%; } }

.new-homepage .future-ready .slick-arrow,
.new-homepage .future-ready .slick-dots button {
  background: linear-gradient(135deg, #79DEFF 0%, #006CFF 100%); }

.new-homepage li.science,
.new-homepage li.stem,
.new-homepage li.future {
  padding-left: 1.8rem;
  position: relative;
  line-height: 1.6;
  display: block;
  width: max-content; }
  @media (max-width: 991.98px) {
    .new-homepage li.science,
    .new-homepage li.stem,
    .new-homepage li.future {
      text-align: left; } }
  @media (max-width: 575.98px) {
    .new-homepage li.science,
    .new-homepage li.stem,
    .new-homepage li.future {
      width: auto; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .new-homepage li.science,
    .new-homepage li.stem,
    .new-homepage li.future {
      width: auto; } }
  .new-homepage li.science:before,
  .new-homepage li.stem:before,
  .new-homepage li.future:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    background: #000;
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%; }

.new-homepage li.science:before {
  background: linear-gradient(135deg, #1ED285 0%, #12B69C 100%); }

.new-homepage li.stem:before {
  background: linear-gradient(135deg, #FF6666 0%, #E30977 100%); }

.new-homepage li.future:before {
  background: linear-gradient(135deg, #79DEFF 0%, #006CFF 100%); }

.new-homepage .card-link.bg-gradient-green {
  background: linear-gradient(-45deg, #1ED285 0%, #12B69C 100%);
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .new-homepage .card-link.bg-gradient-green:hover, .new-homepage .card-link.bg-gradient-green:active, .new-homepage .card-link.bg-gradient-green:focus {
    background: linear-gradient(135deg, #1ED285 0%, #12B69C 100%);
    box-shadow: 0 10px 20px 0 rgba(85, 23, 51, 0.3); }

.new-homepage .card-link[data-fancybox] {
  opacity: 1;
  pointer-events: auto; }

.new-homepage .logos-slider {
  overflow: hidden; }

.new-homepage .icon-box .icon-box-slider.slick-dotted {
  height: auto; }

.new-homepage .slick-slide {
  outline: none; }

.new-homepage .slick-dots {
  width: 100%;
  display: flex;
  z-index: 100;
  margin-top: 2rem;
  justify-content: center; }
  .new-homepage .slick-dots li {
    display: inline-block;
    margin: 0 6px; }
  .new-homepage .slick-dots button {
    background: linear-gradient(135deg, #FF6666 0%, #E30977 100%);
    width: 8px;
    height: 8px;
    display: block;
    font-size: 0;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 50%;
    opacity: 0.3; }
  .new-homepage .slick-dots .slick-active button {
    opacity: 1; }

.new-homepage .slick-arrow {
  position: absolute;
  bottom: -3em;
  background: linear-gradient(135deg, #FF6666 0%, #E30977 100%);
  width: 50px;
  height: 50px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6em;
  border: none;
  border-radius: 50%;
  outline: none;
  transform: translateX(0);
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .new-homepage .slick-arrow.arrow-prev, .new-homepage .slick-arrow.slick-prev {
    left: 40%; }
    .new-homepage .slick-arrow.arrow-prev:hover, .new-homepage .slick-arrow.slick-prev:hover {
      transform: translateX(-10px); }
  .new-homepage .slick-arrow.arrow-next, .new-homepage .slick-arrow.slick-next {
    right: 40%; }
    .new-homepage .slick-arrow.arrow-next:hover, .new-homepage .slick-arrow.slick-next:hover {
      transform: translateX(10px); }

.new-homepage .slider-nav-container {
  position: relative; }
  @media (max-width: 991.98px) {
    .new-homepage .slider-nav-container {
      position: fixed;
      width: 100%;
      max-width: none;
      bottom: 0;
      padding: 12px 0;
      display: none;
      background: #fff;
      box-shadow: 0 -3px 20px rgba(84, 82, 142, 0.1);
      z-index: 10; } }

.new-homepage .slider-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 50px;
  margin: 3em auto 0;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .new-homepage .slider-nav .arrow-prev {
    left: 0;
    bottom: 0;
    display: none; }
    .new-homepage .slider-nav .arrow-prev.slick-arrow {
      display: flex; }
  .new-homepage .slider-nav .arrow-next {
    right: 0;
    bottom: 0;
    display: none; }
    .new-homepage .slider-nav .arrow-next.slick-arrow {
      display: flex; }
  .new-homepage .slider-nav .slick-dots {
    margin: 0; }
  .new-homepage .slider-nav.use-case-slider-nav {
    position: absolute;
    right: 3em;
    bottom: 5em;
    margin: 0; }
    @media (max-width: 1199.98px) {
      .new-homepage .slider-nav.use-case-slider-nav {
        bottom: 3em; } }
    @media (max-width: 991.98px) {
      .new-homepage .slider-nav.use-case-slider-nav {
        position: relative;
        right: auto;
        left: auto;
        bottom: auto;
        margin: 0 auto; } }

@media (min-width: 992px) {
  .new-homepage .testimonials .slider-nav {
    display: none; } }

.new-homepage .modal {
  align-items: flex-start;
  overflow-y: auto; }
  .new-homepage .modal#community-resources img {
    max-width: 420px; }

.new-homepage .modal__wrap {
  pointer-events: none; }

.new-homepage .modal__wrap .modal__content {
  max-height: none;
  padding: 60px 4.333333%;
  margin: 4em 0; }

.new-homepage .modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #592277 0%, #301F5E 100%);
  opacity: 0.9; }

.new-homepage .form .form-group input[type="text"],
.new-homepage .form .form-group input[type="email"],
.new-homepage .form .form-group input[type="tel"],
.new-homepage .form .form-group input[type="password"],
.new-homepage .form .form-group textarea,
.new-homepage .form .form-group select {
  font-size: 1.6em;
  border-radius: 8px;
  padding: 10px 25px;
  line-height: 1;
  box-shadow: none; }
  @media (max-width: 575.98px) {
    .new-homepage .form .form-group input[type="text"],
    .new-homepage .form .form-group input[type="email"],
    .new-homepage .form .form-group input[type="tel"],
    .new-homepage .form .form-group input[type="password"],
    .new-homepage .form .form-group textarea,
    .new-homepage .form .form-group select {
      height: 40px;
      padding: 0px 15px;
      font-size: 1.6em; } }

.new-homepage .form .form-group label {
  font-size: 1.6em;
  font-weight: 600; }
  .new-homepage .form .form-group label span {
    color: #ABAAB0; }

.new-homepage .social li {
  display: inline-block; }

.new-homepage .social a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #3E007F;
  color: #3E007F;
  font-size: 1.6em;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .new-homepage .social a:hover, .new-homepage .social a:active, .new-homepage .social a:focus {
    background: #3E007F;
    color: white; }

.new-homepage .footnote {
  font-size: 1.4em; }

.new-homepage .header.new-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 9999;
  height: 60px;
  overflow: visible; }
  .new-homepage .header.new-header .logo-text {
    width: 180px;
    height: 40px;
    display: table;
    margin: 0;
    text-indent: -9999rem;
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .new-homepage .header.new-header .logo-text {
        width: 200px;
        height: 36px; } }
    @media (max-width: 767.98px) {
      .new-homepage .header.new-header .logo-text {
        margin: 0 auto; } }
  .new-homepage .header.new-header .new-logo .logo-text {
    background: url(../images/new-home/merge-edu-logo-color.svg) no-repeat top center;
    background-size: contain; }
  .new-homepage .header.new-header .logo-white .logo-text {
    background: url(../images/new-home/merge-edu-logo-white.svg) no-repeat top center;
    background-size: contain; }
  .new-homepage .header.new-header .col-form {
    display: block; }
  @media (max-width: 991.98px) {
    .new-homepage .header.new-header .col-form {
      display: none; }
    .new-homepage .header.new-header .row {
      margin: 0 !important; } }

.new-homepage .header .form-field {
  position: relative;
  width: 220px;
  height: 42px;
  margin: 0 auto;
  border: 1px solid white;
  border-radius: 6px;
  color: white; }
  .new-homepage .header .form-field input:focus, .new-homepage .header .form-field button:focus {
    outline: none; }
  .new-homepage .header .form-field input {
    background: none;
    border: none;
    height: 100%;
    width: 100%;
    padding-left: 15px;
    color: white;
    font-size: 1.4em;
    font-family: 'sofia-pro-regular', sans-serif; }
  .new-homepage .header .form-field ::-webkit-input-placeholder {
    color: white; }
  .new-homepage .header .form-field button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background: none;
    border: none;
    outline: none; }
    .new-homepage .header .form-field button i {
      color: white;
      font-size: 1.4em; }

.new-homepage .header .button--text a {
  color: white;
  text-decoration: none; }
  .new-homepage .header .button--text a:hover {
    text-decoration: underline; }

.new-homepage .new-home {
  position: relative;
  overflow: hidden;
  background: white; }
  .new-homepage .new-home:before {
    content: '';
    display: block;
    width: 75%;
    height: 100%;
    position: absolute;
    left: 58%;
    top: 0;
    background: linear-gradient(135deg, #592277 0%, #301F5E 100%);
    transform: skewX(40deg); }
  .new-homepage .new-home .header-text {
    margin: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center; }
    .new-homepage .new-home .header-text .button:not(.button--text) a {
      width: 200px; }
  .new-homepage .new-home .col-form {
    display: none; }
  @media (max-width: 991.98px) {
    .new-homepage .new-home .col-form {
      display: block; } }

.new-homepage .partner-logos {
  box-shadow: 0 3px 20px rgba(84, 82, 142, 0.1);
  z-index: -1; }
  @media (max-width: 767.98px) {
    .new-homepage .partner-logos .container {
      padding: 0 !important; } }
  .new-homepage .partner-logos .slick-track {
    display: flex;
    align-items: center; }
  .new-homepage .partner-logos img {
    width: auto;
    margin: 0 40px;
    max-height: 80px;
    max-width: 140px; }
    @media (max-width: 991.98px) {
      .new-homepage .partner-logos img {
        margin: 0 30px;
        max-width: 100px;
        max-height: 60px; } }

.new-homepage .icon-box .text--container-l {
  overflow: hidden; }

.new-homepage .icon-box .icon-box-slider {
  height: auto; }

.new-homepage .icon-box img {
  max-width: 70px;
  max-height: 70px;
  margin: 0 auto; }
  @media (max-width: 767.98px) {
    .new-homepage .icon-box img {
      max-width: 50px; } }

.new-homepage .icon-box .box-item {
  width: 130px;
  padding: 0px 10px; }

.new-homepage .icon-box .know-box .icons-title {
  font-size: 1.8em;
  line-height: 20px;
  display: block; }
  @media (max-width: 991.98px) {
    .new-homepage .icon-box .know-box .icons-title {
      font-size: 1.2em; } }

@media (max-width: 991.98px) {
  .new-homepage .icon-box .icon-box-slider {
    height: 142px;
    overflow: hidden; } }

.new-homepage .use-cases {
  margin-bottom: 6rem; }
  @media (max-width: 991.98px) {
    .new-homepage .use-cases {
      margin-bottom: 0; } }

.new-homepage .use-case .row {
  margin: 4rem 0 6rem;
  min-height: 700px; }
  @media (max-width: 767.98px) {
    .new-homepage .use-case .row {
      margin: 3rem 0; } }

@media (max-width: 991.98px) {
  .new-homepage .use-case.science .case-benefit-3 .col-12:first-child {
    margin-top: -4em; } }

.new-homepage .use-case.science .case-description .bg-gradient,
.new-homepage .use-case.science .case-benefit-3 .bg-gradient,
.new-homepage .use-case.future-ready .case-description .bg-gradient {
  max-width: 600px;
  width: 100%; }
  @media (max-width: 1199.98px) {
    .new-homepage .use-case.science .case-description .bg-gradient,
    .new-homepage .use-case.science .case-benefit-3 .bg-gradient,
    .new-homepage .use-case.future-ready .case-description .bg-gradient {
      max-width: 480px; } }
  @media (max-width: 767.98px) {
    .new-homepage .use-case.science .case-description .bg-gradient,
    .new-homepage .use-case.science .case-benefit-3 .bg-gradient,
    .new-homepage .use-case.future-ready .case-description .bg-gradient {
      max-width: 520px; } }
  .new-homepage .use-case.science .case-description .bg-gradient img,
  .new-homepage .use-case.science .case-benefit-3 .bg-gradient img,
  .new-homepage .use-case.future-ready .case-description .bg-gradient img {
    max-width: 100%; }

.new-homepage .use-case .title-icon i {
  font-size: 5em; }

.new-homepage .use-case .title-icon img {
  margin-left: -6px; }

.new-homepage .use-case .button--text {
  font-size: 1.8em; }
  .new-homepage .use-case .button--text a {
    text-decoration: none;
    font-weight: 600; }

.new-homepage .use-case .slide {
  display: none; }

.new-homepage .use-case .slide.case-description,
.new-homepage .use-case .slick-initialized .slide {
  display: block; }

.new-homepage .use-case.science .title-icon,
.new-homepage .use-case.science .title-uses-secondary,
.new-homepage .use-case.science .button--text a {
  color: #12B69C; }

.new-homepage .use-case.science .bg-gradient:after {
  background: linear-gradient(135deg, #1ED285 0%, #12B69C 100%); }

.new-homepage .use-case.stem .title-icon,
.new-homepage .use-case.stem .title-uses-secondary,
.new-homepage .use-case.stem .button--text a {
  color: #E10E77; }

.new-homepage .use-case.stem .bg-gradient:after {
  background: linear-gradient(135deg, #FF6666 0%, #E30977 100%); }

.new-homepage .use-case.future-ready .title-icon,
.new-homepage .use-case.future-ready .title-uses-secondary,
.new-homepage .use-case.future-ready .button--text a {
  color: #0E79FF; }

.new-homepage .use-case.future-ready .bg-gradient:after {
  background: linear-gradient(135deg, #79DEFF 0%, #006CFF 100%); }

.new-homepage .testimonials .quote .teacher-ambassador {
  position: relative;
  width: 100%; }
  .new-homepage .testimonials .quote .teacher-ambassador:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    top: -0.5em; }
  .new-homepage .testimonials .quote .teacher-ambassador img {
    max-width: 86px; }
    @media (max-width: 767.98px) {
      .new-homepage .testimonials .quote .teacher-ambassador img {
        margin-bottom: 2em; } }

.new-homepage .testimonials .quote.gradient-pink svg path {
  fill: #E10E77; }

.new-homepage .testimonials .quote.gradient-pink .teacher-ambassador:before {
  background: linear-gradient(135deg, #FF6666 0%, #E30977 100%); }

.new-homepage .testimonials .quote.gradient-green svg path {
  fill: #12B69C; }

.new-homepage .testimonials .quote.gradient-green .teacher-ambassador:before {
  background: linear-gradient(135deg, #1ED285 0%, #12B69C 100%); }

@media (max-width: 991.98px) {
  .new-homepage .testimonials .testimonial {
    display: none; }
  .new-homepage .testimonials .col-12:first-child .testimonial,
  .new-homepage .testimonials .slick-initialized .testimonial {
    display: flex; } }

.new-homepage .join-box {
  transform: translateY(-50%);
  z-index: 1; }
  .new-homepage .join-box.contact-sales .card {
    overflow: hidden; }
    .new-homepage .join-box.contact-sales .card:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1rem;
      background: linear-gradient(135deg, #FF6666 0%, #E30977 100%); }
  @media (max-width: 991.98px) {
    .new-homepage .join-box .text--container-l {
      max-width: 88%; } }
  .new-homepage .join-box .button--m.cta a {
    font-size: 1.2rem;
    padding: 1.3rem 3rem;
    height: auto;
    min-width: 220px;
    line-height: 1; }

.new-homepage .options-box .card {
  overflow: hidden; }
  .new-homepage .options-box .card.pricing .title--title9, .new-homepage .options-box .card.pricing .policy .content .policy__text .table-responsive table thead th, .policy .content .policy__text .table-responsive table thead .new-homepage .options-box .card.pricing th,
  .new-homepage .options-box .card.pricing .policy .content .minor__text .table-responsive table thead th, .policy .content .minor__text .table-responsive table thead .new-homepage .options-box .card.pricing th,
  .new-homepage .options-box .card.pricing .minor .content .policy__text .table-responsive table thead th, .minor .content .policy__text .table-responsive table thead .new-homepage .options-box .card.pricing th,
  .new-homepage .options-box .card.pricing .minor .content .minor__text .table-responsive table thead th, .minor .content .minor__text .table-responsive table thead .new-homepage .options-box .card.pricing th {
    font-size: 2em;
    line-height: 1.5; }

.new-homepage .options-box .card-inner {
  max-width: 420px; }

.new-homepage .options-box li.science {
  width: 33.33%; }
  @media (max-width: 991.98px) {
    .new-homepage .options-box li.science {
      width: 100%;
      max-width: 320px; } }
  .new-homepage .options-box li.science i {
    position: absolute;
    left: 0;
    top: 0.4rem;
    color: #12B69C; }
  .new-homepage .options-box li.science:before {
    content: none; }

.new-homepage .contact-sales .card-link {
  width: 48.5%; }
  @media (max-width: 1199.98px) {
    .new-homepage .contact-sales .card-link {
      width: 100%; } }

.new-homepage .contact-sales img {
  max-width: 400px; }
  @media (max-width: 991.98px) {
    .new-homepage .contact-sales img {
      max-width: 280px; } }

.new-homepage .footer {
  padding-bottom: 0; }
  .new-homepage .footer .top {
    padding-bottom: 10em; }
    @media (max-width: 991.98px) {
      .new-homepage .footer .top {
        padding-bottom: 6em; } }
    @media (max-width: 767.98px) {
      .new-homepage .footer .top {
        padding-bottom: 0; } }
  .new-homepage .footer a:not(.dropdown-item) {
    color: inherit;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 2;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    .new-homepage .footer a:not(.dropdown-item):hover {
      color: #FD0074; }
  .new-homepage .footer .label--label2 {
    color: #3E007F;
    font-size: 1.8em; }
  .new-homepage .footer .contact-info i {
    color: #3E007F; }
  .new-homepage .footer .social a {
    line-height: 40px;
    color: #3E007F; }
    .new-homepage .footer .social a:hover, .new-homepage .footer .social a:active, .new-homepage .footer .social a:focus {
      background: #3E007F;
      color: white; }
  .new-homepage .footer .bottom .copyright {
    display: block;
    color: inherit;
    padding: 2.5em 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .new-homepage .footer.bg-gradient-purple .label--label2 {
    color: #B86DFF; }
  .new-homepage .footer.bg-gradient-purple .social a {
    border-color: white; }
    .new-homepage .footer.bg-gradient-purple .social a:hover, .new-homepage .footer.bg-gradient-purple .social a:active, .new-homepage .footer.bg-gradient-purple .social a:focus {
      background: #E10E77;
      border-color: #E10E77;
      color: white; }
  .new-homepage .footer.bg-gradient-purple a:not(.dropdown-item),
  .new-homepage .footer.bg-gradient-purple .bottom .copyright {
    color: white; }

@media (max-width: 1199.98px) {
  .new-homepage .title--title7, .new-homepage .policy .content .policy__text > h4, .policy .content .new-homepage .policy__text > h4,
  .new-homepage .policy .content .minor__text > h4, .policy .content .new-homepage .minor__text > h4,
  .new-homepage .minor .content .policy__text > h4, .minor .content .new-homepage .policy__text > h4,
  .new-homepage .minor .content .minor__text > h4, .minor .content .new-homepage .minor__text > h4 {
    font-size: 2.15em; } }

@media (max-width: 991.98px) {
  .new-homepage .title--title4 {
    font-size: 3.8em;
    line-height: 1.3em; }
  .new-homepage .title--title5 {
    font-size: 3.2em;
    line-height: 1.3em; }
  .new-homepage .title--title6, .new-homepage .policy .content .policy__text > h3, .policy .content .new-homepage .policy__text > h3,
  .new-homepage .policy .content .minor__text > h3, .policy .content .new-homepage .minor__text > h3,
  .new-homepage .minor .content .policy__text > h3, .minor .content .new-homepage .policy__text > h3,
  .new-homepage .minor .content .minor__text > h3, .minor .content .new-homepage .minor__text > h3 {
    font-size: 3.8em;
    line-height: 1.2em; }
  .new-homepage .title--title9, .new-homepage .policy .content .policy__text .table-responsive table thead th, .policy .content .policy__text .table-responsive table thead .new-homepage th,
  .new-homepage .policy .content .minor__text .table-responsive table thead th, .policy .content .minor__text .table-responsive table thead .new-homepage th,
  .new-homepage .minor .content .policy__text .table-responsive table thead th, .minor .content .policy__text .table-responsive table thead .new-homepage th,
  .new-homepage .minor .content .minor__text .table-responsive table thead th, .minor .content .minor__text .table-responsive table thead .new-homepage th {
    font-size: 2em; }
  .new-homepage .txt--p1,
  .new-homepage .txt--p2,
  .new-homepage .txt--p3,
  .new-homepage .txt--p4,
  .new-homepage .policy .content .policy__text > p,
  .policy .content .new-homepage .policy__text > p,
  .new-homepage .policy .content .policy__text > ul li,
  .policy .content .policy__text > ul .new-homepage li,
  .new-homepage .policy .content .policy__text > ol li,
  .policy .content .policy__text > ol .new-homepage li,
  .new-homepage .policy .content .minor__text > p,
  .policy .content .new-homepage .minor__text > p,
  .new-homepage .policy .content .minor__text > ul li,
  .policy .content .minor__text > ul .new-homepage li,
  .new-homepage .policy .content .minor__text > ol li,
  .policy .content .minor__text > ol .new-homepage li,
  .new-homepage .minor .content .policy__text > p,
  .minor .content .new-homepage .policy__text > p,
  .new-homepage .minor .content .policy__text > ul li,
  .minor .content .policy__text > ul .new-homepage li,
  .new-homepage .minor .content .policy__text > ol li,
  .minor .content .policy__text > ol .new-homepage li,
  .new-homepage .minor .content .minor__text > p,
  .minor .content .new-homepage .minor__text > p,
  .new-homepage .minor .content .minor__text > ul li,
  .minor .content .minor__text > ul .new-homepage li,
  .new-homepage .minor .content .minor__text > ol li,
  .minor .content .minor__text > ol .new-homepage li {
    line-height: 1.8em; }
  .new-homepage .txt--p1 {
    font-size: 2.6em; }
  .new-homepage .txt--p2 {
    font-size: 2em; }
  .new-homepage .txt--p3,
  .new-homepage .txt--p4,
  .new-homepage .policy .content .policy__text > p,
  .policy .content .new-homepage .policy__text > p,
  .new-homepage .policy .content .policy__text > ul li,
  .policy .content .policy__text > ul .new-homepage li,
  .new-homepage .policy .content .policy__text > ol li,
  .policy .content .policy__text > ol .new-homepage li,
  .new-homepage .policy .content .minor__text > p,
  .policy .content .new-homepage .minor__text > p,
  .new-homepage .policy .content .minor__text > ul li,
  .policy .content .minor__text > ul .new-homepage li,
  .new-homepage .policy .content .minor__text > ol li,
  .policy .content .minor__text > ol .new-homepage li,
  .new-homepage .minor .content .policy__text > p,
  .minor .content .new-homepage .policy__text > p,
  .new-homepage .minor .content .policy__text > ul li,
  .minor .content .policy__text > ul .new-homepage li,
  .new-homepage .minor .content .policy__text > ol li,
  .minor .content .policy__text > ol .new-homepage li,
  .new-homepage .minor .content .minor__text > p,
  .minor .content .new-homepage .minor__text > p,
  .new-homepage .minor .content .minor__text > ul li,
  .minor .content .minor__text > ul .new-homepage li,
  .new-homepage .minor .content .minor__text > ol li,
  .minor .content .minor__text > ol .new-homepage li,
  .new-homepage .button--text {
    font-size: 1.8em; }
  .new-homepage .use-case .title-icon img {
    margin: 0 auto; } }

@media (max-width: 767.98px) {
  .new-homepage .title--title4 {
    font-size: 3.4em; }
  .new-homepage .title--title5 {
    font-size: 2.8em; }
  .new-homepage .title--title6, .new-homepage .policy .content .policy__text > h3, .policy .content .new-homepage .policy__text > h3,
  .new-homepage .policy .content .minor__text > h3, .policy .content .new-homepage .minor__text > h3,
  .new-homepage .minor .content .policy__text > h3, .minor .content .new-homepage .policy__text > h3,
  .new-homepage .minor .content .minor__text > h3, .minor .content .new-homepage .minor__text > h3 {
    font-size: 2.8em; }
  .new-homepage .title--title9, .new-homepage .policy .content .policy__text .table-responsive table thead th, .policy .content .policy__text .table-responsive table thead .new-homepage th,
  .new-homepage .policy .content .minor__text .table-responsive table thead th, .policy .content .minor__text .table-responsive table thead .new-homepage th,
  .new-homepage .minor .content .policy__text .table-responsive table thead th, .minor .content .policy__text .table-responsive table thead .new-homepage th,
  .new-homepage .minor .content .minor__text .table-responsive table thead th, .minor .content .minor__text .table-responsive table thead .new-homepage th {
    font-size: 1.8em; }
  .new-homepage .txt--p1 {
    font-size: 2em; }
  .new-homepage .txt--p2,
  .new-homepage .txt--p3,
  .new-homepage .txt--p4,
  .new-homepage .policy .content .policy__text > p,
  .policy .content .new-homepage .policy__text > p,
  .new-homepage .policy .content .policy__text > ul li,
  .policy .content .policy__text > ul .new-homepage li,
  .new-homepage .policy .content .policy__text > ol li,
  .policy .content .policy__text > ol .new-homepage li,
  .new-homepage .policy .content .minor__text > p,
  .policy .content .new-homepage .minor__text > p,
  .new-homepage .policy .content .minor__text > ul li,
  .policy .content .minor__text > ul .new-homepage li,
  .new-homepage .policy .content .minor__text > ol li,
  .policy .content .minor__text > ol .new-homepage li,
  .new-homepage .minor .content .policy__text > p,
  .minor .content .new-homepage .policy__text > p,
  .new-homepage .minor .content .policy__text > ul li,
  .minor .content .policy__text > ul .new-homepage li,
  .new-homepage .minor .content .policy__text > ol li,
  .minor .content .policy__text > ol .new-homepage li,
  .new-homepage .minor .content .minor__text > p,
  .minor .content .new-homepage .minor__text > p,
  .new-homepage .minor .content .minor__text > ul li,
  .minor .content .minor__text > ul .new-homepage li,
  .new-homepage .minor .content .minor__text > ol li,
  .minor .content .minor__text > ol .new-homepage li,
  .new-homepage .button--text {
    font-size: 1.8em;
    line-height: 1.8em; }
  .new-homepage .button + .button {
    margin: 0.6rem 0 0; } }

@media only screen and (min-width: 1600px) {
  .new-homepage .container {
    max-width: 1500px; }
  .new-homepage .bg-gradient:after {
    max-height: 420px; }
  .new-homepage .use-case-slider-nav {
    right: 10em; }
  .new-homepage .stem .use-case-slider-nav {
    left: 10em; } }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .new-homepage .container {
    max-width: 1280px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .new-homepage .new-home .header-text {
    min-height: auto;
    padding: 24em 0 !important; }
  .new-homepage .new-home:before {
    left: 65%; }
  .new-homepage .new-home .card {
    padding: 0 !important;
    background: none;
    box-shadow: none; }
  .new-homepage .container {
    max-width: 990px; }
  .new-homepage .use-case .row {
    min-height: 620px; }
  .new-homepage .slider-nav.use-case-slider-nav {
    bottom: 2em; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .new-homepage .new-home .header-text {
    padding-top: 8rem !important; }
  .new-homepage .border-r {
    max-width: 380px; }
    .new-homepage .border-r .video-container {
      max-height: 380px; }
  .new-homepage .new-home:before {
    left: 95%;
    transform: skewX(34deg); }
  .new-homepage .pt-overlap {
    margin-top: -26rem; } }

@media only screen and (max-width: 767px) {
  .new-homepage .new-home .header-text {
    padding-top: 10rem !important; }
  .new-homepage .border-r {
    max-width: 300px; }
    .new-homepage .border-r .video-container {
      max-height: 300px; }
  .new-homepage .new-home:before {
    content: none; }
  .new-homepage .header.new-header,
  .new-homepage .header.new-header .container {
    padding: 0 !important; }
  .new-homepage .header.new-header {
    height: auto; }
  .new-header .col-buttons {
    padding-top: 10px;
    padding-bottom: 10px;
    background: linear-gradient(135deg, #592277 0%, #301F5E 100%); }
  .new-header .col-buttons .buttons {
    padding: 0; }
  .new-header .col-logo {
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 3px 20px rgba(84, 82, 142, 0.1); }
  .new-homepage .button--primary a,
  .new-homepage .button--tertiary a {
    line-height: 38px;
    height: 40px; }
  .new-homepage .new-home .card {
    width: 90%; } }

.pricing-2.new-homepage .content {
  background: white; }

.pricing-2 .page-header {
  padding: 16em 0 8em; }
  .pricing-2 .page-header a {
    color: #FD0074; }
    .pricing-2 .page-header a:hover {
      text-decoration: underline; }

@media (max-width: 767.98px) {
  .pricing-2 .header {
    background: white; }
    .pricing-2 .header .col-logo {
      box-shadow: none; }
    .pricing-2 .header .col-buttons {
      background: none; }
    .pricing-2 .header .button--text a {
      color: #FD0074; }
    .pricing-2 .header.new-header .logo-white .logo-text {
      background: url(../images/new-home/merge-edu-logo-color.svg) no-repeat top center;
      background-size: contain; }
  .pricing-2 .page-header {
    padding: 20em 0 6em; } }

.section-pricing .table {
  text-align: center;
  width: 94%;
  max-width: 1280px;
  margin: 0 auto 20px; }
  .section-pricing .table tbody {
    border-radius: 10px 0 10px 10px;
    box-shadow: 0 3px 20px rgba(84, 82, 142, 0.1); }
  .section-pricing .table th, .section-pricing .table td {
    vertical-align: middle; }
  .section-pricing .table th {
    border: 0;
    padding: 0; }
    .section-pricing .table th:last-child .theader {
      margin-left: auto; }
  .section-pricing .table .theader {
    padding: 34px 0;
    border-radius: 10px 10px 0 0;
    max-width: 98%; }
  .section-pricing .table td {
    border: 1px solid #EBEBEC;
    min-width: 175px;
    max-width: 300px;
    padding: 30px;
    vertical-align: middle; }
    .section-pricing .table td:first-child {
      text-align: left;
      border-left: none;
      letter-spacing: -0.5px; }
    .section-pricing .table td:last-child {
      border-right: none; }
  .section-pricing .table tr:first-child td {
    border-top: none; }
  .section-pricing .table tr:last-child td {
    border-bottom: none;
    padding-bottom: 60px; }
    .section-pricing .table tr:last-child td:first-child {
      vertical-align: top;
      line-height: 64px; }
  .section-pricing .table tr:last-child .txt--p1 {
    font-size: 3em; }
  .section-pricing .table .button {
    width: 240px; }
    .section-pricing .table .button a {
      font-size: 1.6em; }
  @media (max-width: 991.98px) {
    .section-pricing .table {
      width: 100%;
      height: 100%;
      margin: 0 0 20px; }
      .section-pricing .table th {
        height: 100%; }
      .section-pricing .table .theader {
        padding: 20px;
        font-size: 1.6em;
        line-height: 1.4;
        height: 100%; }
      .section-pricing .table .txt--p3 {
        font-size: 1.5em; }
      .section-pricing .table td {
        padding: 24px 10px;
        line-height: 1.4;
        min-width: 130px;
        max-width: 0; }
        .section-pricing .table td:first-child {
          position: sticky;
          left: 0;
          top: 0;
          padding: 0;
          background: white;
          border-right: 0;
          height: 100%;
          min-width: 180px;
          vertical-align: middle;
          z-index: 1; }
          .section-pricing .table td:first-child div {
            padding: 24px 10px;
            width: calc(100% + 1px);
            height: 100%;
            border-right: 1px solid #EBEBEC; }
        .section-pricing .table td:nth-child(2) {
          border-left: 0; }
      .section-pricing .table .button {
        max-width: 110px;
        margin-bottom: 40px; }
        .section-pricing .table .button a {
          font-size: 1.3em;
          padding: 0;
          min-width: auto; }
      .section-pricing .table tr:first-child td:first-child {
        border-radius: 10px 0 0 0; }
      .section-pricing .table tr:last-child td {
        padding-bottom: 0; }
        .section-pricing .table tr:last-child td:first-child {
          line-height: 1.4;
          border-radius: 0 0 0 10px; }
      .section-pricing .table tr:last-child .txt--p1 {
        font-size: 2em; } }
  @media (max-width: 575.98px) {
    .section-pricing .table td {
      min-width: 100px; }
      .section-pricing .table td:first-child {
        min-width: 140px; } }
  @media (max-width: 375px) {
    .section-pricing .table td {
      min-width: 130px; }
      .section-pricing .table td:first-child {
        min-width: 115px; } }
  .section-pricing .table .tooltip {
    font-size: 1rem;
    margin-left: 5px !important; }

@media (max-width: 991.98px) {
  .section-pricing .pricing-table {
    padding: 0 20px; } }

@media (max-width: 767.98px) {
  .section-pricing .pricing-table {
    padding: 0 15px; } }

@media (max-width: 575.98px) {
  .section-pricing .pricing-table {
    padding: 0; } }

.section-pricing .tooltip {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  opacity: 1;
  line-height: 0;
  cursor: help; }
  .section-pricing .tooltip i {
    color: #ABAAB0; }

.section-pricing i.pink {
  color: #E10E77; }

.section-pricing i.green {
  color: #12B69C; }

@media (max-width: 991.98px) {
  .section-pricing .container-fluid, .section-pricing .container-sm, .section-pricing .container-md, .section-pricing .container-lg, .section-pricing .container-xl {
    padding: 0; } }

.ui-tooltip {
  background: black;
  color: white;
  font-size: 0.9rem;
  border: none;
  box-shadow: none;
  border-radius: 3px;
  padding: 10px;
  letter-spacing: -0.5px; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-75 {
    width: 75% !important; }
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-auto {
    width: auto !important; }
  .h-sm-25 {
    height: 25% !important; }
  .h-sm-50 {
    height: 50% !important; }
  .h-sm-75 {
    height: 75% !important; }
  .h-sm-100 {
    height: 100% !important; }
  .h-sm-auto {
    height: auto !important; } }

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-75 {
    width: 75% !important; }
  .w-md-100 {
    width: 100% !important; }
  .w-md-auto {
    width: auto !important; }
  .h-md-25 {
    height: 25% !important; }
  .h-md-50 {
    height: 50% !important; }
  .h-md-75 {
    height: 75% !important; }
  .h-md-100 {
    height: 100% !important; }
  .h-md-auto {
    height: auto !important; } }

@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important; }
  .w-lg-50 {
    width: 50% !important; }
  .w-lg-75 {
    width: 75% !important; }
  .w-lg-100 {
    width: 100% !important; }
  .w-lg-auto {
    width: auto !important; }
  .h-lg-25 {
    height: 25% !important; }
  .h-lg-50 {
    height: 50% !important; }
  .h-lg-75 {
    height: 75% !important; }
  .h-lg-100 {
    height: 100% !important; }
  .h-lg-auto {
    height: auto !important; } }

@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important; }
  .w-xl-50 {
    width: 50% !important; }
  .w-xl-75 {
    width: 75% !important; }
  .w-xl-100 {
    width: 100% !important; }
  .w-xl-auto {
    width: auto !important; }
  .h-xl-25 {
    height: 25% !important; }
  .h-xl-50 {
    height: 50% !important; }
  .h-xl-75 {
    height: 75% !important; }
  .h-xl-100 {
    height: 100% !important; }
  .h-xl-auto {
    height: auto !important; } }
