/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/main.scss ***!
  \************************************************************************************************************/
@charset "UTF-8";
/*_base.scss
  normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 70px;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  opacity: 1;
  margin: auto;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  padding: 3px 3px 3px 9px;
  font-family: "Open Sans", sans-serif;
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px;
}

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
}

.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 3px;
  background: 0 0;
  line-height: 1;
  cursor: auto;
}

[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 62.5rem;
  margin: 0 auto;
}

.grid-container.fluid {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 100%;
  margin: 0 auto;
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}

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

.cell.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-1,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-full,
.grid-x > .small-shrink {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-1,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-full,
  .grid-x > .medium-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-1,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-full,
  .grid-x > .large-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-x > .small-1,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-1,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-1,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.grid-margin-x > .cell {
  width: calc(100% - 1.875rem);
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.875rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.875rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.875rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.875rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.875rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.875rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.875rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.875rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.875rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.875rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.875rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.875rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}
.grid-padding-x .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

.grid-padding-x > .cell {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

.hide-me {
  display: none !important;
}

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

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.875rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.875rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.875rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.875rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.875rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.875rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.875rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.875rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
.small-offset-0 {
  margin-left: 0;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.9375rem);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.9375rem);
}

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.9375rem);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.9375rem);
}

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.9375rem);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.9375rem);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.9375rem);
}

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.9375rem);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.9375rem);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.9375rem);
}

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.9375rem);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.9375rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}
.grid-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
  max-width: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-1,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-full,
.grid-y > .small-shrink {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-1,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-full,
  .grid-y > .medium-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-1,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-full,
  .grid-y > .large-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-y > .small-1,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-y > .small-1 {
  height: 8.33333%;
}

.grid-y > .small-2 {
  height: 16.66667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333%;
}

.grid-y > .small-5 {
  height: 41.66667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333%;
}

.grid-y > .small-8 {
  height: 66.66667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333%;
}

.grid-y > .small-11 {
  height: 91.66667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-1,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-1,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
.grid-padding-y .grid-padding-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

.grid-padding-y > .cell {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

.grid-margin-y > .cell {
  height: calc(100% - 1.875rem);
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.875rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.875rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.875rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.875rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.875rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.875rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.875rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.875rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.875rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.875rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.875rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.875rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

.grid-margin-y > .cell {
  height: calc(100% - 1.875rem);
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.875rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.875rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.875rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.875rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.875rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.875rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.875rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.875rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.875rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.875rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.875rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.875rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
.grid-frame.grid-margin-y {
  height: calc(100vh + 1.875rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.slide-in-down.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  -webkit-transition-duration: 750ms !important;
  transition-duration: 750ms !important;
}

.fast {
  -webkit-transition-duration: 250ms !important;
  transition-duration: 250ms !important;
}

.linear {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.ease {
  -webkit-transition-timing-function: ease !important;
  transition-timing-function: ease !important;
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important;
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}

.long-delay {
  -webkit-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
}

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  15%, 25%, 35%, 45%, 5%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  15%, 25%, 35%, 45%, 5%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
  animation-name: spin-ccw-1turn;
}

@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%, 100%, 30%, 70% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%, 100%, 30%, 70% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.shake,
.spin-ccw,
.spin-cw,
.wiggle {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.long-delay {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

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

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

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

@media (min-width: 640px) {
  .medium-text-center {
    text-align: center;
  }
}
@media (min-width: 640px) {
  .medium-text-right {
    text-align: right;
  }
}
@media (min-width: 640px) {
  .mobile_only {
    display: none !important;
  }
}
.hide_for_mobile {
  display: none !important;
}

@media (min-width: 640px) {
  .hide_for_mobile {
    display: block !important;
  }
}
.tablet_only {
  display: none !important;
}

@media (min-width: 640px) {
  .tablet_only {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .tablet_only {
    display: none !important;
  }
}
.desktop_only {
  display: none !important;
}

@media (min-width: 1024px) {
  .desktop_only {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .hide_for_desktop {
    display: none !important;
  }
}
/*_colors.scss*/ /*_header.scss*/
.custom-logo {
  padding-top: 10px;
}

@media (min-width: 1024px) {
  .children .children,
  .sub-menu .sub-menu {
    display: none !important;
  }
  .children .menu-item-has-children:hover .children,
  .sub-menu .menu-item-has-children:hover .sub-menu {
    display: block !important;
    position: absolute;
    border: 0 !important;
    left: 199px;
    top: 0;
    background-color: #3851ba;
    margin-left: 0 !important;
  }
}
.menu-item-has-children:before {
  border: none;
  float: right;
  color: white;
  font-size: 0.625rem;
  line-height: 1.5625rem;
}

@media (min-width: 1024px) {
  .menu-item-has-children:before {
    display: none;
  }
  .menu-item-has-children:after {
    position: absolute;
    border: none;
    color: white;
    font-size: 0.625rem;
    line-height: 1.5625rem;
    top: 0;
    right: 0;
  }
}
/*_search.scss*/
.search-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.search-content fieldset {
  outline: 0;
  border: 0;
  padding: 0;
  position: relative;
}
.search-content #search-bar {
  font-size: 14.2px;
  color: #9D9D9D;
  transition: all, 0.7s;
  background-color: white;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #3851ba;
  margin: 0 18px 0 35px;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.search-content #search-bar::-webkit-input-placeholder {
  opacity: 0;
  font-size: 16px;
  color: #abb8c3;
  width: 1px;
}
.search-content #search-bar:focus {
  outline: 0;
  width: 12.5em;
  border: 1px solid #3851ba;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.search-content #search-bar:focus::-webkit-input-placeholder {
  opacity: 1;
}
.search-content .icons-container {
  position: absolute;
  top: 0;
  right: 18px;
}
.search-content .icons-container #search-submit,
.search-content .icons-container #search-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  padding: 0;
}
.search-content .icons-container #search-submit {
  display: none;
}
.search-content .icons-container #search-submit.show-me {
  display: flex !important;
}

.ui-autocomplete {
  max-width: 400px;
  background-color: white;
  border: 1px solid #3851ba;
  z-index: 3;
  border-radius: 0 20px 20px 20px;
  position: absolute !important;
  top: 100px !important;
  left: unset !important;
  right: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}
.ui-autocomplete .ui-menu-item {
  font-size: 15px;
  line-height: 1.35;
  text-decoration: underline;
  cursor: pointer;
  list-style: none;
  padding: 8px 15px;
}
.ui-autocomplete .ui-menu-item:hover {
  text-decoration: none;
  color: #3851ba;
}

/*_accordion.scss*/
details > summary,
details > summary::-webkit-details-marker {
  display: none;
}

.gb-block-accordion {
  margin: 0;
  padding: 0;
}

.link.gb-block-accordion .gb-accordion-title {
  color: #3851ba;
  border: none;
  background: none;
  font-size: 28px;
  line-height: 1;
  text-align: center;
}

.link.gb-block-accordion summary:before,
.link.gb-block-accordion summary:after {
  display: none;
  content: "";
}

.link.gb-block-accordion .gb-accordion-title:hover,
.link.gb-block-accordion .gb-accordion-title:focus {
  color: rgba(7, 16, 64, 0.5);
  border: none;
  background: none;
}

.gb-block-accordion .gb-accordion-title {
  color: white;
  position: relative;
  background: #3851ba;
  border-color: #555;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  border-radius: 10px 10px 10px 10px;
  border-width: 0px 0px 0px 0px;
  padding-top: 14px;
  padding-right: 16px;
  padding-bottom: 14px;
  padding-left: 16px;
  margin-top: 15px;
  word-wrap: break-word;
  white-space: normal;
}

.light.gb-block-accordion .gb-accordion-title {
  color: #1c244b;
  border-color: #f3f5f8;
  background-color: #f3f5f8;
}

.transparent.gb-block-accordion .gb-accordion-title {
  color: #fff;
  border-color: transparent;
  background-color: transparent;
  text-align: center;
}

.gb-block-accordion summary {
  display: block;
  transition: all ease-in-out 0.2s;
}

.gb-block-accordion summary:before {
  content: "+";
  float: right;
  font-size: 2em;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  transition: all ease-in-out 0.2s;
}

.transparent.gb-block-accordion summary:before {
  content: " ";
  float: left;
  font-size: 1.5em;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  transition: all ease-in-out 0.2s;
}

.gb-block-accordion summary:after {
  content: "−";
  position: absolute;
  right: 15px;
  top: 15px;
  float: right;
  font-size: 2em;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.1333333333s;
}

.transparent.gb-block-accordion summary:after {
  content: " ";
  position: absolute;
  right: 15px;
  top: 15px;
  float: right;
  font-size: 2em;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.1333333333s;
}

.gb-block-accordion details summary:after,
.gb-block-accordion details[open] summary:before,
.gb-block-accordion details[open] summary:after {
  display: none;
}

.gb-block-accordion .gb-accordion-title:hover,
.gb-block-accordion .gb-accordion-title:focus {
  color: white;
  background: #3851ba;
  border-color: #eee;
  cursor: pointer;
}

.transparent.gb-block-accordion .gb-accordion-title:hover,
.transparent.gb-block-accordion .gb-accordion-title:focus {
  color: #fff;
  background: transparent;
  border-color: #eee;
  cursor: pointer;
  font-size: 18px;
}

.gb-block-accordion .gb-accordion-text {
  padding: 10px 15px;
  transform: translateY(-50%);
  transition-timing-function: ease-in;
  transition: 0.2s;
}

.gb-block-accordion details[open] .gb-accordion-text {
  transform: translateY(0%);
  transition-timing-function: ease-in;
  transition: 0.2s;
}

/* The above code can get removed for accordions once all has been refactored */
.accordion-group--bg-transparent .accordion-item {
  background-color: transparent;
}

.accordion-item, .accordion-item:last-of-type, .accordion-item:first-of-type {
  border: 0;
  border-radius: 0;
  margin-bottom: 5px;
}
.accordion-header {
  font-size: inherit;
  margin: 0 !important;
  opacity: 1;
}
.accordion-header .vertical,
.accordion-header .collapsed .vertical,
.accordion-header .collapsed .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
}
.accordion-header .collapsed .horizontal {
  opacity: 1;
}
.accordion-header .horizontal {
  opacity: 0;
}
.accordion-button {
  color: #fff !important;
  background-color: #1c244b !important;
  text-transform: inherit;
  border-radius: 10px !important;
  padding: 14px 16px;
  box-shadow: none;
}
.accordion-button::after, .accordion-button:not(.collapsed)::after {
  display: none !important;
}
.accordion-button:focus {
  z-index: 0;
  background: #3851ba !important;
  border-color: #eee;
  cursor: pointer;
  outline: 0;
  box-shadow: none;
}
.accordion-button .circle-plus {
  height: 1em;
  width: 1em;
  font-size: 2em;
  opacity: 1;
  top: 12px;
  position: absolute;
  right: 10px;
}
.accordion-button .circle-plus .horizontal {
  position: absolute;
  background-color: white;
  width: 20px;
  height: 5px;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -5px;
}
.accordion-button .circle-plus .vertical {
  position: absolute;
  background-color: white;
  width: 5px;
  height: 20px;
  left: 50%;
  margin-left: -2.5px;
  top: 50%;
  margin-top: -12.5px;
}

/*_button.scss*/
.button,
.tabA,
button {
  border-radius: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  padding: 8px 20px;
  font-weight: 600;
  text-align: center;
  transition: all 0.2s linear;
  cursor: pointer;
}

.button.bg_blue,
.tabA.bg_blue,
button.bg_blue {
  background: #3851ba;
  color: white;
  border: 2px solid #3851ba;
  text-decoration: none;
}

.button.bg_yellow_fdb82c:hover,
.button.bg_red_cb2029:hover,
.button.bg_green_47e7b1:hover,
.button.bg_blue:hover,
.tabA.bg_blue:hover,
button.bg_blue:hover {
  background: white;
  color: #3851ba;
  border: 1px solid #3851ba;
}

.button.bg_green_47e7b1,
button.bg_green_47e7b1 {
  color: #1c244b;
  background: white;
  border: 1px solid #3851ba;
  border-radius: 50px;
  text-decoration: none;
}

.button.bg_red_cb2029,
button.bg_red_cb2029 {
  color: white;
  background: #3851ba;
  border: 2px solid #1c244b;
}

.button.bg_yellow_fdb82c,
button.bg_yellow_fdb82c {
  color: #1c244b;
  background: #f5ae10;
  border: 2px solid #1c244b;
}

.button.bg_gradient_blue,
button.bg_gradient_blue {
  color: #1c244b;
  border: 0px;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #eee 80%, #3851ba 100%);
  background: -webkit-linear-gradient(top, white 0%, #eee 80%, #3851ba 100%);
  background: linear-gradient(to bottom, white 0%, #eee 80%, #3851ba 100%);
}

.breached.button.bg_red_cb2029 {
  border: 2px solid #1c244b;
}

.button.bg_red_cb2029:hover {
  border: 2px solid #1c244b;
}

.button.bg_yellow_fdb82c:hover {
  border: 2px solid #1c244b;
  color: #1c244b;
}

.button.bg_gradient_blue:hover,
button.bg_gradient_blue:hover {
  border: 0px;
  color: #1c244b;
  background: white;
  background: -moz-linear-gradient(top, white 95%, #eee 100%);
  background: -webkit-linear-gradient(top, white 95%, #eee 100%);
  background: linear-gradient(to bottom, white 95%, #eee 100%);
}

.button.bg_white,
.tabA.bg_white,
button.bg_white {
  background-color: white;
  color: #1c244b;
}

.button.bg_white:hover,
.tabA.bg_white:hover,
button.bg_white:hover {
  background-color: #1c244b;
  color: white;
}

.button.bg_hollow_white,
.tabA.bg_hollow_white,
button.bg_hollow_white {
  background-color: #1c244b;
  color: white;
  border: 1px solid white;
}

.button.bg_hollow_white:hover,
.tabA.bg_hollow_white:hover,
button.bg_hollow_white:hover {
  background-color: hsla(0, 0%, 100%, 0.25);
}

@media (min-width: 640px) {
  .button.bg_hollow_white,
  .tabA.bg_hollow_white,
  button.bg_hollow_white {
    background-color: hsla(0, 0%, 100%, 0.25);
    border: 1px solid white;
  }
  .button.bg_hollow_white:hover,
  .tabA.bg_hollow_white:hover,
  button.bg_hollow_white:hover {
    background-color: white;
    color: #1c244b;
  }
}
.button.bg_red_cb2029,
.button.bg_blue {
  border-radius: 40px;
  text-decoration: none;
}

.fl-node-5d67eb55ce8fa .uabb-creative-button-wrap a,
.fl-node-5d67eb55ce8fa .uabb-creative-button-wrap a:visited,
.uabb-creative-button {
  padding: 12px 0px;
  border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  color: white !important;
  text-transform: uppercase !important;
}

.fl-node-5d67eb55ce8fa .uabb-creative-button-wrap a:hover,
.fl-node-5d67eb55ce8fa .uabb-creative-button-wrap a:hover,
.uabb-creative-button:hover {
  background-color: #39454d !important;
}

.fl-node-5d72bc09e01d4 .uabb-creative-button-wrap a,
.fl-node-5d72bc09e01d4 .uabb-creative-button-wrap a:visited {
  background-color: transparent !important;
  border: 1px solid #1c244b !important;
  color: white !important;
}

.fl-node-5d72bc09e01d4 .uabb-creative-button-wrap a span,
.fl-node-5d72bc09e01d4 .uabb-creative-button-wrap a:visited span {
  color: #1c244b !important;
}

.fl-node-5d72bc09e01d4 .uabb-creative-button-wrap a:hover,
.fl-node-5d72bc09e01d4 .uabb-creative-button-wrap a:hover {
  background-color: #39454d !important;
}

.fl-node-5d72bc09e01d4 .uabb-creative-button-wrap a:hover span,
.fl-node-5d72bc09e01d4 .uabb-creative-button-wrap a:hover span {
  color: white !important;
}

.uabb-creative-button-wrap a *,
.uabb-creative-button-wrap a:visited * {
  color: white !important;
  font-weight: bold;
}

.wp-block-button__link {
  transition: all 0.5s ease;
  border-radius: 10px;
  border-width: 2px;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.6;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  border-style: solid;
  text-transform: capitalize;
  text-decoration: none;
}

.is-style-blue-button > .wp-block-button__link {
  color: white;
  background: #3851ba;
  border: 1px solid #3851ba;
  font-weight: bold;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.is-style-blue-button > .wp-block-button__link:hover {
  background: white;
  color: #3851ba;
}

.is-style-gold-button > .wp-block-button__link {
  color: #1c244b;
  background: #f5ae10;
  border: 1px solid #f5ae10;
  font-weight: bold;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.is-style-gold-button > .wp-block-button__link:hover {
  background: white;
  color: #3851ba;
}

.is-style-white-button > .wp-block-button__link {
  color: #1c244b;
  background: white;
  border-color: #1c244b;
  border-radius: 50px;
}

.is-style-white-button > .wp-block-button__link:hover {
  color: #3851ba;
  background: white;
  border-color: #1c244b;
}

.is-style-outline-transparent-button > .wp-block-button__link {
  color: white;
  background: none;
  border-color: white;
}

.is-style-outline-transparent-button > .wp-block-button__link:hover {
  color: #1c244b;
  background: white;
  border-color: #1c244b;
}

@media (min-width: 640px) {
  .gdpr_message .button_wrapper {
    text-align: right;
  }
}
/*_footer.scss*/
.footer,
footer {
  background: #1c244b;
  color: white;
  padding-top: 20px;
  border-top: 3px solid #3851ba;
  position: relative;
}
@media print, screen and (min-width: 80em) {
  .footer .grid-container,
  footer .grid-container {
    max-width: 85rem;
  }
}
.footer .grid-container,
footer .grid-container {
  position: relative;
}
.footer .grid-container .grid-x,
footer .grid-container .grid-x {
  justify-content: space-between;
}
.footer p,
.footer ul,
footer p,
footer ul {
  color: white;
  font-weight: 400;
  font-size: 11px;
  line-height: 19px;
}
.footer ul,
footer ul {
  padding: 0;
  list-style: none;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  max-width: 200px;
}
.footer a,
footer a {
  color: white;
  font-weight: 500;
}
.footer .yellow,
footer .yellow {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.footer-offices ul li,
footer-offices ul li {
  margin-top: 5px;
}
.footer-offices ul li a,
footer-offices ul li a {
  text-decoration: none;
}
.footer #scroll_up,
footer #scroll_up {
  position: absolute;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: white;
  background-image: url(../../eb52fcff212c8f6e55fc.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  text-align: center;
  top: 0;
  text-indent: -300vw;
  transform: translateY(-30px);
  z-index: 100;
}
.footer .wp-block-image:not(.is-style-rounded) > a,
.footer .wp-block-image:not(.is-style-rounded) img,
footer .wp-block-image:not(.is-style-rounded) > a,
footer .wp-block-image:not(.is-style-rounded) img {
  border-radius: unset;
}
.footer .social,
footer .social {
  padding-top: 11px;
}
.footer .social-btn,
footer .social-btn {
  height: 40px;
  width: 40px;
  background-color: #3851ba;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  padding-top: 10px;
  margin-right: 15px;
  cursor: pointer;
  float: left;
}
.footer .social-btn:last-child,
footer .social-btn:last-child {
  margin-right: 0;
}
.footer .social-btn:hover,
footer .social-btn:hover {
  height: 43px;
  width: 43px;
}
.footer .badge-block,
footer .badge-block {
  display: inline-block;
  margin-right: 15px;
  width: 25%;
  max-width: 150px;
  margin-top: 50px;
}
.footer .badge-block .alignleft,
footer .badge-block .alignleft {
  float: none;
  margin: 0;
  display: block;
}
.footer .badge-block:last-child,
footer .badge-block:last-child {
  margin-right: 0;
}
.footer .CMMCbadge,
footer .CMMCbadge {
  margin-top: 35px;
}

@media (min-width: 640px) {
  .footer-offices,
  footer-offices {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .footer .social,
  footer .social {
    margin-top: 20px !important;
  }
}
@media (min-width: 1024px) {
  .footer-offices,
  footer-offices {
    margin-top: 110px;
  }
  .footer .badge,
  footer .badge {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: right;
    padding-top: 120px;
    text-align: right;
  }
  .footer .social,
  footer .social {
    text-align: right;
  }
}
.lowerfooter {
  background-color: #3851ba;
  color: white;
  margin-top: 20px;
  padding-top: 15px;
  margin-bottom: -10px;
}
.lowerfooter p {
  font-size: 0.85rem;
}
.lowerfooter .privacy {
  text-align: right;
}

.footerlogo {
  margin-top: 30px;
  margin-bottom: 30px;
}

/*_widget.scss*/
@media (min-width: 768px) {
  .grid-columns-4 .widget_pageexcerptwidget figure {
    padding: 0;
    margin: 0;
  }
  .grid-columns-4 .widget_pageexcerptwidget img {
    width: auto;
    max-height: none;
  }
  .widget_pageexcerptwidget {
    width: auto;
    max-width: 400px;
  }
}
.organic-block-widget-area {
  width: fit-content;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  grid-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}

.widget_pageexcerptwidget {
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  flex: auto;
  display: inline-flex;
  flex-direction: column;
  z-index: 1;
  min-width: 0;
  min-height: 0;
  border-color: #abb8c3;
  border-radius: 10px;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  background-color: #1c244b;
}

.widget_pageexcerptwidget:hover {
  background-color: #2d409e;
}

.widget_pageexcerptwidget:hover .text-right a {
  background-color: white;
  color: #3851ba;
}

.widget_pageexcerptwidget h2.widget-title {
  text-align: center;
  margin-bottom: 0px;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-transform: none;
  margin: 0;
  color: white;
  font-size: 1.625rem;
  line-height: 1.875rem;
  order: 2;
}

.widget_pageexcerptwidget h2:after {
  width: inherit;
  height: inherit;
  background: none;
  display: block;
  content: "";
  margin: 0;
}

.widget_pageexcerptwidget h2.widget-title a,
.widget_pageexcerptwidget .subtitle a {
  text-decoration: none;
  color: white;
  padding: 0px 10px;
}

.widget_pageexcerptwidget .subtitle {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0px;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-transform: none;
  margin: 0 0 0.5em 0;
  color: white;
  font-size: 1.1rem;
  line-height: 1.4rem;
  overflow-wrap: break-word;
  order: 3;
}

.widget_pageexcerptwidget figure {
  order: 1;
  margin: 0 0 0.5em 0;
}

.widget_pageexcerptwidget .text-right {
  text-align: center !important;
  padding-bottom: 25px;
}

.widget_pageexcerptwidget .text-right a {
  background-color: #3851ba;
  border: 1px solid #3851ba;
  padding: 10px 20px;
  border-radius: 30px;
  color: white;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  order: 5;
}

.widget_pageexcerptwidget p {
  font-size: 1rem;
  line-height: 1.6rem;
  order: 4;
  color: white;
  font-weight: 600;
  padding: 0 10px;
}

.widget_pageexcerptwidget img {
  width: auto;
  min-height: 120px;
  order: 1;
  background-color: white;
  border-radius: 10px 10px 0 0;
}

/*_typography.scss*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, "Open Sans", sans-serif;
  font-weight: 400;
  color: #1c244b;
  margin: 0 0 0.4em 0;
  font-size: 100%;
}

h1,
h2 {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4rem;
  margin-bottom: 1.25rem;
}

h3,
.special-h-tag {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  margin-bottom: 1.25rem;
}

h5 {
  font-size: 1.75rem;
  font-weight: 300;
  margin: 0;
  line-height: 2.1875rem;
  margin-bottom: 1.25rem;
}

p {
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.9375rem;
  margin-bottom: 1.25rem;
  margin-top: 0.25rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 700;
    color: #1c244b;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 3rem;
  }
}
@media (min-width: 640px) {
  h2:after {
    margin: 24px auto;
  }
}
ul li,
ol li {
  font-weight: 400;
}

ul {
  margin-bottom: 40px;
  color: #1c244b;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

ul.is-style-default li {
  list-style-type: disc;
}

ul.is-style-default li:before {
  list-style-type: disc;
  position: absolute;
  margin-left: -20px;
  width: 15px;
}

p.sub_headline {
  font-size: 1.3125rem;
  line-height: 1.9375rem;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  p.sub_headline {
    font-size: 1.3125rem;
    line-height: 1.9375rem;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ui-helper-hidden-accessible {
  display: none;
}

.wp-block-image.is-style-image-circular-border img {
  border: 1px solid #0a0a0a;
  border-radius: 50% !important;
}

@media (max-width: 639px) {
  .wp-block-cover:first-of-type .wp-block-cover__background {
    opacity: 0;
  }
  .wp-block-cover {
    display: grid !important;
    padding: 0 !important;
    background-color: #f3f5f8;
  }
  .wp-block-cover h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-top: 1.25rem;
  }
  .wp-block-cover .wp-block-cover__image-background {
    position: relative !important;
    min-height: 250px !important;
    padding: 0 !important;
  }
  .wp-block-cover .wp-block-buttons {
    margin-bottom: 2rem;
  }
}
.search-card article {
  margin-bottom: 20px;
  border-bottom: 1px solid #f3f5f8;
  padding-bottom: 20px;
}

.search-card article:last-child {
  border-bottom: 0;
}

.is-style-gapless {
  gap: 0 !important;
  padding: 0 !important;
}

.info-list-content-dynamic0 h5 {
  font-weight: 300;
}

.uabb-info-list-description p {
  font-size: 15px !important;
}

.wp-block-separator {
  border-top: 1px solid;
  border-bottom: 0;
  max-width: 150px;
}

.wp-block-separator.is-style-separator-grey {
  border-color: #eee;
}

.wp-block-separator.is-style-separator-red {
  border-color: #3851ba;
}

.wp-block-quote.is-style-quote-grey:before {
  content: "“";
  font-family: Montserrat, Arial Black, Gadget, sans-serif;
  display: block;
  position: absolute;
  left: 13px;
  font-size: 57px;
  color: #abb8c3;
  top: 8px;
}

.wp-block-quote.is-style-quote-grey p:after {
  content: "”";
  font-family: Montserrat, Arial Black, Gadget, sans-serif;
  display: inline;
  font-size: 16px;
  color: #abb8c3;
}

.wp-block-quote.is-style-quote-grey {
  padding: 37px 20px 20px 45px;
  background-color: #f3f5f8;
  margin: auto;
  border-color: transparent;
  border-radius: 40px 40px 2px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 0 solid transparent;
  transition: all 0.3s ease;
  outline: 0;
  position: relative;
}

.wp-block-quote.is-style-quote-grey cite {
  text-align: right;
  font-style: normal;
  font-size: 12px;
}

.fl-rich-text h5 img {
  margin-bottom: 12px;
}

.wp-block-cover.is-light h1 {
  color: #1c244b;
}

.wp-block-cover.is-light h2 {
  color: #1c244b;
}

.wp-block-cover.is-light h3 {
  color: #1c244b;
}

.wp-block-cover:first-of-type .wp-block-cover__background {
  opacity: 0.5;
  background-color: white;
}

.wp-block-cover:first-of-type h1,
.wp-block-cover:first-of-type h2,
.wp-block-cover:first-of-type h3,
.wp-block-cover:first-of-type h5,
.wp-block-cover:first-of-type p {
  color: #1c244b;
}

.wp-block-cover:first-of-type h2 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
}

.navbar,
#menu-mainmenu {
  background: #1c244b;
  border-radius: 0px !important;
  padding: 0;
  margin-bottom: 0 !important;
  border: 0px !important;
}

.navbar .container-fluid {
  padding: 0;
}

.navbar-toggle {
  margin-right: 5vw !important;
  margin-top: 7vw;
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.navbar-inverse .navbar-nav > li > a {
  color: white;
}

.menu-item-has-children a {
  position: relative;
  display: inline-block;
}

.children,
.sub-menu {
  display: none;
  position: absolute;
  background-color: #1c244b;
  color: white;
  min-width: 200px;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 1px solid #1c244b;
  border-bottom: 1px solid #1c244b;
}

.children .children,
.sub-menu .sub-menu {
  position: inherit;
  border: 0;
  margin-left: 11px;
}

.children a,
.sub-menu a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 13px !important;
  transition: transform 0.4s ease;
  transform: translateX(0px);
}

.children a:hover,
.sub-menu a:hover {
  transform: translateX(10px);
}

.menu-item-has-children:hover .children,
.menu-item-has-children:hover .sub-menu {
  display: block;
}

.fl-node-5d72bb4e7dc66 > .fl-row-content-wrap {
  background-color: #c05924 !important;
}

.fl-node-5d72bb8a49b98 .fl-rich-text,
.fl-node-5d72bb8a49b98 .fl-rich-text * {
  color: #1c244b !important;
}

/* CTA section */
.cta_wrapper {
  background: #1c244b;
  width: 100%;
  height: auto;
  padding: 45px;
  color: white;
  overflow: hidden;
}

.cta_container {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}

.cta_text {
  margin: 0 20px;
  font-size: 22px;
  line-height: 46px;
  font-weight: 300;
  float: left;
}

.cta_wrapper a {
  float: left;
  border: 1px solid white !important;
}

.white-border a {
  border: 1px solid white !important;
}

.cta_wrapper a:hover,
.white-border a:hover {
  border: 1px solid #39454d !important;
}

/* Contact Page */
@media (min-width: 600px) {
  .has-absolute-image > .wp-block-media-text__media img {
    width: 52%;
    max-width: 500px;
    top: 15px;
    position: absolute;
  }
  .contact-content-left {
    flex-basis: calc(85% - 16px) !important;
    padding-right: 25px;
  }
}
.privcy {
  background: rgb(231, 231, 231);
  padding: 20px 0;
}

.privcy h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #555;
}

.privcy a {
  color: #3851ba;
}

.in-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #464646;
}

.in-icon .fa-linkedin {
  font-size: 22px;
  margin: 8px 0px 0px 11px;
}

.tw-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #464646;
}

.tw-icon .fa-twitter {
  font-size: 22px;
  margin: 8px 0px 0px 10px;
}

.fixedBTN {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 0;
  padding: 10px 15px;
  transform: rotate(-90deg);
}

.wrapper {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.comment-form-comment label {
  display: none;
}

.navbar-brand {
  padding: 5px 15px !important;
  margin-left: 10px;
}

/*Blog / Search results*/
.search #content,
.archive #content {
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
}

.search-field {
  border: 1px solid grey;
}

.posts-navigation {
  clear: both;
}

.entry-meta {
  font-size: 12px;
  line-height: 2;
}

iframe.wp-embedded-content {
  max-width: 100%;
}

.search #primary,
.archive #primary {
  width: 100vw;
}

@media (min-width: 992px) {
  .search #primary,
  .archive #primary {
    width: 75%;
    float: left;
    padding: 15px 25px 10px;
  }
}
/*Flex the articles being listed*/
.archive #primary .site-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*Exclude the header from flex*/
.archive #primary .site-main header {
  flex: 0 0 100%;
  padding: 0 5px 5px;
}

/*The tweet "blog posts"*/
.archive #primary .site-main article.post {
  max-width: 100vw;
  margin: 0;
  padding: 0 10px;
}

.archive #primary .site-main article.post h3 {
  margin: 25px 0 7px;
}

.archive #primary .site-main article.post .entry-content {
  margin-top: 0;
}

/*Tablet*/
@media (min-width: 768px) {
  .archive #primary .site-main article.post {
    max-width: 50vw;
    float: left;
  }
}
/*Desktop*/
@media (min-width: 992px) {
  .archive #primary .site-main article.post {
    max-width: 50%;
  }
}
/*Hide update date*/
.archive #primary .site-main time.updated,
.archive #primary .site-main .edit-link {
  display: none;
}

@media print, screen and (max-width: 1023px) {
  .children,
  .sub-menu {
    display: block;
    background-color: inherit;
    position: relative;
    top: unset;
    border-left: 0;
    border-bottom: 0;
  }
  #main_header nav a {
    margin-bottom: 5px !important;
  }
  #main_header nav .current-menu-item a,
  #main_header nav a:hover,
  #main_header nav a.link-active {
    padding-top: 0 !important;
    padding-bottom: 10px !important;
  }
}
.page-template-open > .post-thumbnail img, .wp-block-image img {
  box-shadow: none;
}

.tag-links {
  text-transform: capitalize;
  font-size: 1rem;
  display: block;
  line-height: 2;
}

.entry-meta a,
.tag-links a {
  display: inline-block;
  letter-spacing: -0.5px;
  font-weight: 400;
}

.entry-meta a:after,
.tag-links a:after {
  content: "|";
  margin: 0 5px 0 9px;
  font-weight: normal;
}

.entry-meta a:last-child:after,
.tag-links a:last-child:after {
  content: "";
  margin: 0;
}

.entry-meta a.active,
.tag-links a.active {
  font-weight: 800;
  text-decoration: none;
}

.taxonomy-description {
  text-transform: none;
}

.entry-meta {
  text-transform: capitalize;
}

@media (max-width: 1023px) {
  #main_header nav .children li,
  #main_header nav .sub-menu li {
    margin-bottom: 0px !important;
  }
}
.site-content .entry-header h2:after {
  margin: 24px 0;
}

a {
  color: #1c244b;
  text-decoration: underline;
}

a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

#main_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 110px;
  background: #1c244b;
  box-shadow: 0 8px 40px rgba(102, 102, 121, 0.2);
  z-index: 3;
}

#main_header > .grid-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

@media (min-width: 640px) {
  #main_header > .grid-container {
    padding-right: 100px;
    padding-left: 50px;
  }
}
#main_header #hamburger {
  padding: 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: white;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none;
}

#main_header #hamburger.is-active:hover,
#main_header #hamburger:hover {
  opacity: 0.7;
}

#main_header #hamburger.is-active.hamburger-inner,
#main_header #hamburger.is-active.hamburger-inner:after,
#main_header #hamburger.is-active.hamburger-inner:before {
  background-color: #000;
}

#main_header #hamburger .hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

#main_header #hamburger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

#main_header #hamburger .hamburger-inner,
#main_header #hamburger .hamburger-inner:after,
#main_header #hamburger .hamburger-inner:before {
  width: 40px;
  height: 2px;
  background-color: white;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

#main_header #hamburger .hamburger-inner:after,
#main_header #hamburger .hamburger-inner:before {
  content: "";
  display: block;
}

#main_header #hamburger .hamburger-inner:before {
  top: -10px;
}

#main_header #hamburger .hamburger-inner:after {
  bottom: -10px;
}

#main_header #hamburger.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#main_header #hamburger.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

#main_header #hamburger.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#main_header #hamburger.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

#main_header #hamburger.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
}

#main_header #hamburger.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}

#main_header .logo {
  max-width: 190px;
  width: 100%;
}

@media (min-width: 640px) {
  #main_header .logo {
    max-width: 175px;
  }
}
@media (min-width: 1024px) {
  #main_header .logo {
    min-width: 130px;
  }
}
#main_header .menu_wrapper {
  position: absolute;
  overflow: auto;
  background: #1c244b;
  padding: 40px;
  width: 100vw;
  height: 100vh;
  top: 110px;
  left: -100%;
  transition: left 0.5s;
}

#main_header .menu_wrapper .utility-wrapper {
  display: inline-flex;
  justify-content: unset;
  height: auto;
  align-items: initial;
  flex-direction: column;
  margin-bottom: 20px;
}

#main_header .menu_wrapper .utility-wrapper .searchform {
  margin-bottom: 20px;
}

#main_header .menu_wrapper li {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
}

#main_header .menu_wrapper li:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  #main_header .menu_wrapper {
    position: static;
    overflow: inherit;
    background: transparent;
    padding: 0;
    height: 100%;
    max-width: 100%;
  }
  #main_header .menu_wrapper li {
    margin-bottom: 0;
  }
  #main_header .menu_wrapper .utility-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: end;
    padding-top: 13px;
    flex-direction: unset;
    margin-bottom: unset;
  }
  #main_header .menu_wrapper .utility-wrapper .searchform {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
#main_header nav {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  #main_header nav {
    align-items: center;
    float: right;
    height: 100%;
    background: transparent;
    flex-direction: row;
    justify-content: right;
  }
}
#main_header nav a {
  color: white;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  text-transform: capitalize;
}

#main_header nav .current-menu-item a,
#main_header nav a:hover,
#main_header nav a.link-active {
  border-bottom: 5px solid #1c244b;
  padding-bottom: 0;
}

#main_header nav .children a,
#main_header nav .sub-menu a {
  border-bottom: 0;
  color: white;
  line-height: 1;
  padding-top: 10px !important;
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 1131px) and (min-width: 1020px) {
  #main_header nav a {
    font-size: 12px !important;
  }
}
@media (min-width: 1024px) {
  #main_header nav a {
    color: white;
    display: inline-block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 0 18px 0 35px;
    padding-bottom: 5px;
  }
  #main_header nav.utility-nav a {
    font-size: 13px;
    color: #5a5e70;
    text-decoration: underline;
    padding-left: 0;
  }
  #main_header nav.utility-nav a:hover {
    border-bottom: 0;
    text-decoration: none;
    padding-bottom: 5px;
  }
  #main_header nav .children a,
  #main_header nav .sub-menu a {
    border-bottom: 0;
    line-height: inherit;
    color: white;
    padding-top: 10px !important;
    padding-bottom: 10px;
  }
  #main_header nav .current-menu-item a,
  #main_header nav a.link-active {
    margin-bottom: 0;
  }
}
#main_header nav a.current {
  text-decoration: underline;
}

#main_header nav a:last-child {
  margin-bottom: 0;
}

#main_header nav .bar {
  height: 5px;
  background: #3851ba;
  position: absolute;
  bottom: 0;
  left: 268px;
  width: 160px;
  display: none;
  transition: left 0.5s, width 0.5s;
}

@media (min-width: 1024px) {
  #main_header nav .bar {
    display: block;
  }
}
#main_header.showing_nav .menu_wrapper {
  left: 0;
}

@media (min-width: 640px) {
  #main_header button.breached,
  #main_header a.breached {
    padding: 8px;
    min-width: 150px;
    font-size: 18px;
  }
}
#main_header button.breached,
#main_header a.breached {
  line-height: 1.25;
  margin-left: 50px;
  border-radius: 50px;
}

#main_header .mobile_only.button.breached {
  background-color: white;
  color: #1c244b;
  font-weight: 700;
}

#main_header .mobile_only.button.breached:hover {
  border: 1px solid white;
  color: white;
  background: #1c244b;
}

.main {
  padding-top: 176px;
}

.page-template-open-header-no-banner > .main {
  padding-top: 110px;
}

.page-template-open-no-header > .main {
  padding: 0;
}

.page-template-open > .main {
  padding-top: 110px;
}

.grecaptcha-badge {
  display: none !important;
}

@media (min-width: 640px) {
  .main {
    padding-top: 110px;
  }
}
@media (min-width: 1024px) {
  .main {
    padding-top: 110px;
  }
}
#tiled .page-header img {
  max-width: 8rem;
}

.wp-block-columns {
  margin-bottom: 0;
}

@media print, screen and (min-width: 80em) {
  #page .grid-container,
  #default .grid-container {
    max-width: 85rem;
  }
  #tiled .grid-container,
  #contact .grid-container {
    max-width: 100rem;
  }
}
.arrow {
  text-transform: capitalize;
}

#tiled .profile .arrow span {
  transform: translateX(0) rotate(90deg);
  position: absolute;
  text-decoration: none;
  width: 25px;
  height: 25px;
  background-image: url(../../eb52fcff212c8f6e55fc.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  text-indent: -300vw;
  margin-left: 5px;
  margin-top: 2px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateX(0) rotate(90deg);
  overflow: hidden;
}

#tiled .profile .arrow:hover span,
#tiled .profile .arrow:focus span {
  -webkit-transform: translateX(15%) rotate(90deg);
  transform: translateX(15%) rotate(90deg);
}

#tiled .profile a.post-link {
  text-decoration: none;
}

#tiled .profile a.post-link:hover,
#tiled .profile a.post-link:focus {
  text-decoration: underline;
}

.date {
  color: #4472c4;
  font-size: 14px;
  line-height: 18px;
}

#tiled,
#default {
  position: relative;
  padding: 60px 0;
}

#tiled .body-text {
  padding-bottom: 50px;
}

.wp-block-image {
  margin-left: 0;
  margin-right: 0;
}

a.post-thumbnail img, a.wp-block-image img,
.post-thumbnail.is-style-editorskit-shadow img,
.wp-block-image.is-style-editorskit-shadow img,
.is-style-editorskit-shadow.post-thumbnail img:hover,
.is-style-editorskit-shadow.wp-block-image img:hover,
.is-style-editorskit-shadow:not(.wp-block-image):hover {
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1), 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1024px) {
  #tiled p {
    padding-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  #tiled .sub_headline {
    font-size: 34px;
  }
  p.custom-cards {
    margin-bottom: 90px;
  }
}
#tiled .intro h2 {
  margin-bottom: 0.5em;
  text-align: center;
}

#tiled .intro h2:after {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px) {
  #tiled .intro h2,
  #tiled .intro p {
    text-align: center;
    letter-spacing: -0.5px;
  }
}
.grid-margin-y > .cell.card {
  margin-top: 3.5rem;
}

#tiled .profile {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  padding: 20px;
  position: relative;
  height: 100%;
  background-color: white;
}

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

#tiled .profile {
  padding: 40px;
  border-bottom: 5px solid #3851ba;
}

@media (min-width: 640px) {
  #tiled .entry-content .profile {
    padding: 100px;
  }
}
#testimonials .left-quote {
  font-family: sans-serif;
  font-size: 75px;
  position: absolute;
  margin-top: 10px;
  margin-left: -26px;
  color: #3851ba;
}

#testimonials .right-quote {
  font-family: sans-serif;
  font-size: 25px;
  color: #3851ba;
  position: absolute;
  margin-top: 2px;
}

.tooltip {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.tooltip:last-child {
  margin-right: 0;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: transparent;
  color: transparent;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 50%;
  margin-left: -83px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: hidden;
}

form input[type=email],
form input[type=text],
form textarea {
  display: block;
  color: #1c244b;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  width: 100%;
  border: 0;
  padding: 11px 0 11px 15px;
  border-radius: 0;
}

form input[type=email]:focus,
form input[type=text]:focus,
form textarea:focus {
  outline: none;
  border: 2px solid #1c244b;
}

form select {
  display: block;
  color: #555;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  width: 100%;
  border: 0;
  padding: 10px 0 10px 15px;
  border-radius: 0;
}

form select:focus {
  outline: none;
  border: 2px solid #1c244b;
}

form .custom-radio [type=radio] {
  position: absolute;
  opacity: 0;
}

form .custom-radio [type=radio] + span {
  background: white;
  color: #1c244b;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 18px;
  float: left;
  padding: 12px 10px;
}

@media (min-width: 640px) {
  form .custom-radio [type=radio] + span {
    padding: 12px 20px;
  }
}
form .custom-radio [type=radio]:checked + span {
  background: #1c244b;
  color: white;
}

form .require {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}

form .instruct {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  margin-top: 40px;
}

form .error {
  color: #eeb409;
}

.gdpr_message {
  background: #f3f5f8;
  position: fixed;
  bottom: 0;
  z-index: 20;
  left: 0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .gdpr_message .cell {
    text-align: left;
  }
}
.gdpr_message a,
.gdpr_message p {
  color: #555;
  font-size: 12px;
  line-height: 18px;
}

@media (min-width: 1024px) {
  .gdpr_message a,
  .gdpr_message p {
    font-size: 14px;
    line-height: 20px;
  }
}
.gdpr_message img {
  width: 50px;
}

.wp-block-kadence-posts .loop-entry .post-thumbnail {
  padding: 30px;
}

.entry-footer {
  background-color: transparent;
  font-size: inherit;
}

.entry-footer a {
  background-color: #3851ba;
  padding: 5px 10px;
  border-radius: 30px;
  border: 1px solid #3851ba;
  font-size: inherit;
  font-weight: 400;
  text-decoration: none;
  margin-top: 1rem;
  color: white;
}

.entry-footer a:hover {
  background-color: white;
  font-size: inherit;
  color: #3851ba;
}

.wp-block-kadence-posts a.post-more-link {
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
}

.wp-block-kadence-posts a.post-more-link:hover {
  color: #1c244b;
}

.border-box {
  border: 0.5px solid #1c244b;
}

.wp-block-post-excerpt__excerpt {
  font-size: 1rem;
  line-height: 1.4rem;
}

:where(.wp-block-columns.has-background) {
  padding: 0;
}
