@charset "UTF-8";
/*********************************************
:: Core
   Base Elements
   eg. typography, fonts, forms, buttons etc.
********************************************/
.relative{
  position: relative;
}
.absolute{
  position: absolute;
}
.fixed{
  position: fixed;
}
.z-40{
  z-index: 40;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.flex{
  display: flex;
}
.block{
  display: block;
}
.table{
  display: table;
}
.inline-block{
  display: inline-block;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-1{
  height: 0.25rem;
}
.h-16{
  height: 4rem;
}
.flex-1{
  flex: 1 1 0%;
}
.transform{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.flex-row{
  flex-direction: row;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-center{
  justify-content: center;
}
.border{
  border-width: 1px;
}
.border-dashed{
  border-style: dashed;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.font-semibold{
  font-weight: 600;
}
.italic{
  font-style: italic;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.underline{
  text-decoration: underline;
}
.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
/*********************************************
:: Site Loader
********************************************/
#site-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000000000000002000;
  background-color: white;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
#site-loader:before {
  content: "";
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  bottom: 0;
  width: 200px;
  height: 200px;
  background-image: url("/images/logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: loader-fade infinite 1s;
          animation: loader-fade infinite 1s;
}

#site-loader.hide {
  visibility: hidden;
  transition: all 1s ease-in-out;
  opacity: 0;
}

#site-loader.no-loader {
  display: none;
}

/*********************************************
:: Variables
********************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*********************************************
:: Normalize
********************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
  border: none;
  background: transparent;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details,
main {
  display: block;
}

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

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

code,
kbd,
pre,
samp {
  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;
}

small {
  font-size: 80%;
}

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

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,
select {
  text-transform: none;
}

[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: ButtonText dotted 1px;
}

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[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;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

* {
  box-sizing: border-box;
}

/*******************************************/
::-moz-selection {
  background: #653A71;
  color: white;
}
::-moz-selection,
::selection {
  background: #653A71;
  color: white;
}

::-moz-selection {
  background: #653A71;
  color: white;
}

::selection {
  background: #653A71;
  color: white;
}

a {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  width: auto\9 ;
  height: auto;
}

/*********************************************
:: Typography
********************************************/
html,
body {
  width: 100%;
  font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
legend,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px;
  font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
  color: #86BC40;
}
h1 strong,
h2 strong,
legend strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #3C2244;
}

h1,
.h1 {
  font-size: 36px;
  line-height: 50px;
  letter-spacing: -0.93px;
  color: #653A71;
}
@media (min-width: 1024px) {
  h1,
.h1 {
    font-size: 70px;
    line-height: 76px;
  }
}

h2, legend,
.h2 {
  font-size: 28px;
  line-height: 40px;
  color: #505050;
}
@media (min-width: 1024px) {
  h2, legend,
.h2 {
    font-size: 40px;
    letter-spacing: 0.8px;
    line-height: 50px;
  }
}

h3,
.h3 {
  font-size: 24px;
  line-height: 36px;
}
@media (min-width: 1024px) {
  h3,
.h3 {
    font-size: 30px;
    line-height: 42px;
  }
}

h4,
.h4 {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  h4,
.h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

h5,
.h5 {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  h5,
.h5 {
    font-size: 20px;
    line-height: 30px;
  }
}

h6,
.h6 {
  font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
@media (min-width: 1024px) {
  h6,
.h6 {
    font-size: 16px;
  }
}

/*******************************************/
p,
li,
td,
th,
a,
mark,
time,
dl,
label,
address {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  color: #653A71;
}
p a,
p li,
p p,
p mark,
p cite,
p time,
li a,
li li,
li p,
li mark,
li cite,
li time,
td a,
td li,
td p,
td mark,
td cite,
td time,
th a,
th li,
th p,
th mark,
th cite,
th time,
a a,
a li,
a p,
a mark,
a cite,
a time,
mark a,
mark li,
mark p,
mark mark,
mark cite,
mark time,
time a,
time li,
time p,
time mark,
time cite,
time time,
dl a,
dl li,
dl p,
dl mark,
dl cite,
dl time,
label a,
label li,
label p,
label mark,
label cite,
label time,
address a,
address li,
address p,
address mark,
address cite,
address time {
  font-size: 1em;
}

a {
  margin: 0px;
  font-weight: 400;
  text-decoration: none;
  color: #653A71;
  transition: all 0.5s ease-in-out;
}
a:hover {
  color: #412549;
}

small {
  font-size: 70%;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
  background: #4a4a4a;
  border: none;
  outline: none;
}

/*******************************************/
dt {
  font-weight: 700;
}
dt:after {
  content: ":";
  content: ": ";
}

ul li {
  position: relative;
  list-style-type: none;
  text-indent: 0px;
}

ol li {
  list-style-type: decimal;
}

/*******************************************/
code,
pre,
samp,
kbd,
var {
  margin: 0px;
  padding: 1px 5px 1px 5px;
  color: white;
  background: #2d747e;
  white-space: pre-wrap;
}

pre {
  padding: 10px;
}

/*******************************************/
blockquote {
  position: relative;
  display: block;
  margin: 35px 0 55px 0;
  padding: 20px 10% 20px 10%;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  line-height: 30px;
  color: #4E4E4E;
}
@media (min-width: 1024px) {
  blockquote {
    padding: 40px 10% 40px 10%;
    font-size: 25px;
    line-height: 35px;
  }
}

/*******************************************/
.wysiwyg {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #3C2244;
}
.wysiwyg img {
  display: block;
  margin: 0 auto 15px auto;
}
.wysiwyg ul li {
  list-style-type: disc;
}
.wysiwyg p, .wysiwyg li {
  margin: 0 0 16px;
}
.wysiwyg ul {
  padding: 0;
}
.wysiwyg ul li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  color: #3C2244;
}
.wysiwyg ul li:before {
  position: absolute;
  content: url("/images/bullet.svg");
  height: 6px;
  width: 6px;
  top: -3px;
  left: 0;
}
.wysiwyg ol {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
}
.wysiwyg ol li {
  padding-left: 10px;
}
.wysiwyg ol li::marker {
  font-size: 16px;
  color: #4a4a4a;
}
.wysiwyg .text-center {
  text-align: center;
}
.wysiwyg .text-right {
  text-align: right;
}
.wysiwyg .text-justify {
  text-align: justify;
}
.wysiwyg > *:last-child {
  margin-bottom: 0;
}

.leadcopy {
  font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #4a4a4a;
}

/*******************************************/
.wf-loading h1,
.wf-loading h2,
.wf-loading legend,
.wf-loading p,
.wf-loading a {
  visibility: hidden;
}

/*********************************************
:: Buttons
********************************************/
button {
  outline: none;
}

/*******************************************/
.button,
a.button,
button.button {
  display: inline-block;
  height: 70px;
  min-width: 183px;
  padding: 21px;
  font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
  text-align: center;
  color: white;
  cursor: pointer;
  background: #86BC40;
  border: 2px solid #86BC40;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}
.button.full,
a.button.full,
button.button.full {
  width: 100%;
}
.button.small,
a.button.small,
button.button.small {
  height: 41px;
  line-height: 19px;
}
.button.medium,
a.button.medium,
button.button.medium {
  height: 60px;
  line-height: 38px;
}
.button.large,
a.button.large,
button.button.large {
  height: 91px;
  padding: 22px 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  border-width: 3px;
  border-radius: 45px;
}
.button.small,
a.button.small,
button.button.small {
  min-width: 89px;
  height: 40px;
  padding: 8px;
  font-size: 12.5px;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: uppercase;
  color: #653A71;
  border: 1px solid #653A71;
  background-color: transparent;
}
.button.purple-border,
a.button.purple-border,
button.button.purple-border {
  color: #653A71;
  border: 1px solid #653A71;
  background-color: transparent;
}
.button:hover, .button:focus,
a.button:hover,
a.button:focus,
button.button:hover,
button.button:focus {
  color: white;
  background: #232221;
  border: 1px solid #232221;
}

/*******************************************/
.button-disabled,
.button[disabled],
button[disabled],
button[type=submit][disabled],
input[type=submit][disabled],
input[type=button][disabled],
input[type=reset][disabled] {
  color: white;
  opacity: 0.5;
  cursor: default;
}

/*********************************************
:: Tables                    
********************************************/
table {
  width: 100%;
  margin-bottom: 15px;
}
table td,
table th {
  padding: 15px 10px 15px 10px;
  font-weight: 400;
  color: #505050;
  text-align: left;
}
table th {
  font-weight: 700;
  background: #f9f9f9;
}
table thead {
  width: 100%;
  background: #f9f9f9;
}
table thead td,
table thead th {
  padding: 5px 10px 5px 10px;
}
table tfoot {
  border-bottom: 1px solid #505050;
  border-top: 1px solid #505050;
}
table tfoot td {
  padding: 15px 10px 15px 10px;
}

/*******************************************/
.compact-table {
  width: auto;
}
.compact-table td,
.compact-table th {
  padding: 5px 10px 5px 10px;
  font-size: 0.8em;
  font-weight: 400;
  color: #505050;
  text-align: left;
  line-height: 1.2;
  background: none;
  border: 1px solid #4a4a4a;
}
.compact-table thead {
  width: auto;
  background: none;
}

/*******************************************/
.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em;
}

/*********************************************
:: Layout
********************************************/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  max-width: 100%;
}

#app {
  overflow: hidden;
}

/*******************************************/
.main {
  min-height: calc(100vh - 460px);
}
@media (min-width: 1024px) {
  .main {
    min-height: calc(100vh - 496px);
  }
}

/*******************************************/
.content-max-width {
  position: relative;
  width: 100%;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}

/*******************************************/
.content-full-width {
  position: relative;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0;
  clear: both;
}

/*******************************************/
.content-narrow-width {
  position: relative;
  width: 100%;
  max-width: 610px;
  padding: 0 20px;
  margin: 0 auto;
}

/*******************************************/
@media (min-width: 1024px) {
  .mob {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .desktop {
    display: none !important;
  }
}

/*******************************************/
/*******************************************/
/*********************************************
:: Forms
********************************************/
form {
  width: 100%;
  background: white;
}

legend {
  margin-bottom: 15px;
}

label {
  opacity: 0;
  position: absolute;
  margin: 0;
  top: -9px;
  left: 10px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 20px;
  text-transform: uppercase;
  color: #653A71;
  background: white;
  transition: all 250ms ease-in;
}

.form-note {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1;
}

/*******************************************/
.field-disabled,
input[disabled],
textarea[disabled],
select[disabled],
input[readonly],
textarea[readonly],
select[readonly] {
  opacity: 0.5;
  cursor: default;
}

/*******************************************/
input,
textarea,
select {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 12px 15px;
  font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #3c2244;
  background: white;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid rgba(101, 58, 113, 0.5);
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.5s ease-in-out;
}
input:hover, input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  border-color: #86BC40;
  transition: all 0.5s ease-in;
}
input:focus ~ label,
textarea:focus ~ label,
select:focus ~ label {
  opacity: 1;
}

/*******************************************/
*::-moz-placeholder {
  font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(60, 34, 68, 0.5);
}
*:-ms-input-placeholder {
  font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(60, 34, 68, 0.5);
}
*::placeholder {
  font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(60, 34, 68, 0.5);
}

textarea,
select[multiple] {
  height: 180px;
}

select::-ms-expand {
  display: none;
  /*IE 10-11*/
}

input[type=checkbox],
input[type=radio] {
  height: auto;
}

/*******************************************/
.form-field {
  position: relative;
  width: 100%;
  padding: 0 0 18px;
}

/*******************************************/
.form-fields-stack {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% + 10px);
  margin: 0 -5px;
}
@media (min-width: 767px) {
  .form-fields-stack {
    flex-wrap: nowrap;
    align-items: stretch;
  }
}
.form-fields-stack .form-field {
  margin-left: 5px;
  margin-right: 5px;
}

/*******************************************/
.form-field.radio,
.form-field.checkbox {
  padding: 10px 0;
}
.form-field.radio label,
.form-field.checkbox label {
  position: static;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #4a4a4a;
}
.form-field.radio .custom-checkbox-radio,
.form-field.checkbox .custom-checkbox-radio {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0 25px 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #4a4a4a;
  cursor: pointer;
}
.form-field.radio .custom-checkbox-radio input,
.form-field.checkbox .custom-checkbox-radio input {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin: 2px 10px 0 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}
.form-field.radio .custom-checkbox-radio span,
.form-field.checkbox .custom-checkbox-radio span {
  display: initial;
  width: calc(100% - 33px);
  color: #4a4a4a;
}
.form-field.radio .form-field.checkbox input,
.form-field.checkbox .form-field.checkbox input {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

/*******************************************/
.form-field.select:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 5px;
  font-family: "icomoon";
  font-size: 14px;
  color: #653A71;
  pointer-events: none;
}

/*******************************************/
.form-field.error input,
.form-field.error textarea,
.form-field.error select,
.form-field.error .SumoSelect > .CaptionCont {
  border-color: #653A71;
}

.form-field.valid input,
.form-field.valid textarea,
.form-field.valid select,
.form-field.valid .SumoSelect > .CaptionCont {
  color: black;
  border-color: #cccccc;
}

label.error,
label.error-SumoSelect-label,
.php-error li {
  margin: 10px 0 0;
  font-weight: 700;
  color: #653A71 !important;
}

/*********************************************
:: Animations
********************************************/
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loader-fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loader-fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/*********************************************
:: Print                        
********************************************/
@media print {
  header,
footer {
    display: none !important;
  }
}
/*********************************************
:: Material Icons                             
********************************************/
/*********************************************
:: Modules
********************************************/
/*********************************************
:: Header Module
********************************************/
.site-header {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 144px;
  background: white;
}
@media (min-width: 1023px) {
  .site-header {
    height: 186px;
    overflow: initial;
  }
}
.site-header .bg.mob {
  position: fixed;
  width: 100vh;
  height: 100vh;
  opacity: 0.84;
  background-color: #3C2244;
  z-index: 2;
  display: none;
}
.site-header .bg.mob.open {
  display: block;
}
.site-header .logo {
  position: absolute;
  top: 15px;
  left: 20px;
  transition: none;
}
.site-header .logo img {
  width: auto;
  height: 55px;
  margin: 0;
}
@media (min-width: 1023px) {
  .site-header .logo img {
    height: 90px;
  }
}
.site-header .right {
  position: absolute;
  top: 17px;
  right: 26px;
}
@media (min-width: 1023px) {
  .site-header .right {
    top: 54px;
  }
}
.site-header .right .phone a {
  margin: 0px 0 3px;
  display: block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
  text-align: right;
  font-kerning: none;
  color: #86BC40;
}
.site-header .right .phone span {
  display: block;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  text-align: right;
  color: #653A71;
}
.site-header .right .button {
  margin-left: 26px;
}
.site-header .phone.mob {
  position: absolute;
  top: 80px;
  width: 100%;
  border-top: 2px solid #f0f0f0;
}
@media (max-width: 1023px) {
  .site-header .phone.mob {
    padding: 15px 0 17px;
  }
  .site-header .phone.mob a {
    display: block;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 30px;
    text-align: right;
    font-kerning: none;
    color: #86BC40;
  }
  .site-header .phone.mob span {
    display: block;
    font-size: 11px;
    font-weight: 500;
    line-height: normal;
    text-align: right;
    color: #653A71;
  }
}
.site-header nav {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 999;
  width: 0;
  height: 100vh;
  padding: 25px 20px;
  background: white;
  transition: left 0.25s ease-in-out;
}
.site-header nav .mob-logo {
  display: block;
  margin-top: 105px;
}
.site-header nav .mob-logo img {
  height: 55px;
  width: 152.78px;
}
@media (min-width: 1023px) {
  .site-header nav {
    position: absolute;
    display: block;
    top: 120px;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: transparent;
  }
}
.site-header nav ul.top {
  margin: 0;
  padding: 0;
  display: flex;
  text-align: left;
  border-top: 2px solid #f0f0f0;
}
@media (max-width: 1022px) {
  .site-header nav ul.top {
    flex-direction: column;
    border-top: 0;
  }
}
.site-header nav li {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 148px;
  margin: 0;
}
@media (min-width: 1280px) {
  .site-header nav li:nth-child(even) {
    max-width: 100%;
    width: 148px;
  }
  .site-header nav li:nth-child(odd) {
    width: 147px;
  }
}
.site-header nav li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 15px 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
  color: #653A71;
  border-bottom: 1px solid #F0F0F0;
}
@media (min-width: 1023px) {
  .site-header nav li a {
    margin: 0;
    padding: 20px 0;
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .site-header nav li a {
    padding: 20px 3px 20px 0;
  }
}
.site-header nav li a.active {
  position: relative;
  color: #86BC40;
}
.site-header nav li a.active:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #86bc40;
}
.site-header nav li a.active:hover {
  opacity: 1;
}
.site-header nav li a.active:active {
  opacity: 1;
}
.site-header nav li a:hover {
  opacity: 0.7;
}
.site-header .hamburger {
  position: absolute;
  top: 34px;
  right: 20px;
  padding: 0;
  width: 24px;
  height: 15px;
  transition: right 0.25s ease-in-out;
}
@media (min-width: 1023px) {
  .site-header .hamburger {
    margin-left: 9px;
    margin-top: 1px;
  }
}
.site-header .hamburger span {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 1px;
  background: #3C2244;
}
.site-header .hamburger span:nth-of-type(2) {
  top: 45%;
}
.site-header .hamburger span:nth-of-type(3) {
  top: calc(50% + 5px);
}
.site-header .hamburger:focus {
  outline: none;
}

.site-header.open nav {
  left: 0;
  width: 322px;
}
.site-header.open .hamburger {
  z-index: 10;
}
.site-header.open .hamburger span {
  background: white;
}
.site-header.open .hamburger span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}
.site-header.open .hamburger span:nth-of-type(2) {
  opacity: 0;
}
.site-header.open .hamburger span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
}

/********************************************/
/*********************************************
:: Footer Module
********************************************/
.site-footer {
  position: relative;
  width: 100%;
  min-height: 316px;
  background: #3C2244;
}
@media (min-width: 1024px) {
  .site-footer {
    min-height: 310px;
  }
}
.site-footer .footer-links {
  padding: 40px 0 40px;
  text-align: center;
}
@media (min-width: 767px) {
  .site-footer .footer-links {
    padding: 60px 0 39px;
    text-align: left;
  }
}
.site-footer .footer-links .links {
  font-size: 0;
}
@media (min-width: 1024px) {
  .site-footer .footer-links .links {
    width: 380px;
  }
}
.site-footer .footer-links .links a, .site-footer .footer-links .links p {
  color: white;
}
@media (max-width: 600px) {
  .site-footer .footer-links .links a, .site-footer .footer-links .links p {
    text-align: left;
  }
}
.site-footer .footer-links .links a {
  display: block;
  margin: 0 0 11px;
  font-size: 20px;
  letter-spacing: 0.1px;
  line-height: 30px;
}
.site-footer .footer-links .links p {
  font-size: 14px;
  letter-spacing: normal;
  line-height: 24px;
}
.site-footer .footer-links .contact {
  margin-top: 60px;
}
@media (min-width: 767px) {
  .site-footer .footer-links .contact {
    margin-top: 0;
    text-align: right;
  }
}
.site-footer .footer-links .contact .tel {
  display: inline-block;
  width: 100%;
  margin-bottom: 27px;
  font-size: 22px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(35, 34, 33, 0.7);
}
.site-footer .footer-links .contact .social {
  width: 100%;
  margin: 0 0 12px;
}
.site-footer .footer-links .contact .social a {
  display: inline-block;
  margin-left: 17px;
  opacity: 1;
}
@media (max-width: 600px) {
  .site-footer .footer-links .contact .social a {
    text-align: left;
  }
  .site-footer .footer-links .contact .social a:first-child {
    margin: 0;
  }
}
.site-footer .footer-links .contact .social a:hover {
  opacity: 0.5;
}
@media (max-width: 600px) {
  .site-footer .footer-links .contact .logo {
    display: none;
  }
  .site-footer .footer-links .contact .logo img {
    margin: 20px auto;
  }
}
.site-footer .footer-legal {
  padding: 0 0 20px;
}
.site-footer .footer-legal p,
.site-footer .footer-legal a.attr {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
  text-align: lefy;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 767px) {
  .site-footer .footer-legal p,
.site-footer .footer-legal a.attr {
    margin-right: auto;
    text-align: left;
  }
  .site-footer .footer-legal a.attr {
    text-align: right;
    padding-right: 1px;
  }
}

/********************************************/
/*********************************************
::Title Module
********************************************/
.title-module {
  width: 100%;
  padding: 40px 0;
  background-color: #fbf4f3;
}
@media (min-width: 1024px) {
  .title-module {
    padding: 100px 0 100px;
  }
}
.title-module p.title {
  font-weight: 500;
  margin: 0 0 30px;
}
.title-module h1 {
  width: 44.07%;
  margin: 0;
  color: #3C2244;
  white-space: pre-line;
}
@media (max-width: 600px) {
  .title-module h1 {
    width: 100%;
  }
}
.title-module .wysiwyg {
  width: 49.16%;
  margin-top: 12px;
}
@media (max-width: 600px) {
  .title-module .wysiwyg {
    width: 100%;
  }
}
.title-module .wysiwyg > * {
  margin: 0 0 24px;
  color: #3C2244;
}
.title-module .wysiwyg > * a {
  color: #86BC40;
}
.title-module .wysiwyg > * strong {
  font-weight: 500;
}
.title-module .wysiwyg h5 {
  margin: 0 0 30px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.13px;
  line-height: 30px;
  color: #3c2244;
}
.title-module .wysiwyg > *:last-child {
  margin-bottom: 0;
}

/********************************************/
/*********************************************
:: Popup Wrap Module
********************************************/
.popup-module {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100% !important;
  height: 100%;
}
.popup-module .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}
.popup-module article {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 971px;
  max-height: 90%;
  margin: auto;
  padding: 20px;
  transform: translate(-50%, -50%);
  background-color: white;
  overflow: auto;
}
@media (min-width: 767px) {
  .popup-module article {
    padding: 40px;
  }
}
.popup-module article .exit {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media (min-width: 767px) {
  .popup-module article .exit {
    top: 40px;
    right: 60px;
  }
}
.popup-module article .text {
  padding: 20px;
}
@media (min-width: 767px) {
  .popup-module article .text {
    padding: 20px 0 20px 60px;
  }
}

/********************************************/
/*********************************************
:: Pagination Module                    
********************************************/
.pagination-module {
  text-align: center;
}
.pagination-module ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
.pagination-module ul li {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin: 0 3px;
  text-align: center;
  cursor: pointer;
  background: transparent;
  border: 2px solid #653A71;
  border-radius: 21px;
}
@media (min-width: 767px) {
  .pagination-module ul li {
    min-width: 42px;
    height: 42px;
    margin: 0 7.5px;
  }
}
.pagination-module ul li a, .pagination-module ul li button, .pagination-module ul li span {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -0.2px;
  color: #505050;
}
@media (min-width: 767px) {
  .pagination-module ul li a, .pagination-module ul li button, .pagination-module ul li span {
    line-height: 38px;
  }
}
.pagination-module ul li.active {
  background: #86BC40;
  border-color: #86BC40;
}
.pagination-module ul li.active a, .pagination-module ul li.active button, .pagination-module ul li.active span {
  color: white;
}
.pagination-module ul li.prev,
.pagination-module ul li.next {
  min-width: 70px;
  padding: 0 20px;
}
.pagination-module ul li.next,
.pagination-module ul li:hover {
  background: #653A71;
  border-color: #653A71;
}
.pagination-module ul li.next a,
.pagination-module ul li:hover a {
  color: white;
}
.pagination-module ul li.disabled {
  opacity: 0.5;
}
.pagination-module ul li.active {
  background: #4E4E4E;
  border-color: #4E4E4E;
}
.pagination-module ul li.active a {
  color: white;
}

/********************************************/
/*********************************************
:: Pages
********************************************/
/*********************************************
:: Home Page
********************************************/
.page-home {
  /********************************************/
  /********************************************/
  /********************************************/
}
.page-home .hero-section {
  position: relative;
}
@media (max-width: 600px) {
  .page-home .hero-section {
    flex-direction: column-reverse;
  }
}
.page-home .hero-section .text {
  width: 50%;
  background-color: #fbf4f3;
  padding: 100px 60px 60px 9%;
}
@media (max-width: 1160px) {
  .page-home .hero-section .text {
    padding: 40px 20px;
  }
}
@media (max-width: 600px) {
  .page-home .hero-section .text {
    width: 100%;
  }
}
.page-home .hero-section .text h1 {
  margin: 0 0 40px;
  font-size: 50px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 60px;
  color: #3C2244;
}
@media (max-width: 1160px) {
  .page-home .hero-section .text h1 {
    font-size: 40px;
    letter-spacing: 0.8px;
    line-height: 45px;
  }
}
.page-home .hero-section .text h2, .page-home .hero-section .text legend {
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.1px;
  color: #653A71;
}
@media (max-width: 600px) {
  .page-home .hero-section .text h2, .page-home .hero-section .text legend {
    font-size: 20px;
    letter-spacing: 0.1px;
    line-height: 30px;
  }
}
.page-home .hero-section picture {
  width: 50%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .page-home .hero-section picture {
    width: 100%;
  }
}
.page-home .hero-section picture img {
  width: 100%;
}
.page-home .news-section {
  padding: 40px 0;
}
@media (min-width: 767px) {
  .page-home .news-section {
    padding: 80px 0 40px;
  }
}
@media (max-width: 600px) {
  .page-home .news-section {
    padding: 0;
  }
  .page-home .news-section .content-max-width {
    padding: 0;
  }
}
.page-home .news-section .articles {
  width: calc(50% - 30px);
}
@media (max-width: 600px) {
  .page-home .news-section .articles {
    order: 2;
    width: 100%;
    padding: 40px 0 0;
  }
}
.page-home .news-section .articles article {
  width: calc(50% - 10px);
  margin: 0 0 40px;
}
@media (max-width: 600px) {
  .page-home .news-section .articles article {
    width: 100%;
    margin: 0 0 30px;
    padding: 0 20px 20px;
    border-bottom: 1px solid #F0F0F0;
  }
  .page-home .news-section .articles article:last-child {
    margin: 0;
  }
}
.page-home .news-section .articles article a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}
.page-home .news-section .articles article img {
  width: 100%;
  margin: 0 0 20px;
}
.page-home .news-section .articles article p.category {
  margin: 0 0 10px;
  color: #3C2244;
}
.page-home .news-section .articles article h3 {
  margin: 0 0 20px;
  letter-spacing: 0.1px;
  color: #653A71;
}
@media (max-width: 600px) {
  .page-home .news-section .articles article h3 {
    font-size: 20px;
    letter-spacing: 0.1px;
    line-height: 30px;
  }
}
.page-home .news-section .articles article p.date {
  margin: auto 0 0;
  color: #3C2244;
}
.page-home .news-section .main {
  width: calc(50% - 30px);
}
@media (max-width: 600px) {
  .page-home .news-section .main {
    width: 100%;
    order: 1;
    display: flex;
    flex-direction: column-reverse;
  }
}
.page-home .news-section .main .gray-box {
  min-height: 498px;
  padding: 60px;
  background-color: #f2f4f4;
}
@media (max-width: 768px) {
  .page-home .news-section .main .gray-box {
    padding: 40px 20px;
    min-height: 0;
  }
}
.page-home .news-section .main .gray-box h2, .page-home .news-section .main .gray-box legend {
  margin: 0 0 20px;
  color: #3C2244;
}
.page-home .news-section .main .gray-box h3 {
  margin: 0 0 40px;
  color: #653A71;
  font-weight: 400;
}
@media (max-width: 600px) {
  .page-home .news-section .main .gray-box h3 {
    font-size: 20px;
    letter-spacing: 0.1px;
    line-height: 30px;
  }
}
.page-home .news-section .main img {
  width: 100%;
}
.page-home .learn-section {
  padding: 40px 0;
  background-color: #f2f4f4;
}
@media (min-width: 767px) {
  .page-home .learn-section {
    padding: 80px 0 80px;
  }
}
.page-home .learn-section h2, .page-home .learn-section legend {
  margin: 0 0 20px;
  color: #3C2244;
}
.page-home .learn-section h3 {
  max-width: 880px;
  margin: 0 0 40px;
  font-weight: 400;
  color: #653A71;
}
@media (max-width: 600px) {
  .page-home .learn-section h3 {
    font-size: 20px;
    letter-spacing: 0.1px;
    line-height: 30px;
  }
}
.page-home .logo-section {
  padding: 40px 0 20px;
}
@media (min-width: 767px) {
  .page-home .logo-section {
    padding: 80px 0 60px;
  }
}
@media (max-width: 600px) {
  .page-home .logo-section .flex {
    flex-direction: column;
  }
}
.page-home .logo-section h3 {
  margin: 0 0 50px;
  font-weight: 400;
  color: #653A71;
}
@media (max-width: 600px) {
  .page-home .logo-section h3 {
    margin: 0 0 70px;
    font-size: 20px;
    letter-spacing: 0.1px;
    line-height: 30px;
    text-align: center;
  }
}
.page-home .logo-section img {
  height: 80px;
  width: auto;
  margin-right: 60px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .page-home .logo-section img {
    height: 60px;
    margin-right: 30px;
  }
}
@media (max-width: 600px) {
  .page-home .logo-section img {
    width: auto;
    height: 64px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto 50px;
  }
}

/*********************************************
:: About Page
********************************************/
.page-about {
  /********************************************/
}
.page-about .learn-section {
  padding: 100px 0;
}
@media (max-width: 600px) {
  .page-about .learn-section {
    padding: 40px 0;
  }
}
.page-about .learn-section h2, .page-about .learn-section legend {
  margin: 0 0 20px;
  color: #3C2244;
}
.page-about .learn-section h3 {
  max-width: 880px;
  margin: 0 0 40px;
  font-weight: 400;
  color: #653A71;
}
.page-about .learn-section .button {
  min-width: 199px;
}

/*********************************************
:: News Page
********************************************/
.page-news {
  /********************************************/
}
.page-news .articles-section {
  padding: 50px 0 80px;
}
.page-news .articles-section article {
  width: calc(100%/4 - 15px);
  margin: 0 0 50px;
}
@media (max-width: 840px) {
  .page-news .articles-section article {
    width: calc(100%/3 - 15px);
  }
}
@media (max-width: 767px) {
  .page-news .articles-section article {
    width: calc(100%/2 - 15px);
  }
}
.page-news .articles-section article a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}
.page-news .articles-section article img {
  width: 100%;
  margin: 0 0 20px;
}
.page-news .articles-section article p.category {
  margin: 0 0 10px;
  color: #3C2244;
}
.page-news .articles-section article h3 {
  margin: 0 0 20px;
  letter-spacing: 0.1px;
  color: #653A71;
}
.page-news .articles-section article p.date {
  margin: auto 0 0;
  color: #3C2244;
}
.page-news .articles-section .button {
  display: block;
  width: 177px;
  margin: 30px auto 0;
  cursor: pointer;
}
.page-news .archive-section {
  padding: 50px 0;
  background-color: #f2f4f4;
}
.page-news .archive-section h6 {
  color: #3C2244;
  margin: 0 0 20px;
}
.page-news .archive-section .dates {
  margin: 0 -4px;
}
.page-news .archive-section .dates.active .load-more {
  margin-top: 0;
}
.page-news .archive-section .dates .date {
  height: 40px;
  margin: 0 4px 8px;
  padding: 8px 12px 8px 16px;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: uppercase;
  color: #653A71;
  border-radius: 3px;
  border: 1px solid #653A71;
}
.page-news .archive-section .dates .date span {
  font-weight: 400;
  letter-spacing: normal;
}
.page-news .archive-section .dates .load-more {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100px;
  margin-top: -48px;
}
.page-news .archive-section .dates .load-more:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: linear-gradient(180deg, rgba(242, 244, 244, 0) 0%, #f2f4f4 100%);
}
.page-news .archive-section .dates .load-more:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 19px;
  background-color: #653a71;
  opacity: 0.5;
}
.page-news .archive-section .dates .load-more button {
  z-index: 1;
  width: 102px;
  height: 40px;
  padding: 8px 13px 8px 16px;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: uppercase;
  cursor: pointer;
  color: #653A71;
  background-color: #f2f4f4;
}

/********************************************/
/********************************************/
/*********************************************
:: team Page
********************************************/
.page-team {
  /********************************************/
}
.page-team .team-section {
  position: relative;
  padding: 50px 0;
}
.page-team .team-section .filters {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
.page-team .team-section .filters a {
  height: 44px;
  padding: 9px 19px 10px 19px;
  margin-right: 8px;
  margin-bottom: 10px;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: uppercase;
  font-kerning: none;
  color: #653A71;
  border-radius: 24px;
  border: 1px solid #653A71;
}
.page-team .team-section .filters a.active {
  background-color: #86BC40;
  border: 1px solid #86BC40;
  color: white;
}
.page-team .team-section .team {
  margin: 0 -10px;
}
.page-team .team-section .team div article {
  width: calc(100%/5 - 20px);
  margin: 0 10px 50px;
}
@media (max-width: 840px) {
  .page-team .team-section .team div article {
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 600px) {
  .page-team .team-section .team div article {
    width: calc(100%/2 - 20px);
  }
}
.page-team .team-section .team div article .image {
  border: 1px solid #F2F4F4;
  margin: 0 0 20px;
}
.page-team .team-section .team div article p.name {
  margin: 0 0 5px;
  font-weight: 500;
  color: #3C2244;
}
.page-team .team-section .team div article .title {
  display: block;
  margin: 0 0 16px;
  font-size: 12.5px;
  letter-spacing: normal;
  line-height: 20px;
  color: #653A71;
}
.page-team .team-section .bio {
  position: relative;
  width: 100%;
  height: auto;
  left: 0;
  padding: 50px 0;
  margin: 0 0 50px;
  background-color: #f2f4f4;
  z-index: 10;
}
.page-team .team-section .bio .close {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .page-team .team-section .bio .close {
    right: 20px;
  }
}
.page-team .team-section .bio:before {
  position: absolute;
  content: "";
  width: 30%;
  height: 100%;
  left: -15%;
  top: 0;
  background-color: #f2f4f4;
  z-index: -1;
}
.page-team .team-section .bio:after {
  position: absolute;
  content: "";
  width: 30%;
  height: 100%;
  right: -15%;
  top: 0;
  background-color: #f2f4f4;
  z-index: -1;
}
.page-team .team-section .bio .wysiwyg {
  max-width: 980px;
}
@media (max-width: 1024px) {
  .page-team .team-section .bio .wysiwyg {
    width: calc(100% - 100px);
  }
}
.page-team .team-section .bio .wysiwyg > * {
  font-size: 14px;
  line-height: 24px;
  color: #3C2244;
}

/*********************************************
:: History Page
********************************************/
.page-history .timeline-section {
  padding: 100px 0 20px;
}
@media (max-width: 767px) {
  .page-history .timeline-section {
    padding: 50px 0;
  }
}
.page-history .timeline-section .timeline-item {
  width: 751px;
  margin: 0 auto 15px;
  background: white;
}
@media (max-width: 767px) {
  .page-history .timeline-section .timeline-item {
    width: 100%;
  }
}
.page-history .timeline-section .timeline-item.active .year {
  opacity: 1;
}
.page-history .timeline-section .timeline-item.active .marker .circle {
  opacity: 1;
}
.page-history .timeline-section .timeline-item.active .marker .circle .mark-active {
  opacity: 1;
}
.page-history .timeline-section .timeline-item.active .marker .circle .border-dashed {
  opacity: 1;
}
.page-history .timeline-section .timeline-item.active .flex-1 h3 {
  opacity: 1;
}
.page-history .timeline-section .timeline-item.active .flex-1 .wysiwyg {
  height: auto;
  opacity: 1;
}
.page-history .timeline-section .timeline-item:last-child .marker .circle .border-dashed {
  display: none;
}
.page-history .timeline-section .timeline-item .inside-flex {
  margin-left: 13px;
}
@media (max-width: 767px) {
  .page-history .timeline-section .timeline-item .inside-flex {
    margin: 0;
  }
}
.page-history .timeline-section .timeline-item .year {
  width: 55px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.13px;
  line-height: 30px;
  color: #3c2244;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .page-history .timeline-section .timeline-item .year {
    margin: 0 0 20px;
    font-size: 20px;
  }
}
.page-history .timeline-section .timeline-item .marker {
  margin: 0px 47px 0 45.5px;
  padding-top: 3px;
}
@media (max-width: 767px) {
  .page-history .timeline-section .timeline-item .marker {
    margin: 0 30px 0 0;
  }
}
.page-history .timeline-section .timeline-item .marker .circle {
  width: 25px;
  height: 25px;
  border: 1px solid #653a71;
  border-radius: 50%;
  opacity: 0.5;
}
.page-history .timeline-section .timeline-item .marker .circle .mark-active {
  opacity: 0;
  width: 13px;
  height: 13px;
  background-color: #86bc40;
  border-radius: 50%;
}
.page-history .timeline-section .timeline-item .marker .border-dashed {
  opacity: 0.5;
  width: 1px;
  height: calc(100% - 43px);
  top: 43px;
  border: 2px dashed #653a71;
  border-left-width: 2px;
  border-right: 0;
  transition: height 150ms ease-in;
}
.page-history .timeline-section .timeline-item .flex-1 {
  min-height: 115px;
  position: relative;
  z-index: 1;
}
.page-history .timeline-section .timeline-item .flex-1 h3 {
  margin: 0 0 30px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.13px;
  line-height: 30px;
  opacity: 0.5;
  color: #3c2244;
  background: white;
}
.page-history .timeline-section .timeline-item .flex-1 .wysiwyg {
  height: 0;
  opacity: 0;
  margin-bottom: 85px;
  transition: all 150ms ease-in;
}

/*********************************************
:: News Detail Page
********************************************/
.page-news-detail {
  /********************************************/
}
.page-news-detail .body-section {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .page-news-detail .body-section {
    padding: 40px 0;
  }
}
.page-news-detail .body-section .news {
  width: 780px;
}
@media (max-width: 1160px) {
  .page-news-detail .body-section .news {
    width: 60%;
  }
}
@media (max-width: 600px) {
  .page-news-detail .body-section .news {
    width: 100%;
  }
}
.page-news-detail .body-section .news .category {
  margin: 0 0 30px;
  font-weight: 500;
  color: #653A71;
}
.page-news-detail .body-section .news h1 {
  margin: 0 0 31px;
  color: #3C2244;
}
.page-news-detail .body-section .news .wysiwyg p {
  margin: 0 0 24px;
}
.page-news-detail .body-section .news .wysiwyg > * {
  font-size: 14px;
  line-height: 24px;
  color: #3C2244;
}
.page-news-detail .body-section .news .wysiwyg > *:last-child {
  margin-bottom: 0;
}
.page-news-detail .body-section .news .wysiwyg img {
  width: 100%;
  margin-top: 29px;
}
.page-news-detail .body-section .news img {
  width: 100%;
  margin-top: 29px;
}
.page-news-detail .body-section .sidebar {
  width: 280px;
}
@media (max-width: 1160px) {
  .page-news-detail .body-section .sidebar {
    width: 35%;
  }
}
@media (max-width: 600px) {
  .page-news-detail .body-section .sidebar {
    width: 100%;
    margin: 50px 0 0;
  }
}
.page-news-detail .body-section .sidebar .next {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: uppercase;
  color: #653A71;
}
.page-news-detail .body-section .sidebar .next img {
  margin-left: 6px;
  margin-top: -1px;
}
.page-news-detail .body-section .sidebar article {
  margin: 0 0 50px;
}
.page-news-detail .body-section .sidebar article a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}
.page-news-detail .body-section .sidebar article img {
  width: 100%;
  margin: 0 0 20px;
}
.page-news-detail .body-section .sidebar article p.category {
  margin: 0 0 10px;
  color: #3C2244;
}
.page-news-detail .body-section .sidebar article h3 {
  margin: 0 0 50px;
  letter-spacing: 0.1px;
  color: #653A71;
}
.page-news-detail .body-section .sidebar article p.date {
  margin: auto 0 0;
  color: #3C2244;
}

/*********************************************
:: Services Page
********************************************/
.page-services {
  /********************************************/
}
.page-services .body-section {
  padding: 50px 0 0;
}
@media (min-width: 1024px) {
  .page-services .body-section {
    padding: 100px 0 0;
  }
}
.page-services .body-section article {
  margin: 0 0 100px;
}
@media (max-width: 600px) {
  .page-services .body-section article {
    margin: 0 0 50px;
  }
}
.page-services .body-section article .image {
  width: 44.07%;
}
@media (max-width: 600px) {
  .page-services .body-section article .image {
    width: 100%;
  }
}
.page-services .body-section article .text {
  width: 49.16%;
}
@media (max-width: 600px) {
  .page-services .body-section article .text {
    width: 100%;
    margin-top: 30px;
  }
}
.page-services .body-section article .text .logo {
  height: 80px;
  margin: 0 0 30px;
}
.page-services .body-section article h2, .page-services .body-section article legend {
  margin: 0 0 30px;
  font-size: 25px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.13px;
  line-height: 30px;
  color: #3C2244;
}
.page-services .body-section article .wysiwyg {
  max-width: 560px;
}
.page-services .body-section article .wysiwyg > * {
  color: #3C2244;
}

/*********************************************
:: Service Detail Page                   
********************************************/
.page-service-detail {
  /********************************************/
  /********************************************/
  /********************************************/
}
.page-service-detail .body-section {
  padding: 40px 0 60px;
}
@media (min-width: 767px) {
  .page-service-detail .body-section {
    padding: 0 0 60px;
  }
}
.page-service-detail .body-section .top {
  padding: 20px 0 40px;
}
@media (min-width: 767px) {
  .page-service-detail .body-section .top {
    padding: 76px 0 61px;
  }
}
.page-service-detail .body-section .top .left-anchor {
  display: inline-block;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 30px;
  color: #232221;
}
.page-service-detail .body-section .top .left-anchor span {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
}
.page-service-detail .body-section .content {
  width: 100%;
  padding: 0 0 40px;
}
@media (min-width: 767px) {
  .page-service-detail .body-section .content {
    width: calc(100% - 250px);
    padding: 0 30px 0 0;
  }
}
@media (min-width: 1024px) {
  .page-service-detail .body-section .content {
    width: calc(100% - 470px);
    padding: 0 120px 0 0;
  }
}
.page-service-detail .body-section .content h2, .page-service-detail .body-section .content legend {
  margin-bottom: 43px;
  letter-spacing: -0.64px;
}
.page-service-detail .body-section .hero {
  position: relative;
  align-self: flex-start;
  width: 100%;
}
@media (min-width: 767px) {
  .page-service-detail .body-section .hero {
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .page-service-detail .body-section .hero {
    width: 470px;
  }
}
.page-service-detail .body-section .hero img {
  width: 100%;
  margin: 0;
}
.page-service-detail .faqs-section {
  position: relative;
  padding: 60px 0;
  background: #f8fbfc;
}
.page-service-detail .faqs-section .content-max-width {
  max-width: 810px;
}
.page-service-detail .faqs-section:before {
  content: "";
  position: absolute;
  top: 69px;
  left: -37px;
  width: 110px;
  height: 164px;
  background: url(/images/watermark-left.png) no-repeat center;
  background-size: cover;
}
@media (min-width: 767px) {
  .page-service-detail .faqs-section:before {
    width: 220px;
    height: 328px;
  }
}
.page-service-detail .faqs-section:after {
  content: "";
  position: absolute;
  bottom: 49px;
  right: -114px;
  right: -14px;
  width: 110px;
  height: 164px;
  width: 220px;
  height: 328px;
  background: url(/images/watermark-right.png) no-repeat center;
  background-size: cover;
}
@media (min-width: 767px) {
  .page-service-detail .faqs-section:after {
    width: 220px;
    height: 328px;
  }
}
.page-service-detail .faqs-section .h2 {
  text-align: center;
}
.page-service-detail .faqs-section .h2 img {
  width: 23px;
  margin: 0 auto 13px;
}
.page-service-detail .faqs-section article {
  margin-bottom: 5px;
  background: white;
  border-radius: 2px;
}
.page-service-detail .faqs-section article .title {
  position: relative;
  padding: 30px;
  cursor: pointer;
}
.page-service-detail .faqs-section article .title .h4 {
  width: calc(100% - 50px);
  margin: 0;
  color: #653A71;
}
.page-service-detail .faqs-section article .title .material-icons {
  position: absolute;
  top: 34px;
  right: 30px;
}
.page-service-detail .faqs-section article .content {
  display: none;
  width: 100%;
}
@media (min-width: 767px) {
  .page-service-detail .faqs-section article .content {
    width: calc(100% - 50px);
    padding: 0 30px 30px;
  }
}
.page-service-detail .faqs-section article .content.active {
  display: block;
}
.page-service-detail .gallery-section {
  padding: 60px 0;
  text-align: center;
}
.page-service-detail .gallery-section .h2 {
  text-align: center;
}
@media (min-width: 767px) {
  .page-service-detail .gallery-section .h2 {
    margin-bottom: 60px;
  }
}
.page-service-detail .gallery-section .h2 img {
  width: 23px;
  margin: 0 auto 13px;
}
.page-service-detail .gallery-section .content-max-width {
  max-width: 810px;
}
.page-service-detail .gallery-section .content-max-width article {
  width: 100%;
}
.page-service-detail .gallery-section .content-max-width article img {
  width: 100%;
}

/*********************************************
:: Forms Page                   
********************************************/
.page-forms {
  /********************************************/
}
.page-forms .body-section {
  padding: 40px 0 60px;
}
@media (min-width: 767px) {
  .page-forms .body-section {
    padding: 60px 0 100px;
  }
}
.page-forms .body-section .h2 {
  margin-bottom: 33px;
  letter-spacing: -0.64px;
}
.page-forms .body-section .leadcopy {
  margin-bottom: 60px;
  font-weight: 400;
  line-height: 28px;
}
.page-forms .body-section .form-field.send {
  display: flex;
  padding: 5px 0 0;
}
.page-forms .body-section .form-field.send .button {
  width: 135px;
  margin-left: auto;
}

/*********************************************
:: Contact Page
********************************************/
.page-contact {
  /********************************************/
  /********************************************/
}
.page-contact .body-section {
  padding: 40px 0 80px;
}
@media (min-width: 767px) {
  .page-contact .body-section {
    padding: 50px 0 100px;
  }
}
.page-contact .body-section .content {
  width: 100%;
}
@media (min-width: 769px) {
  .page-contact .body-section .content {
    width: calc(100% - 520px);
  }
}
@media (min-width: 1160px) {
  .page-contact .body-section .content {
    width: 480px;
  }
}
.page-contact .body-section .content .card {
  padding: 20px 19px 29px;
  margin: 0 0 50px;
  border-radius: 3px;
  border: 1px solid #86bc40;
  background-color: rgba(134, 188, 64, 0.05);
}
.page-contact .body-section .content .card p {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #3C2244;
}
.page-contact .body-section .content .card .button {
  height: 40px;
  padding: 6px 15px 8px 14px;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: uppercase;
}
.page-contact .body-section .content .phone {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 40px;
  text-align: left;
  color: #3C2244;
}
.page-contact .body-section .content .email {
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
  color: #86BC40;
}
.page-contact .body-section .content .addresses {
  margin: 0 0 50px;
}
.page-contact .body-section .content .addresses .address {
  width: calc(100%/2 - 10px);
}
.page-contact .body-section .content .addresses .address h6 {
  margin: 0 0 9px;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 24px;
  color: #653A71;
  text-transform: uppercase;
}
.page-contact .body-section .content .addresses .address p {
  margin: 0;
  color: #3C2244;
}
.page-contact .body-section .form {
  width: 100%;
  margin-top: 50px;
}
@media (min-width: 769px) {
  .page-contact .body-section .form {
    width: 480px;
    margin: 0;
  }
}
@media (min-width: 1160px) {
  .page-contact .body-section .form {
    width: 580px;
  }
}
.page-contact .body-section .form h6 {
  color: #3C2244;
}
.page-contact .body-section .form .form-field.send {
  display: flex;
  padding: 5px 0 0;
}
.page-contact .body-section .form .form-field.send .button {
  width: 135px;
  margin-left: auto;
}

/*********************************************
:: JS Plugins
********************************************/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*********************************************
:: Slick Slideshow
********************************************/
/*******************************************/
.slick-loading .slick-list {
  background: #fff url("../../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/*******************************************/
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 99;
  display: block;
  padding: 0;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
  color: transparent;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  transform: translate(0, -50%);
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.5;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Material Icons";
  font-size: 55px;
  line-height: 1;
  color: #394e54;
  opacity: 1;
}

.slick-prev {
  left: -20px;
}
@media (min-width: 767px) {
  .slick-prev {
    left: -60px;
  }
}
.slick-prev:before {
  content: "";
}

.slick-next {
  right: -20px;
}
@media (min-width: 767px) {
  .slick-next {
    right: -60px;
  }
}
.slick-next:before {
  content: "";
}

/*******************************************/
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  padding: 5px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
}
.slick-dots li button:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-family: "Material Icons";
  font-size: 45px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

/*******************************************/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media (min-width: 640px){
  .sm\:justify-start{
    justify-content: flex-start;
  }
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:flex{
    display: flex;
  }
  .md\:block{
    display: block;
  }
  .md\:hidden{
    display: none;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:items-end{
    align-items: flex-end;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
}

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