@charset "UTF-8";
.image-responsive, .image-full {
  height: auto; }

.image-full {
  width: 100%; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.clear-fix, dl.data-list, .row {
  *zoom: 1; }
  .clear-fix:before, dl.data-list:before, .row:before, .clear-fix:after, dl.data-list:after, .row:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline; }
  .clear-fix:after, dl.data-list:after, .row:after {
    clear: both; }

.fade {
  opacity: 0;
  display: block; }
  .fade.in {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }

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

figure, figcaption {
  margin: 0;
  padding: 0;
  border: 0; }

form, fieldset, label, legend, button, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, q, s, small, strike, strong, sub, sup, tt, var, samp, dd, dl, dt, li, ol, ul, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
  line-height: 1; }

body {
  font-family: "Be Vietnam Pro", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  margin-bottom: 2rem ;
  line-height: 1.05;
  font-family: "ivypresto-headline", serif;
  font-weight: 600; }

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

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

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

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

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

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

p {
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: inherit;
  margin-bottom: 2rem ; }

strong {
  font-style: inherit; }

ul, ol {
  margin-bottom: 2rem ;
  margin-left: 2em; }

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  line-height: 1.5; }

small {
  font-size: .8em; }

dl {
  margin-bottom: 2rem ; }
  dl dt, dl dd {
    line-height: 1.5; }
  dl dd {
    line-height: 1.5; }

em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit; }

abbr {
  font-size: .9em;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

code {
  color: inherit;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  padding: .18em .4em .18em;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: .9em;
  border-radius: 3px; }

hr, .hr {
  margin: 0;
  margin-bottom: 2rem ;
  border: 0;
  border-bottom: 1px solid #CCC; }

span.hr {
  display: block; }

.hr-dotted {
  border-bottom-style: dashed; }

.bold, strong, dl dt {
  font-weight: 700; }

ul.unstyled, ol.unstyled {
  list-style: none;
  margin-left: 0; }

ul.inline li, ol.inline li {
  display: inline-block;
  vertical-align: top; }

.strike-out {
  text-decoration: line-through; }

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

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

dl.data-list {
  margin-bottom: 0; }
  dl.data-list dt {
    float: left; }
  dl.data-list dd {
    overflow: hidden;
    text-align: right; }

.arrow {
  background: #efefef;
  width: 300px;
  height: 50px;
  margin-bottom: 4rem;
  position: relative; }
  .arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000; }

div[class*="offset-pad-"], div[class*="offset-pad-"] .row div[class*="col-"], .offset-pad-1.ctc-col-parent .row div[class*="col-"], * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.offset-bottom-10 {
  margin-bottom: 100px !important; }

.offset-bottom-9 {
  margin-bottom: 90px !important; }

.offset-bottom-8 {
  margin-bottom: 80px !important; }

.offset-bottom-7 {
  margin-bottom: 70px !important; }

.offset-bottom-6 {
  margin-bottom: 60px !important; }

.offset-bottom-5 {
  margin-bottom: 50px !important; }

.offset-bottom-4 {
  margin-bottom: 40px !important; }

.offset-bottom-3 {
  margin-bottom: 30px !important; }

.offset-bottom-2 {
  margin-bottom: 20px !important; }

.offset-bottom-1 {
  margin-bottom: 10px !important; }

.offset-bottom-0 {
  margin-bottom: 0px !important; }

.offset-bottom {
  margin-bottom: 2rem !important; }

.offset-bottom-none {
  margin-bottom: 0 !important; }

.offset-bottom-half {
  margin-bottom: 1rem ; }

.relate-to-this {
  position: relative; }

.row {
  width: 100%; }

.hide {
  display: none !important; }

.transparent {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.\+i3TODO {
  outline: 2px dashed #ff0000; }

html, body {
  font-size: 16px;
  color: rgba(29, 29, 125, 0.9);
  line-height: 1.5; }

i.icon {
  vertical-align: top;
  display: inline-block;
  vertical-align: top;
  line-height: 1; }

.image-full {
  display: block; }

.image-content {
  display: block;
  margin-bottom: 2rem ;
  margin-right: 2rem ;
  margin-left: 2rem ; }
  .image-content.pull-left {
    margin-left: 0; }

.grid-table {
  display: table;
  width: 100%; }
  .grid-table .grid-table-row {
    display: table-row; }
  .grid-table .grid-table-cell {
    display: table-cell; }
  .grid-table.two-blocks .grid-table-cell {
    width: 50%; }
  .grid-table.three-blocks .grid-table-cell {
    width: 33%; }
  .grid-table.four-blocks .grid-table-cell {
    width: 25%; }
  .grid-table.five-blocks .grid-table-cell {
    width: 20%; }

.ctc-col-parent {
  float: none !important; }
  .ctc-col-parent .col-33 {
    width: 33.33% !important; }

div[class*="offset-pad-"].offset-bottom-1 .row div[class*="col-"] {
  margin-bottom: 10px; }

div[class*="offset-pad-"].offset-bottom-2 .row div[class*="col-"] {
  margin-bottom: 20px; }

div[class*="offset-pad-"].offset-bottom-3 .row div[class*="col-"] {
  margin-bottom: 30px; }

div[class*="offset-pad-"].offset-bottom-4 .row div[class*="col-"] {
  margin-bottom: 40px; }

div[class*="offset-pad-"].offset-bottom-5 .row div[class*="col-"] {
  margin-bottom: 50px; }

div[class*="offset-pad-"].offset-bottom-6 .row div[class*="col-"] {
  margin-bottom: 60px; }

div[class*="offset-pad-"].offset-bottom-7 .row div[class*="col-"] {
  margin-bottom: 70px; }

div[class*="offset-pad-"].offset-bottom-8 .row div[class*="col-"] {
  margin-bottom: 80px; }

div[class*="offset-pad-"].offset-bottom-9 .row div[class*="col-"] {
  margin-bottom: 90px; }

div[class*="offset-pad-"].offset-bottom-10 .row div[class*="col-"] {
  margin-bottom: 100px; }

.offset-pad-1 {
  padding-left: 5px;
  padding-right: 5px; }
  .offset-pad-1.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -5px;
    margin-right: -5px; }
    .offset-pad-1.ctc-col-parent .row div[class*="col-"] {
      padding: 0px 5px; }

.offset-pad-2 {
  padding-left: 10px;
  padding-right: 10px; }
  .offset-pad-2.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -10px;
    margin-right: -10px; }
    .offset-pad-2.ctc-col-parent .row div[class*="col"] {
      padding: 0px 10px; }

.offset-pad-3 {
  padding-left: 15px;
  padding-right: 15px; }
  .offset-pad-3.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -15px;
    margin-right: -15px; }
    .offset-pad-3.ctc-col-parent .row div[class*="col"] {
      padding: 0px 15px; }

.offset-pad-4 {
  padding-left: 20px;
  padding-right: 20px; }
  .offset-pad-4.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -20px;
    margin-right: -20px; }
    .offset-pad-4.ctc-col-parent .row div[class*="col"] {
      padding: 0px 20px; }

.offset-pad-5 {
  padding-left: 25px;
  padding-right: 25px; }
  .offset-pad-5.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -25px;
    margin-right: -25px; }
    .offset-pad-5.ctc-col-parent .row div[class*="col"] {
      padding: 0px 25px; }

.offset-pad-6 {
  padding-left: 30px;
  padding-right: 30px; }
  .offset-pad-6.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -30px;
    margin-right: -30px; }
    .offset-pad-6.ctc-col-parent .row div[class*="col"] {
      padding: 0px 30px; }

.offset-pad-7 {
  padding-left: 35px;
  padding-right: 35px; }
  .offset-pad-7.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -35px;
    margin-right: -35px; }
    .offset-pad-7.ctc-col-parent .row div[class*="col"] {
      padding: 0px 35px; }

.offset-pad-8 {
  padding-left: 40px;
  padding-right: 40px; }
  .offset-pad-8.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -40px;
    margin-right: -40px; }
    .offset-pad-8.ctc-col-parent .row div[class*="col"] {
      padding: 0px 40px; }

.offset-pad-9 {
  padding-left: 45px;
  padding-right: 45px; }
  .offset-pad-9.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -45px;
    margin-right: -45px; }
    .offset-pad-9.ctc-col-parent .row div[class*="col"] {
      padding: 0px 45px; }

.offset-pad-10 {
  padding-left: 50px;
  padding-right: 50px; }
  .offset-pad-10.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -50px;
    margin-right: -50px; }
    .offset-pad-10.ctc-col-parent .row div[class*="col"] {
      padding: 0px 50px; }

.ctc-entity-banners {
  position: relative; }
  .ctc-entity-banners img {
    display: block;
    margin: 0 auto; }

[class*="col-"] {
  float: left; }

.col-100, .w-100 {
  width: 100%; }

.offset-100 {
  margin-left: 100%; }

.col-99, .w-99 {
  width: 99%; }

.offset-99 {
  margin-left: 99%; }

.col-98, .w-98 {
  width: 98%; }

.offset-98 {
  margin-left: 98%; }

.col-97, .w-97 {
  width: 97%; }

.offset-97 {
  margin-left: 97%; }

.col-96, .w-96 {
  width: 96%; }

.offset-96 {
  margin-left: 96%; }

.col-95, .w-95 {
  width: 95%; }

.offset-95 {
  margin-left: 95%; }

.col-94, .w-94 {
  width: 94%; }

.offset-94 {
  margin-left: 94%; }

.col-93, .w-93 {
  width: 93%; }

.offset-93 {
  margin-left: 93%; }

.col-92, .w-92 {
  width: 92%; }

.offset-92 {
  margin-left: 92%; }

.col-91, .w-91 {
  width: 91%; }

.offset-91 {
  margin-left: 91%; }

.col-90, .w-90 {
  width: 90%; }

.offset-90 {
  margin-left: 90%; }

.col-89, .w-89 {
  width: 89%; }

.offset-89 {
  margin-left: 89%; }

.col-88, .w-88 {
  width: 88%; }

.offset-88 {
  margin-left: 88%; }

.col-87, .w-87 {
  width: 87%; }

.offset-87 {
  margin-left: 87%; }

.col-86, .w-86 {
  width: 86%; }

.offset-86 {
  margin-left: 86%; }

.col-85, .w-85 {
  width: 85%; }

.offset-85 {
  margin-left: 85%; }

.col-84, .w-84 {
  width: 84%; }

.offset-84 {
  margin-left: 84%; }

.col-83, .w-83 {
  width: 83%; }

.offset-83 {
  margin-left: 83%; }

.col-82, .w-82 {
  width: 82%; }

.offset-82 {
  margin-left: 82%; }

.col-81, .w-81 {
  width: 81%; }

.offset-81 {
  margin-left: 81%; }

.col-80, .w-80 {
  width: 80%; }

.offset-80 {
  margin-left: 80%; }

.col-79, .w-79 {
  width: 79%; }

.offset-79 {
  margin-left: 79%; }

.col-78, .w-78 {
  width: 78%; }

.offset-78 {
  margin-left: 78%; }

.col-77, .w-77 {
  width: 77%; }

.offset-77 {
  margin-left: 77%; }

.col-76, .w-76 {
  width: 76%; }

.offset-76 {
  margin-left: 76%; }

.col-75, .w-75 {
  width: 75%; }

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

.col-74, .w-74 {
  width: 74%; }

.offset-74 {
  margin-left: 74%; }

.col-73, .w-73 {
  width: 73%; }

.offset-73 {
  margin-left: 73%; }

.col-72, .w-72 {
  width: 72%; }

.offset-72 {
  margin-left: 72%; }

.col-71, .w-71 {
  width: 71%; }

.offset-71 {
  margin-left: 71%; }

.col-70, .w-70 {
  width: 70%; }

.offset-70 {
  margin-left: 70%; }

.col-69, .w-69 {
  width: 69%; }

.offset-69 {
  margin-left: 69%; }

.col-68, .w-68 {
  width: 68%; }

.offset-68 {
  margin-left: 68%; }

.col-67, .w-67 {
  width: 67%; }

.offset-67 {
  margin-left: 67%; }

.col-66, .w-66 {
  width: 66%; }

.offset-66 {
  margin-left: 66%; }

.col-65, .w-65 {
  width: 65%; }

.offset-65 {
  margin-left: 65%; }

.col-64, .w-64 {
  width: 64%; }

.offset-64 {
  margin-left: 64%; }

.col-63, .w-63 {
  width: 63%; }

.offset-63 {
  margin-left: 63%; }

.col-62, .w-62 {
  width: 62%; }

.offset-62 {
  margin-left: 62%; }

.col-61, .w-61 {
  width: 61%; }

.offset-61 {
  margin-left: 61%; }

.col-60, .w-60 {
  width: 60%; }

.offset-60 {
  margin-left: 60%; }

.col-59, .w-59 {
  width: 59%; }

.offset-59 {
  margin-left: 59%; }

.col-58, .w-58 {
  width: 58%; }

.offset-58 {
  margin-left: 58%; }

.col-57, .w-57 {
  width: 57%; }

.offset-57 {
  margin-left: 57%; }

.col-56, .w-56 {
  width: 56%; }

.offset-56 {
  margin-left: 56%; }

.col-55, .w-55 {
  width: 55%; }

.offset-55 {
  margin-left: 55%; }

.col-54, .w-54 {
  width: 54%; }

.offset-54 {
  margin-left: 54%; }

.col-53, .w-53 {
  width: 53%; }

.offset-53 {
  margin-left: 53%; }

.col-52, .w-52 {
  width: 52%; }

.offset-52 {
  margin-left: 52%; }

.col-51, .w-51 {
  width: 51%; }

.offset-51 {
  margin-left: 51%; }

.col-50, .w-50 {
  width: 50%; }

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

.col-49, .w-49 {
  width: 49%; }

.offset-49 {
  margin-left: 49%; }

.col-48, .w-48 {
  width: 48%; }

.offset-48 {
  margin-left: 48%; }

.col-47, .w-47 {
  width: 47%; }

.offset-47 {
  margin-left: 47%; }

.col-46, .w-46 {
  width: 46%; }

.offset-46 {
  margin-left: 46%; }

.col-45, .w-45 {
  width: 45%; }

.offset-45 {
  margin-left: 45%; }

.col-44, .w-44 {
  width: 44%; }

.offset-44 {
  margin-left: 44%; }

.col-43, .w-43 {
  width: 43%; }

.offset-43 {
  margin-left: 43%; }

.col-42, .w-42 {
  width: 42%; }

.offset-42 {
  margin-left: 42%; }

.col-41, .w-41 {
  width: 41%; }

.offset-41 {
  margin-left: 41%; }

.col-40, .w-40 {
  width: 40%; }

.offset-40 {
  margin-left: 40%; }

.col-39, .w-39 {
  width: 39%; }

.offset-39 {
  margin-left: 39%; }

.col-38, .w-38 {
  width: 38%; }

.offset-38 {
  margin-left: 38%; }

.col-37, .w-37 {
  width: 37%; }

.offset-37 {
  margin-left: 37%; }

.col-36, .w-36 {
  width: 36%; }

.offset-36 {
  margin-left: 36%; }

.col-35, .w-35 {
  width: 35%; }

.offset-35 {
  margin-left: 35%; }

.col-34, .w-34 {
  width: 34%; }

.offset-34 {
  margin-left: 34%; }

.col-33, .w-33 {
  width: 33%; }

.offset-33 {
  margin-left: 33%; }

.col-32, .w-32 {
  width: 32%; }

.offset-32 {
  margin-left: 32%; }

.col-31, .w-31 {
  width: 31%; }

.offset-31 {
  margin-left: 31%; }

.col-30, .w-30 {
  width: 30%; }

.offset-30 {
  margin-left: 30%; }

.col-29, .w-29 {
  width: 29%; }

.offset-29 {
  margin-left: 29%; }

.col-28, .w-28 {
  width: 28%; }

.offset-28 {
  margin-left: 28%; }

.col-27, .w-27 {
  width: 27%; }

.offset-27 {
  margin-left: 27%; }

.col-26, .w-26 {
  width: 26%; }

.offset-26 {
  margin-left: 26%; }

.col-25, .w-25 {
  width: 25%; }

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

.col-24, .w-24 {
  width: 24%; }

.offset-24 {
  margin-left: 24%; }

.col-23, .w-23 {
  width: 23%; }

.offset-23 {
  margin-left: 23%; }

.col-22, .w-22 {
  width: 22%; }

.offset-22 {
  margin-left: 22%; }

.col-21, .w-21 {
  width: 21%; }

.offset-21 {
  margin-left: 21%; }

.col-20, .w-20 {
  width: 20%; }

.offset-20 {
  margin-left: 20%; }

.col-19, .w-19 {
  width: 19%; }

.offset-19 {
  margin-left: 19%; }

.col-18, .w-18 {
  width: 18%; }

.offset-18 {
  margin-left: 18%; }

.col-17, .w-17 {
  width: 17%; }

.offset-17 {
  margin-left: 17%; }

.col-16, .w-16 {
  width: 16%; }

.offset-16 {
  margin-left: 16%; }

.col-15, .w-15 {
  width: 15%; }

.offset-15 {
  margin-left: 15%; }

.col-14, .w-14 {
  width: 14%; }

.offset-14 {
  margin-left: 14%; }

.col-13, .w-13 {
  width: 13%; }

.offset-13 {
  margin-left: 13%; }

.col-12, .w-12 {
  width: 12%; }

.offset-12 {
  margin-left: 12%; }

.col-11, .w-11 {
  width: 11%; }

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

.col-10, .w-10 {
  width: 10%; }

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

.col-9, .w-9 {
  width: 9%; }

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

.col-8, .w-8 {
  width: 8%; }

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

.col-7, .w-7 {
  width: 7%; }

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

.col-6, .w-6 {
  width: 6%; }

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

.col-5, .w-5 {
  width: 5%; }

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

.col-4, .w-4 {
  width: 4%; }

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

.col-3, .w-3 {
  width: 3%; }

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

.col-2, .w-2 {
  width: 2%; }

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

.col-1, .w-1 {
  width: 1%; }

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

[class*=content-col-] {
  margin-left: 4.4%;
  float: left; }
  [class*=content-col-]:first-child {
    margin-left: 0; }
  [class*=content-col-]:last-child {
    float: right; }

.content-col-1 {
  width: 4.3%; }

.content-col-2 {
  width: 13%; }

.content-col-3 {
  width: 21.679%; }

.content-col-4 {
  width: 30.37%; }

.content-col-5 {
  width: 39.1%; }

.content-col-6 {
  width: 47.8%; }

.content-col-7 {
  width: 56.5%; }

.content-col-8 {
  width: 65.2%; }

.content-col-9 {
  width: 73.9%; }

.content-col-10 {
  width: 82.6%; }

.content-col-11 {
  width: 91.3%; }

.content-col-12 {
  width: 100%; }

table.table-core {
  width: 100%;
  padding: 0;
  background-color: #FFF;
  margin-bottom: 2rem ;
  font-size: 1em;
  border-collapse: collapse; }
  table.table-core th,
  table.table-core td {
    padding: 10px 10px 9px;
    line-height: 1.5;
    text-align: left; }
  table.table-core th {
    padding-top: 9px;
    font-weight: bold;
    vertical-align: middle; }
  table.table-core td {
    vertical-align: top;
    border-top: 1px solid #ddd; }
  table.table-core tbody th {
    border-top: 1px solid #ddd;
    vertical-align: top; }

table.table-core.table-condensed th,
table.table-core.table-condensed td {
  padding: 4px 5px; }

table.table-core.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */ }
  table.table-core.table-bordered th + th,
  table.table-core.table-bordered td + td,
  table.table-core.table-bordered th + td {
    border-left: 1px solid #ddd; }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9; }

.table-striped tbody tr td,
.table-striped tbody tr th {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }

.table-striped tbody tr:hover td,
.table-striped tbody tr:hover th {
  background-color: #f5f5f5; }

table.table-core .header {
  cursor: pointer; }
  table.table-core .header:after {
    content: "";
    float: right;
    margin-top: 7px;
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: #000 transparent;
    visibility: hidden; }

table.table-core .headerSortUp,
table.table-core .headerSortDown {
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); }

table.table-core .header:hover:after {
  visibility: visible; }

table.table-core .headerSortDown:after,
table.table-core .headerSortDown:hover:after {
  visibility: visible;
  opacity: 60; }

table.table-core .headerSortUp:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.6; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  font-family: inherit;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal;
  *overflow: visible; }

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

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

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

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

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

input[type=checkbox],
input[type=radio] {
  cursor: pointer; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

audio,
canvas,
video {
  display: inline-block;
  vertical-align: top; }

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

q:before, q:after, blockquote:before, blockquote:after {
  content: ""; }

a:focus {
  outline: thin dotted; }

a {
  color: #1D1D7D; }

a:hover,
a:active {
  outline: 0;
  color: #0f0f3f; }

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

html, body {
  padding: 0;
  margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

* {
  -webkit-font-smoothing: antialiased; }

@font-face {
  font-family: 'default';
  src: url("/wp-content/themes/right-tuition-company/_ui/media/fonts/default.ttf?qanpxa") format("truetype"), url("/wp-content/themes/right-tuition-company/_ui/media/fonts/default.woff?qanpxa") format("woff"), url("/wp-content/themes/right-tuition-company/_ui/media/fonts/default.svg?qanpxa#default") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

i.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'default' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-top-arrow:before {
  content: "\e91a"; }

.icon-close:before {
  content: "\e916"; }

.icon-menu:before {
  content: "\e917"; }

.icon-plus:before {
  content: "\e908"; }

.icon-location:before {
  content: "\e900"; }

.icon-chevron-down:before {
  content: "\e901"; }

.icon-chevron-top:before {
  content: "\e904"; }

.icon-left-arrow:before {
  content: "\e905"; }

.icon-bottom-arrow:before {
  content: "\e906"; }

.icon-right-arrow:before {
  content: "\e918"; }

.icon-quote:before {
  content: "\e907"; }

.icon-chevron-right:before {
  content: "\e90a"; }

.icon-chevron-left:before {
  content: "\e90b"; }

.icon-check:before {
  content: "\e911"; }

.icon-download:before {
  content: "\e919"; }

.icon-twitter:before {
  content: "\e915"; }

.icon-exclamation:before {
  content: "\e909"; }

.icon-linkedin:before {
  content: "\e902"; }

.icon-search:before {
  content: "\e903"; }

.icon-facebook:before {
  content: "\e90c"; }

.icon-instagram:before {
  content: "\e90d"; }

.icon-play:before {
  content: "\e90e"; }

.icon-phone:before {
  content: "\e90f"; }

.icon-email:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e913"; }

.icon-whatsapp:before {
  content: "\e912"; }

.icon-link:before {
  content: "\e914"; }

#i3-TUITION-COMPANY .\+ff {
  font-family: "Be Vietnam Pro", sans-serif; }

#i3-TUITION-COMPANY .\+fw-ebold {
  font-weight: 900; }

#i3-TUITION-COMPANY .\+fw-bold {
  font-weight: 700; }

#i3-TUITION-COMPANY .\+fw-normal {
  font-weight: 400; }

#i3-TUITION-COMPANY .\+c-white {
  color: #fff; }

#i3-TUITION-COMPANY .\+c-black {
  color: #0000D0; }

#i3-TUITION-COMPANY .\+c-grey {
  color: #666; }

#i3-TUITION-COMPANY .\+c-green {
  color: #1d3922; }

#i3-TUITION-COMPANY .\+c-l-green {
  color: #7fb931; }

#i3-TUITION-COMPANY .\+c-red {
  color: #d51051; }

#i3-TUITION-COMPANY .\+c-teal {
  color: #2a665e; }

#i3-TUITION-COMPANY .\+ls--1 {
  letter-spacing: -1px; }

#i3-TUITION-COMPANY .\+ls-1 {
  letter-spacing: 1px; }

#i3-TUITION-COMPANY .\+ls-2 {
  letter-spacing: 2px; }

#i3-TUITION-COMPANY .\+ls-3 {
  letter-spacing: 3px; }

#i3-TUITION-COMPANY .\+lh-12 {
  line-height: 1.2; }

#i3-TUITION-COMPANY .\+lh-14 {
  line-height: 1.4; }

#i3-TUITION-COMPANY .\+lh-16 {
  line-height: 1.6; }

#i3-TUITION-COMPANY .\+lh-18 {
  line-height: 1.8; }

#i3-TUITION-COMPANY .\+lh-2 {
  line-height: 2; }

#i3-TUITION-COMPANY .\+tt-uppercase {
  text-transform: uppercase; }

#i3-TUITION-COMPANY .\+td-none {
  text-decoration: none; }

#i3-TUITION-COMPANY .\+td-underline {
  text-decoration: underline; }

#i3-TUITION-COMPANY .\+fs-x-large {
  background-color: #91b843;
  font-size: 75px;
  font-weight: bold;
  letter-spacing: -3px;
  line-height: 1;
  color: #fff;
  display: table;
  padding: 5px 15px 13px; }
  #i3-TUITION-COMPANY .\+fs-x-large > span:after {
    content: " "; }
  #i3-TUITION-COMPANY .\+fs-x-large:nth-child(odd) {
    background-color: #44895c; }

#i3-TUITION-COMPANY .\+fs-large {
  font-size: 20px;
  line-height: 1.6; }

#i3-TUITION-COMPANY .\+fs-30 {
  font-size: 30px; }

#i3-TUITION-COMPANY .\+fs-24 {
  font-size: 24px; }

#i3-TUITION-COMPANY .\+fs-16 {
  font-size: 16px; }

#i3-TUITION-COMPANY .\+fs-13 {
  font-size: 13px; }

#i3-TUITION-COMPANY .\+fs-medium {
  font-size: 18px; }
  #i3-TUITION-COMPANY .\+fs-medium > .icon {
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -2px; }

#i3-TUITION-COMPANY .\+ta-left {
  text-align: left; }

#i3-TUITION-COMPANY .\+ta-center {
  text-align: center; }

#i3-TUITION-COMPANY .\+ta-right {
  text-align: right; }

#i3-TUITION-COMPANY .\+m-auto {
  margin-left: auto;
  margin-right: auto; }

#i3-TUITION-COMPANY .\+br-4 {
  border-radius: 4px; }

#i3-TUITION-COMPANY .\+pad-l-4 {
  padding-left: 40px; }

#i3-TUITION-COMPANY .\+pad-r-4 {
  padding-right: 40px; }

#i3-TUITION-COMPANY .\+pad-b-35 {
  padding-bottom: 35px; }

#i3-TUITION-COMPANY .\+d-block {
  display: block; }

#i3-TUITION-COMPANY .\+bdr-lg-left {
  border-left: 1px solid #D7E3CA; }

#i3-TUITION-COMPANY .\+hr-l-g {
  border-color: #D7E3CA; }

#i3-TUITION-COMPANY .\+d-inline-block {
  display: inline-block;
  vertical-align: middle; }

#i3-TUITION-COMPANY .\+disabled {
  opacity: 0.8;
  cursor: not-allowed; }

#i3-TUITION-COMPANY .\+hide-on-desktop {
  display: none; }
  @media (max-width: 768px) {
    #i3-TUITION-COMPANY .\+hide-on-desktop {
      display: block; } }

#i3-TUITION-COMPANY .\+hide-on-tablet {
  display: none; }
  @media (max-width: 768px) {
    #i3-TUITION-COMPANY .\+hide-on-tablet {
      display: block; } }

@media (max-width: 768px) {
  #i3-TUITION-COMPANY .\+hide-on-mobile {
    display: none; } }

#i3-TUITION-COMPANY .\+ajax-container {
  opacity: 1;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

#i3-TUITION-COMPANY .\+ajax-content-loading {
  opacity: .8;
  pointer-events: none;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98); }

#i3-TUITION-COMPANY .\+num-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -1.11111rem;
  font-weight: 600;
  font-size: 2.11111rem; }
  #i3-TUITION-COMPANY .\+num-title > * {
    margin-left: 1.11111rem; }

#i3-TUITION-COMPANY .\+subtitle {
  font-size: 1.33333rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: -0.03em;
  color: #2A1E46; }

@media (max-width: 1023px) {
  #i3-TUITION-COMPANY .\+reverse-on-mobile {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; } }

#i3-TUITION-COMPANY .\+d-underline {
  display: table;
  background-image: -moz-linear-gradient(left, #6A005D, #6A005D);
  /* FF3.6-15 */
  background-image: -webkit-linear-gradient(left, #6A005D, #6A005D);
  /* Chrome10-25,Safari5.1-6 */
  background-image: -webkit-gradient(linear, left top, right top, from(#6A005D), to(#6A005D));
  background-image: -o-linear-gradient(left, #6A005D, #6A005D);
  background-image: linear-gradient(to right, #6A005D, #6A005D);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media (min-width: 768px) {
    #i3-TUITION-COMPANY .\+d-underline {
      background-size: 1px 36px; } }

#i3-TUITION-COMPANY .\+style-phone {
  position: relative;
  padding-left: 24px; }
  #i3-TUITION-COMPANY .\+style-phone:before {
    content: "\e90f";
    position: absolute;
    color: #1D1D7D;
    font-family: 'default';
    left: 0; }
  #i3-TUITION-COMPANY .\+style-phone a {
    color: #00004D;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.18px;
    text-decoration: underline;
    text-transform: uppercase; }

#i3-TUITION-COMPANY .\+hr-style-gradient {
  background: -webkit-linear-gradient(164deg, #2E323A -38.64%, #24BBBC 28.87%, #7EC673 68.5%, #FFDC01 135.72%), #1C2126;
  background: -o-linear-gradient(164deg, #2E323A -38.64%, #24BBBC 28.87%, #7EC673 68.5%, #FFDC01 135.72%), #1C2126;
  background: linear-gradient(286deg, #2E323A -38.64%, #24BBBC 28.87%, #7EC673 68.5%, #FFDC01 135.72%), #1C2126;
  height: 1px;
  border: 0;
  width: 100%; }

#i3-TUITION-COMPANY .\+style-highlight {
  background: #d5dede;
  border-radius: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5625rem 2.5rem;
  margin: 0 auto;
  color: #1D1D7D;
  font-size: 1.125rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 768px) {
    #i3-TUITION-COMPANY .\+style-highlight {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row;
      gap: 10px; } }
  #i3-TUITION-COMPANY .\+style-highlight a {
    color: #0000D0;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px; }
    #i3-TUITION-COMPANY .\+style-highlight a i {
      font-size: 0.75rem; }

#i3-TUITION-COMPANY .\+style-highlight-yellow {
  background: #FFC82E;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.375rem 0.9375rem;
  color: #1D1D7D;
  font-size: 0.875rem;
  font-weight: 400; }

body {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  overflow-x: hidden; }
  body.\--show-mobile-menu {
    overflow: hidden; }
  body.\--show-menu {
    overflow: hidden; }
  body .body-container {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden; }

.offset-bottom-3, .offset-bottom-rem-3 {
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .offset-bottom-3, .offset-bottom-rem-3 {
      margin-bottom: 30px !important; } }

.offset-bottom-4, .offset-bottom-rem-4 {
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .offset-bottom-4, .offset-bottom-rem-4 {
      margin-bottom: 30px !important; } }

.offset-bottom-5, .offset-bottom-rem-5 {
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .offset-bottom-5, .offset-bottom-rem-5 {
      margin-bottom: 30px !important; } }

.offset-bottom-6, .offset-bottom-rem-6 {
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .offset-bottom-6, .offset-bottom-rem-6 {
      margin-bottom: 30px !important; } }

.offset-bottom-7, .offset-bottom-rem-7 {
  margin-bottom: 70px; }
  @media (max-width: 768px) {
    .offset-bottom-7, .offset-bottom-rem-7 {
      margin-bottom: 30px !important; } }

.offset-bottom-8, .offset-bottom-rem-8 {
  margin-bottom: 80px; }
  @media (max-width: 768px) {
    .offset-bottom-8, .offset-bottom-rem-8 {
      margin-bottom: 30px !important; } }

.offset-bottom-9, .offset-bottom-rem-9 {
  margin-bottom: 90px; }
  @media (max-width: 768px) {
    .offset-bottom-9, .offset-bottom-rem-9 {
      margin-bottom: 30px !important; } }

.offset-bottom-10, .offset-bottom-rem-10 {
  margin-bottom: 100px; }
  @media (max-width: 768px) {
    .offset-bottom-10, .offset-bottom-rem-10 {
      margin-bottom: 30px !important; } }

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

@media (max-width: 1023px) {
  .reverse-on-mobile {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; } }

@media (min-width: 1024px) {
  .hide-on-desktop {
    display: none  !important; } }

.page-search .container.\--style-medium {
  margin: 2.77778rem auto; }

.page-search__wrapper {
  margin-bottom: 2.22222rem; }
  .page-search__wrapper form .btn {
    width: 100%; }

.i3-inspiring a {
  position: relative;
  padding-left: 26px !important; }
  .i3-inspiring a:before {
    content: "";
    position: absolute;
    background: url("/wp-content/themes/right-tuition-company/_ui/media/menu-icon.svg") no-repeat;
    top: 0;
    bottom: 0;
    left: 0px;
    margin: auto;
    width: 20px;
    height: 20px; }

.\--style-so-stretch .panel-grid-cell > div,
.\--style-so-stretch .panel-grid-cell [class*="so-widget-"],
.\--style-so-stretch .panel-grid-cell [class*="widget_so-"] {
  height: 100%; }
  .\--style-so-stretch .panel-grid-cell > div > div,
  .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] > div,
  .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] > div {
    height: 100%; }
  .\--style-so-stretch .panel-grid-cell > div > .w-image,
  .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] > .w-image,
  .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] > .w-image {
    height: 100%; }
    .\--style-so-stretch .panel-grid-cell > div > .w-image > div,
    .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] > .w-image > div,
    .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] > .w-image > div {
      height: 100%; }
      .\--style-so-stretch .panel-grid-cell > div > .w-image > div img,
      .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] > .w-image > div img,
      .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] > .w-image > div img {
        height: 100%;
        width: 100%; }
        @media (min-width: 1024px) {
          .\--style-so-stretch .panel-grid-cell > div > .w-image > div img,
          .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] > .w-image > div img,
          .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] > .w-image > div img {
            width: auto; } }

div.ti-widget.ti-goog {
  padding: 3.88889rem 0;
  overflow: hidden !important; }
  div.ti-widget.ti-goog .ti-widget-container {
    width: 100%; }
    div.ti-widget.ti-goog .ti-widget-container .ti-reviews-container-wrapper {
      margin: 0; }
    div.ti-widget.ti-goog .ti-widget-container .ti-controls {
      top: -3.88889rem !important;
      margin-top: 0; }
      div.ti-widget.ti-goog .ti-widget-container .ti-controls .ti-next, div.ti-widget.ti-goog .ti-widget-container .ti-controls .ti-prev {
        padding: 0;
        width: 40px;
        height: 40px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid #d5dede;
        color: #1D1D7D; }
        div.ti-widget.ti-goog .ti-widget-container .ti-controls .ti-next:before, div.ti-widget.ti-goog .ti-widget-container .ti-controls .ti-prev:before {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'default' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e905";
          -webkit-transform: unset;
          -ms-transform: unset;
          transform: unset;
          background: transparent;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          height: -webkit-fit-content;
          height: -moz-fit-content;
          height: fit-content; }
        div.ti-widget.ti-goog .ti-widget-container .ti-controls .ti-next:after, div.ti-widget.ti-goog .ti-widget-container .ti-controls .ti-prev:after {
          display: none; }
        div.ti-widget.ti-goog .ti-widget-container .ti-controls .ti-next:hover, div.ti-widget.ti-goog .ti-widget-container .ti-controls .ti-prev:hover {
          -webkit-transform: unset;
          -ms-transform: unset;
          transform: unset;
          background: #1D1D7D;
          color: #FFF; }
      div.ti-widget.ti-goog .ti-widget-container .ti-controls .ti-next {
        right: auto;
        left: 3.33333rem; }
        div.ti-widget.ti-goog .ti-widget-container .ti-controls .ti-next:before {
          content: "\e918"; }
  div.ti-widget.ti-goog .ti-footer {
    display: none; }

.cms-content ul li, .cms-content ol li {
  margin-bottom: 1.11111rem; }

.container {
  max-width: 1360px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .container .container {
    padding-left: 0;
    padding-right: 0; }
  .container.\--style-large {
    max-width: 1340px; }
  .container.\--style-x-large {
    max-width: 1400px; }
  .container.\--style-small {
    max-width: 1180px; }
    @media (max-width: 1200px) {
      .container.\--style-small {
        padding-left: 20px;
        padding-right: 20px; } }
  .container.\--style-x-small {
    max-width: 100%; }
    @media (min-width: 768px) {
      .container.\--style-x-small {
        max-width: 820px; } }
  .container.\--style-full {
    max-width: none;
    padding-left: 0;
    padding-right: 0; }
    .container.\--style-full .container {
      padding-left: 20px;
      padding-right: 20px; }

.ph__top {
  background: #0000D0;
  border-radius: 0px 0px 12px 12px;
  padding: 9px 20px; }
  .ph__top p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .ph__top p a {
      color: #fff; }
    .ph__top p .icon {
      color: #9999ec;
      margin-left: 10px; }

.ph__main {
  padding: 1.25rem 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #eef9f9;
  border-bottom: 1px solid #d5dede; }

.ph__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (min-width: 1024px) {
    .ph__grid {
      padding-top: 0;
      padding-bottom: 0; } }

.ph__menu {
  margin-bottom: 0;
  font-size: 0px; }
  .ph__menu > ul {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem; }
    @media (min-width: 1024px) {
      .ph__menu > ul {
        gap: 0.5rem; } }
    @media (min-width: 1241px) {
      .ph__menu > ul {
        gap: 0.5rem; } }
    .ph__menu > ul > li {
      position: relative;
      display: inline-block;
      margin-bottom: 0px;
      position: relative;
      padding-top: 10px;
      padding-bottom: 10px; }
      .ph__menu > ul > li > a {
        color: #1D1D7D;
        font-size: 0.9375rem;
        letter-spacing: -0.48px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        line-height: normal;
        font-weight: 400;
        padding: 0.375rem 0.625rem;
        background-color: #E8F5F5;
        border-radius: 86px; }
        @media (min-width: 1500px) {
          .ph__menu > ul > li > a {
            font-size: 1rem; } }
        .ph__menu > ul > li > a:hover {
          text-decoration: none;
          color: #FFF;
          background-color: #0000D0; }
      .ph__menu > ul > li .ph__sub-menu {
        display: none;
        width: 21.875rem;
        background-color: #0000D0;
        color: #fff;
        margin-left: 0px;
        padding: 0.625rem 0 0;
        position: absolute;
        top: 50px;
        z-index: 100;
        border-radius: 8px; }
        .ph__menu > ul > li .ph__sub-menu::before {
          content: '';
          width: 10px;
          height: 10px;
          background: #0000D0;
          position: absolute;
          top: -5px;
          -webkit-transform: rotateZ(45deg);
          -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
          left: 30px; }
        .ph__menu > ul > li .ph__sub-menu ul {
          display: block; }
          .ph__menu > ul > li .ph__sub-menu ul li {
            display: block;
            position: relative;
            padding: 0 1rem;
            margin-bottom: 0; }
            .ph__menu > ul > li .ph__sub-menu ul li a {
              position: relative;
              font-weight: 400;
              font-size: 1.125rem;
              padding: 1.125rem 0rem;
              width: 100%;
              display: block;
              text-decoration: none;
              color: rgba(255, 255, 255, 0.88);
              border-bottom: 1px solid rgba(255, 255, 255, 0.24);
              background: transparent;
              border-radius: 0; }
              .ph__menu > ul > li .ph__sub-menu ul li a:hover {
                color: #FFF; }
                .ph__menu > ul > li .ph__sub-menu ul li a:hover:after {
                  /* use !important to prevent issues with browser extensions that change fonts */
                  font-family: 'default' !important;
                  speak: none;
                  font-style: normal;
                  font-weight: normal;
                  font-variant: normal;
                  text-transform: none;
                  line-height: 1;
                  /* Better Font Rendering =========== */
                  -webkit-font-smoothing: antialiased;
                  -moz-osx-font-smoothing: grayscale;
                  content: "\e918";
                  font-size: 0.75rem;
                  position: absolute;
                  top: 13px;
                  right: 0px;
                  color: #fff;
                  width: 1.75rem;
                  height: 1.75rem;
                  background: #fff;
                  border-radius: 50%;
                  color: #1D1D7D;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-align: center;
                  -ms-flex-align: center;
                  align-items: center;
                  -webkit-box-pack: center;
                  -ms-flex-pack: center;
                  justify-content: center; }
            .ph__menu > ul > li .ph__sub-menu ul li:last-child a {
              border-bottom: 0; }
      .ph__menu > ul > li.menu-item-has-children > a {
        text-decoration: none !important; }
        .ph__menu > ul > li.menu-item-has-children > a:after {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'default' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e901";
          position: relative;
          top: 0;
          bottom: 0;
          margin: auto;
          font-size: 0.5rem;
          color: #666ba5;
          padding-left: 0.5625rem;
          -webkit-transition: ease 0.3s;
          -o-transition: ease 0.3s;
          transition: ease 0.3s; }
        .ph__menu > ul > li.menu-item-has-children > a:hover:after {
          color: #FFF; }
      .ph__menu > ul > li.--show .ph__sub-menu {
        display: block; }

.ph__info {
  width: 52%;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media (min-width: 768px) {
    .ph__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 30%; } }
  @media (min-width: 1024px) {
    .ph__info {
      width: 54%;
      padding-left: 0px; } }
  .ph__info .btn {
    display: none;
    margin-left: 10px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .ph__info .btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 1199px) {
      .ph__info .btn {
        margin-left: 15px; } }

.ph__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48%; }
  @media (min-width: 768px) {
    .ph__logo-wrap {
      border-right: 1px solid #d5dede;
      width: 70%; } }
  @media (min-width: 1024px) {
    .ph__logo-wrap {
      width: 46%; } }
  .ph__logo-wrap__logo {
    width: 100%;
    border-right: 1px solid #d5dede;
    padding: 15px 15px 15px 0; }
    @media (min-width: 768px) {
      .ph__logo-wrap__logo {
        width: 46%; } }
  .ph__logo-wrap__cta {
    display: none;
    width: 60%;
    text-align: center;
    padding: 0 15px; }
    @media (min-width: 768px) {
      .ph__logo-wrap__cta {
        display: block; } }
    @media (min-width: 1024px) {
      .ph__logo-wrap__cta {
        padding: 0; } }
    .ph__logo-wrap__cta a.btn {
      font-size: 1.125rem;
      font-family: "ivypresto-headline", serif;
      font-weight: 300;
      color: #131373;
      padding: 10px;
      border-color: #CFD7D7; }
    .ph__logo-wrap__cta a.btn .icon {
      margin: 0 10px;
      padding: 0;
      background: transparent; }
    .ph__logo-wrap__cta a.btn .icon-location {
      font-size: 16px;
      color: #0000D0; }
    .ph__logo-wrap__cta a.btn .icon-chevron-down {
      color: #666ba5;
      font-size: 8px; }
    .ph__logo-wrap__cta a.btn:hover i.icon {
      color: #fff; }

.ph__menu-toggle {
  color: #1D1D7D;
  font-size: 1.625rem; }
  @media (min-width: 1024px) {
    .ph__menu-toggle {
      display: none; } }
  .ph__menu-toggle:hover {
    color: #35356E; }

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

.pm {
  background-position: center center;
  background-color: #FFF;
  position: fixed;
  top: 0;
  bottom: 0;
  background-size: cover;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  width: 50%;
  padding: 16px 25px;
  z-index: 9999;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  @media (max-width: 767px) {
    .pm {
      width: 100%; } }
  body.\--show-mobile-menu .pm {
    visibility: visible;
    left: 0;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .pm__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #d5dede;
    padding-bottom: 16px;
    margin-bottom: 16px; }
  .pm__logo {
    margin: 0 20px; }
    .pm__logo a {
      display: block; }
    .pm__logo img {
      width: 100%; }
  .pm__toggle {
    font-size: 1.625rem;
    color: #1D1D7D; }
  .pm__menu ul {
    margin: 0; }
    .pm__menu ul li {
      position: relative;
      margin-bottom: 3px; }
      .pm__menu ul li a {
        position: relative;
        color: #1D1D7D;
        padding: 10px;
        display: inline-block;
        font-size: 16px;
        border-radius: 4px; }
      .pm__menu ul li:hover a, .pm__menu ul li.current-menu-item a {
        background: rgba(147, 147, 147, 0.1); }
      .pm__menu ul li.menu-item-has-children > a:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'default' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e901";
        font-size: 8px;
        padding-left: 10px;
        position: relative;
        top: -2px;
        display: inline-block;
        color: #1D1D7D; }
      .pm__menu ul li:hover .sub-menu {
        display: block; }
      .pm__menu ul li .sub-menu {
        margin-top: 10px; }
        .pm__menu ul li .sub-menu li a {
          font-size: 14px;
          background-color: transparent; }
  .pm__menu .sub-menu {
    display: none;
    list-style: none; }
    .pm__menu .sub-menu li a {
      padding: 6px 10px; }
  .pm__menu.\--top-menu {
    margin-top: 25px; }
    .pm__menu.\--top-menu ul li a {
      padding: 0.9375rem 1.125rem;
      font-size: 14px; }
  .pm__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px #d5dede solid;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (min-width: 768px) {
      .pm__info {
        display: none; } }
    .pm__info a {
      margin-bottom: 0; }
    .pm__info__number {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      gap: 0.625rem; }
      .pm__info__number a {
        color: #1D1D7D;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: -0.16px;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        text-transform: uppercase; }
      .pm__info__number i {
        color: #1D1D7D; }
    .pm__info__search .btn .icon {
      color: #fff !important;
      margin-left: 10px; }
    .pm__info__location a.btn {
      font-size: 1.125rem;
      font-family: "ivypresto-headline", serif;
      font-weight: 300;
      color: #131373;
      padding: 10px;
      border-color: #CFD7D7; }
    .pm__info__location a.btn .icon {
      margin: 0 10px;
      padding: 0;
      background: transparent; }
    .pm__info__location a.btn .icon-location {
      font-size: 16px;
      color: #0000D0; }
    .pm__info__location a.btn .icon-chevron-down {
      color: #666ba5;
      font-size: 8px; }
    .pm__info__location a.btn:hover i.icon {
      color: #fff; }
  .pm__social {
    text-align: center;
    margin: 20px 0px;
    padding: 25px 0px;
    border-top: 1px #d5dede solid;
    border-bottom: 1px #d5dede solid; }
    .pm__social__title {
      margin-bottom: 1.25rem;
      font-size: 1.375rem;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 0.03em;
      color: #1D1D7D; }
    .pm__social ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0; }
      .pm__social ul li {
        padding: 0px 5px; }
        .pm__social ul li a {
          background-color: #1D1D7D;
          width: 40px;
          height: 40px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          border-radius: 50%;
          color: #fff; }
          .pm__social ul li a i {
            font-size: 16px !important; }
        .pm__social ul li:after {
          display: none; }
  .pm__copyright {
    font-size: 14px;
    color: #1D1D7D;
    text-align: center; }
    .pm__copyright a {
      color: #1D1D7D; }
    @media (min-width: 700px) {
      .pm__copyright {
        font-size: 16px; } }
  .pm__timing {
    color: #1D1D7D;
    text-align: center;
    background-color: #372c50;
    padding: 15px 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    line-height: 30px; }
    .pm__timing__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .pm__timing__title i {
        margin-right: 5px; }
  .pm__mega {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9999;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    pointer-events: none; }
    body.\--show-menu .pm__mega {
      opacity: 1;
      visibility: visible;
      pointer-events: all;
      height: 100vh; }
    body.admin-bar.\--show-menu .pm__mega {
      height: calc(1*(100vh - 32px)); }
    .pm__mega__overlay {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 1; }
    .pm__mega a {
      display: block;
      color: #2F383D;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      position: relative;
      text-decoration: none;
      letter-spacing: -1px;
      outline: none; }
      .pm__mega a:hover {
        color: #0000D0; }
        .pm__mega a:hover .menu-title {
          text-decoration: underline; }
      .pm__mega a.\--menu-is-active {
        color: #0000D0; }
        .pm__mega a.\--menu-is-active:after {
          background-color: #0000D0;
          color: #fff !important;
          -webkit-transform: translateY(-50%) rotateY(190deg) !important;
          transform: translateY(-50%) rotateY(190deg) !important; }
    .pm__mega__menu {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 2.5rem 0;
      z-index: 2;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      transform: translateX(-10px); }
      @media (min-width: 768px) {
        .pm__mega__menu {
          -webkit-transition: .3s ease-in-out;
          -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out; } }
      @media (min-width: 1199px) {
        .pm__mega__menu {
          padding: 0; } }
      .pm__mega__menu__back {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin-bottom: 1rem; }
        .pm__mega__menu__back i.icon {
          margin-right: .5rem; }
        .pm__mega__menu__back.\--style-desktop {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important; }
          .pm__mega__menu__back.\--style-desktop i.icon {
            margin-right: 0; }
        @media (min-width: 1024px) {
          .pm__mega__menu__back {
            display: none !important; } }
      .pm__mega__menu.\--show {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
      .pm__mega__menu li.menu-item-has-children a:after {
        display: block;
        content: "\e918";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'default' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 0.9rem;
        border: 1px solid #d5dede;
        width: 34px;
        height: 34px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        color: #1D1D7D;
        border-radius: 50%; }
      .pm__mega__menu li.\--large a {
        font-size: 1.75rem;
        padding-bottom: 3rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .pm__mega__menu li.\--large a span.menu-title {
          display: block;
          font-family: "ivypresto-headline", serif;
          font-weight: 300; }
        .pm__mega__menu li.\--large a:after {
          display: block;
          content: "\e905";
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'default' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 1.2rem;
          padding-top: .3rem;
          margin-left: 1rem; }
      .pm__mega__menu a {
        margin: 0 2.5rem 1.375rem 2.5rem;
        text-decoration: none;
        padding: 0; }
        @media (min-width: 1500px) {
          .pm__mega__menu a {
            margin: 0 5rem 2rem 5rem;
            padding: 0; } }
        .pm__mega__menu a span.menu-title {
          display: block;
          font-family: "ivypresto-headline", serif;
          font-weight: 300; }
        .pm__mega__menu a span.menu-description {
          color: #576065;
          display: block;
          font-size: .8rem;
          letter-spacing: normal;
          font-family: "Be Vietnam Pro", sans-serif;
          font-weight: 400;
          max-width: 70%;
          padding: 1rem 0 0 0;
          line-height: 1.3;
          text-decoration: none !important; }
      .pm__mega__menu__primary {
        margin-bottom: 0;
        overflow: auto;
        height: calc(1*(100vh - 200px));
        display: initial; }
        .pm__mega__menu__primary a {
          font-size: 1.75rem; }
      .pm__mega__menu__secondary {
        margin-bottom: 0;
        overflow: auto;
        height: calc(1*(100vh - 250px)); }
        .pm__mega__menu__secondary li {
          border-bottom: 1px solid rgba(207, 215, 215, 0.8);
          padding: 1.5rem 2.1875rem;
          margin-bottom: 0px; }
        .pm__mega__menu__secondary a {
          font-size: 1.25rem;
          margin: 0px;
          color: #1D1D7D; }
          .pm__mega__menu__secondary a span.menu-title {
            font-family: "Be Vietnam Pro", sans-serif; }
      .pm__mega__menu__tertiary {
        margin-bottom: 0; }
        .pm__mega__menu__tertiary a {
          color: #FFF;
          font-size: 1.25rem;
          padding-bottom: 1rem;
          letter-spacing: normal; }
          .pm__mega__menu__tertiary a span.menu-title {
            font-family: "Be Vietnam Pro", sans-serif;
            font-weight: 400; }
          .pm__mega__menu__tertiary a:hover {
            color: #FFF; }
      .pm__mega__menu__head {
        border-bottom: 1px solid #d5dede;
        margin: 0 0 2.5rem;
        padding-bottom: 2.25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 91px; }
        @media (min-width: 1024px) {
          .pm__mega__menu__head {
            margin: 2.5rem 0; } }
        .pm__mega__menu__head a {
          margin-bottom: 0; }
        .pm__mega__menu__head__btn a {
          background-color: #0000D0;
          width: 34px;
          height: 34px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          border-radius: 6px;
          color: #fff;
          text-decoration: none;
          text-align: center; }
          .pm__mega__menu__head__btn a:hover {
            color: #fff;
            text-decoration: none; }
        .pm__mega__menu__head__logo__title {
          font-size: 1.125rem;
          color: #1D1D7D !important;
          margin-left: 2.1875rem !important; }
          .pm__mega__menu__head__logo__title span {
            color: #0001CF; }
          .pm__mega__menu__head__logo__title:hover {
            text-decoration: none; }
      .pm__mega__menu__foot {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0; }
        .pm__mega__menu__foot__btn {
          background: #0000D0;
          margin: 0 !important;
          padding: 0.8125rem 2.0625rem !important;
          color: #fff !important;
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          -webkit-box-align: center !important;
          -ms-flex-align: center !important;
          align-items: center !important;
          -webkit-box-pack: justify !important;
          -ms-flex-pack: justify !important;
          justify-content: space-between !important; }
          .pm__mega__menu__foot__btn i {
            width: 34px;
            height: 34px;
            background: #fff;
            border-radius: 50%;
            color: #0000D0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
    .pm__mega__grid {
      height: 100%;
      position: relative;
      z-index: 2; }
      @media (min-width: 1024px) {
        .pm__mega__grid {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      .pm__mega__grid__contact {
        margin-top: 15px; }
        .pm__mega__grid__contact a {
          font-size: 2rem; }
          .pm__mega__grid__contact a span {
            display: block;
            margin-bottom: 10px; }
          .pm__mega__grid__contact a i {
            margin-left: 10px; }
        @media (min-width: 768px) {
          .pm__mega__grid__contact {
            display: none; } }
      .pm__mega__grid__item {
        position: relative;
        height: 100%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        @media (max-width: 1023px) {
          .pm__mega__grid__item {
            position: absolute;
            width: 100%;
            height: 100%; } }
        @media (min-width: 1024px) {
          .pm__mega__grid__item {
            width: 33.333%; } }
        .pm__mega__grid__item.\--level-one .pm__mega__menu {
          background-color: #fff;
          opacity: 1;
          visibility: visible;
          pointer-events: all;
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0); }
        @media (max-width: 1023px) {
          .pm__mega__grid__item.\--level-two {
            left: 100%; } }
        @media (max-width: 1023px) {
          .pm__mega__grid__item.\--level-two.\--active {
            left: 0; } }
        .pm__mega__grid__item.\--level-two .pm__mega__menu {
          background-color: #eef9f9;
          border-left: 1px solid #d5dede; }
        @media (max-width: 1023px) {
          .pm__mega__grid__item.\--level-three {
            left: 100%; } }
        .pm__mega__grid__item.\--level-three .pm__mega__menu__back {
          color: #FFF; }
        @media (max-width: 1023px) {
          .pm__mega__grid__item.\--level-three.\--active {
            left: 0; } }
        .pm__mega__grid__item.\--level-three .pm__mega__menu {
          background-color: #1D1D7D; }
        .pm__mega__grid__item.\--level-three .pm__mega__menu__head__logo img {
          -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(299deg) brightness(102%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(299deg) brightness(102%) contrast(102%); }

@-webkit-keyframes menu {
  0% {
    left: -200px; }
  100% {
    left: 0px; } }

@keyframes menu {
  0% {
    left: -200px; }
  100% {
    left: 0px; } }

.pf {
  background-color: #10104F; }
  .pf__bottom {
    padding-top: 3.75rem; }
    .pf__bottom__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-bottom: 1.875rem; }
      @media (min-width: 768px) {
        .pf__bottom__grid {
          padding-bottom: 0; } }
  .pf__about {
    width: 100%;
    margin-bottom: 1.875rem;
    margin-right: 0px; }
    @media (min-width: 768px) {
      .pf__about {
        margin-right: 0;
        margin-bottom: 0px; } }
    @media (min-width: 1024px) {
      .pf__about {
        width: 24%;
        margin-right: 3.125rem;
        margin-bottom: 0px; } }
    .pf__about__content {
      color: #fff;
      font-family: "ivypresto-headline", serif;
      font-size: 2.5rem;
      font-weight: 300;
      line-height: 1.2;
      letter-spacing: -1.08px;
      padding-bottom: 0; }
      @media (min-width: 768px) {
        .pf__about__content {
          padding-bottom: 0; } }
      @media (min-width: 1024px) {
        .pf__about__content {
          padding-bottom: 6.25rem; } }
    .pf__about__art {
      text-align: right; }
  .pf__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 100%; }
    @media (min-width: 768px) {
      .pf__contact {
        margin-left: -6.875rem;
        width: auto; } }
    @media (min-width: 1024px) {
      .pf__contact {
        margin-left: -3.4375rem; } }
    @media (min-width: 768px) {
      .pf__contact > div {
        padding-left: 6.875rem; } }
    @media (min-width: 1024px) {
      .pf__contact > div {
        padding-left: 3.4375rem; } }
    .pf__contact__form {
      width: 100%;
      margin-bottom: 1.875rem; }
      @media (min-width: 768px) {
        .pf__contact__form {
          margin-bottom: 0;
          width: auto; } }
      .pf__contact__form .gform_wrapper .gform_fields .gfield label.gfield_label {
        color: #9f9fb9 !important;
        font-family: "Be Vietnam Pro", sans-serif !important;
        font-size: 12px !important;
        text-transform: uppercase;
        font-weight: 600 !important; }
        .pf__contact__form .gform_wrapper .gform_fields .gfield label.gfield_label span.gfield_required {
          display: none; }
      .pf__contact__form .gform_wrapper .gform_fields .gfield input, .pf__contact__form .gform_wrapper .gform_fields .gfield select, .pf__contact__form .gform_wrapper .gform_fields .gfield textarea {
        background: transparent;
        border-color: transparent !important;
        border-bottom: 1px solid #9f9fb9 !important;
        border-radius: 0 !important;
        color: #fff !important;
        padding: 0 !important;
        min-height: 38px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .pf__contact__form .gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder, .pf__contact__form .gform_wrapper .gform_fields .gfield select::-webkit-input-placeholder, .pf__contact__form .gform_wrapper .gform_fields .gfield textarea::-webkit-input-placeholder {
          color: #fff !important; }
        .pf__contact__form .gform_wrapper .gform_fields .gfield input:-ms-input-placeholder, .pf__contact__form .gform_wrapper .gform_fields .gfield select:-ms-input-placeholder, .pf__contact__form .gform_wrapper .gform_fields .gfield textarea:-ms-input-placeholder {
          color: #fff !important; }
        .pf__contact__form .gform_wrapper .gform_fields .gfield input::-ms-input-placeholder, .pf__contact__form .gform_wrapper .gform_fields .gfield select::-ms-input-placeholder, .pf__contact__form .gform_wrapper .gform_fields .gfield textarea::-ms-input-placeholder {
          color: #fff !important; }
        .pf__contact__form .gform_wrapper .gform_fields .gfield input::placeholder, .pf__contact__form .gform_wrapper .gform_fields .gfield select::placeholder, .pf__contact__form .gform_wrapper .gform_fields .gfield textarea::placeholder {
          color: #fff !important; }
        .pf__contact__form .gform_wrapper .gform_fields .gfield input:focus, .pf__contact__form .gform_wrapper .gform_fields .gfield select:focus, .pf__contact__form .gform_wrapper .gform_fields .gfield textarea:focus {
          outline: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          border-bottom: 1px solid #FFC82E !important; }
      .pf__contact__form .gform_wrapper .gform_fields .gfield select {
        height: auto;
        background: url("/wp-content/themes/right-tuition-company/_ui/media/select-icon.png") no-repeat right; }
      .pf__contact__form .gform_wrapper .gform_fields .gfield_error input, .pf__contact__form .gform_wrapper .gform_fields .gfield_error select, .pf__contact__form .gform_wrapper .gform_fields .gfield_error textarea {
        border-bottom: 1px solid #cf003e !important; }
      .pf__contact__form .gform_wrapper .gform_fields div.gfield_validation_message {
        background: #cf003e !important;
        color: #fff !important;
        border-radius: 2px;
        width: 100%;
        text-align: center;
        bottom: -18px;
        font-size: 11px !important; }
      .pf__contact__form .gform_wrapper .gform_footer {
        position: relative;
        max-width: 205px;
        width: 100%; }
        .pf__contact__form .gform_wrapper .gform_footer button {
          background: #FFC82E !important;
          border-radius: 90px !important;
          padding: 0.625rem 1.25rem !important;
          text-align: left !important;
          color: #131373 !important;
          font-size: 1rem !important;
          font-weight: 500 !important;
          letter-spacing: -0.32px !important;
          -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
          justify-content: flex-start !important; }
        .pf__contact__form .gform_wrapper .gform_footer button:hover {
          color: #FFF !important;
          border-color: #FFC82E !important; }
      .pf__contact__form .gform_wrapper .gform_validation_errors {
        display: none; }
    .pf__contact__menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 10px;
      width: 100%; }
      @media (min-width: 768px) {
        .pf__contact__menu {
          width: auto;
          -ms-flex-flow: wrap;
          flex-flow: wrap;
          gap: 0px; } }
      .pf__contact__menu__column {
        width: 50%; }
        @media (min-width: 768px) {
          .pf__contact__menu__column {
            width: 100%; } }
      .pf__contact__menu__column {
        width: 50%; }
        @media (min-width: 768px) {
          .pf__contact__menu__column {
            width: 100%; } }
  .pf__title {
    color: #9f9fb9;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Be Vietnam Pro", sans-serif;
    letter-spacing: 0.72px; }
  .pf__menu li {
    margin-bottom: 5px; }
    .pf__menu li a {
      font-size: 16px;
      color: #fff;
      font-style: normal;
      font-weight: 300;
      line-height: 1.5;
      letter-spacing: 0.16px;
      font-family: "ivypresto-headline", serif; }
  .pf__menu.\--second li {
    margin-bottom: 5px; }
    .pf__menu.\--second li a {
      font-family: "Be Vietnam Pro", sans-serif;
      font-size: 14px;
      line-height: 1.4;
      letter-spacing: -0.42px; }
  .pf__siteinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .pf__siteinfo {
        width: auto; } }
    @media (min-width: 1024px) {
      .pf__siteinfo {
        width: 10%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  .pf__links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .pf__links ul {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset; } }
    .pf__links ul li {
      margin-bottom: 0; }
      .pf__links ul li a {
        background-color: #10104F;
        width: 3.125rem;
        height: 3.125rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 40px;
        border: 1px solid #55585c; }
        .pf__links ul li a i {
          font-size: 1rem;
          color: #fff; }
        .pf__links ul li a:hover {
          background-color: #fff;
          text-decoration: none; }
          .pf__links ul li a:hover i {
            color: #1D1D7D; }
  .pf__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 0 0 2.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .pf__copyright {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .pf__copyright__address {
      width: 100%;
      color: #c6c7c9;
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.4;
      text-align: center;
      max-width: unset;
      margin-bottom: 1.875rem; }
      @media (min-width: 768px) {
        .pf__copyright__address {
          width: 33%;
          max-width: 21.375rem;
          margin-bottom: 0px; } }
    .pf__copyright__content {
      width: 100%;
      text-align: center;
      margin-bottom: 1.875rem; }
      @media (min-width: 768px) {
        .pf__copyright__content {
          margin-bottom: 0px; } }
      @media (min-width: 768px) {
        .pf__copyright__content {
          width: 50%;
          text-align: left; } }
      .pf__copyright__content p {
        color: #fff;
        font-size: 0.8125rem;
        font-weight: 400;
        line-height: 1.4;
        margin-bottom: 0; }
        .pf__copyright__content p a {
          color: #fff;
          text-decoration: underline;
          font-weight: 500; }
          .pf__copyright__content p a:hover {
            color: #FFC82E; }

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.25rem 0.25rem 0.25rem 1.25rem;
  background-color: #ffffff;
  font-size: 1rem;
  line-height: 1 !important;
  color: #fff;
  font-weight: 700;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  border: 1.4px solid;
  border-radius: 90px; }
  .btn .icon {
    font-size: 0.88889rem;
    margin-left: 1.11111rem;
    font-weight: 600;
    border-radius: 100px;
    background: #FFF;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #1D1D7D;
    padding: 8px 6px; }
  .btn:disabled {
    opacity: .5;
    pointer-events: none; }
  .btn:hover {
    text-decoration: underline; }
  @media (min-width: 768px) {
    .btn + .btn {
      margin-left: 0.625rem; } }
  .btn.\--type-filter {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .07em;
    font-size: .9em; }
    .btn.\--type-filter i.icon {
      font-size: .9em;
      margin-left: 0;
      margin-right: 1rem;
      opacity: 1; }
  .btn.\--disabled {
    opacity: .5;
    pointer-events: none; }
  .\--show-hidden-form .btn.\--type-form-toggle {
    opacity: .5; }
  .btn__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .btn__wrapper.\--left {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start; }
      @media (min-width: 769px) {
        .btn__wrapper.\--left {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
    .btn__wrapper.\--center {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .btn__wrapper.\--right {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (min-width: 769px) {
        .btn__wrapper.\--right {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
  .btn.\--theme-primary {
    background-color: #FFC82E;
    border-color: #FFC82E;
    color: #1D1D7D; }
    .btn.\--theme-primary:hover {
      background-color: #1D1D7D;
      border-color: #1D1D7D;
      color: #FFF; }
  .btn.\--theme-secondary {
    background-color: #0000D0;
    border-color: #0000D0; }
    .btn.\--theme-secondary:hover {
      background-color: #00009d;
      color: #fff; }
  .btn.\--theme-white {
    background-color: #FFF;
    color: #1D1D7D;
    border-color: #FFF; }
    .btn.\--theme-white i {
      color: #CE3C6C; }
    .btn.\--theme-white:hover {
      background-color: #1D1D7D;
      color: #FFF;
      border-color: #fff; }
      .btn.\--theme-white:hover i {
        color: #FFF; }
  .btn.\--theme-gradient {
    background: -webkit-linear-gradient(164deg, #2E323A -38.64%, #24BBBC 28.87%, #7EC673 68.5%, #FFDC01 135.72%);
    background: -o-linear-gradient(164deg, #2E323A -38.64%, #24BBBC 28.87%, #7EC673 68.5%, #FFDC01 135.72%);
    background: linear-gradient(286deg, #2E323A -38.64%, #24BBBC 28.87%, #7EC673 68.5%, #FFDC01 135.72%);
    color: #FFF; }
    .btn.\--theme-gradient i {
      color: #FFF; }
    .btn.\--theme-gradient:hover {
      background: -webkit-gradient(linear, left top, right top, color-stop(-38.64%, #2E323A), color-stop(28.87%, #24BBBC), color-stop(68.5%, #7EC673), color-stop(135.72%, #FFDC01));
      background: -webkit-linear-gradient(left, #2E323A -38.64%, #24BBBC 28.87%, #7EC673 68.5%, #FFDC01 135.72%);
      background: -o-linear-gradient(left, #2E323A -38.64%, #24BBBC 28.87%, #7EC673 68.5%, #FFDC01 135.72%);
      background: linear-gradient(to right, #2E323A -38.64%, #24BBBC 28.87%, #7EC673 68.5%, #FFDC01 135.72%);
      color: #FFF; }
      .btn.\--theme-gradient:hover i {
        color: #FFF; }
  .btn.\--theme-transparent {
    background-color: transparent;
    border-color: #FFFFFF;
    color: #FFFFFF; }
    .btn.\--theme-transparent .icon {
      color: #0000D0; }
    .btn.\--theme-transparent:hover {
      background-color: #0000D0;
      color: #FFFFFF; }
      .btn.\--theme-transparent:hover .icon {
        color: #0000D0; }
  .btn.\--style-form {
    padding: 1.16667rem 1.38889rem; }
    .btn.\--style-form:hover {
      text-decoration: none; }
  .btn.\--style-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .btn.\--style-large {
    padding: 1.3rem 2rem; }
  .btn.\--style-medium {
    padding: 0.8125rem 2.6875rem; }
  .btn.\--style-small {
    font-size: .85rem;
    padding: 14px 1.6em; }
  .btn.\--style-xsmall {
    font-size: .7rem;
    padding: 10px 1.6em; }
  .btn.\--style-search-form {
    padding: 0; }
    .btn.\--style-search-form .icon {
      margin: 0;
      padding: 1.33333rem;
      background-color: #1D1D7D; }
  .btn.\--type-submit {
    background: -webkit-gradient(linear, left bottom, left top, from(#16566A), to(#16566A)), #333333;
    background: -webkit-linear-gradient(bottom, #16566A, #16566A), #333333;
    background: -o-linear-gradient(bottom, #16566A, #16566A), #333333;
    background: linear-gradient(0deg, #16566A, #16566A), #333333; }
    .btn.\--type-submit .icon {
      background: #034357;
      margin-left: 2.77778rem; }

a.btn {
  text-decoration: none !important; }
  a.btn:active span, a.btn:focus span {
    text-decoration: underline; }

@-webkit-keyframes button-icon-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@keyframes button-icon-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

html, body {
  font-size: 14px; }
  @media (min-width: 1200px) {
    html, body {
      font-size: 16px; } }

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

a {
  text-decoration: none;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s; }
  a:hover {
    text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  color: #1D1D7D;
  line-height: 1;
  margin-bottom: 1.25rem;
  letter-spacing: 0;
  font-weight: 300; }

@media (max-width: 699px) {
  h3 {
    font-size: 2.125rem; } }

*[style*="font-family: KATSUMI"] {
  letter-spacing: .1em; }

hr {
  margin-bottom: 1.875rem;
  border: 0;
  border-top: 1px solid #E1DFE5; }

p {
  margin-bottom: 0.9375rem; }
  p:last-child {
    margin-bottom: 0; }

ul {
  margin-left: 1.125rem; }
  ul a {
    text-decoration: none; }
  ul li {
    font-size: 1rem;
    margin-bottom: 0.5rem; }
    ul li::marker {
      color: #1D1D7D; }
    ul li:last-child {
      margin-bottom: 0; }

table {
  width: 100%;
  border: 1px solid #CCC;
  margin-bottom: 40px; }
  table tr:nth-child(even) td {
    background-color: #f4f4f4;
    font-weight: 400; }
  table th {
    background-color: #f4f4f4;
    font-weight: 600;
    text-align: left;
    color: #1f1f1f; }
  table th, table td {
    padding: 15px;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    vertical-align: middle; }
    table th:first-child, table td:first-child {
      border-left: 0; }

br {
  display: none; }
  @media (min-width: 768px) {
    br {
      display: block; } }

.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  @media (min-width: 1024px) {
    .layout {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: unset;
      flex-flow: unset; } }
  @media (min-width: 1025px) {
    .layout__single-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-left: -3.125rem; } }
  @media (min-width: 1199px) {
    .layout__single-grid {
      margin-left: -6.25rem; } }
  @media (min-width: 1025px) {
    .layout__single-grid > div {
      padding-left: 3.125rem; } }
  @media (min-width: 1199px) {
    .layout__single-grid > div {
      padding-left: 6.25rem; } }
  .layout__single-grid__content {
    width: 100%;
    letter-spacing: -0.02em;
    min-width: 0px; }
    @media (min-width: 1025px) {
      .layout__single-grid__content {
        max-width: 960px; } }
    .layout__single-grid__content__section {
      margin-bottom: 5rem; }
      .layout__single-grid__content__section.\--offset-6 {
        margin-bottom: 3.75rem; }
      .layout__single-grid__content__section__btn-wrapper {
        margin-bottom: 3.125rem;
        margin-top: 2.8125rem; }
        .layout__single-grid__content__section__btn-wrapper a:first-child {
          margin-bottom: 0.9375rem; }
          @media (min-width: 768px) {
            .layout__single-grid__content__section__btn-wrapper a:first-child {
              margin-bottom: 0; } }
      .layout__single-grid__content__section__app p {
        color: #A52E6F;
        font-weight: 600; }
      .layout__single-grid__content__section__app .btn {
        padding: 1.0625rem 1.5625rem;
        margin-bottom: 10px; }
        .layout__single-grid__content__section__app .btn .icon {
          font-weight: 300;
          margin-left: 5rem; }
  .layout__single-grid.\--style-full .layout__single-grid__content {
    max-width: 100%; }
    @media (min-width: 1199px) {
      .layout__single-grid.\--style-full .layout__single-grid__content {
        max-width: 56.375; } }
  .layout__single-grid.\--style-grid {
    margin-left: -5rem; }
    .layout__single-grid.\--style-grid > div {
      padding-left: 5rem; }
    .layout__single-grid.\--style-grid .layout__single-grid__content {
      max-width: 100%; }
      @media (min-width: 1199px) {
        .layout__single-grid.\--style-grid .layout__single-grid__content {
          max-width: 61.25rem; } }
    .layout__single-grid.\--style-grid .layout__single-grid__recent {
      width: 100%;
      max-width: 100%; }
      @media (min-width: 1199px) {
        .layout__single-grid.\--style-grid .layout__single-grid__recent {
          max-width: 31.5625rem; } }
      .layout__single-grid.\--style-grid .layout__single-grid__recent__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: -1.875rem;
        margin-bottom: 1.25rem; }
        .layout__single-grid.\--style-grid .layout__single-grid__recent__grid > div {
          padding-left: 1.875rem; }
        .layout__single-grid.\--style-grid .layout__single-grid__recent__grid:hover .layout__single-grid__recent__thumbnail:after {
          opacity: 1; }
      .layout__single-grid.\--style-grid .layout__single-grid__recent__content {
        max-width: 50%; }
        @media (min-width: 1199px) {
          .layout__single-grid.\--style-grid .layout__single-grid__recent__content {
            max-width: 18.125rem; } }
        .layout__single-grid.\--style-grid .layout__single-grid__recent__content__title {
          font-size: 1.125rem;
          font-family: "Be Vietnam Pro", sans-serif;
          font-weight: 900;
          letter-spacing: -0.05em; }
          .layout__single-grid.\--style-grid .layout__single-grid__recent__content__title a {
            color: #2A1E46;
            line-height: 1.2; }
            .layout__single-grid.\--style-grid .layout__single-grid__recent__content__title a:hover {
              text-decoration: underline; }
            .layout__single-grid.\--style-grid .layout__single-grid__recent__content__title a i {
              font-size: 10px;
              padding-top: 0.25rem;
              padding-left: 0.25rem; }
              @media (min-width: 1199px) {
                .layout__single-grid.\--style-grid .layout__single-grid__recent__content__title a i {
                  padding-top: 0.375rem;
                  padding-left: 0.5rem; } }
        .layout__single-grid.\--style-grid .layout__single-grid__recent__content__subtitle {
          display: inline-block;
          font-size: 0.875rem;
          line-height: 1;
          text-transform: uppercase;
          color: #fff;
          padding: 0.5rem 1rem 0.4375rem 1.0625rem;
          border-radius: 50px;
          background: #2A357E;
          margin-top: 0.3125rem;
          margin-bottom: 1.125rem; }
      .layout__single-grid.\--style-grid .layout__single-grid__recent__thumbnail {
        max-width: 50%;
        position: relative; }
        @media (min-width: 1199px) {
          .layout__single-grid.\--style-grid .layout__single-grid__recent__thumbnail {
            max-width: 10rem; } }
        .layout__single-grid.\--style-grid .layout__single-grid__recent__thumbnail:after {
          content: '';
          width: 130px;
          height: 100px;
          background-size: cover;
          background-position: center;
          position: absolute;
          right: -6px;
          top: 6px;
          z-index: -1;
          opacity: 0;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
        .layout__single-grid.\--style-grid .layout__single-grid__recent__thumbnail img {
          height: 100%;
          max-height: 100px;
          -o-object-fit: cover;
          object-fit: cover; }
  .layout__single-grid__aside {
    margin-bottom: 2.5rem;
    width: 100%; }
    @media (min-width: 1024px) {
      .layout__single-grid__aside {
        max-width: 420px; } }
    @media (min-width: 1199px) {
      .layout__single-grid__aside {
        max-width: 520px; } }
  .layout__single-grid.\--event .layout__open-hours__title {
    color: #792473; }
  .layout__single-grid.\--event .layout__open-hours ul li.active i {
    background-color: #792473; }
  .layout__open-hours__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.875rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-bottom: 0.75rem;
    border-bottom: 1.5px solid;
    margin-bottom: 1.25rem; }
    .layout__open-hours__title i {
      font-size: 1.125rem; }
  .layout__open-hours ul {
    list-style: none;
    margin: 0; }
    .layout__open-hours ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 1.125rem;
      font-weight: 600;
      letter-spacing: -0.01em;
      color: #554F64;
      text-transform: capitalize;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
      .layout__open-hours ul li i {
        width: 8px;
        height: 8px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: relative;
        top: 10px;
        right: 10px;
        opacity: 0;
        border-radius: 50px; }
      .layout__open-hours ul li.active {
        color: #2A1E46; }
        .layout__open-hours ul li.active i {
          opacity: 1; }
  .layout__open-hours.\--type-event ul {
    margin-bottom: 30px; }
  .layout__open-hours.\--type-event .layout__open-hours__title {
    color: #7A3A75; }
    .layout__open-hours.\--type-event .layout__open-hours__title i {
      color: #7A3A75; }
  .layout__open-hours.\--type-event a {
    color: #A52E6F;
    text-decoration: underline; }
  .layout__open-hours.\--key-details .layout__open-hours__title {
    border-bottom-color: rgba(50, 100, 213, 0.55);
    color: #2E42B0; }
    .layout__open-hours.\--key-details .layout__open-hours__title i {
      color: #2E42B0; }
  .layout__open-hours.\--key-details ul li {
    color: #554F64; }
    .layout__open-hours.\--key-details ul li span:first-child {
      color: #2A1E46; }
  .layout__content {
    max-width: 100%;
    margin-left: 0; }
    @media (min-width: 768px) {
      .layout__content {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0; } }
    @media (min-width: 1024px) {
      .layout__content {
        margin-left: 3.125rem;
        padding-left: 4.875rem;
        border-left: 1px solid #d5dede;
        padding-top: 4.375rem;
        padding-bottom: 4.375rem; } }
  .layout__aside {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%; }
    @media (min-width: 768px) {
      .layout__aside {
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: block; } }
    @media (min-width: 1024px) {
      .layout__aside {
        max-width: 20.625rem;
        padding-top: 4.375rem;
        padding-bottom: 4.375rem; } }
    .layout__aside.\--show-aside {
      display: block; }
    .layout__aside__inner {
      display: block; }
      @media (max-width: 700px) {
        .layout__aside__inner {
          display: none; } }
      @media (min-width: 768px) {
        .layout__aside__inner {
          display: none; } }
      @media (min-width: 1024px) {
        .layout__aside__inner {
          display: block; } }
      .layout__aside__inner__title {
        font-size: 1.125rem;
        font-weight: 300;
        line-height: 1.5;
        letter-spacing: 0.54px; }
    .layout__aside__header {
      border-bottom: 3px solid #7F9299;
      padding-bottom: 1.5rem;
      margin-bottom: 1.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .layout__aside__title {
      font-size: 1.8125rem;
      margin-bottom: 0; }
    .layout__aside__close {
      border-radius: 50%;
      background-color: #0000D0;
      color: #FFF;
      padding: .5rem;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .layout__aside__close i.icon {
        font-size: 1.5rem; }
      .layout__aside__close:hover {
        background-color: #000;
        color: #FFF; }
      @media (min-width: 768px) {
        .layout__aside__close {
          display: none; } }
    .layout__aside__widget {
      border-bottom: 3px solid #7F9299;
      margin-bottom: 2rem; }
      .layout__aside__widget.\--hide .layout__aside__widget__content {
        display: none; }
      .layout__aside__widget.\--hide .layout__aside__widget__title i.icon:before {
        content: "\e92b"; }
      .layout__aside__widget__title {
        text-transform: capitalize;
        font-size: 1.625rem;
        margin-bottom: 2rem; }
        .layout__aside__widget__title > a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          text-decoration: none; }
        .layout__aside__widget__title i.icon {
          font-size: .8rem; }
          .layout__aside__widget__title i.icon:before {
            content: "\e92c"; }
      .layout__aside__widget__list {
        font-weight: 700; }
        .layout__aside__widget__list a {
          text-decoration: none; }
        .layout__aside__widget__list > li {
          margin-bottom: 0; }
          .layout__aside__widget__list > li > a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: .6rem 0; }
          .layout__aside__widget__list > li.\--active > a {
            color: #1D1D7D;
            text-decoration: underline; }
            .layout__aside__widget__list > li.\--active > a .layout__aside__widget__list__count {
              color: #1D1D7D; }
        .layout__aside__widget__list__media {
          display: block;
          width: 38px;
          height: 38px;
          background-size: cover;
          background-position: center;
          background-color: #fff;
          background-repeat: no-repeat;
          border-radius: 50%;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          margin-left: .8rem; }
        .layout__aside__widget__list__label {
          margin-right: .2rem;
          padding-left: .8rem; }
        .layout__aside__widget__list__count {
          color: #325C6C; }
    .layout__aside__menu {
      margin-bottom: 2.5rem; }
      .layout__aside__menu__title {
        color: #1D1D7D;
        font-size: 1rem;
        line-height: 1.2;
        letter-spacing: 0.64px;
        text-transform: uppercase;
        margin-bottom: 2.5rem;
        font-weight: 600;
        font-family: "Be Vietnam Pro", sans-serif; }
      .layout__aside__menu ul {
        margin: 0px; }
        .layout__aside__menu ul li {
          list-style: none;
          margin: 0px; }
          .layout__aside__menu ul li a {
            display: block;
            width: 100%;
            padding: 0.9375rem 0;
            font-size: 1.125rem;
            font-weight: 500;
            line-height: 1.2;
            letter-spacing: -0.54px;
            color: #1D1D7D;
            border-bottom: 1px solid #d5dede; }
          .layout__aside__menu ul li:hover a, .layout__aside__menu ul li.current-menu-item a {
            text-decoration: none;
            color: #0000D0;
            position: relative; }
            .layout__aside__menu ul li:hover a:before, .layout__aside__menu ul li.current-menu-item a:before {
              content: '\e918';
              color: #fff;
              background: #1D1D7D;
              border-radius: 100px;
              font-family: 'default';
              position: absolute;
              right: 0;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              width: 28px;
              height: 28px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-flow: wrap;
              flex-flow: wrap;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              line-height: 1;
              font-size: 12px; }
          .layout__aside__menu ul li:last-child a:hover {
            border-radius: 0px 0px 8px 8px; }
  @media (min-width: 600px) {
    .layout__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -1.875rem;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 2.5rem; } }
  .layout__grid__item {
    padding-bottom: 2.5rem;
    width: 100%; }
    @media (min-width: 600px) {
      .layout__grid__item {
        padding-left: 1.875rem;
        width: 50%; } }
    @media (min-width: 1024px) {
      .layout__grid__item {
        width: 33.33%; } }
    @media (min-width: 1199px) {
      .layout__grid__item {
        width: 25%; } }
    .layout__grid__item > * {
      height: 100%; }
  @media (min-width: 600px) {
    .layout__grid.\--column-three {
      margin-left: -2.5rem; } }
  @media (min-width: 1024px) {
    .layout__grid.\--column-three .layout__grid__item {
      width: 33.3%;
      padding-left: 2.5rem; } }
  .layout__grid.\--type-events .layout__grid__item:nth-child(even) .box-offer {
    background-color: #A52E6F; }
  .layout__toggle {
    margin-bottom: 2rem;
    display: block; }
    .layout__toggle .btn {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .layout__toggle .btn i {
        color: #1D1D7D; }
    .layout__toggle:hover {
      color: #131c21; }
    @media (min-width: 768px) {
      .layout__toggle {
        margin-bottom: 0;
        display: block; } }
    @media (min-width: 1024px) {
      .layout__toggle {
        display: none; } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes wave {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 0; }
  50% {
    -webkit-transform: translate(-7px, 5px);
    transform: translate(-7px, 5px);
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 0; } }

@keyframes wave {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 0; }
  50% {
    -webkit-transform: translate(-7px, 5px);
    transform: translate(-7px, 5px);
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 0; } }

@-webkit-keyframes wave-box {
  0% {
    stroke-width: 1px;
    opacity: 0.5; }
  50% {
    stroke-width: 3px;
    opacity: 1; }
  100% {
    stroke-width: 1px;
    opacity: 0.5; } }

@keyframes wave-box {
  0% {
    stroke-width: 1px;
    opacity: 0.5; }
  50% {
    stroke-width: 3px;
    opacity: 1; }
  100% {
    stroke-width: 1px;
    opacity: 0.5; } }

@font-face {
  font-family: 'General Sans';
  src: url("/wp-content/themes/right-tuition-company/_ui/media/fonts/GeneralSans-Semibold.woff2") format("woff2"), url("/wp-content/themes/right-tuition-company/_ui/media/fonts/GeneralSans-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'General Sans';
  src: url("/wp-content/themes/right-tuition-company/_ui/media/fonts/GeneralSans-Regular.woff2") format("woff2"), url("/wp-content/themes/right-tuition-company/_ui/media/fonts/GeneralSans-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'General Sans';
  src: url("/wp-content/themes/right-tuition-company/_ui/media/fonts/GeneralSans-Bold.woff2") format("woff2"), url("/wp-content/themes/right-tuition-company/_ui/media/fonts/GeneralSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'General Sans';
  src: url("/wp-content/themes/right-tuition-company/_ui/media/fonts/GeneralSans-Light.woff2") format("woff2"), url("/wp-content/themes/right-tuition-company/_ui/media/fonts/GeneralSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'General Sans';
  src: url("/wp-content/themes/right-tuition-company/_ui/media/fonts/GeneralSans-Medium.woff2") format("woff2"), url("/wp-content/themes/right-tuition-company/_ui/media/fonts/GeneralSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'General Sans';
  src: url("/wp-content/themes/right-tuition-company/_ui/media/fonts/GeneralSans-Extralight.woff2") format("woff2"), url("/wp-content/themes/right-tuition-company/_ui/media/fonts/GeneralSans-Extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

input[type=email]:not(.mapplic-search-input),
input[type=number]:not(.mapplic-search-input),
input[type=tel]:not(.mapplic-search-input),
input[type=text]:not(.mapplic-search-input),
input[type=date]:not(.mapplic-search-input),
input[type=password]:not(.mapplic-search-input),
textarea:not(.mapplic-search-input) {
  border: 0;
  width: 100%;
  outline: 0;
  position: relative;
  border-radius: 6px;
  color: #1D1D7D;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.8125rem 1.25rem 0.8125rem 2.5rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-appearance: none;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  line-height: 1;
  letter-spacing: -0.48px;
  background: #FFF;
  border: 1px solid rgba(151, 167, 206, 0.4);
  color: #454581; }
  input[type=email]:not(.mapplic-search-input).wpcf7-not-valid,
  input[type=number]:not(.mapplic-search-input).wpcf7-not-valid,
  input[type=tel]:not(.mapplic-search-input).wpcf7-not-valid,
  input[type=text]:not(.mapplic-search-input).wpcf7-not-valid,
  input[type=date]:not(.mapplic-search-input).wpcf7-not-valid,
  input[type=password]:not(.mapplic-search-input).wpcf7-not-valid,
  textarea:not(.mapplic-search-input).wpcf7-not-valid {
    border-color: #F53131; }
  input[type=email]:not(.mapplic-search-input)::-webkit-input-placeholder,
  input[type=number]:not(.mapplic-search-input)::-webkit-input-placeholder,
  input[type=tel]:not(.mapplic-search-input)::-webkit-input-placeholder,
  input[type=text]:not(.mapplic-search-input)::-webkit-input-placeholder,
  input[type=date]:not(.mapplic-search-input)::-webkit-input-placeholder,
  input[type=password]:not(.mapplic-search-input)::-webkit-input-placeholder,
  textarea:not(.mapplic-search-input)::-webkit-input-placeholder {
    font-size: 0.875rem;
    color: #454581; }
  input[type=email]:not(.mapplic-search-input):-ms-input-placeholder,
  input[type=number]:not(.mapplic-search-input):-ms-input-placeholder,
  input[type=tel]:not(.mapplic-search-input):-ms-input-placeholder,
  input[type=text]:not(.mapplic-search-input):-ms-input-placeholder,
  input[type=date]:not(.mapplic-search-input):-ms-input-placeholder,
  input[type=password]:not(.mapplic-search-input):-ms-input-placeholder,
  textarea:not(.mapplic-search-input):-ms-input-placeholder {
    font-size: 0.875rem;
    color: #454581; }
  input[type=email]:not(.mapplic-search-input)::-ms-input-placeholder,
  input[type=number]:not(.mapplic-search-input)::-ms-input-placeholder,
  input[type=tel]:not(.mapplic-search-input)::-ms-input-placeholder,
  input[type=text]:not(.mapplic-search-input)::-ms-input-placeholder,
  input[type=date]:not(.mapplic-search-input)::-ms-input-placeholder,
  input[type=password]:not(.mapplic-search-input)::-ms-input-placeholder,
  textarea:not(.mapplic-search-input)::-ms-input-placeholder {
    font-size: 0.875rem;
    color: #454581; }
  input[type=email]:not(.mapplic-search-input)::placeholder,
  input[type=number]:not(.mapplic-search-input)::placeholder,
  input[type=tel]:not(.mapplic-search-input)::placeholder,
  input[type=text]:not(.mapplic-search-input)::placeholder,
  input[type=date]:not(.mapplic-search-input)::placeholder,
  input[type=password]:not(.mapplic-search-input)::placeholder,
  textarea:not(.mapplic-search-input)::placeholder {
    font-size: 0.875rem;
    color: #454581; }

form p {
  line-height: 1.5; }

.wpcf7-checkbox input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0; }

.wpcf7-checkbox label {
  display: inline-block; }
  .wpcf7-checkbox label input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    opacity: 1; }
  .wpcf7-checkbox label .wpcf7-list-item-label {
    min-height: 1.22222rem;
    padding-left: 2.77778rem;
    position: relative;
    display: block;
    line-height: 1.2;
    cursor: pointer; }
    .wpcf7-checkbox label .wpcf7-list-item-label:before {
      content: "";
      border: 1.5px solid #BBBBBB;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 2px;
      width: 1.22222rem;
      height: 1.22222rem;
      position: absolute;
      left: 0;
      top: 0; }
    .wpcf7-checkbox label .wpcf7-list-item-label:after {
      background-color: #333333;
      width: 0.66667rem;
      height: 0.66667rem;
      content: "";
      position: absolute;
      left: 0.27778rem;
      top: 0.27778rem;
      opacity: 0;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }

span.wpcf7-list-item {
  margin-left: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.wpcf7-recaptcha > div {
  margin-left: auto;
  margin-right: auto; }

textarea {
  height: 135px;
  resize: vertical; }
  @media (max-width: 768px) {
    textarea {
      height: 150px; } }

input[type=date] {
  display: block;
  padding: 12px 14px;
  font-size: 15px;
  height: 46px; }

fieldset {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  border-bottom: 3px solid #8D9EA4; }
  fieldset legend {
    color: #0000D0;
    font-weight: 700;
    font-size: 1.55556rem;
    margin-bottom: 2rem; }

[readonly], [disabled] {
  cursor: not-allowed; }

::-webkit-input-placeholder {
  color: #586266; }

:-moz-placeholder {
  color: #586266; }

:-ms-input-placeholder {
  color: #586266; }

:-moz-placeholder {
  color: #586266; }

@media (min-width: 768px) {
  .form__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1rem; }
    .form__grid__item {
      padding-left: 1rem;
      width: 50%; } }

.form__toggle {
  display: none;
  -webkit-animation: fade-in 1s;
  animation: fade-in 1s; }
  .\--show-hidden-form .form__toggle {
    display: block; }

div.wpcf7-response-output {
  margin: 10px 0 40px 0;
  padding: 10px;
  border: 2px solid #ff0026 !important;
  line-height: 1.5;
  padding: 15px 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  color: #ff0026 !important; }
  div.wpcf7-response-output.wpcf7-mail-sent-ng {
    color: #ee8426;
    border-color: #ee8426; }
  div.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #1D1D7D;
    border-color: #1D1D7D; }

span.wpcf7-not-valid-tip {
  color: #ED8437;
  font-size: 13px;
  display: block;
  padding: 10px 0 0 0; }

input[type=email].wpcf7-not-valid,
input[type=number].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #d1446f; }

div.wpcf7-validation-errors {
  color: #ED8437;
  border: 2px solid #ED8437;
  border-radius: 0;
  padding-left: 20px; }

#mc_embed_signup div#mce-responses {
  clear: both; }

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em .5em .5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%; }

#mc_embed_signup #mce-error-response {
  display: none; }

#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none; }

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0; }

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41; }

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #e85c41; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450 !important;
  color: #46b450 !important; }

.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=date],
.gform_wrapper input[type=password],
.gform_wrapper textarea {
  border: 1px solid #C5C9D2 !important;
  border-radius: 6px !important;
  color: rgba(29, 29, 125, 0.9) !important;
  font-weight: 500 !important;
  font-size: 0.875rem !important;
  padding: 0.75rem 1.0625rem !important;
  background: transparent; }
  .gform_wrapper input[type=email]:focus,
  .gform_wrapper input[type=number]:focus,
  .gform_wrapper input[type=tel]:focus,
  .gform_wrapper input[type=text]:focus,
  .gform_wrapper input[type=date]:focus,
  .gform_wrapper input[type=password]:focus,
  .gform_wrapper textarea:focus {
    border: 1px solid #0000D0 !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 1, 207, 0.05), 0px 0px 0px 4px rgba(0, 1, 207, 0.04);
    box-shadow: 0px 1px 2px 0px rgba(0, 1, 207, 0.05), 0px 0px 0px 4px rgba(0, 1, 207, 0.04); }

.gform_wrapper .gfield_label {
  font-size: 1rem !important;
  font-weight: 300 !important;
  color: #1D1D7D !important;
  letter-spacing: 0.15px;
  line-height: 1.3 !important;
  font-family: "ivypresto-headline", serif !important; }

.gform_wrapper .gform-field-label--type-sub {
  font-size: 0.88889rem !important;
  font-weight: 500 !important;
  color: #1D1D7D !important; }

.gform_wrapper .gfield_required {
  font-size: 0.875rem !important;
  color: #0000D0 !important; }

.gform_wrapper .gfield_select {
  height: auto;
  border: 1px solid #C5C9D2 !important;
  border-radius: 6px !important;
  outline: 0 !important;
  padding: 0.75rem 1.0625rem !important;
  font-size: 0.875rem !important;
  opacity: 1;
  color: #9A9A9A;
  -webkit-appearance: none;
  background: #fff url(/wp-content/themes/right-tuition-company/_ui/media/select-icon.png) no-repeat right;
  background-position: 98% center;
  line-height: normal; }
  .gform_wrapper .gfield_select:focus {
    border: 1px solid #1D1D7D !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 1, 207, 0.05), 0px 0px 0px 4px rgba(0, 1, 207, 0.04);
    box-shadow: 0px 1px 2px 0px rgba(0, 1, 207, 0.05), 0px 0px 0px 4px rgba(0, 1, 207, 0.04); }
  .gform_wrapper .gfield_select option {
    color: #1D1D7D; }

.gform_wrapper .gform_footer {
  position: relative;
  width: 100%; }
  .gform_wrapper .gform_footer button {
    background: #FFC82E !important;
    border-radius: 90px !important;
    padding: 0.625rem 1.25rem !important;
    text-align: left !important;
    color: #131373 !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    letter-spacing: -0.32px !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    position: relative; }
    .gform_wrapper .gform_footer button .icon {
      border-radius: 50%;
      background: #FFF;
      width: 30px;
      height: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      right: 4px;
      bottom: 0;
      top: 0;
      margin: auto;
      color: #10104f;
      font-size: 14px; }
    .gform_wrapper .gform_footer button:hover {
      background: transparent !important;
      color: #1D1D7D;
      border-color: #FFC82E !important; }

.gform_wrapper .gform_fields {
  row-gap: 20px !important; }
  .gform_wrapper .gform_fields .gfield {
    position: relative; }
    .gform_wrapper .gform_fields .gfield .gfield_validation_message {
      padding: 0 !important;
      background: transparent !important;
      border: 0 !important;
      font-size: 12px !important;
      margin-top: 0;
      position: absolute;
      left: 0;
      bottom: -15px; }

.gform_wrapper .ginput_container_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .gform_wrapper .ginput_container_consent .gfield_consent_label {
    color: rgba(69, 69, 129, 0.9) !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.13px;
    max-width: 400px; }
    .gform_wrapper .ginput_container_consent .gfield_consent_label a {
      text-decoration: underline; }
  .gform_wrapper .ginput_container_consent input[type="checkbox"] {
    -webkit-appearance: none;
    border: 0;
    z-index: 2;
    border: 1px solid #30327F; }
    .gform_wrapper .ginput_container_consent input[type="checkbox"]:before {
      content: "";
      width: 22px;
      height: 22px;
      border-radius: 4px;
      border: 1.5px solid #30327F;
      z-index: -1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #30327F;
      margin-top: 2px; }
    .gform_wrapper .ginput_container_consent input[type="checkbox"]:checked:before {
      content: "\e911";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'default' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #fff;
      background: #30327F;
      font-size: 10px; }

.gform_wrapper .gform_required_legend {
  display: none; }

.gform_wrapper .gform_confirmation_message {
  border: 1px solid #1D1D7D;
  padding: 10px;
  border-radius: 8px;
  background: #1D1D7D;
  color: #fff;
  text-align: center; }

.gform_wrapper .gform_validation_errors {
  display: none !important; }

.gform_widget .widget-title {
  color: rgba(86, 87, 145, 0.9);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.14px;
  text-align: center;
  margin-bottom: 2rem; }

.gform-loader {
  position: absolute !important;
  bottom: 0 !important; }

.control-checkbox {
  position: relative;
  line-height: 1;
  display: inline-block;
  font-size: 1rem;
  cursor: pointer; }
  .control-checkbox > label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .control-checkbox input[type=checkbox] {
    position: absolute;
    top: 0px;
    opacity: 0;
    position: absolute; }
    .control-checkbox input[type=checkbox]:checked + .control-checkbox__checkbox {
      border-color: #792473;
      background-color: #792473; }
      .control-checkbox input[type=checkbox]:checked + .control-checkbox__checkbox > i {
        opacity: 1; }
  .control-checkbox__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #FFF;
    border-radius: 1px;
    background-color: transparent; }
    .control-checkbox__checkbox > i {
      opacity: 0; }
  .control-checkbox__text {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    color: #FFFFFF;
    padding-left: 1.38889rem;
    cursor: pointer; }
  .control-checkbox:hover .control-checkbox__checkbox {
    border-color: #FFF;
    background-color: #FFF; }
  .control-checkbox:hover .control-checkbox__text {
    text-decoration: underline; }

.control-checkbox + .control-checkbox {
  margin-top: 10px; }

.control-group__label {
  margin-bottom: 10px; }
  .control-group__label label {
    font-size: 15px;
    line-height: 1.25rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    letter-spacing: -0.04em; }
    .control-group__label label span {
      color: #EE47DB; }
  .control-group__label.\--type-optional label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .control-group__label.\--type-optional label span {
      font-size: 14px;
      font-style: italic;
      color: #ddb5d9;
      font-weight: 600; }

.control-group .asterix {
  color: #0000D0; }

.control-group span.required {
  color: #EE47DB; }

.control-group__control {
  position: relative; }
  .control-group__control.\--check-privacy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .control-group__control.\--check-privacy span.wpcf7-list-item {
      margin-bottom: 0px; }
      .control-group__control.\--check-privacy span.wpcf7-list-item .wpcf7-list-item-label {
        margin-right: 0px; }
      .control-group__control.\--check-privacy span.wpcf7-list-item label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .control-group__control.\--check-privacy span.wpcf7-list-item label span {
          padding-left: 2.77778rem;
          color: rgba(255, 255, 255, 0.9);
          font-size: 0.83333rem;
          line-height: 1.11111rem;
          position: relative;
          font-weight: 600; }
          .control-group__control.\--check-privacy span.wpcf7-list-item label span:before {
            content: '';
            width: 22px;
            height: 22px;
            position: absolute;
            top: 0px;
            left: 0px;
            border-radius: 3px;
            border: 2px rgba(255, 255, 255, 0.6) solid; }
            @media (min-width: 768px) {
              .control-group__control.\--check-privacy span.wpcf7-list-item label span:before {
                width: 28px;
                height: 28px; } }
          .control-group__control.\--check-privacy span.wpcf7-list-item label span a {
            margin-left: 5px;
            text-decoration: underline; }
      .control-group__control.\--check-privacy span.wpcf7-list-item input[type="checkbox"] {
        display: none; }
        .control-group__control.\--check-privacy span.wpcf7-list-item input[type="checkbox"]:checked + span:before {
          background-color: #FFF;
          -webkit-box-shadow: inset 0px 0px 0px 6px #970e86;
          box-shadow: inset 0px 0px 0px 6px #970e86; }
    @media (max-width: 700px) {
      .control-group__control.\--check-privacy {
        margin-bottom: 1.66667rem; } }
    .control-group__control.\--check-privacy p {
      font-size: 0.94444rem;
      margin-left: 0px;
      margin-bottom: 0px; }
      .control-group__control.\--check-privacy p a {
        -webkit-text-decoration-color: #455278;
        text-decoration-color: #455278;
        color: #455278;
        font-weight: 600;
        text-decoration-thickness: 1px; }
    .control-group__control.\--check-privacy .wpcf7-form-control-wrap {
      position: unset; }
    .control-group__control.\--check-privacy .wpcf7-not-valid-tip {
      position: absolute;
      left: 0;
      right: 0;
      white-space: nowrap;
      bottom: -20px;
      left: 2.33333rem; }
  .control-group__control.\--search-keyword input {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-12%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0))), rgba(255, 238, 255, 0.9);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) -12%, rgba(255, 255, 255, 0) 100%), rgba(255, 238, 255, 0.9);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) -12%, rgba(255, 255, 255, 0) 100%), rgba(255, 238, 255, 0.9);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) -12%, rgba(255, 255, 255, 0) 100%), rgba(255, 238, 255, 0.9);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    font-size: 0.94444rem;
    padding: 1rem 1.66667rem;
    padding-right: 2.77778rem;
    border: 1px solid transparent;
    border-radius: 3px; }
    .control-group__control.\--search-keyword input::-webkit-input-placeholder {
      font-size: 0.94444rem;
      color: #586066; }
    .control-group__control.\--search-keyword input:-ms-input-placeholder {
      font-size: 0.94444rem;
      color: #586066; }
    .control-group__control.\--search-keyword input::-ms-input-placeholder {
      font-size: 0.94444rem;
      color: #586066; }
    .control-group__control.\--search-keyword input::placeholder {
      font-size: 0.94444rem;
      color: #586066; }
    .control-group__control.\--search-keyword input:focus {
      -webkit-box-shadow: 0 5px 10px rgba(32, 20, 60, 0.8);
      box-shadow: 0 5px 10px rgba(32, 20, 60, 0.8); }
  .control-group__control.\--search-keyword i {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1rem; }
  .control-group__control.\--search-keyword.\--theme-blue i {
    color: #26468E; }
  .control-group__control.\--search-keyword.\--theme-pink i {
    color: #970E87; }
  .control-group__control.\--search-taxonomy .control-select {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-12%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0))), rgba(255, 238, 255, 0.9);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) -12%, rgba(255, 255, 255, 0) 100%), rgba(255, 238, 255, 0.9);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) -12%, rgba(255, 255, 255, 0) 100%), rgba(255, 238, 255, 0.9);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) -12%, rgba(255, 255, 255, 0) 100%), rgba(255, 238, 255, 0.9);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    font-size: 0.94444rem;
    padding: 0.94444rem 1.66667rem;
    padding-right: 2.77778rem;
    border: 1px solid transparent;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.03em;
    border-radius: 3px; }
  .control-group__control.\--search-taxonomy span:after {
    content: "\e91c";
    font-size: 0.66667rem;
    right: 30px;
    color: #70306B; }
  .control-group__control.\--search-taxonomy.\--theme-blue .control-select {
    color: #2A1E46; }
  .control-group__control.\--search-course-keyword input {
    background: #FFFFFF;
    border: 0;
    font-size: 0.88889rem;
    font-weight: 600;
    color: #586066;
    padding: 1.27778rem 0.55556rem;
    padding-left: 3.22222rem;
    border-radius: 0; }
    .control-group__control.\--search-course-keyword input::-webkit-input-placeholder {
      font-size: 0.88889rem;
      color: #586066; }
    .control-group__control.\--search-course-keyword input:-ms-input-placeholder {
      font-size: 0.88889rem;
      color: #586066; }
    .control-group__control.\--search-course-keyword input::-ms-input-placeholder {
      font-size: 0.88889rem;
      color: #586066; }
    .control-group__control.\--search-course-keyword input::placeholder {
      font-size: 0.88889rem;
      color: #586066; }
  .control-group__control.\--search-course-keyword i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #586066;
    font-size: 22px;
    left: 20px; }
  .control-group__control.\--type-newsletter {
    position: relative; }
    .control-group__control.\--type-newsletter input[type="email"] {
      background: -webkit-gradient(linear, right top, left top, color-stop(-11.71%, rgba(0, 0, 0, 0.05)), color-stop(17.05%, rgba(0, 0, 0, 0))), rgba(221, 219, 223, 0.45);
      background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.05) -11.71%, rgba(0, 0, 0, 0) 17.05%), rgba(221, 219, 223, 0.45);
      background: -o-linear-gradient(right, rgba(0, 0, 0, 0.05) -11.71%, rgba(0, 0, 0, 0) 17.05%), rgba(221, 219, 223, 0.45);
      background: linear-gradient(270deg, rgba(0, 0, 0, 0.05) -11.71%, rgba(0, 0, 0, 0) 17.05%), rgba(221, 219, 223, 0.45);
      border: none;
      padding: 15px 20px;
      font-size: 15px; }
      .control-group__control.\--type-newsletter input[type="email"]::-webkit-input-placeholder {
        font-size: 15px; }
      .control-group__control.\--type-newsletter input[type="email"]:-ms-input-placeholder {
        font-size: 15px; }
      .control-group__control.\--type-newsletter input[type="email"]::-ms-input-placeholder {
        font-size: 15px; }
      .control-group__control.\--type-newsletter input[type="email"]::placeholder {
        font-size: 15px; }
    .control-group__control.\--type-newsletter button {
      position: absolute;
      right: 4px;
      top: 5px;
      bottom: 5px;
      padding: 12px;
      text-decoration: none;
      background-color: #9C2666; }
      .control-group__control.\--type-newsletter button i {
        color: #FFF !important;
        margin: 0px; }

.control-group.\--type-search .control-group__control i {
  position: absolute;
  right: auto;
  left: 15px;
  bottom: 0;
  top: 0;
  margin: 0 auto;
  color: #FFF;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 6px;
  color: #0000D0; }

@media (min-width: 768px) {
  .control-group.\--type-search .control-group__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.control-group.\--type-document .control-group__control button {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #1D1D7D;
  border-radius: 6px; }
  @media (min-width: 1199px) {
    .control-group.\--type-document .control-group__control button {
      width: 45px;
      height: 45px; } }
  .control-group.\--type-document .control-group__control button i {
    color: #fff;
    font-size: 1.5625rem; }

.control-group.\--type-document .control-group__control input {
  background: transparent;
  border: 1px solid #C5C9D2; }

.control-group.\--type-document .control-group__control .control-select {
  background-color: #fff;
  border: 1px solid #C5C9D2; }

.control-group.\--type-search-filter .control-group__control input {
  border: 2px solid #8D9EA4;
  padding: 1rem;
  padding-left: 3rem; }
  .control-group.\--type-search-filter .control-group__control input::-webkit-input-placeholder {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #325C6C; }
  .control-group.\--type-search-filter .control-group__control input:-ms-input-placeholder {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #325C6C; }
  .control-group.\--type-search-filter .control-group__control input::-ms-input-placeholder {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #325C6C; }
  .control-group.\--type-search-filter .control-group__control input::placeholder {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #325C6C; }

.control-group.\--type-search-filter .control-group__control i.icon {
  left: 1rem; }

@media (min-width: 768px) {
  .control-group.\--type-horizontal {
    display: table;
    width: 100%; } }

@media (min-width: 768px) {
  .control-group.\--type-horizontal.\--long-labels .control-group__label {
    width: 50%; } }

@media (min-width: 768px) {
  .control-group.\--type-horizontal .control-group__label {
    display: table-cell;
    width: 234px;
    padding-top: 14px;
    vertical-align: top; } }

.control-group.\--type-horizontal .control-group__label label {
  display: inline-block; }

@media (min-width: 768px) {
  .control-group.\--type-horizontal .control-group__control {
    display: table-cell; } }

.control-group label.error {
  display: block;
  color: #ED8437;
  font-size: .7rem;
  padding: 1rem 0; }

.control-group.\--theme-white .control-group__label {
  color: #FFF; }

.control-group.\--theme-white input[type=email],
.control-group.\--theme-white input[type=number],
.control-group.\--theme-white input[type=tel],
.control-group.\--theme-white input[type=text],
.control-group.\--theme-white input[type=date],
.control-group.\--theme-white input[type=password],
.control-group.\--theme-white textarea {
  background-color: #48A463;
  color: #FFF;
  border-color: #48A463;
  border-radius: 3px; }
  .control-group.\--theme-white input[type=email]:focus, .control-group.\--theme-white input[type=email]:active,
  .control-group.\--theme-white input[type=number]:focus,
  .control-group.\--theme-white input[type=number]:active,
  .control-group.\--theme-white input[type=tel]:focus,
  .control-group.\--theme-white input[type=tel]:active,
  .control-group.\--theme-white input[type=text]:focus,
  .control-group.\--theme-white input[type=text]:active,
  .control-group.\--theme-white input[type=date]:focus,
  .control-group.\--theme-white input[type=date]:active,
  .control-group.\--theme-white input[type=password]:focus,
  .control-group.\--theme-white input[type=password]:active,
  .control-group.\--theme-white textarea:focus,
  .control-group.\--theme-white textarea:active {
    border-color: #FFF; }

.control-group.\--style-contact {
  margin-bottom: 1.66667rem; }
  .control-group.\--style-contact .control-group__label {
    font-family: "ivypresto-headline", serif;
    font-weight: 700;
    font-size: 0.88889rem;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    -webkit-font-feature-settings: 'pnum' on, 'onum' on;
    font-feature-settings: 'pnum' on, 'onum' on;
    color: rgba(47, 56, 61, 0.95);
    margin-bottom: 1.11111rem; }
  .control-group.\--style-contact input[type="text"]:-moz-placeholder, .control-group.\--style-contact input[type="email"]:-moz-placeholder {
    color: rgba(87, 96, 101, 0.7); }
  .control-group.\--style-contact input[type="text"]::-moz-placeholder, .control-group.\--style-contact input[type="email"]::-moz-placeholder {
    color: rgba(87, 96, 101, 0.7); }
  .control-group.\--style-contact input[type="text"]:-ms-input-placeholder, .control-group.\--style-contact input[type="email"]:-ms-input-placeholder {
    color: rgba(87, 96, 101, 0.7); }
  .control-group.\--style-contact input[type="text"]::-webkit-input-placeholder, .control-group.\--style-contact input[type="email"]::-webkit-input-placeholder {
    color: rgba(87, 96, 101, 0.7); }

.control-group.\--style-single-bar {
  background: #FFFFFF;
  padding: 0.94444rem 1.11111rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .control-group.\--style-single-bar > div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  @media (max-width: 768px) {
    .control-group.\--style-single-bar .control-group__control.--search-keyword.--course {
      display: none; } }
  .control-group.\--style-single-bar .control-group__control.--search-campus {
    width: 17%; }
    @media (max-width: 768px) {
      .control-group.\--style-single-bar .control-group__control.--search-campus {
        width: 100%;
        border-left: 0;
        padding-left: 0; } }

.control-group.\--style-single-bar-small {
  margin-right: 0px !important;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  @media (min-width: 769px) {
    .control-group.\--style-single-bar-small {
      margin-right: 0.22222rem !important; } }
  .control-group.\--style-single-bar-small .control-group__control.--search-campus {
    width: 18%; }

.control-group.\--theme-light .control-group__label label {
  color: #2A1E46; }

.control-group.\--theme-light .control-group__label.\--type-optional label span {
  color: #2a1e46; }

.control-group.\--theme-light input[type="text"],
.control-group.\--theme-light input[type="email"],
.control-group.\--theme-light input[type="tel"],
.control-group.\--theme-light textarea,
.control-group.\--theme-light .control-select {
  background-color: transparent;
  border-color: #2A1E46; }

.control-group.\--theme-light .control-group__control.\--check-privacy .wpcf7-list-item .wpcf7-list-item-label {
  color: #2A1E46; }

.control-group.\--theme-light .control-group__control.\--check-privacy .wpcf7-list-item label span:before {
  border-color: #2A1E46; }

.control-radio {
  position: relative;
  line-height: 1;
  display: inline-block;
  font-size: 1rem;
  cursor: pointer; }
  .control-radio > label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .control-radio input[type=radio] {
    position: absolute;
    top: 0px;
    opacity: 0;
    position: absolute; }
    .control-radio input[type=radio]:checked + .control-radio__radio {
      background-color: #1D1D7D;
      border-color: #1D1D7D; }
      .control-radio input[type=radio]:checked + .control-radio__radio > i {
        opacity: 1; }
  .control-radio__radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #FFF;
    border-radius: 3px;
    background-color: transparent; }
    .control-radio__radio > i {
      font-size: 0.55556rem;
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'default' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      opacity: 0; }
      .control-radio__radio > i:before {
        content: '\e902'; }
  .control-radio__text {
    font-weight: 400;
    font-size: 0.88889rem;
    line-height: 19px;
    color: #FFFFFF;
    cursor: pointer;
    margin-left: 7px; }

.control-radio + .control-radio {
  margin-top: 10px; }

select {
  opacity: 0; }

.control-select {
  position: relative;
  width: 100%;
  outline: 0;
  border-radius: 6px;
  color: #1D1D7D;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.8125rem 1.25rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-appearance: none;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  line-height: 1.4%;
  letter-spacing: -0.28px;
  background: #FFF url(/wp-content/themes/right-tuition-company/_ui/media/select-icon-bg.png) no-repeat right;
  border: 1px solid rgba(151, 167, 206, 0.4);
  background-position: 97% center; }
  .control-select select {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
    width: 100%; }
  .control-select > span {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    min-height: 15px;
    line-height: 1.3;
    vertical-align: middle; }
    .control-select > span:after {
      font-size: 14px;
      content: '\e91c';
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'default' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      right: 30px;
      top: 50%;
      margin-top: -5px;
      color: #70306B; }

.form-filter {
  border-bottom: 3px solid #E1E1E1;
  padding-bottom: 2.77778rem; }
  @media (max-width: 1023px) {
    .form-filter__wrapper {
      display: none; } }
  @media (min-width: 1024px) {
    .form-filter form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (min-width: 1024px) {
    .form-filter form > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -1.11111rem; } }
  .form-filter form > div > div {
    width: 100%;
    margin-left: 1.11111rem;
    margin-bottom: 1.28571rem; }
    @media (min-width: 1024px) {
      .form-filter form > div > div {
        width: 230px;
        margin-bottom: 0; } }
    @media (min-width: 1198px) {
      .form-filter form > div > div {
        width: 320px; } }
  .form-filter form .control-select {
    border: 2px solid #394247;
    font-weight: 600;
    font-size: 1rem;
    color: #394247;
    padding: 1.11111rem 1.66667rem;
    padding-right: 2.22222rem; }
    .form-filter form .control-select > span:after {
      right: 1.38889rem; }
    .form-filter form .control-select select {
      cursor: pointer; }
    .form-filter form .control-select.--focus {
      border-color: #1D1D7D; }
  .form-filter__title {
    font-size: 1.33333rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #394247;
    margin-bottom: 1.28571rem; }
    @media (min-width: 1024px) {
      .form-filter__title {
        margin-bottom: 0; } }
  .form-filter__reset {
    font-family: "ivypresto-headline", serif;
    font-size: 1.33333rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #394247;
    text-decoration: none; }
    .form-filter__reset i {
      font-size: 1rem;
      line-height: 1.5;
      padding-right: 6px; }

.filter-reports__grid {
  margin-bottom: 1.875rem; }
  @media (min-width: 768px) {
    .filter-reports__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; } }
  .filter-reports__grid__search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 0px;
    margin-bottom: 15px;
    position: relative; }
    @media (min-width: 768px) {
      .filter-reports__grid__search {
        margin-right: 1.25rem;
        margin-bottom: 0px; } }
  .filter-reports__grid__select {
    width: 100%; }
    @media (min-width: 768px) {
      .filter-reports__grid__select {
        width: 20%; } }

.grid-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }
  .grid-flex__spacer {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .grid-flex.\--jc-right {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right; }
  .grid-flex.\--jc-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .grid-flex.\--style-double > *:last-child {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .grid-flex.\--type-responsive > * {
    width: 100% !important; }
    @media (min-width: 1023px) {
      .grid-flex.\--type-responsive > * {
        width: 33.333% !important; } }
  .ipad .grid-flex.\--style-equal-heights > * {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto; }
    .ipad .grid-flex.\--style-equal-heights > * > div {
      height: auto;
      width: 100%; }
  .grid-flex.\--style-equal-heights > * > * {
    height: 100%; }
  .grid-flex.\--style-recurring-option-steps > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  @media (max-width: 1140px) {
    .grid-flex.\--style-recurring-option-steps > * {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0;
      -moz-box-flex: 1;
      -moz-flex: 1 1 0;
      -ms-flex: 1 1 0;
      flex: 1 1 0; } }
  .grid-flex.\--style-center-aligned {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  .grid-flex.\--style-vertical-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .grid-flex.\--style-bottom-aligned {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .grid-flex.\--style-left-aligned {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
  .grid-flex.\--type-one-block > *, .grid-flex.\--type-one-blocks > * {
    width: 100%; }
  .grid-flex.\--type-two-blocks > * {
    width: 100%; }
    @media (min-width: 768px) {
      .grid-flex.\--type-two-blocks > * {
        width: 50%; } }
  .grid-flex.\--type-three-blocks > * {
    width: 100%; }
    @media (min-width: 768px) {
      .grid-flex.\--type-three-blocks > * {
        width: 50%; } }
    @media (min-width: 1024px) {
      .grid-flex.\--type-three-blocks > * {
        width: 33.333%; } }
  .grid-flex.\--type-three-blocks > .\--style-two-third {
    width: 66.666%; }
  .grid-flex.\--type-four-blocks > * {
    width: 100%; }
    @media (min-width: 1024px) {
      .grid-flex.\--type-four-blocks > * {
        width: 25%; } }
  .grid-flex.\--type-five-blocks > * {
    width: 20%; }
  @media (min-width: 768px) {
    .grid-flex.\--style-blog-offset {
      margin-left: -25px; }
      .grid-flex.\--style-blog-offset > * {
        padding-left: 25px; } }
  .grid-flex.\--style-offsets-1 {
    margin-left: -10px; }
    .grid-flex.\--style-offsets-1 > * {
      padding-left: 10px; }
    .grid-flex.\--style-offsets-1.\--style-blocks > * {
      padding-bottom: 10px; }
  .grid-flex.\--style-offsets-2 {
    margin-left: -20px; }
    .grid-flex.\--style-offsets-2 > * {
      padding-left: 20px; }
    .grid-flex.\--style-offsets-2.\--style-blocks > * {
      padding-bottom: 20px; }
  .grid-flex.\--style-offsets-3 {
    margin-left: -30px; }
    .grid-flex.\--style-offsets-3 > * {
      padding-left: 30px; }
    .grid-flex.\--style-offsets-3.\--style-blocks > * {
      padding-bottom: 30px; }
  .grid-flex.\--style-offsets-4 {
    margin-left: -40px; }
    .grid-flex.\--style-offsets-4 > * {
      padding-left: 40px; }
    .grid-flex.\--style-offsets-4.\--style-blocks > * {
      padding-bottom: 40px; }
  .grid-flex.\--style-offsets-5 {
    margin-left: -50px; }
    .grid-flex.\--style-offsets-5 > * {
      padding-left: 50px; }
    .grid-flex.\--style-offsets-5.\--style-blocks > * {
      padding-bottom: 50px; }
  .grid-flex.\--style-offsets-6 {
    margin-left: -60px; }
    .grid-flex.\--style-offsets-6 > * {
      padding-left: 60px; }
    .grid-flex.\--style-offsets-6.\--style-blocks > * {
      padding-bottom: 60px; }
  .grid-flex.\--style-offsets-7 {
    margin-left: -70px; }
    .grid-flex.\--style-offsets-7 > * {
      padding-left: 70px; }
    .grid-flex.\--style-offsets-7.\--style-blocks > * {
      padding-bottom: 70px; }
  .grid-flex.\--style-offsets-8 {
    margin-left: -80px; }
    .grid-flex.\--style-offsets-8 > * {
      padding-left: 80px; }
    .grid-flex.\--style-offsets-8.\--style-blocks > * {
      padding-bottom: 80px; }
  .grid-flex.\--style-offsets-9 {
    margin-left: -90px; }
    .grid-flex.\--style-offsets-9 > * {
      padding-left: 90px; }
    .grid-flex.\--style-offsets-9.\--style-blocks > * {
      padding-bottom: 90px; }
  .grid-flex.\--style-offsets-10 {
    margin-left: -100px; }
    .grid-flex.\--style-offsets-10 > * {
      padding-left: 100px; }
    .grid-flex.\--style-offsets-10.\--style-blocks > * {
      padding-bottom: 100px; }
  .grid-flex.\--style-offsets-11 {
    margin-left: -110px; }
    .grid-flex.\--style-offsets-11 > * {
      padding-left: 110px; }
    .grid-flex.\--style-offsets-11.\--style-blocks > * {
      padding-bottom: 110px; }
  .grid-flex.\--style-offsets-12 {
    margin-left: -120px; }
    .grid-flex.\--style-offsets-12 > * {
      padding-left: 120px; }
    .grid-flex.\--style-offsets-12.\--style-blocks > * {
      padding-bottom: 120px; }
  .grid-flex.\--style-offsets-13 {
    margin-left: -130px; }
    .grid-flex.\--style-offsets-13 > * {
      padding-left: 130px; }
    .grid-flex.\--style-offsets-13.\--style-blocks > * {
      padding-bottom: 130px; }
  .grid-flex.\--style-offsets-14 {
    margin-left: -140px; }
    .grid-flex.\--style-offsets-14 > * {
      padding-left: 140px; }
    .grid-flex.\--style-offsets-14.\--style-blocks > * {
      padding-bottom: 140px; }
  .grid-flex.\--style-offsets-15 {
    margin-left: -150px; }
    .grid-flex.\--style-offsets-15 > * {
      padding-left: 150px; }
    .grid-flex.\--style-offsets-15.\--style-blocks > * {
      padding-bottom: 150px; }
  .grid-flex.\--style-offset-blocks-small {
    margin-left: -12px; }
    .grid-flex.\--style-offset-blocks-small > * {
      padding-left: 12px;
      padding-bottom: 12px; }
  .grid-flex.\--style-offset-blocks-large {
    margin-left: -70px; }
    .grid-flex.\--style-offset-blocks-large > * {
      padding-left: 70px;
      padding-bottom: 70px; }
  .grid-flex.\--style-offset-blocks-medium {
    margin-left: -30px; }
    .grid-flex.\--style-offset-blocks-medium > * {
      padding-left: 30px;
      padding-bottom: 30px; }
  .grid-flex.\--type-one-two-blocks > * {
    width: 100%; }
    @media (min-width: 768px) {
      .grid-flex.\--type-one-two-blocks > * {
        width: 50%; } }

ul.grid-flex {
  list-style: none;
  padding-left: 0;
  margin-left: 0; }

@media (min-width: 700px) {
  .grid-contact__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30px; } }

.grid-contact__cell > * {
  width: 100%;
  display: block; }

@media (min-width: 700px) {
  .grid-contact__cell {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 30px;
    width: 50%; } }

.list-pills {
  text-align: center;
  padding: 0 2rem 2rem 2rem; }
  @media (max-width: 768px) {
    .list-pills {
      overflow: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      margin-bottom: 0; } }
  .list-pills > li {
    display: inline-block;
    margin: 0 .2rem .4rem .2rem;
    font-size: .9rem; }
    .list-pills > li.\--active a {
      background-color: #0000D0;
      color: #FFF; }
  .list-pills a {
    display: block;
    background: white;
    color: black;
    border-radius: 5px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    padding: 14px 1.6em;
    font-weight: 600;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .list-pills a:hover {
      border-color: #000; }

.list-dots {
  margin-left: 1rem; }
  .list-dots a {
    text-decoration: none; }
  .list-dots li {
    font-size: 0.88889rem;
    margin-bottom: 0.44444rem; }
    .list-dots li::marker {
      color: #1D1D7D; }
    .list-dots li:last-child {
      margin-bottom: 0; }

.list-numbered {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1rem;
  column-gap: 1rem;
  margin-left: 22px; }
  .list-numbered li {
    margin-bottom: 5px; }
    .list-numbered li::marker {
      color: #1D1D7D;
      font-weight: 600; }

.list-square {
  list-style: none;
  margin: 0; }
  .list-square li {
    position: relative;
    font-size: 0.77778rem;
    font-weight: 400;
    letter-spacing: -0.01em;
    margin-bottom: 0.55556rem; }
    .list-square li span {
      color: #1D1D7D; }
    .list-square li:before {
      content: '';
      width: 0.33333rem;
      height: 0.33333rem;
      background: #1D1D7D;
      display: inline-block;
      margin-right: 0.44444rem; }
  .list-square.\--style-white li {
    color: #FFFFFF; }
    .list-square.\--style-white li:before {
      background: #fff; }

.list-check {
  margin-left: 0; }
  .list-check a {
    text-decoration: none; }
  .list-check li {
    font-size: 16px;
    font-weight: 500;
    color: #1D1D7D;
    list-style: none;
    padding-left: 2.125rem;
    padding-right: 1.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin-bottom: 12px; }
    .list-check li:last-child {
      margin-bottom: 0; }
    .list-check li:before {
      content: '\e901';
      color: #4FAC47;
      font-size: 1.25rem;
      font-family: 'default';
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.list-arrow {
  margin-left: 0; }
  .list-arrow a {
    text-decoration: none; }
  .list-arrow li {
    font-weight: 500;
    color: #35356E;
    background: #F0F1F8;
    border-radius: 100px;
    padding-top: 6px;
    padding-bottom: 6px;
    list-style: none;
    padding-left: 3.5rem;
    padding-right: 1.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin-bottom: 12px; }
    .list-arrow li:last-child {
      margin-bottom: 0; }
    .list-arrow li:before {
      content: '\e90b';
      color: #fff;
      background: #1D1D7D;
      border-radius: 100px;
      font-family: 'default';
      position: absolute;
      left: 1.25rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 1.25rem;
      height: 1.25rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 1; }

.list-default {
  margin-left: 0; }
  .list-default a {
    text-decoration: none; }
  .list-default li {
    font-size: 16px;
    font-weight: 500;
    color: rgba(29, 29, 125, 0.9);
    list-style: none;
    padding-left: 2.1875rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin-bottom: 12px; }
    .list-default li:last-child {
      margin-bottom: 0; }
    .list-default li:before {
      content: '\e90b';
      color: #1D1D7D;
      font-size: 1.25rem;
      font-family: 'default';
      position: absolute;
      left: 0px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.list-caution {
  margin-left: 0; }
  .list-caution a {
    text-decoration: none; }
  .list-caution li {
    font-weight: 500;
    color: #1D1D7D;
    background: #F2F2F2;
    border-radius: 6px;
    border: 0.5px solid #D4D4D4;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style: none;
    padding-left: 3.25rem;
    padding-right: 1.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin-bottom: 12px; }
    .list-caution li:last-child {
      margin-bottom: 0; }
    .list-caution li:before {
      content: '\e909';
      font-size: 1.25rem;
      color: #1D1D7D;
      font-family: 'default';
      position: absolute;
      left: 1.25rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 1.25rem;
      height: 1.25rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 1; }

.list-star {
  margin-left: 0;
  margin-bottom: 0.3125rem; }
  .list-star a {
    text-decoration: none; }
  .list-star li {
    font-weight: 600;
    color: #1D1D7D;
    list-style: none;
    padding-left: 2.1875rem;
    padding-right: 1.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin-bottom: 12px;
    text-transform: uppercase; }
    .list-star li:last-child {
      margin-bottom: 0; }
    .list-star li:before {
      content: '\e904';
      font-size: 1.125rem;
      color: #1D1D7D;
      font-family: 'default';
      position: absolute;
      left: 0.3125rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 1.0625rem;
      height: 1.125rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 1; }

.box-page-header {
  position: relative;
  padding: 20px; }
  @media (min-width: 700px) {
    .box-page-header {
      padding-top: 2.77778rem; } }
  @media (min-width: 1024px) {
    .box-page-header {
      padding-left: 3.33333rem;
      padding-right: 0px;
      padding-bottom: 0px; } }
  .box-page-header__wrapper {
    position: relative;
    padding-top: 11.11111rem;
    padding-bottom: 5.55556rem; }
    @media (min-width: 1024px) {
      .box-page-header__wrapper {
        padding-top: 15rem; } }
    .box-page-header__wrapper .container {
      position: relative;
      z-index: 1; }
    .box-page-header__wrapper.\--type-news {
      background: #012169;
      padding-bottom: 2.22222rem; }
      .box-page-header__wrapper.\--type-news .box-page-header {
        background: #ECA225; }
        .box-page-header__wrapper.\--type-news .box-page-header__cat {
          background: #012169; }
        .box-page-header__wrapper.\--type-news .box-page-header__svg path {
          stroke: #2A1E46; }
        .box-page-header__wrapper.\--type-news .box-page-header__title {
          margin-bottom: 1.44444rem; }
          .box-page-header__wrapper.\--type-news .box-page-header__title a {
            color: #2A1E46; }
        .box-page-header__wrapper.\--type-news .box-page-header__content p {
          color: #313146;
          margin-bottom: 1.38889rem; }
      .box-page-header__wrapper.\--type-news .w-social__title {
        color: #313146; }
      .box-page-header__wrapper.\--type-news .w-social__share li span i {
        color: #2A1E46; }
      .box-page-header__wrapper.\--type-news .w-social__share li span:hover i {
        color: #FFF; }
    @media (min-width: 1024px) {
      .box-page-header__wrapper.\--type-default-page {
        padding-bottom: 4.16667rem;
        padding-top: 15.55556rem; } }
    .box-page-header__wrapper.\--type-default-page .box-page-header__content-wrapper {
      max-width: 100%; }
    .box-page-header__wrapper.\--type-default-page .box-page-header__desc {
      max-width: 100%;
      margin-bottom: 0px; }
    @media (max-width: 768px) {
      .box-page-header__wrapper.\--type-default-pad {
        padding-bottom: 4.44444rem; } }
    .box-page-header__wrapper.\--type-default {
      background: rgba(151, 14, 135, 0.9);
      padding-bottom: 2.22222rem; }
      .box-page-header__wrapper.\--type-default .box-page-header {
        background: #3C2050; }
        .box-page-header__wrapper.\--type-default .box-page-header__cat {
          background: rgba(151, 14, 135, 0.9); }
        .box-page-header__wrapper.\--type-default .box-page-header__svg path {
          stroke: #970e87; }
        .box-page-header__wrapper.\--type-default .box-page-header__title {
          margin-bottom: 1.44444rem; }
          .box-page-header__wrapper.\--type-default .box-page-header__title a {
            color: #FFFFFF; }
        .box-page-header__wrapper.\--type-default .box-page-header__content p {
          color: #FFFFFF;
          margin-bottom: 1.38889rem; }
      .box-page-header__wrapper.\--type-default .w-social__title {
        color: #FFFFFF; }
      .box-page-header__wrapper.\--type-default .w-social__share li span i {
        color: #FFFFFF; }
      .box-page-header__wrapper.\--type-default .w-social__share li span:hover i {
        color: #FFF; }
      .box-page-header__wrapper.\--type-default .box-page-header__logo {
        border-color: #3C2050; }
    .box-page-header__wrapper.\--type-offer .box-page-header__desc {
      display: none; }
    .box-page-header__wrapper.\--type-offer .w-social {
      margin-bottom: 1.77778rem; }
    .box-page-header__wrapper.\--type-template {
      padding-top: 11.11111rem;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      padding-bottom: 3.33333rem; }
      @media (min-width: 768px) {
        .box-page-header__wrapper.\--type-template {
          padding-top: 17rem; } }
      @media (max-width: 767px) {
        .box-page-header__wrapper.\--type-template {
          padding-bottom: 0; } }
      .box-page-header__wrapper.\--type-template .box-page-header__form {
        margin-top: 30px; }
        @media (min-width: 768px) {
          .box-page-header__wrapper.\--type-template .box-page-header__form {
            margin-top: 3.33333rem; } }
    .box-page-header__wrapper.\--type-job {
      background-color: #012169;
      padding-bottom: 2.22222rem; }
      .box-page-header__wrapper.\--type-job .box-page-header {
        background: #1E2150; }
        .box-page-header__wrapper.\--type-job .box-page-header__cat {
          background: #012169; }
        .box-page-header__wrapper.\--type-job .box-page-header__svg path {
          stroke: #012169; }
        .box-page-header__wrapper.\--type-job .box-page-header__title {
          margin-bottom: 1.44444rem; }
          .box-page-header__wrapper.\--type-job .box-page-header__title a {
            color: #FFFFFF; }
        .box-page-header__wrapper.\--type-job .box-page-header__content p {
          color: #FFFFFF;
          margin-bottom: 1.38889rem; }
        .box-page-header__wrapper.\--type-job .box-page-header .btn .icon {
          font-weight: 100;
          color: #95919E; }
    .box-page-header__wrapper.\--type-job-listing {
      padding-bottom: 5.55556rem;
      background-size: cover;
      background-position: center; }
      @media (max-width: 768px) {
        .box-page-header__wrapper.\--type-job-listing {
          padding-bottom: 0px; } }
      @media (min-width: 768px) {
        .box-page-header__wrapper.\--type-job-listing {
          padding-bottom: 7.55556rem; } }
      .box-page-header__wrapper.\--type-job-listing .box-page-header__content-wrapper .box-page-header__title span {
        background-image: -webkit-gradient(linear, left top, right top, from(#262B75), to(#262B75)); }
    .box-page-header__wrapper.\--type-contact .box-page-header__content-wrapper {
      max-width: 830px; }
      .box-page-header__wrapper.\--type-contact .box-page-header__content-wrapper .box-page-header__desc {
        max-width: 100%; }
        .box-page-header__wrapper.\--type-contact .box-page-header__content-wrapper .box-page-header__desc p {
          font-size: 1.22222rem; }
    .box-page-header__wrapper.\--remove-title-link .box-page-header__title a {
      pointer-events: none; }
  .box-page-header__svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .box-page-header__svg path {
      opacity: 0; }
      .box-page-header__svg path:nth-child(19) {
        -webkit-animation: wave 3s 0 forwards infinite;
        animation: wave 3s 0 forwards infinite; }
      .box-page-header__svg path:nth-child(18) {
        -webkit-animation: wave 3s .3s forwards infinite;
        animation: wave 3s .3s forwards infinite; }
      .box-page-header__svg path:nth-child(17) {
        -webkit-animation: wave 3s .6s forwards infinite;
        animation: wave 3s .6s forwards infinite; }
      .box-page-header__svg path:nth-child(16) {
        -webkit-animation: wave 3s .9s forwards infinite;
        animation: wave 3s .9s forwards infinite; }
      .box-page-header__svg path:nth-child(15) {
        -webkit-animation: wave 3s 1.2s forwards infinite;
        animation: wave 3s 1.2s forwards infinite; }
      .box-page-header__svg path:nth-child(14) {
        -webkit-animation: wave 3s 1.5s forwards infinite;
        animation: wave 3s 1.5s forwards infinite; }
      .box-page-header__svg path:nth-child(13) {
        -webkit-animation: wave 3s 1.8s forwards infinite;
        animation: wave 3s 1.8s forwards infinite; }
      .box-page-header__svg path:nth-child(12) {
        -webkit-animation: wave 3s 2.1s forwards infinite;
        animation: wave 3s 2.1s forwards infinite; }
      .box-page-header__svg path:nth-child(11) {
        -webkit-animation: wave 3s 2.4s forwards infinite;
        animation: wave 3s 2.4s forwards infinite; }
      .box-page-header__svg path:nth-child(10) {
        -webkit-animation: wave 3s 2.7s forwards infinite;
        animation: wave 3s 2.7s forwards infinite; }
      .box-page-header__svg path:nth-child(9) {
        -webkit-animation: wave 3s 3s forwards infinite;
        animation: wave 3s 3s forwards infinite; }
      .box-page-header__svg path:nth-child(8) {
        -webkit-animation: wave 3s 3.3s forwards infinite;
        animation: wave 3s 3.3s forwards infinite; }
      .box-page-header__svg path:nth-child(7) {
        -webkit-animation: wave 3s 3.6s forwards infinite;
        animation: wave 3s 3.6s forwards infinite; }
      .box-page-header__svg path:nth-child(6) {
        -webkit-animation: wave 3s 3.9s forwards infinite;
        animation: wave 3s 3.9s forwards infinite; }
      .box-page-header__svg path:nth-child(5) {
        -webkit-animation: wave 3s 4.2s forwards infinite;
        animation: wave 3s 4.2s forwards infinite; }
      .box-page-header__svg path:nth-child(4) {
        -webkit-animation: wave 3s 4.5s forwards infinite;
        animation: wave 3s 4.5s forwards infinite; }
      .box-page-header__svg path:nth-child(3) {
        -webkit-animation: wave 3s 4.8s forwards infinite;
        animation: wave 3s 4.8s forwards infinite; }
      .box-page-header__svg path:nth-child(2) {
        -webkit-animation: wave 3s 5.1s forwards infinite;
        animation: wave 3s 5.1s forwards infinite; }
      .box-page-header__svg path:nth-child(1) {
        -webkit-animation: wave 3s 5.4s forwards infinite;
        animation: wave 3s 5.4s forwards infinite; }
  .box-page-header__cat {
    position: relative;
    display: table;
    font-size: 0.66667rem;
    font-weight: 700;
    padding: 0.83333rem 1.16667rem 0.77778rem;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.02em;
    line-height: 0;
    border-radius: 50px;
    margin-bottom: 0.83333rem; }
  .box-page-header__title {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    margin-bottom: 2.5rem; }
    @media (max-width: 700px) {
      .box-page-header__title {
        line-height: 2.77778rem; } }
    @media (min-width: 700px) {
      .box-page-header__title {
        font-size: 2.44444rem; } }
  .box-page-header__content {
    font-size: 0.88889rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    padding-bottom: 1.94444rem;
    color: #E2DEE5; }
    @media (min-width: 700px) {
      .box-page-header__content {
        padding-bottom: 2.77778rem; } }
    @media (min-width: 1024px) {
      .box-page-header__content {
        padding-right: 15px;
        max-width: 440px; } }
    @media (min-width: 1199px) {
      .box-page-header__content {
        max-width: 560px; } }
    .box-page-header__content p {
      margin-bottom: 2.22222rem; }
      .box-page-header__content p span {
        display: block;
        padding-top: 0.33333rem; }
        .box-page-header__content p span a {
          font-size: 1rem;
          color: #FFFFFF;
          text-decoration: underline; }
  .box-page-header__grid {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end; }
    @media (max-width: 1023px) {
      .box-page-header__grid > div {
        width: 100%; } }
  .box-page-header__media {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (min-width: 1024px) {
      .box-page-header__media {
        max-width: 700px; } }
  .box-page-header__featured-img {
    background-size: contain;
    width: 100%;
    height: 300px;
    border-radius: 0px 0px 3px 0px;
    background-position: bottom right;
    background-repeat: no-repeat; }
    @media (max-width: 1023px) {
      .box-page-header__featured-img {
        display: none; } }
    @media (min-width: 700px) {
      .box-page-header__featured-img {
        height: 407px; } }
  .box-page-header__mobile-img {
    width: 100%; }
    @media (min-width: 1024px) {
      .box-page-header__mobile-img {
        display: none; } }
  .box-page-header__logo {
    position: absolute;
    top: -42px;
    right: 60px;
    width: 85px;
    height: 85px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 4px solid;
    border-radius: 50px;
    overflow: hidden; }
    @media (max-width: 700px) {
      .box-page-header__logo {
        top: -32px;
        right: 20px;
        max-width: 80px;
        width: 100%; } }
  .box-page-header__cta-wrapper {
    margin-left: -4px; }
    .box-page-header__cta-wrapper > * {
      margin-left: 4px; }
      @media (max-width: 700px) {
        .box-page-header__cta-wrapper > * {
          margin-bottom: 10px; } }
    .box-page-header__cta-wrapper .btn i {
      font-size: 0.77778rem;
      font-weight: 400;
      color: #95919E; }
  .box-page-header__meta {
    margin-top: -3.33333rem;
    margin-bottom: 4.88889rem;
    position: relative; }
    .box-page-header__meta__box {
      background: #F0EDF5;
      padding: 1.55556rem 2.5rem 1.38889rem;
      -webkit-box-shadow: 0px -16px 24px rgba(0, 0, 0, 0.05);
      box-shadow: 0px -16px 24px rgba(0, 0, 0, 0.05);
      border-radius: 3px; }
      .box-page-header__meta__box p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-flow: wrap;
        flex-flow: wrap; }
        .box-page-header__meta__box p a {
          font-size: 0.88889rem;
          font-weight: 700;
          letter-spacing: -0.02em;
          -webkit-text-decoration-line: underline;
          text-decoration-line: underline; }
    .box-page-header__meta__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      font-family: "Be Vietnam Pro", sans-serif;
      font-size: 0.72222rem;
      font-weight: 900;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      margin-bottom: 1.22222rem; }
      .box-page-header__meta__title i {
        font-size: 1.11111rem;
        font-weight: 700; }
    .box-page-header__meta__grid > div {
      margin-bottom: 15px; }
    @media (min-width: 1024px) {
      .box-page-header__meta__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -0.55556rem; }
        .box-page-header__meta__grid > div {
          width: 33.33%;
          padding-left: 0.55556rem;
          margin-bottom: 0px; } }
    .box-page-header__meta.\--type-contact .box-page-header__meta__title i {
      color: #A52E6F; }
  .box-page-header__info {
    font-size: 13px;
    color: #2A1E46;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.02em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0.94444rem; }
    .box-page-header__info i {
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #FFF;
      display: block;
      margin: 0px 8px; }
  .box-page-header__offer {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #E2DEE5;
    margin-bottom: 1.22222rem; }
    .box-page-header__offer span {
      color: #fff; }
  .box-page-header__timing {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    line-height: 0.94444rem; }
    .box-page-header__timing span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .box-page-header__timing i {
      margin-right: 12px;
      font-size: 1rem;
      color: #970E87; }
  .box-page-header__content-wrapper {
    width: 100%;
    max-width: 626px; }
    .box-page-header__content-wrapper .box-page-header__title {
      font-size: 34px;
      font-family: "ivypresto-headline", serif;
      font-weight: 400; }
      @media (min-width: 768px) {
        .box-page-header__content-wrapper .box-page-header__title {
          font-size: 3.33333rem; } }
      .box-page-header__content-wrapper .box-page-header__title span {
        background-image: -moz-linear-gradient(left, #6A005D, #6A005D);
        /* FF3.6-15 */
        background-image: -webkit-linear-gradient(left, #6A005D, #6A005D);
        /* Chrome10-25,Safari5.1-6 */
        background-image: -webkit-gradient(linear, left top, right top, from(#6A005D), to(#6A005D));
        background-image: -o-linear-gradient(left, #6A005D, #6A005D);
        background-image: linear-gradient(to right, #6A005D, #6A005D);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        background-position: bottom center;
        background-repeat: repeat-x;
        background-size: 1px 18px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        @media (min-width: 768px) {
          .box-page-header__content-wrapper .box-page-header__title span {
            background-size: 1px 36px; } }
      @media (min-width: 700px) {
        .box-page-header__content-wrapper .box-page-header__title {
          font-size: 4.55556rem; } }
    .box-page-header__content-wrapper .box-page-header__desc {
      font-size: 1.05556rem;
      font-weight: 600;
      letter-spacing: -0.02em;
      color: rgba(255, 255, 255, 0.9);
      max-width: 600px;
      width: 100%;
      margin-bottom: 8px; }
      @media (min-width: 768px) {
        .box-page-header__content-wrapper .box-page-header__desc {
          margin-bottom: 1.22222rem; } }
    .box-page-header__content-wrapper .box-page-header__newsletter a {
      font-weight: 700;
      letter-spacing: -0.01em;
      -webkit-text-decoration-line: underline;
      text-decoration-line: underline;
      color: #fff; }
    @media (min-width: 1024px) {
      .box-page-header__content-wrapper__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-flow: wrap;
        flex-flow: wrap; }
        .box-page-header__content-wrapper__grid > div {
          width: 50%; } }
    .box-page-header__content-wrapper__cta {
      margin-top: 30px; }
      @media (min-width: 1024px) {
        .box-page-header__content-wrapper__cta {
          text-align: right;
          margin-top: 0px; } }
  .box-page-header__form {
    position: relative;
    z-index: 1;
    margin-top: 1.33333rem; }
    .box-page-header__form__grid > div {
      width: 100%;
      margin-bottom: 8px; }
      @media (min-width: 768px) {
        .box-page-header__form__grid > div {
          margin-bottom: 15px; } }
      .box-page-header__form__grid > div:last-child {
        margin-bottom: 0px; }
    @media (min-width: 768px) {
      .box-page-header__form__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -0.83333rem; }
        .box-page-header__form__grid > div {
          padding-left: 0.83333rem; } }
    @media (min-width: 768px) {
      .box-page-header__form__taxonomy {
        max-width: 320px; } }
    @media (min-width: 768px) {
      .box-page-header__form__btn {
        max-width: 220px; } }
  .box-page-header__cta {
    margin-top: 30px; }
  .box-page-header__content-img {
    margin-top: -80px; }
    @media (min-width: 768px) {
      .box-page-header__content-img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin-top: 0px; } }
    .box-page-header__content-img img.desktop {
      height: 100%; }
      @media (max-width: 767px) {
        .box-page-header__content-img img.desktop {
          display: none; } }
    .box-page-header__content-img img.mobile {
      display: block;
      width: 100%; }
      @media (min-width: 768px) {
        .box-page-header__content-img img.mobile {
          display: none; } }

.box-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%;
  position: relative; }
  .box-post:hover .box-post__title > a {
    text-decoration: underline; }
  .box-post__media {
    border-radius: 8px;
    min-height: 200px;
    background-size: cover;
    position: relative;
    margin-bottom: 1.125rem; }
    .box-post__media a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1; }
    .box-post__media__info {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      padding: 0.9375rem 0.9375rem 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  .box-post i {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.625rem;
    cursor: pointer;
    color: #1D1D7D; }
  .box-post__cat {
    margin: 0;
    border-radius: 4px;
    background: #FFC82E;
    color: #1D1D7D;
    padding: 7px 11px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .box-post__date {
    color: #35356E;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.27px; }
    .box-post__date span {
      font-weight: 400; }
  .box-post__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-bottom: 1px solid #d5dede;
    padding-bottom: 15px; }
    .box-post__content p {
      margin-bottom: 1.25rem; }
    .box-post__content .btn {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      text-align: center; }
    .box-post__content__logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 1.1875rem; }
      .box-post__content__logo a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1; }
      .box-post__content__logo i {
        border: 1px solid #fff;
        background-color: transparent;
        color: #fff; }
      .box-post__content__logo:hover i {
        background-color: #fff;
        color: #1D1D7D; }
  .box-post__title {
    font-family: "Be Vietnam Pro", sans-serif;
    margin-bottom: 0.625rem;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.27px;
    color: #35356E; }
    .box-post__title span {
      color: #0000D0;
      font-weight: 400; }
  .box-post.\--fancy {
    border-radius: 8px;
    overflow: hidden; }
    .box-post.\--fancy .box-post__media {
      min-height: 264px;
      margin-bottom: 1.75rem; }
    .box-post.\--fancy .btn {
      width: 100%;
      text-align: center;
      display: block; }
    .box-post.\--fancy .box-post__content {
      color: rgba(255, 255, 255, 0.9);
      font-size: 14px;
      font-weight: 400;
      line-height: 1.3;
      letter-spacing: -0.28px; }
  .box-post.\--mini {
    position: relative; }
    .box-post.\--mini .box-post__media {
      min-height: 215px;
      margin-bottom: 0;
      position: relative; }
      .box-post.\--mini .box-post__media:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 8px;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #1c2126db), color-stop(40%, #1c212600)), rgba(217, 217, 217, 0);
        background: -webkit-linear-gradient(bottom, #1c2126db 20%, #1c212600 40%), rgba(217, 217, 217, 0);
        background: -o-linear-gradient(bottom, #1c2126db 20%, #1c212600 40%), rgba(217, 217, 217, 0);
        background: linear-gradient(0deg, #1c2126db 20%, #1c212600 40%), rgba(217, 217, 217, 0); }
      .box-post.\--mini .box-post__media:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: -1px;
        bottom: -1px;
        border-radius: 8px;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #737577), color-stop(70%, #ffffff00)), rgba(217, 217, 217, 0);
        background: -webkit-linear-gradient(bottom, #737577 20%, #ffffff00 70%), rgba(217, 217, 217, 0);
        background: -o-linear-gradient(bottom, #737577 20%, #ffffff00 70%), rgba(217, 217, 217, 0);
        background: linear-gradient(0deg, #737577 20%, #ffffff00 70%), rgba(217, 217, 217, 0);
        z-index: -1;
        padding: 1px; }
    .box-post.\--mini .box-post__content {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .box-post.\--mini .box-post__content__logo {
        width: 100%;
        margin-bottom: 0;
        padding: 0 1.25rem 1.25rem; }
        .box-post.\--mini .box-post__content__logo i {
          background-color: rgba(255, 255, 255, 0.2);
          color: #fff; }
        .box-post.\--mini .box-post__content__logo:hover i {
          background-color: #fff;
          color: #1D1D7D; }
  .box-post.\--theme-dark .box-post__content p {
    color: #1D1D7D; }
  .box-post.\--theme-dark .box-post__content__logo i {
    border-color: #1D1D7D;
    color: #1D1D7D; }
  .box-post.\--theme-dark .box-post__content__logo:hover i {
    background-color: #1D1D7D;
    color: #FFF; }
  .box-post.\--podcast .box-post__media {
    min-height: 280px; }
    @media (min-width: 768px) {
      .box-post.\--podcast .box-post__media {
        min-height: 320px; } }

.box-team {
  padding: 1.25rem;
  border-radius: 1.25rem; }
  @media (min-width: 768px) {
    .box-team {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .box-team > div {
    position: relative; }
    @media (min-width: 768px) {
      .box-team > div {
        padding-left: 30px; }
        .box-team > div:first-child {
          padding-left: 0px; } }
  .box-team__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .box-team__media {
    width: 100%;
    height: 18.75rem;
    background-size: cover;
    background-position: top;
    border-radius: 16px;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .box-team__media {
        width: 12.5rem;
        height: 18.75rem;
        margin-bottom: 0px; } }
  .box-team__title {
    color: #1D1D7D;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.48px;
    margin-bottom: 1rem; }
  .box-team__position {
    color: #0000D0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    position: relative;
    padding-left: 40px; }
    .box-team__position:before {
      content: "";
      position: absolute;
      background: #0000D0;
      width: 1.875rem;
      height: 1px;
      left: 0;
      bottom: 0;
      top: 0;
      margin: auto; }
  .box-team__excerpt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end; }
    .box-team__excerpt p {
      color: rgba(53, 53, 110, 0.8);
      font-size: 1rem;
      font-weight: 300;
      line-height: 1.5;
      letter-spacing: -0.36px;
      margin-top: 1.875rem; }
      .box-team__excerpt p .btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 10.625rem;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        margin-top: 1.875rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .box-team__excerpt p .btn .icon {
          width: 1.875rem;
          height: 1.875rem;
          padding: 0; }
  .box-team.\--theme-light {
    background: rgba(223, 226, 227, 0.25); }
  .box-team.\--theme-dark {
    background: #1D1D7D; }
    .box-team.\--theme-dark .box-team__title {
      color: #fff; }
    .box-team.\--theme-dark .box-team__position {
      color: #fff; }
      .box-team.\--theme-dark .box-team__position:before {
        background: #FFF; }
    .box-team.\--theme-dark .box-team__excerpt p {
      color: #fff; }
      .box-team.\--theme-dark .box-team__excerpt p .btn {
        border-color: #FFC82E !important;
        color: #FFF;
        background: #1D1D7D; }
        .box-team.\--theme-dark .box-team__excerpt p .btn:hover {
          background: #FFC82E;
          color: #1D1D7D; }
  .box-team.\--card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 50%;
    padding-bottom: 0.9375rem;
    padding-left: 0.9375rem; }
    @media (min-width: 1024px) {
      .box-team.\--card {
        width: 25%;
        padding-bottom: 1.25rem;
        padding-left: 1.25rem; } }
    .box-team.\--card > div {
      padding-left: 0px;
      width: 100%; }
    .box-team.\--card .box-team__media {
      width: 100%;
      height: 13.75rem;
      border-radius: 0px;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      margin-bottom: 0px; }
      @media (min-width: 768px) {
        .box-team.\--card .box-team__media {
          height: 28.4375rem; } }
    .box-team.\--card .box-team__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: #1D1D7D;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      padding: 16px 12px;
      border: 1.5px solid #7EC673; }
      @media (min-width: 768px) {
        .box-team.\--card .box-team__content {
          padding: 1.25rem 2.1875rem; } }
    .box-team.\--card .box-team__title {
      color: #fff;
      font-size: 13px;
      line-height: 1;
      letter-spacing: -0.36px;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .box-team.\--card .box-team__title {
          font-size: 1.125rem; } }
    .box-team.\--card .box-team__position {
      color: #fff;
      font-weight: 400;
      line-height: 1;
      letter-spacing: -0.15px;
      text-transform: uppercase;
      font-size: 10px; }
      @media (min-width: 768px) {
        .box-team.\--card .box-team__position {
          font-size: 1rem; } }

.box-blog {
  position: relative; }
  .box-blog__media {
    background-size: cover;
    height: 186px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 15px; }
    .box-blog__media__icon {
      position: absolute;
      right: 12px;
      top: 12px;
      background: #fff;
      border-radius: 100px;
      width: 36px;
      height: 36px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .box-blog__media__icon i {
        font-size: 10px;
        color: #35356E; }
  .box-blog__code {
    color: #1D1D7D;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: -0.14px;
    margin-bottom: 12px; }
  .box-blog__title {
    font-size: 1.125rem;
    line-height: 1.2;
    letter-spacing: -0.54px;
    margin: 0px; }
  .box-blog__cta {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2; }
    .box-blog__cta:hover {
      text-decoration: none; }
  .box-blog:hover .box-blog__media__icon {
    background: #1D1D7D; }
  .box-blog:hover .box-blog__media__icon i {
    color: #fff; }

.box-blog-mini {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%; }
  .box-blog-mini:last-child {
    border: 0; }
  .box-blog-mini__media {
    width: 30%; }
    .box-blog-mini__media img {
      width: 100%;
      border-radius: 5px; }
  .box-blog-mini__content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px; }
  .box-blog-mini__date {
    color: #131373;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 0.875rem;
    color: rgba(53, 53, 110, 0.8);
    line-height: 1;
    letter-spacing: 0.26px;
    font-weight: 300; }
    .box-blog-mini__date span {
      font-weight: 400;
      color: #1D1D7D; }
  .box-blog-mini__icon {
    color: rgba(0, 1, 207, 0.6);
    font-size: 12px;
    line-height: 12px;
    display: inline-block; }
  .box-blog-mini__title {
    color: #131373;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0.4px;
    margin-bottom: 0.625rem; }
    .box-blog-mini__title__name {
      color: #0000D0; }
  .box-blog-mini__cta {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2; }
    .box-blog-mini__cta:hover {
      text-decoration: none; }
  .box-blog-mini:hover .box-blog__media__icon {
    background: #1D1D7D; }
  .box-blog-mini:hover .box-blog__media__icon i {
    color: #fff; }

.box-result {
  position: relative;
  font-size: 0.88889rem;
  border: 1px solid #ABBDC8;
  padding: 0.83333rem;
  margin-bottom: 1.11111rem; }
  .box-result__type {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    background: #1D1D7D;
    padding: 0.27778rem 0.55556rem;
    font-size: 0.66667rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFF; }
  .box-result p {
    margin-bottom: 0; }
  .box-result__title {
    font-family: "Be Vietnam Pro", sans-serif;
    margin-bottom: 0.77778rem;
    padding-right: 2.77778rem; }
    .box-result__title a {
      text-decoration: none; }

.w-image {
  position: relative; }
  .w-image img {
    display: block;
    width: auto;
    border-radius: 10px; }
    .w-image img.\--style-default {
      width: auto; }
  .w-image__caption {
    background: -webkit-linear-gradient(357deg, rgba(0, 0, 0, 0.3) 14%, rgba(0, 0, 0, 0) 83.95%), rgba(28, 33, 38, 0.45);
    background: -o-linear-gradient(357deg, rgba(0, 0, 0, 0.3) 14%, rgba(0, 0, 0, 0) 83.95%), rgba(28, 33, 38, 0.45);
    background: linear-gradient(93deg, rgba(0, 0, 0, 0.3) 14%, rgba(0, 0, 0, 0) 83.95%), rgba(28, 33, 38, 0.45);
    -webkit-backdrop-filter: blur(11.4px);
    backdrop-filter: blur(11.4px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 1.875rem;
    margin: auto;
    position: relative;
    right: 0;
    left: 0;
    bottom: 0px;
    border-radius: 10px;
    width: 100%;
    margin-top: 15px; }
    @media (min-width: 768px) {
      .w-image__caption {
        width: 94%;
        position: absolute;
        bottom: 18px;
        margin-top: 0px; } }
    .w-image__caption__title {
      font-size: 1.125rem;
      color: #fff;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1;
      line-height: 1.4;
      margin-bottom: 0.9375rem; }
    .w-image__caption__content {
      margin-bottom: 0 !important; }
      .w-image__caption__content p {
        color: #fff;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: -0.16px;
        margin-bottom: 1.25rem;
        line-height: 1.5;
        letter-spacing: -0.16px;
        font-weight: 500; }
        .w-image__caption__content p a {
          color: #fff;
          font-weight: 500;
          text-decoration: underline; }
        .w-image__caption__content p:last-child {
          margin-bottom: 0px; }
  .w-image.\--style-align-center {
    text-align: center; }
    .w-image.\--style-align-center img {
      margin-right: auto;
      margin-left: auto; }
  .w-image.\--style-align-right {
    text-align: right; }
    .w-image.\--style-align-right img {
      margin-left: auto; }
  .w-image__zoom {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3.61111rem;
    height: 3.61111rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #131C21;
    font-size: 1.38889rem;
    color: #fff;
    border-radius: 2px; }
  .w-image.\--style-bleed:after {
    content: '';
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: -1; }

.w-page-header {
  position: relative; }
  .w-page-header__grid {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden; }
    .w-page-header__grid > * {
      width: 100%; }
    @media (min-width: 768px) {
      .w-page-header__grid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row; } }
  .w-page-header__title {
    color: #1D1D7D;
    letter-spacing: -1.92px;
    margin-bottom: 2.1875rem;
    font-size: 2.75rem;
    font-weight: 300;
    letter-spacing: -1.92px; }
    @media (min-width: 768px) {
      .w-page-header__title {
        font-size: 3.375rem; } }
    @media (min-width: 1024px) {
      .w-page-header__title {
        font-size: 4rem; } }
  .w-page-header__content-wrapper {
    padding-top: 1.875rem;
    padding-right: 0;
    max-width: 100%; }
    @media (min-width: 768px) {
      .w-page-header__content-wrapper {
        max-width: 500px;
        padding-right: 3.125rem;
        padding-top: 0; } }
  .w-page-header__desc {
    position: relative;
    z-index: 1; }
    .w-page-header__desc p {
      font-size: 1.125rem;
      color: rgba(53, 53, 110, 0.8);
      letter-spacing: -0.54px;
      line-height: 1.4;
      font-weight: 300; }
  .w-page-header__media {
    background-size: cover;
    background-position: center center;
    border-radius: 8px;
    min-height: 15.75rem;
    margin: 1.25rem 0 1.25rem 0;
    position: relative; }
    @media (min-width: 768px) {
      .w-page-header__media {
        margin: 1.25rem 0 1.25rem 1.25rem; } }
    .w-page-header__media:before {
      content: "";
      position: absolute;
      background: #d5dede;
      width: 1px;
      height: 140%;
      top: -20%;
      left: -20px; }
  .w-page-header__breadcrumb {
    border-top: 1px solid #d5dede;
    border-bottom: 1px solid #d5dede;
    padding: 1rem 0;
    margin-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .w-page-header__breadcrumb {
        margin-bottom: 4.375rem; } }
    .w-page-header__breadcrumb p {
      font-size: 1.125rem; }
      .w-page-header__breadcrumb p span {
        padding-right: 10px;
        color: #0000D0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        row-gap: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 400; }
        @media (min-width: 768px) {
          .w-page-header__breadcrumb p span {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-flow: unset;
            flex-flow: unset;
            row-gap: 0; } }
        .w-page-header__breadcrumb p span i {
          font-size: 10px;
          padding-right: 10px;
          color: #35356E; }
        .w-page-header__breadcrumb p span a {
          color: rgba(53, 53, 110, 0.8);
          margin-top: -1px;
          font-weight: 300; }
          .w-page-header__breadcrumb p span a:hover {
            color: #35356E;
            text-decoration: none; }
  .w-page-header.\--style-sidemenu .w-page-header__breadcrumb {
    margin-bottom: 0; }
  .w-page-header.\--post .w-page-header__content-wrapper {
    max-width: 700px; }
  .w-page-header.\--post .w-page-header__title {
    font-size: 2.5rem;
    margin-bottom: 1.875rem; }
    @media (min-width: 1024px) {
      .w-page-header.\--post .w-page-header__title {
        font-size: 3.125rem; } }
  .w-page-header.\--post .w-page-header__media {
    min-height: 18.75rem; }
  .w-page-header.\--post .w-page-header__info {
    margin-bottom: 1.25rem; }
  .w-page-header.\--post .w-page-header__breadcrumb {
    margin-bottom: 0; }

.w-filter {
  background: #EEF1F7;
  margin-bottom: 3.75rem;
  border-radius: 10px;
  padding: 1.25rem;
  position: relative; }
  @media (min-width: 768px) {
    .w-filter {
      padding: 1.25rem; } }
  .w-filter__title {
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.17px;
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    top: -9px;
    background-color: #fff;
    padding: 0 0.9375rem;
    color: #1C2126; }
  .w-filter__filter__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (min-width: 768px) {
      .w-filter__filter__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: unset;
        flex-flow: unset; } }
    .w-filter__filter__grid__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%; }
      @media (min-width: 768px) {
        .w-filter__filter__grid__wrap {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row;
          flex-flow: row; } }
  .w-filter__filter__search {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .w-filter__filter__search {
        width: 100%;
        margin-bottom: 0px; } }
    @media (min-width: 1024px) {
      .w-filter__filter__search {
        width: 100%;
        max-width: 530px; } }
  .w-filter__filter__taxonomy {
    padding-left: 0px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .w-filter__filter__taxonomy {
        width: 100%;
        padding-left: 0.9375rem;
        margin-bottom: 0px; } }
    @media (min-width: 1024px) {
      .w-filter__filter__taxonomy {
        width: 100%;
        max-width: 300px; } }
  .w-filter__filter__sort {
    padding-left: 0px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .w-filter__filter__sort {
        width: 20%;
        padding-left: 0.9375rem;
        margin-bottom: 0px; } }
  .w-filter__filter__btn {
    padding-left: 0px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px; }
    .w-filter__filter__btn button {
      padding-left: 20px !important;
      padding-right: 20px !important; }
    @media (min-width: 768px) {
      .w-filter__filter__btn {
        width: 100%;
        padding-left: 30px;
        margin-bottom: 0px;
        max-width: 180px; } }
    .w-filter__filter__btn button {
      width: 100%; }
  .w-filter ul li {
    margin-bottom: 1.5625rem; }
    .w-filter ul li a {
      background: #F0F1F8;
      padding: 12px 20px 12px 20px;
      border-radius: 100px;
      font-size: 15px;
      line-height: 1.4;
      letter-spacing: -0.15px;
      color: rgba(29, 29, 125, 0.9);
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
      .w-filter ul li a span {
        background: #1D1D7D;
        color: #fff;
        border-radius: 30px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 3px 10px;
        margin-left: 10px; }
      .w-filter ul li a:hover {
        color: #fff;
        background: #35356E;
        text-decoration: none; }
  .w-filter ul .active a {
    background: #35356E;
    color: #fff; }

.w-wp-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #C5C9D2;
  padding-top: 2rem;
  margin-bottom: 4.375rem; }
  .w-wp-pagination > * {
    background: transparent;
    font-size: 0.875rem;
    font-weight: 500;
    color: #554F64;
    letter-spacing: 0.02em;
    padding: 0;
    width: 32px;
    height: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0 7px;
    outline: none; }
    .w-wp-pagination > *.current, .w-wp-pagination > *:hover {
      background-color: #1D1D7D;
      color: #fff;
      text-decoration: none; }
  @media (max-width: 700px) {
    .w-wp-pagination .page-numbers {
      display: none; } }
  .w-wp-pagination .next, .w-wp-pagination .prev {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.32px;
    background: transparent;
    color: #1D1D7D; }
    .w-wp-pagination .next:hover, .w-wp-pagination .next:focus, .w-wp-pagination .prev:hover, .w-wp-pagination .prev:focus {
      text-decoration: underline;
      outline: none; }
    .w-wp-pagination .next i, .w-wp-pagination .prev i {
      font-size: 12px;
      color: #1D1D7D; }
    @media (max-width: 700px) {
      .w-wp-pagination .next, .w-wp-pagination .prev {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
    @media (min-width: 701px) {
      .w-wp-pagination .next, .w-wp-pagination .prev {
        position: absolute; } }
  @media (min-width: 700px) {
    .w-wp-pagination .next {
      right: 0px; }
      .w-wp-pagination .next i {
        padding-left: 10px; }
    .w-wp-pagination .prev {
      left: 0px; }
      .w-wp-pagination .prev i {
        padding-right: 10px; } }

.w-social__title {
  font-size: 0.77778rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #554F64;
  padding-right: 1.38889rem;
  letter-spacing: 0.05em; }

.w-social__share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .w-social__share ul li {
    cursor: pointer;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s; }
    .w-social__share ul li:not(:last-child) {
      padding-right: 8px; }
    .w-social__share ul li span {
      border: 1px solid #35356E;
      border-radius: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      width: 40px;
      height: 40px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .w-social__share ul li span i {
        color: #35356E;
        font-size: 16px;
        -webkit-transition: ease 0.3s;
        -o-transition: ease 0.3s;
        transition: ease 0.3s; }
      .w-social__share ul li span:hover {
        background: #1D1D7D;
        border: 1px solid #1D1D7D; }
        .w-social__share ul li span:hover i {
          color: #fff; }

.w-social.\--style-header .w-social__share i {
  font-size: 1rem; }

.w-social.\--style-sidebar {
  text-align: center; }

.w-social.\--style-blog .w-social__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.w-social.\--style-blog .w-social__title {
  display: none; }

.w-social.\--style-blog ul {
  width: 100%;
  margin-bottom: 0px !important;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  @media (min-width: 1024px) {
    .w-social.\--style-blog ul {
      margin-bottom: 30px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; } }
  .w-social.\--style-blog ul li span {
    width: 2.375rem;
    height: 2.375rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px; }
    .w-social.\--style-blog ul li span:hover {
      background: -webkit-linear-gradient(164deg, #2E323A -38.64%, #24BBBC 28.87%, #7EC673 68.5%, #FFDC01 135.72%);
      background: -o-linear-gradient(164deg, #2E323A -38.64%, #24BBBC 28.87%, #7EC673 68.5%, #FFDC01 135.72%);
      background: linear-gradient(286deg, #2E323A -38.64%, #24BBBC 28.87%, #7EC673 68.5%, #FFDC01 135.72%);
      border: none; }
    .w-social.\--style-blog ul li span i {
      color: #fff; }
  .w-social.\--style-blog ul li span[data-network="facebook"] {
    background: #1877F2; }
  .w-social.\--style-blog ul li span[data-network="twitter"] {
    background: #1DA1F2; }
  .w-social.\--style-blog ul li span[data-network="linkedin"] {
    background: #2867B2; }
  .w-social.\--style-blog ul li span[data-network="instagram"] {
    background: #F00073; }
  .w-social.\--style-blog ul li span[data-network="whatsapp"] {
    background: #25D366; }
  .w-social.\--style-blog ul li span[data-network="sharethis"] {
    background: #1D1D7D; }

.w-social.\--theme-white ul li span {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1); }
  .w-social.\--theme-white ul li span i {
    color: #fff;
    font-size: 14px;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s; }
  .w-social.\--theme-white ul li span:hover {
    background: #fff; }
    .w-social.\--theme-white ul li span:hover i {
      color: #1D1D7D; }

.w-accordion__link {
  position: relative; }
  .w-accordion__link span {
    width: 95%; }
  .w-accordion__link__icon.icon {
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 10px;
    color: #1D1D7D;
    background-color: #F3F4F9; }
  .w-accordion__link a {
    padding: 0.8125rem 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    position: relative;
    text-decoration: none;
    color: #1D1D7D;
    font-size: 1.5rem;
    position: relative;
    border-radius: 8px;
    font-weight: 300;
    font-family: "ivypresto-headline", serif; }
    .w-accordion__link a:focus {
      outline: 0; }
    .w-accordion__link a.active {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      border-bottom: 0;
      color: #1D1D7D; }
      .w-accordion__link a.active i.w-accordion__link__icon {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        border-color: #1D1D7D;
        background-color: #1D1D7D;
        color: #FFF; }

.w-accordion__container {
  margin-bottom: 10px; }
  .w-accordion__container:last-child {
    margin-bottom: 0; }
    .w-accordion__container:last-child a.active {
      border-bottom-width: 2px; }
    .w-accordion__container:last-child .w-accordion__content {
      border: 0; }

.w-accordion__content {
  border-radius: 8px;
  background: #F3F4F9;
  padding: 20px 20px;
  color: rgba(53, 53, 110, 0.8);
  letter-spacing: -0.54px;
  font-size: 1.125rem;
  font-weight: 300; }

.w-image-gallery__wrapper {
  gap: 10px;
  display: -ms-grid;
  display: grid; }
  @media (min-width: 768px) {
    .w-image-gallery__wrapper {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      grid-auto-rows: 200px;
      grid-auto-flow: dense; } }

.w-image-gallery__item {
  position: relative; }
  .w-image-gallery__item img {
    display: block;
    width: 100%;
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%; }
    .w-image-gallery__item img.\--style-default {
      width: auto; }
  @media (min-width: 768px) {
    .w-image-gallery__item:nth-child(1) {
      -ms-grid-row-span: 2;
      grid-row: span 2; } }
  @media (min-width: 768px) {
    .w-image-gallery__item:nth-child(2) {
      -ms-grid-row-span: 2;
      grid-row: span 2;
      -ms-grid-column-span: 2;
      grid-column: span 2; } }
  @media (min-width: 768px) {
    .w-image-gallery__item:nth-child(4) {
      -ms-grid-row-span: 2;
      grid-row: span 2; } }

.w-image-gallery__caption {
  padding: 0.9375rem 0 0.9375rem 0.8125rem;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: absolute;
  margin-top: 0px; }
  .w-image-gallery__caption__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 2px 2px 0 0;
    background: #1D1D7D;
    font-size: 0.8125rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -0.28px;
    margin-bottom: 0;
    padding: 0.5rem; }
  .w-image-gallery__caption__content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0px 2px 2px 2px;
    background: #1D1D7D;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -0.28px;
    padding: 0.5rem; }

.w-testimonial {
  max-width: 800px;
  width: 100%; }
  .w-testimonial__wrap {
    padding-top: 3.125rem;
    padding-bottom: 4.375rem; }
    @media (min-width: 768px) {
      .w-testimonial__wrap {
        padding-top: 5.625rem;
        padding-bottom: 5.625rem; } }
    .w-testimonial__wrap i {
      color: #FFC82E;
      font-size: 1.5625rem;
      margin-bottom: 1.875rem; }
  .w-testimonial__content {
    font-family: "ivypresto-headline", serif;
    font-size: 2.125rem;
    color: #FFF;
    margin-bottom: 2.5rem;
    line-height: 1.2;
    letter-spacing: -0.88px; }
    @media (min-width: 768px) {
      .w-testimonial__content {
        font-size: 2.75rem; } }
  .w-testimonial__inner-content {
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (min-width: 768px) {
      .w-testimonial__inner-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row; } }
  .w-testimonial__designation {
    color: #FFF;
    margin: 0;
    font-size: 1.375rem;
    font-weight: 300;
    font-family: "Be Vietnam Pro", sans-serif; }
  .w-testimonial__company-name {
    color: #FFF;
    margin: 0;
    font-size: 1.375rem;
    font-weight: 400;
    font-family: "Be Vietnam Pro", sans-serif; }

.w-team__grid {
  margin-left: -20px; }

.w-team__item {
  margin-bottom: 1.25rem;
  width: 100%;
  padding-left: 1.25rem; }
  @media (min-width: 768px) {
    .w-team__item {
      width: 50%; } }

.w-team__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-left: -15px; }
  @media (min-width: 1024px) {
    .w-team__card {
      margin-left: -20px; } }

.w-banner {
  position: relative;
  border-radius: 10px;
  padding: 1.25rem; }
  @media (min-width: 768px) {
    .w-banner {
      padding: 2.8125rem; } }
  .w-banner__media {
    background-color: #1D1D7D;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    z-index: -1; }
  .w-banner__content {
    width: 100%;
    max-width: 28.125rem;
    margin-bottom: 0.9375rem; }
    @media (min-width: 768px) {
      .w-banner__content {
        margin-bottom: 0px; } }
    .w-banner__content img {
      margin-bottom: 0.9375rem; }
  .w-banner__title {
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.64px;
    margin-bottom: 1.25rem;
    font-weight: 300;
    font-size: 2.75rem; }
    @media (min-width: 1024px) {
      .w-banner__title {
        font-size: 4rem; } }
  .w-banner__text p {
    margin-bottom: 2.5rem;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.18px; }
  .w-banner__cta .btn:hover {
    border-color: #fff; }
  .w-banner.\--style-banner-full .w-banner__content {
    max-width: 100%; }
    @media (min-width: 1024px) {
      .w-banner.\--style-banner-full .w-banner__content {
        max-width: 38.4375rem; } }
  .w-banner .gform_wrapper .gform-body .gfield input[type="text"], .w-banner .gform_wrapper .gform-body .gfield input[type="email"] {
    border-radius: 6px !important;
    border: 1px solid rgba(255, 255, 255, 0.75) !important;
    background: transparent;
    color: #000 !important;
    font-size: 0.9375rem !important;
    font-weight: 400 !important;
    line-height: 1.5;
    letter-spacing: -0.3px;
    color: rgba(255, 255, 255, 0.75) !important;
    height: auto;
    padding: 10px 15px !important; }
    .w-banner .gform_wrapper .gform-body .gfield input[type="text"]::-webkit-input-placeholder, .w-banner .gform_wrapper .gform-body .gfield input[type="email"]::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.75) !important; }
    .w-banner .gform_wrapper .gform-body .gfield input[type="text"]:-ms-input-placeholder, .w-banner .gform_wrapper .gform-body .gfield input[type="email"]:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.75) !important; }
    .w-banner .gform_wrapper .gform-body .gfield input[type="text"]::-ms-input-placeholder, .w-banner .gform_wrapper .gform-body .gfield input[type="email"]::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.75) !important; }
    .w-banner .gform_wrapper .gform-body .gfield input[type="text"]::placeholder, .w-banner .gform_wrapper .gform-body .gfield input[type="email"]::placeholder {
      color: rgba(255, 255, 255, 0.75) !important; }
    .w-banner .gform_wrapper .gform-body .gfield input[type="text"]:focus, .w-banner .gform_wrapper .gform-body .gfield input[type="email"]:focus {
      border-color: #FFC82E !important; }
  .w-banner .gform_wrapper .gform-body .gfield.gfield--input-type-consent {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    padding: 12px; }
    .w-banner .gform_wrapper .gform-body .gfield.gfield--input-type-consent .ginput_container_consent {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .w-banner .gform_wrapper .gform-body .gfield.gfield--input-type-consent .ginput_container_consent label.gform-field-label {
        color: rgba(255, 255, 255, 0.9) !important;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: 0.13px;
        max-width: 400px; }
  .w-banner .gform_wrapper .gform_footer {
    position: relative;
    width: 100%;
    max-width: 140px;
    margin: 10px auto 0 0; }
    @media (min-width: 768px) {
      .w-banner .gform_wrapper .gform_footer {
        margin: -48px 10px 0px auto; } }
    .w-banner .gform_wrapper .gform_footer:before {
      content: "";
      position: absolute;
      background: url("/wp-content/themes/right-tuition-company/_ui/media/arrow-right-icon.png") no-repeat right;
      width: 30px;
      height: 30px;
      right: 5px;
      bottom: 0;
      top: 0;
      margin: auto; }
    .w-banner .gform_wrapper .gform_footer button {
      background: #FFC82E !important;
      border-radius: 90px !important;
      padding: 0.625rem 1.25rem !important;
      text-align: left !important;
      color: #131373 !important;
      font-size: 1rem !important;
      font-weight: 500 !important;
      letter-spacing: -0.32px !important;
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important; }
      .w-banner .gform_wrapper .gform_footer button:hover {
        background: transparent !important;
        color: #FFF !important;
        border-color: #FFC82E !important; }
  .w-banner .gform_wrapper .gform_confirmation_message {
    text-align: left; }

.w-icon-cta__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 1rem; }
  @media (min-width: 1199px) {
    .w-icon-cta__grid {
      gap: 1.4375rem; } }
  .w-icon-cta__grid__item {
    width: 100%;
    padding: 1.125rem 1rem;
    background-color: #d5dede;
    border: 1px solid #D4D4D4;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }

.w-icon-cta__icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1D1D7D;
  margin: 0 0 10px;
  border-right: 0; }
  .w-icon-cta__icon i {
    font-size: 2.5rem; }
  @media (min-width: 768px) {
    .w-icon-cta__icon {
      width: 70px;
      height: 70px;
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      margin: 0px; } }
  @media (min-width: 1199px) {
    .w-icon-cta__icon {
      width: 76px;
      height: 76px; } }

.w-icon-cta__link {
  width: 100%;
  margin-left: 0; }
  @media (min-width: 768px) {
    .w-icon-cta__link {
      width: 69%;
      margin-left: 1.25rem; } }
  @media (min-width: 1024px) {
    .w-icon-cta__link {
      width: 76%;
      margin-left: 1.875rem; } }
  @media (min-width: 1199px) {
    .w-icon-cta__link {
      margin-left: 1.875rem; } }
  .w-icon-cta__link__title {
    font-size: 18px;
    margin-bottom: 7px;
    color: #1D1D7D;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4; }
  .w-icon-cta__link__content p {
    letter-spacing: -0.32px; }

.w-social-links__title {
  margin-bottom: 15px;
  color: #35356E;
  letter-spacing: 0.13px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase; }

.w-social-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 0; }
  .w-social-links ul li {
    margin-bottom: 0; }
    .w-social-links ul li a {
      border: 1px solid #35356E;
      width: 40px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 40px; }
      .w-social-links ul li a i {
        font-size: 1rem;
        color: #35356E; }
      .w-social-links ul li a:hover {
        background-color: #1D1D7D;
        text-decoration: none;
        border-color: #1D1D7D; }
      .w-social-links ul li a:hover i {
        color: #fff; }

.w-quote hr {
  background: -webkit-linear-gradient(164deg, #2E323A -38.64%, #24BBBC 28.87%, #7EC673 68.5%, #FFDC01 135.72%), #1C2126;
  background: -o-linear-gradient(164deg, #2E323A -38.64%, #24BBBC 28.87%, #7EC673 68.5%, #FFDC01 135.72%), #1C2126;
  background: linear-gradient(286deg, #2E323A -38.64%, #24BBBC 28.87%, #7EC673 68.5%, #FFDC01 135.72%), #1C2126;
  height: 1px;
  border: 0;
  margin: 0; }

.w-quote__wrap {
  padding: 1.5625rem;
  position: relative; }
  @media (min-width: 768px) {
    .w-quote__wrap {
      padding: 1.875rem 3.75rem; } }
  .w-quote__wrap:before {
    content: "";
    position: absolute;
    background: -webkit-linear-gradient(164deg, #2E323A -38.64%, #24BBBC 28.87%, #7EC673 68.5%, #FFDC01 135.72%), #1C2126;
    background: -o-linear-gradient(164deg, #2E323A -38.64%, #24BBBC 28.87%, #7EC673 68.5%, #FFDC01 135.72%), #1C2126;
    background: linear-gradient(286deg, #2E323A -38.64%, #24BBBC 28.87%, #7EC673 68.5%, #FFDC01 135.72%), #1C2126;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0; }
  .w-quote__wrap:after {
    content: "\e904";
    position: absolute;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'default' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-size: 26px;
    background-color: #fff;
    top: auto;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 57px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto; }

.w-quote img {
  margin-bottom: 1.875rem; }

.w-quote__content {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.36px;
  margin-bottom: 1.5625rem; }

.w-quote__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.14px;
  text-transform: uppercase;
  margin-bottom: 0; }

.w-vision-statement__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0F1215), to(#272C31));
  background: -webkit-linear-gradient(top, #0F1215 0%, #272C31 100%);
  background: -o-linear-gradient(top, #0F1215 0%, #272C31 100%);
  background: linear-gradient(180deg, #0F1215 0%, #272C31 100%); }
  .w-vision-statement__grid__item {
    width: 100%;
    padding: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    position: relative; }
    .w-vision-statement__grid__item:after {
      content: "";
      background: -webkit-linear-gradient(164deg, #2E323A -38.64%, #24BBBC 28.87%, #7EC673 68.5%, #FFDC01 135.72%), #1C2126;
      background: -o-linear-gradient(164deg, #2E323A -38.64%, #24BBBC 28.87%, #7EC673 68.5%, #FFDC01 135.72%), #1C2126;
      background: linear-gradient(286deg, #2E323A -38.64%, #24BBBC 28.87%, #7EC673 68.5%, #FFDC01 135.72%), #1C2126;
      height: 1px;
      border: 0;
      width: 86%;
      left: 0;
      right: 0;
      bottom: auto;
      top: 0;
      position: absolute;
      margin: auto; }
    .w-vision-statement__grid__item:first-child:after {
      display: none; }

.w-vision-statement__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 1.875rem; }

.w-vision-statement__title {
  margin-bottom: 0;
  margin-left: 1.5625rem;
  color: #fff;
  text-transform: uppercase; }

.w-vision-statement__content {
  color: #fff; }

.w-vision-statement__image {
  width: 100%;
  font-size: 0; }
  .w-vision-statement__image img {
    width: 100%; }

.w-vision-values__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  border-radius: 12px;
  overflow: hidden; }
  .w-vision-values__grid__item {
    width: 100%;
    padding: 1.3125rem 2.1875rem;
    background-color: #0f1215;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    position: relative; }

.w-vision-values__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
  @media (min-width: 768px) {
    .w-vision-values__wrap {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row; } }

.w-vision-values__icon {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  margin: 0;
  margin-right: 2.5rem; }
  .w-vision-values__icon i {
    font-size: 2.125rem; }

.w-vision-values__maintitle {
  margin-bottom: 0;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.4px;
  font-weight: 400; }
  .w-vision-values__maintitle span {
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 5px; }

.w-vision-values__marktitle {
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
  margin-right: 0px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .w-vision-values__marktitle {
      width: 36px;
      text-align: center;
      margin-right: 2.5rem;
      margin-bottom: 0px; } }

.w-vision-values__title {
  font-size: 1.0625rem;
  margin-bottom: 0;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.17px;
  text-transform: uppercase;
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .w-vision-values__title {
      max-width: 130px;
      margin-right: 10px; } }

.w-vision-values__content {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.3px; }

.w-grid-box__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .w-grid-box__grid__item {
    padding: 1.625rem 1.25rem;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #1D1D7D;
    margin: 1px;
    margin-bottom: 10px;
    margin-top: 10px; }
    .w-grid-box__grid__item:before {
      content: "";
      position: absolute;
      background: -webkit-gradient(linear, left top, right top, from(#2E323A), color-stop(#24BBBC), color-stop(#7EC673), to(#FFDC01));
      background: -webkit-linear-gradient(left, #2E323A, #24BBBC, #7EC673, #FFDC01);
      background: -o-linear-gradient(left, #2E323A, #24BBBC, #7EC673, #FFDC01);
      background: linear-gradient(to right, #2E323A, #24BBBC, #7EC673, #FFDC01);
      height: 100%;
      width: 100%;
      top: -1.5px;
      left: -1.5px;
      z-index: -1;
      border-radius: 10px;
      padding: 1.5px; }

.w-grid-box__title {
  font-size: 1.125rem;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -0.36px;
  min-height: 5rem; }

.w-grid-box__content {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.28px; }

@media (min-width: 768px) {
  .w-section-header__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.w-section-header__content {
  margin-bottom: 20px;
  max-width: 31.25rem; }
  @media (min-width: 769px) {
    .w-section-header__content {
      margin-bottom: 0px;
      max-width: 47.5rem; } }

.w-section-header__subtitle {
  color: #0000D0;
  font-size: 1.25rem;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 1.2; }

.w-section-header__title {
  color: #1D1D7D;
  font-size: 2.125rem;
  font-weight: 300;
  letter-spacing: -0.48px;
  line-height: 1.2;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .w-section-header__title {
      font-size: 3rem; } }

.w-section-header__desc {
  color: #35356E;
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.32px;
  max-width: 35.625rem;
  margin-top: 1.25rem; }

.w-banner-information__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%;
  border-radius: 12px;
  overflow: hidden; }

.w-banner-information__content {
  width: 100%;
  background: #1D1D7D;
  padding: 1.875rem 1.25rem; }
  @media (min-width: 768px) {
    .w-banner-information__content {
      width: 46%;
      padding: 2.8125rem 3.125rem; } }

.w-banner-information__media {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 21.875rem; }
  @media (min-width: 768px) {
    .w-banner-information__media {
      width: 54%;
      height: auto; }
      .w-banner-information__media:before {
        content: '';
        background: radial-gradient(169.23% 85.77% at -46% 100%, #1C2126 0%, rgba(28, 33, 38, 0) 100%), -webkit-gradient(linear, left top, right top, color-stop(4.42%, #1C2126), color-stop(46.41%, rgba(28, 33, 38, 0)));
        background: -webkit-radial-gradient(-46% 100%, 169.23% 85.77%, #1C2126 0%, rgba(28, 33, 38, 0) 100%), -webkit-linear-gradient(left, #1C2126 4.42%, rgba(28, 33, 38, 0) 46.41%);
        background: -o-radial-gradient(-46% 100%, 169.23% 85.77%, #1C2126 0%, rgba(28, 33, 38, 0) 100%), -o-linear-gradient(left, #1C2126 4.42%, rgba(28, 33, 38, 0) 46.41%);
        background: radial-gradient(169.23% 85.77% at -46% 100%, #1C2126 0%, rgba(28, 33, 38, 0) 100%), linear-gradient(-270deg, #1C2126 4.42%, rgba(28, 33, 38, 0) 46.41%);
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px; } }

.w-banner-information__title {
  color: #fff;
  line-height: 1.2;
  letter-spacing: -1.12px; }

.w-banner-information__text {
  margin-bottom: 2rem; }
  .w-banner-information__text p {
    color: #fff; }

.w-banner-information__name {
  margin-bottom: 1.5rem; }
  .w-banner-information__name p {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.32px; }

.w-banner-information__number {
  margin-bottom: 2.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-item: center; }
  .w-banner-information__number i {
    color: #fff;
    font-size: 0.8125rem; }
  .w-banner-information__number a {
    color: #fff;
    text-decoration: underline;
    padding-left: 1.25rem; }

.w-banner-information__email {
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-item: center; }
  .w-banner-information__email i {
    color: #fff;
    font-size: 0.8125rem; }
  .w-banner-information__email a {
    color: #fff;
    text-decoration: underline;
    padding-left: 1.25rem; }

.w-banner-information__cta {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-linear-gradient(164deg, #2E323A -38.64%, #24BBBC 28.87%, #7EC673 68.5%, #FFDC01 135.72%), #1C2126;
  background: -o-linear-gradient(164deg, #2E323A -38.64%, #24BBBC 28.87%, #7EC673 68.5%, #FFDC01 135.72%), #1C2126;
  background: linear-gradient(286deg, #2E323A -38.64%, #24BBBC 28.87%, #7EC673 68.5%, #FFDC01 135.72%), #1C2126;
  border-radius: 4px; }
  .w-banner-information__cta a {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5 !important;
    background: #2E323A;
    letter-spacing: -0.14px;
    text-decoration: underline !important;
    border-radius: 4px;
    padding: 0.5625rem 1.875rem; }

.w-banner-information.\--style-card .w-banner-information__grid {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse; }

.w-banner-information.\--style-card .w-banner-information__media {
  height: 22.5rem;
  border-radius: 10px 10px 0px 0px;
  width: 100%; }
  .w-banner-information.\--style-card .w-banner-information__media:before {
    content: unset; }

.w-banner-information.\--style-card .w-banner-information__content {
  width: 100%;
  border-radius: 12px;
  position: relative;
  top: -8px;
  z-index: 1;
  padding: 1.25rem;
  border: 1px solid #7EC673; }
  @media (min-width: 768px) {
    .w-banner-information.\--style-card .w-banner-information__content {
      padding: 2.5rem; } }
  .w-banner-information.\--style-card .w-banner-information__content__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 100%; }

.w-banner-information.\--style-card .w-banner-information__title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.4px;
  width: 100%;
  margin-bottom: 1.875rem; }
  @media (min-width: 768px) {
    .w-banner-information.\--style-card .w-banner-information__title {
      width: 50%;
      margin-bottom: 4.6875rem; } }

.w-banner-information.\--style-card .w-banner-information__social {
  width: 100%; }
  @media (min-width: 768px) {
    .w-banner-information.\--style-card .w-banner-information__social {
      width: 50%; } }
  .w-banner-information.\--style-card .w-banner-information__social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-left: 0px;
    margin-bottom: 1.875rem; }
    @media (min-width: 768px) {
      .w-banner-information.\--style-card .w-banner-information__social ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: 1.125rem; } }
    .w-banner-information.\--style-card .w-banner-information__social ul li {
      margin-right: 10px;
      list-style: none; }
      .w-banner-information.\--style-card .w-banner-information__social ul li a {
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #fff;
        border-radius: 100px;
        background: rgba(255, 255, 255, 0.1);
        width: 2.5rem;
        height: 2.5rem; }
        .w-banner-information.\--style-card .w-banner-information__social ul li a:hover {
          text-decoration: none;
          background: -webkit-linear-gradient(164deg, #2E323A -38.64%, #24BBBC 28.87%, #7EC673 68.5%, #FFDC01 135.72%);
          background: -o-linear-gradient(164deg, #2E323A -38.64%, #24BBBC 28.87%, #7EC673 68.5%, #FFDC01 135.72%);
          background: linear-gradient(286deg, #2E323A -38.64%, #24BBBC 28.87%, #7EC673 68.5%, #FFDC01 135.72%);
          border: inherit; }

.w-banner-information.\--style-card .w-banner-information__email {
  margin-bottom: 1.875rem; }
  .w-banner-information.\--style-card .w-banner-information__email a {
    text-decoration: none; }

.w-banner-information.\--style-card .w-banner-information__numbers ul {
  margin: 0px; }
  .w-banner-information.\--style-card .w-banner-information__numbers ul li {
    margin-bottom: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .w-banner-information.\--style-card .w-banner-information__numbers ul li a {
      color: #fff;
      margin-right: 1.5625rem;
      font-size: 1rem; }
      .w-banner-information.\--style-card .w-banner-information__numbers ul li a:hover {
        text-decoration: none; }
    .w-banner-information.\--style-card .w-banner-information__numbers ul li i {
      color: #fff;
      font-size: 0.8125rem;
      margin-right: 1.5625rem; }
    .w-banner-information.\--style-card .w-banner-information__numbers ul li:last-child {
      margin-bottom: 0px; }

.w-logo {
  overflow: hidden; }
  .w-logo__content img {
    margin-left: 1.875rem; }
  .w-logo.\--style-grey img {
    -webkit-filter: brightness(0) saturate(100%) invert(53%) sepia(0%) saturate(270%) hue-rotate(198deg) brightness(102%) contrast(87%);
    filter: brightness(0) saturate(100%) invert(53%) sepia(0%) saturate(270%) hue-rotate(198deg) brightness(102%) contrast(87%); }

.w-video__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
  .w-video__inner img {
    width: 100%;
    border-radius: 10px; }
  .w-video__inner a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
    .w-video__inner a i {
      position: absolute;
      font-size: 1.375rem;
      color: #fff;
      width: 4.5rem;
      height: 4.5rem;
      border: 1px solid rgba(255, 255, 255, 0.1);
      background: rgba(28, 33, 38, 0.1);
      -webkit-backdrop-filter: blur(8.1px);
      backdrop-filter: blur(8.1px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 50%; }

.w-content-tabs {
  position: relative; }
  .w-content-tabs__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.11111rem;
    padding-left: 1.11111rem; }
  .w-content-tabs__content {
    width: 100%; }
    .w-content-tabs__content__title {
      color: #35356E;
      font-size: 1.25rem;
      font-weight: 400;
      line-height: 1.3;
      letter-spacing: -0.4px;
      margin-bottom: 0px;
      font-family: "Be Vietnam Pro", sans-serif; }
    .w-content-tabs__content__text {
      display: none;
      font-size: 1rem;
      color: rgba(28, 33, 38, 0.85);
      letter-spacing: -0.32px;
      margin-top: 1.25rem;
      margin-bottom: 1.375rem;
      line-height: 1.5; }
      .w-content-tabs__content__text p {
        margin-bottom: 0.9375rem; }
      .w-content-tabs__content__text ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        width: 100%;
        max-width: 20.3125rem;
        margin-bottom: 1.25rem;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: -0.32px; }
        .w-content-tabs__content__text ul li:last-child {
          margin-bottom: 0px; }
        .w-content-tabs__content__text ul li i {
          font-size: 16px;
          padding-right: 1.125rem; }
        .w-content-tabs__content__text ul li a {
          font-size: 16px;
          font-weight: 500;
          line-height: 1.4;
          letter-spacing: -0.32px; }
    .w-content-tabs__content__cta {
      display: none; }
      .w-content-tabs__content__cta a {
        position: relative;
        z-index: 2;
        padding: 0.8125rem 1.90625rem; }
    .w-content-tabs__content__wrap {
      position: relative; }
  .w-content-tabs__tab-area {
    width: 100%;
    padding-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    margin-bottom: 1.875rem; }
    @media (min-width: 1024px) {
      .w-content-tabs__tab-area {
        width: 33%;
        padding-right: 1.875rem; } }
    .w-content-tabs__tab-area ul li {
      position: relative;
      width: 100%;
      margin-bottom: 0; }
      .w-content-tabs__tab-area ul li a + div {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #d5dede;
        border-top: 1px solid #d5dede;
        padding: 0.6875rem 0 0.75rem;
        -webkit-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease; }
      .w-content-tabs__tab-area ul li a.active + div {
        border-color: #0000D0;
        background: #FFF;
        padding: 0.625rem 0; }
        .w-content-tabs__tab-area ul li a.active + div .w-content-tabs__content__text, .w-content-tabs__tab-area ul li a.active + div .w-content-tabs__content__cta {
          display: block; }
        .w-content-tabs__tab-area ul li a.active + div .w-content-tabs__content__title {
          color: #0000D0; }
  .w-content-tabs__tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .w-content-tabs__content-area {
    width: 100%;
    padding-left: 0px;
    position: relative; }
    @media (min-width: 1024px) {
      .w-content-tabs__content-area {
        width: 67%;
        padding-left: 0; } }
  .w-content-tabs__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    .w-content-tabs__title i {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      color: #1D1D7D;
      border: 1px solid #1D1D7D;
      border-radius: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 1.625rem;
      height: 1.625rem;
      font-size: 12px; }
  .w-content-tabs__media {
    position: relative; }
    .w-content-tabs__media img {
      border-radius: 10px;
      width: 100%; }
  .w-content-tabs__image-box {
    position: relative;
    bottom: 1.25rem;
    left: auto;
    right: 0;
    width: 100%;
    max-width: 600px;
    z-index: 1;
    border-radius: 5px;
    background: #FFF;
    padding: 1.25rem;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .w-content-tabs__image-box {
        position: absolute;
        padding: 2.5rem 1.5625rem;
        bottom: 0;
        border-radius: 5px 0 0 0; } }
  .w-content-tabs__image-title {
    color: #35356E;
    font-size: 2rem;
    font-weight: 500;
    font-family: "ivypresto-headline", serif;
    line-height: 1.2;
    letter-spacing: -0.64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
    .w-content-tabs__image-title i {
      border-radius: 50%;
      border: 1px solid #FFF;
      background: #FFC82E;
      max-width: 34px;
      width: 100%;
      height: 34px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 1rem;
      color: #1D1D7D; }
      @media (min-width: 768px) {
        .w-content-tabs__image-title i {
          max-width: 44px;
          width: 100%;
          height: 44px;
          font-size: 1.25rem; } }
  .w-content-tabs__image-text {
    width: 100%;
    border-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 490px; }
    .w-content-tabs__image-text p {
      color: #35356E;
      font-size: 1rem;
      font-weight: 300;
      line-height: 1.5;
      letter-spacing: 0.32px; }
  .w-content-tabs__maincontent__title {
    color: #1D1D7D;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.4px;
    margin-bottom: 1.5625rem;
    font-family: "ivypresto-headline", serif;
    max-width: 300px; }

.w-icon-list__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .w-icon-list__grid__item {
    width: 100%;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #d5dede; }
    .w-icon-list__grid__item > a {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .w-icon-list__grid__item:hover i {
      background: #0000D0; }

.w-icon-list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .w-icon-list__wrap img {
    max-width: 28px;
    width: 100%; }

.w-icon-list__maintitle {
  margin-bottom: 1.875rem;
  color: #0000D0;
  font-size: 1.125rem;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  letter-spacing: -0.36px; }

.w-icon-list__title {
  margin-bottom: 0;
  margin-left: 0.9375rem;
  color: #1D1D7D;
  font-size: 1.25rem;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 300; }

.w-icon-list__content {
  color: #fff; }

.w-icon-list__icon i {
  width: 28px;
  height: 28px;
  border-radius: 70.001px;
  background: #1D1D7D;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 11px; }

.w-icon-list .w-icon-list__icon i {
  width: 28px;
  height: 28px;
  border-radius: 70.001px;
  background: #1D1D7D;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 11px; }

.w-content-box__wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.w-content-box__item {
  padding-top: 1.33333rem;
  padding-bottom: 1.33333rem;
  border-top: 2px solid #d5dede;
  border-bottom: 2px solid #d5dede;
  position: relative; }
  .w-content-box__item:hover {
    border-color: #0000D0; }
    .w-content-box__item:hover .w-content-box__image i.icon {
      background: #FFC82E;
      border-color: #FFF; }
  .w-content-box__item__cta {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1; }

.w-content-box__image {
  margin-bottom: 0.9375rem;
  position: relative; }
  .w-content-box__image img {
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 300px; }
    @media (min-width: 1199px) {
      .w-content-box__image img {
        height: auto; } }
  .w-content-box__image i.icon {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #FFF;
    width: 38px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.24);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: 50%;
    overflow: hidden;
    margin: 0 12px 15px;
    border: 1px solid rgba(255, 255, 255, 0.24); }

.w-content-box__label {
  width: 100%;
  color: #1D1D7D;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.48px;
  margin-bottom: 1.25rem; }
  @media (min-width: 1199px) {
    .w-content-box__label {
      font-size: 1.5rem; } }

.w-content-box__content {
  color: #35356E;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.34px; }

.w-raw-facts {
  position: relative;
  text-align: center;
  padding: 35px 10px 0;
  margin-bottom: 22px; }
  .w-raw-facts__wrapper {
    position: relative; }
  .w-raw-facts__content-wrp__title {
    font-size: 5rem;
    line-height: 1.2;
    letter-spacing: -2.6px;
    color: #0000D0;
    font-weight: 300;
    margin-bottom: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid #d5dede; }
    @media (min-width: 768px) {
      .w-raw-facts__content-wrp__title {
        font-size: 6.25rem; } }
  .w-raw-facts__content-wrp__subtitle {
    font-size: 1.25rem;
    letter-spacing: -0.4px;
    color: #35356E; }
  .w-raw-facts__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
  .w-raw-facts__item {
    width: 100%;
    padding-top: 1.875rem;
    margin-top: 1.875rem;
    border-top: 1px solid #d5dede; }
    @media (min-width: 768px) {
      .w-raw-facts__item {
        width: 46%;
        margin-right: 40px; } }
    .w-raw-facts__item:nth-child(2n) {
      margin-right: 0; }
    .w-raw-facts__item__title {
      font-size: 3.125rem;
      letter-spacing: -1.8px;
      line-height: 1;
      color: #1D1D7D;
      margin-bottom: 1.875rem;
      width: 100%;
      font-weight: 400; }
      @media (min-width: 768px) {
        .w-raw-facts__item__title {
          font-size: 3.75rem; } }
    .w-raw-facts__item__desc {
      font-size: 1.0625rem;
      letter-spacing: -0.51px;
      color: #35356E;
      font-weight: 400; }

.box-download__item {
  background-color: #EEF1F7;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #E6E8F4;
  padding: 1.25rem;
  border-radius: 8px;
  text-align: center; }
  @media (min-width: 768px) {
    .box-download__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: left; } }
  @media (min-width: 1024px) {
    .box-download__item {
      text-align: left; } }

.box-download__media {
  width: 100%;
  max-width: 7.1875rem;
  margin-right: 1.5625rem;
  margin-bottom: 0.9375rem; }
  @media (min-width: 768px) {
    .box-download__media {
      margin-bottom: 0; } }
  .box-download__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px; }

.box-download__content {
  margin-bottom: 0.9375rem; }
  @media (min-width: 768px) {
    .box-download__content {
      margin-bottom: 0; } }

.box-download__contentwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .box-download__contentwrap {
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left; } }
  @media (min-width: 1024px) {
    .box-download__contentwrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: unset;
      flex-flow: unset;
      -webkit-box-pack: unset;
      -ms-flex-pack: unset;
      justify-content: unset; } }

.box-download__title {
  font-size: 0.875rem;
  letter-spacing: 0.52px;
  margin-bottom: 0.875rem;
  line-height: 1.2;
  color: #0000D0;
  font-weight: 500;
  font-family: "Be Vietnam Pro", sans-serif; }

.box-download__description {
  font-size: 1.25rem;
  color: #1D1D7D;
  margin-bottom: 0.875rem;
  line-height: 1.3;
  letter-spacing: -0.24px;
  font-weight: 400;
  font-family: "ivypresto-headline", serif; }

.box-download__typesize {
  font-size: 1.0625rem;
  margin-bottom: 15px;
  color: rgba(53, 53, 110, 0.8);
  font-weight: 300;
  font-family: "ivypresto-headline", serif;
  letter-spacing: -0.34px; }

.page-home__slider-wrap {
  position: relative;
  background-color: #eef9f9;
  border-bottom: 1px solid #d5dede; }

@media (min-width: 1024px) {
  .page-home__inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap; } }

.page-home__hero-slide {
  width: 100%; }
  @media (min-width: 1024px) {
    .page-home__hero-slide {
      width: 46.15%;
      border-right: 1px solid #d5dede; } }
  @media (min-width: 1500px) {
    .page-home__hero-slide {
      width: 47.25%; } }

.page-home__hero-img {
  width: 100%;
  height: 18.75rem;
  padding: 15px; }
  @media (min-width: 768px) {
    .page-home__hero-img {
      height: 31.25rem; } }
  @media (min-width: 1024px) {
    .page-home__hero-img {
      width: 52.7%;
      padding: 0.9375rem 0 0.9375rem 0.75rem;
      height: auto; } }
  .page-home__hero-img img {
    width: 100%; }
  .page-home__hero-img__media {
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 12px; }
    @media (min-width: 1024px) {
      .page-home__hero-img__media {
        border-radius: 12px 0 0 12px; } }

.page-home__hero-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 1024px) {
    .page-home__hero-info {
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left; } }
  .page-home__hero-info__wrap {
    border-top: 1px solid #d5dede;
    margin-top: 3.75rem;
    padding: 1.25rem; }
    @media (min-width: 768px) {
      .page-home__hero-info__wrap {
        padding-left: calc(1100px - 1060px);
        padding-right: 2.375rem;
        padding-top: 2.375rem;
        padding-bottom: 2.375rem; } }
    @media (min-width: 1500px) {
      .page-home__hero-info__wrap {
        padding-left: calc(1360px - 1060px); } }
  .page-home__hero-info__logo {
    margin-right: 2.8125rem;
    max-width: 120px;
    width: 100%; }
    .page-home__hero-info__logo img {
      width: 100%; }

.page-home__hero {
  position: relative;
  width: 100%; }
  .page-home__hero__grid {
    width: 100%;
    padding: 1.25rem; }
    @media (min-width: 768px) {
      .page-home__hero__grid {
        padding-top: 4.375rem;
        padding-left: calc(1100px - 1060px); } }
    @media (min-width: 1500px) {
      .page-home__hero__grid {
        padding-left: calc(1360px - 1220px); } }
    @media (min-width: 1600px) {
      .page-home__hero__grid {
        padding-left: calc(1360px - 1160px); } }
    @media (min-width: 1700px) {
      .page-home__hero__grid {
        padding-left: calc(1360px - 1110px); } }
    @media (min-width: 1800px) {
      .page-home__hero__grid {
        padding-left: calc(1360px - 1060px); } }
  .page-home__hero__content h1 {
    margin-bottom: 2.1875rem;
    font-size: 2.875rem;
    max-width: 35.3125rem;
    letter-spacing: -0.6px;
    font-weight: 300; }
    @media (min-width: 768px) {
      .page-home__hero__content h1 {
        font-size: 3.75rem; } }
  .page-home__hero__content p {
    margin-bottom: 2.1875rem;
    color: #35356E;
    font-size: 1.25rem;
    letter-spacing: -0.4px;
    max-width: 33.75rem;
    margin-bottom: 1.75rem; }
  .page-home__hero__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .page-home__hero__controls a {
      border: 1px solid #CFDBDB;
      border-radius: 100px;
      background: #1D1D7D;
      -webkit-backdrop-filter: blur(3px);
      backdrop-filter: blur(3px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      width: 2.75rem;
      height: 2.75rem;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer; }
      .page-home__hero__controls a i {
        font-size: 0.8125rem;
        color: #FFF; }
      .page-home__hero__controls a:last-child {
        margin-left: 8px; }
      .page-home__hero__controls a.slick-disabled {
        text-decoration: none;
        background: #CFDBDB;
        outline: 2px solid #eef9f9;
        outline-offset: -4px; }
        .page-home__hero__controls a.slick-disabled i {
          color: #1D1D7D; }
      .page-home__hero__controls a:hover {
        text-decoration: none;
        background: #0000D0;
        outline-color: #0000D0; }
        .page-home__hero__controls a:hover i {
          color: #FFF; }

.page-home__ctawrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 0; }
  @media (min-width: 768px) {
    .page-home__ctawrap {
      padding-right: 4.375rem; } }

.page-contact__locations__title {
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.48px; }

.page-contact__tabs__info {
  margin-bottom: 3.75rem; }

.page-contact__tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 8px; }
  @media (min-width: 1024px) {
    .page-contact__tabs__list {
      gap: 18px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: unset;
      flex-flow: unset; } }
  .page-contact__tabs__list li {
    width: 100%; }
    .page-contact__tabs__list li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      border-radius: 6px;
      background: #EEF1F7;
      width: 100%;
      padding: 0.5625rem 1rem;
      position: relative;
      font-size: 1.125rem;
      font-weight: 500;
      letter-spacing: -0.36px; }
      .page-contact__tabs__list li a img {
        margin-right: 12px; }
      .page-contact__tabs__list li a:before {
        content: "";
        position: absolute;
        width: 25px;
        height: 25px;
        background: #fff;
        right: 16px;
        top: 0;
        bottom: 0;
        margin: auto;
        left: auto;
        border-radius: 50%;
        border: 1px solid #DADDE3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .page-contact__tabs__list li a.active {
        background: #0000D0;
        color: #FFF; }
        .page-contact__tabs__list li a.active img {
          -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(19%) hue-rotate(328deg) brightness(105%) contrast(104%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(19%) hue-rotate(328deg) brightness(105%) contrast(104%); }
        .page-contact__tabs__list li a.active:before {
          content: "\e911";
          color: #fff;
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'default' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 12px;
          color: #0000D0; }

.page-contact__titlewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.875rem; }
  .page-contact__titlewrap h3 {
    margin-bottom: 0;
    font-size: 2.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.92px; }
    .page-contact__titlewrap h3 span {
      display: block;
      color: #0001CF; }
  .page-contact__titlewrap i {
    font-size: 2.75rem;
    color: #E4E7ED; }

.page-contact__content {
  color: rgba(53, 53, 110, 0.8);
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.51px;
  margin-bottom: 1.875rem; }

.page-contact__phone {
  margin-bottom: 1.25rem; }
  .page-contact__phone a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #0000D0;
    font-size: 1.25rem;
    font-weight: 300;
    font-family: "ivypresto-headline", serif; }
    .page-contact__phone a i {
      font-size: 12px;
      text-decoration: none;
      color: rgba(0, 1, 207, 0.6); }

.page-contact__email a {
  color: #1D1D7D;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  font-family: "ivypresto-headline", serif; }

.page-contact__detail__map {
  margin-bottom: 1.5rem; }
  .page-contact__detail__map img {
    border-radius: 6px;
    width: 100%; }

.page-contact__detail__direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.25rem; }
  .page-contact__detail__direction span {
    color: #1D1D7D;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.24px;
    font-family: "ivypresto-headline", serif; }
  .page-contact__detail__direction a {
    color: #0000D0;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px; }
    .page-contact__detail__direction a i {
      font-size: 12px;
      text-decoration: none;
      color: rgba(0, 1, 207, 0.6); }

.page-contact__wrap {
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .page-contact__wrap {
      margin-bottom: 4.5rem; } }

.page-contact__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.page-contact__info {
  width: 100%;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1.875rem; }
  @media (min-width: 1024px) {
    .page-contact__info {
      width: 33%;
      padding-right: 7.5rem;
      margin-bottom: 0px; } }

.page-contact__desc {
  margin-bottom: 1.875rem; }

.page-contact__form {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

@media (min-width: 1024px) {
  .page-podcast__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.page-podcast__layout > div {
  width: 100%;
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem; }
  @media (min-width: 1024px) {
    .page-podcast__layout > div {
      padding-top: 4.375rem; } }

.page-podcast__layout .page-podcast__layout__content {
  padding-bottom: 0; }

.page-podcast__layout__social {
  max-width: 100%;
  border-bottom: 1px solid #d5dede;
  border-right: 0; }
  @media (min-width: 1024px) {
    .page-podcast__layout__social {
      max-width: 5rem;
      border-right: 1px solid #d5dede;
      border-bottom: 0; } }

.page-podcast__layout__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-bottom: 0; }
  @media (min-width: 1024px) {
    .page-podcast__layout__content {
      max-width: 50rem; } }

.page-podcast__layout__recent {
  max-width: 100%;
  border-top: 1px solid #d5dede;
  border-left: 0; }
  @media (min-width: 1024px) {
    .page-podcast__layout__recent {
      max-width: 20rem;
      padding-left: 40px;
      border-left: 1px solid #d5dede;
      border-top: 0; } }
  .page-podcast__layout__recent__title {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 2.625rem;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-size: 15px; }

.page-podcast__thumbnail {
  margin-bottom: 4.375rem; }
  .page-podcast__thumbnail img {
    width: 100%;
    border-radius: 10px; }

.page-podcast__grid {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px; }
  @media (min-width: 1024px) {
    .page-podcast__grid {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  .page-podcast__grid__content {
    width: 100%; }
    @media (min-width: 768px) {
      .page-podcast__grid__content {
        width: 85%; } }

.page-podcast__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }
  .page-podcast__navigation__box__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(207, 215, 215, 0.8);
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.9375rem;
    gap: 10px;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.54px; }
    @media (min-width: 768px) {
      .page-podcast__navigation__box__link {
        font-size: 1.125rem;
        gap: 12px;
        padding: 0.9375rem 1.25rem; } }
    .page-podcast__navigation__box__link:hover {
      background: #FFC82E;
      text-decoration: none; }
    .page-podcast__navigation__box__link i {
      background: #fff;
      width: 30px;
      height: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 12px;
      border-radius: 50%;
      text-decoration: none; }

.page-podcast__tags {
  display: block;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #d5dede;
  margin-top: 4.375rem; }
  .page-podcast__tags ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px; }
    .page-podcast__tags ul li {
      list-style: none;
      margin: 0;
      border-radius: 6px;
      background: rgba(207, 215, 215, 0.4);
      padding: 6px 10px;
      font-size: 0.875rem;
      font-weight: 400;
      line-height: normal; }

@media (min-width: 1024px) {
  .page-post__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.page-post__layout > div {
  width: 100%;
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem; }
  @media (min-width: 1024px) {
    .page-post__layout > div {
      padding-top: 4.375rem; } }

.page-post__layout .page-post__layout__content {
  padding-bottom: 0; }

.page-post__layout__social {
  max-width: 100%;
  border-bottom: 1px solid #d5dede;
  border-right: 0; }
  @media (min-width: 1024px) {
    .page-post__layout__social {
      max-width: 5rem;
      border-right: 1px solid #d5dede;
      border-bottom: 0; } }

.page-post__layout__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-bottom: 0; }
  @media (min-width: 1024px) {
    .page-post__layout__content {
      max-width: 50rem; } }

.page-post__layout__recent {
  max-width: 100%;
  border-top: 1px solid #d5dede;
  border-left: 0; }
  @media (min-width: 1024px) {
    .page-post__layout__recent {
      max-width: 20rem;
      padding-left: 40px;
      border-left: 1px solid #d5dede;
      border-top: 0; } }
  .page-post__layout__recent__title {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 2.625rem;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-size: 15px; }

.page-post__thumbnail {
  margin-bottom: 4.375rem; }
  .page-post__thumbnail img {
    width: 100%;
    border-radius: 10px; }

.page-post__grid {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px; }
  @media (min-width: 1024px) {
    .page-post__grid {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  .page-post__grid__content {
    width: 100%; }
    @media (min-width: 768px) {
      .page-post__grid__content {
        width: 85%; } }

.page-post__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }
  .page-post__navigation__box__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(207, 215, 215, 0.8);
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.9375rem;
    gap: 10px;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.54px; }
    @media (min-width: 768px) {
      .page-post__navigation__box__link {
        font-size: 1.125rem;
        gap: 12px;
        padding: 0.9375rem 1.25rem; } }
    .page-post__navigation__box__link:hover {
      background: #FFC82E;
      text-decoration: none; }
    .page-post__navigation__box__link i {
      background: #fff;
      width: 30px;
      height: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 12px;
      border-radius: 50%;
      text-decoration: none; }

.page-post__tags {
  display: block;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #d5dede;
  margin-top: 4.375rem; }
  .page-post__tags ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px; }
    .page-post__tags ul li {
      list-style: none;
      margin: 0;
      border-radius: 6px;
      background: rgba(207, 215, 215, 0.4);
      padding: 6px 10px;
      font-size: 0.875rem;
      font-weight: 400;
      line-height: normal; }

.page-subsidiary__related {
  padding: 4.375rem 0px 3.4375rem 0px;
  background-color: #35356E;
  position: relative; }
  .page-subsidiary__related:before {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, right top, left top, from(#2E323A), color-stop(#24BBBC), color-stop(#7EC673), to(#FFDC01));
    background-image: -webkit-linear-gradient(right, #2E323A, #24BBBC, #7EC673, #FFDC01);
    background-image: -o-linear-gradient(right, #2E323A, #24BBBC, #7EC673, #FFDC01);
    background-image: linear-gradient(to left, #2E323A, #24BBBC, #7EC673, #FFDC01);
    width: 100%;
    left: 0;
    height: 4px;
    top: -4px;
    background-repeat: no-repeat;
    background-size: contain; }
  .page-subsidiary__related__title {
    max-width: 523px;
    margin-bottom: 2.5rem;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.56px; }

.page-subsidiary__info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%;
  position: relative;
  margin-bottom: 5.625rem;
  margin-top: 4.375rem;
  border-radius: 12px;
  overflow: hidden; }

.page-subsidiary__media {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  @media (min-width: 768px) {
    .page-subsidiary__media {
      width: 55%; } }
  .page-subsidiary__media__image {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .page-subsidiary__media__image img {
      display: block;
      width: 100%;
      height: 100%; }
  .page-subsidiary__media__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
  .page-subsidiary__media__logo {
    background: #1D1D7D;
    width: 40%;
    padding: 10px;
    border-top-left-radius: 12px;
    height: 100%; }
    @media (min-width: 768px) {
      .page-subsidiary__media__logo {
        padding: 14px;
        width: 30%; } }
    @media (min-width: 1024px) {
      .page-subsidiary__media__logo {
        padding: 1.25rem 1.875rem; } }
    .page-subsidiary__media__logo img {
      width: 100%; }
  .page-subsidiary__media__cta {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    width: 60%; }
    @media (min-width: 768px) {
      .page-subsidiary__media__cta {
        width: 70%; } }
    .page-subsidiary__media__cta a {
      color: #14171B;
      font-weight: 700;
      letter-spacing: -0.48px; }
      .page-subsidiary__media__cta a:hover i {
        text-decoration: underline; }
      .page-subsidiary__media__cta a i {
        padding-left: 8px;
        font-size: 0.875rem; }

.page-subsidiary__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 768px) {
    .page-subsidiary__content {
      width: 45%; } }
  .page-subsidiary__content__wrapper {
    background: #1D1D7D;
    padding: 2.5rem; }
    @media (min-width: 1024px) {
      .page-subsidiary__content__wrapper {
        padding: 3.125rem 5.625rem; } }
  .page-subsidiary__content__title {
    color: #fff;
    line-height: 1.1;
    letter-spacing: -1.36px;
    margin-bottom: 0.9375rem; }
  .page-subsidiary__content__desc {
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: -0.64px;
    margin-bottom: 1.625rem; }
  .page-subsidiary__content__social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 100%;
    margin: 0px; }
    .page-subsidiary__content__social ul li {
      margin-right: 12px; }
      .page-subsidiary__content__social ul li a {
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #fff;
        border-radius: 100px;
        background: rgba(255, 255, 255, 0.1);
        -webkit-backdrop-filter: blur(1.81818px);
        backdrop-filter: blur(1.81818px);
        width: 2.5rem;
        height: 2.5rem; }
        .page-subsidiary__content__social ul li a:hover {
          background: #fff;
          color: #1D1D7D;
          text-decoration: none; }
  .page-subsidiary__content__info {
    background: #14171B;
    padding: 2.5rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (min-width: 1024px) {
      .page-subsidiary__content__info {
        padding: 3.125rem 5.625rem; } }
  .page-subsidiary__content__text ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 2rem;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.32px;
    color: #fff; }
    @media (min-width: 1024px) {
      .page-subsidiary__content__text ul li {
        font-size: 16px; } }
    .page-subsidiary__content__text ul li i {
      font-size: 0.9375rem;
      color: #fff;
      padding-right: 1.4375rem; }
    .page-subsidiary__content__text ul li a {
      font-size: 14px;
      font-weight: 600;
      line-height: 1.4;
      letter-spacing: -0.32px;
      color: #fff; }
      @media (min-width: 1024px) {
        .page-subsidiary__content__text ul li a {
          font-size: 16px; } }

.page-blog-listing__filter-toggle {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .page-blog-listing__filter-toggle {
      display: none; } }
  .page-blog-listing__filter-toggle .btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .page-blog-listing__filter-toggle i {
    color: #fff; }

.page-blog-listing__content {
  margin-top: 0;
  margin-bottom: 4.375rem; }
  @media (min-width: 1024px) {
    .page-blog-listing__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      margin-top: 0;
      margin-bottom: 0; } }

@media (min-width: 1024px) {
  .page-blog-listing__sidebar {
    width: 100%;
    max-width: 250px;
    -ms-flex-negative: 0;
    flex-shrink: 0; } }

.page-blog-listing__blog {
  margin-bottom: 4.375rem; }

.page-blog-listing__load {
  padding-top: 1.875rem; }

.page-blog-listing .w-filter__wrapper {
  display: none; }
  @media (min-width: 768px) {
    .page-blog-listing .w-filter__wrapper {
      display: block; } }

.page-report__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-radius: 5px;
  background: rgba(217, 217, 217, 0.3);
  padding: 1.25rem; }
  .page-report__header__title {
    width: 55%; }
  .page-report__header__size {
    width: 22.5%; }
    @media (min-width: 768px) {
      .page-report__header__size {
        width: 15%; } }
  .page-report__header__type {
    width: 22.5%; }
    @media (min-width: 768px) {
      .page-report__header__type {
        width: 15%; } }
  .page-report__header__button {
    width: 0%; }
    @media (min-width: 768px) {
      .page-report__header__button {
        width: 15%; } }
  .page-report__header p {
    font-size: 12px;
    color: rgba(28, 33, 38, 0.54);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.16px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .page-report__header p {
        font-size: 14px; } }

.page-report__content {
  margin-bottom: 3.125rem; }
  @media (min-width: 768px) {
    .page-report__content {
      margin-bottom: 6.25rem; } }

.page-report__title {
  font-size: 1.375rem;
  color: #1D1D7D;
  line-height: 1.2;
  letter-spacing: -0.88px;
  margin-bottom: 0px;
  margin-top: 1.875rem; }

.page-report__list {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-top: 1px solid rgba(28, 33, 38, 0.5); }
  .page-report__list:first-child {
    border-top: 0px; }

.page-report__document__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-top: 0.5px solid #C5C9D2;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  @media (min-width: 768px) {
    .page-report__document__list {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .page-report__document__list:first-of-type {
    border-top: 0px; }

.page-report__document__title {
  width: 55%; }
  .page-report__document__title p {
    font-weight: 500; }

.page-report__document__size {
  width: 22.5%; }
  @media (min-width: 768px) {
    .page-report__document__size {
      width: 15%; } }

.page-report__document__type {
  width: 22.5%; }
  @media (min-width: 768px) {
    .page-report__document__type {
      width: 15%; } }
  .page-report__document__type p {
    text-transform: uppercase; }

.page-report__document__button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px; }
  @media (min-width: 768px) {
    .page-report__document__button {
      width: 15%;
      display: unset;
      margin-top: 0px; } }
  .page-report__document__button .btn {
    font-size: 0.875rem;
    letter-spacing: -0.42px;
    padding: 0.625rem 2.0625rem;
    border-color: #1D1D7D; }

.page-report__document p {
  color: #1D1D7D;
  letter-spacing: -0.32px; }

.page-report__filter-toggle {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .page-report__filter-toggle {
      display: none; } }
  .page-report__filter-toggle .btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .page-report__filter-toggle i {
    color: #fff; }

.page-report .w-filter__report {
  display: none; }
  @media (min-width: 768px) {
    .page-report .w-filter__report {
      display: block; } }

.page-related {
  padding: 5.625rem 0px;
  background: #fcfefe;
  border-top: 1px solid #d5dede; }
  .page-related__title {
    max-width: 28.125rem;
    line-height: 1.2;
    letter-spacing: -1.12px; }
  .page-related .box-post__media:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(16.78%, rgba(0, 0, 0, 0.3)), color-stop(50.61%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 16.78%, rgba(0, 0, 0, 0) 50.61%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 16.78%, rgba(0, 0, 0, 0) 50.61%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 16.78%, rgba(0, 0, 0, 0) 50.61%);
    border-radius: 8px; }

.i3-slider.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .i3-slider.slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
    .i3-slider.slick-slider .slick-list:focus {
      outline: none; }
    .i3-slider.slick-slider .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .i3-slider.slick-slider .slick-track, .i3-slider.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .i3-slider.slick-slider .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block; }
    .i3-slider.slick-slider .slick-track:before, .i3-slider.slick-slider .slick-track:after {
      content: "";
      display: table; }
    .i3-slider.slick-slider .slick-track:after {
      clear: both; }
    .slick-loading .i3-slider.slick-slider .slick-track {
      visibility: hidden; }
  .i3-slider.slick-slider .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px; }
    .i3-slider.slick-slider .slick-slide:not(:first-child) {
      display: none; }
    [dir="rtl"] .i3-slider.slick-slider .slick-slide {
      float: right; }
    .i3-slider.slick-slider .slick-slide > img {
      display: block; }
    .i3-slider.slick-slider .slick-slide.dragging {
      pointer-events: none; }
  .i3-slider.slick-slider.slick-loading .slick-slide:not(:first-child) {
    display: none; }
  .i3-slider.slick-slider.slick-initialized .slick-slide:not(:first-child) {
    display: block; }
  .i3-slider.slick-slider.slick-loading .slick-slide:not(:first-child) {
    visibility: hidden; }
  .i3-slider.slick-slider.slick-vertical .slick-slide:not(:first-child) {
    display: block;
    height: auto; }
  .i3-slider.slick-slider .slick-arrow.slick-hidden {
    display: none; }
  .i3-slider.slick-slider .slick-prev,
  .i3-slider.slick-slider .slick-next {
    position: absolute;
    border-radius: 50%;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    padding: 9px;
    border: none;
    outline: none;
    background: #1D1D7D;
    color: #fff;
    position: absolute;
    top: -74px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 42px;
    height: 42px;
    z-index: 9;
    display: inline-block !important;
    border: 1px solid #1D1D7D; }
    @media (min-width: 1400px) {
      .i3-slider.slick-slider .slick-prev,
      .i3-slider.slick-slider .slick-next {
        display: block !important; } }
    .i3-slider.slick-slider .slick-prev:hover, .i3-slider.slick-slider .slick-prev:focus,
    .i3-slider.slick-slider .slick-next:hover,
    .i3-slider.slick-slider .slick-next:focus {
      outline: none;
      background: #35356E; }
      .i3-slider.slick-slider .slick-prev:hover:before, .i3-slider.slick-slider .slick-prev:focus:before,
      .i3-slider.slick-slider .slick-next:hover:before,
      .i3-slider.slick-slider .slick-next:focus:before {
        color: #FFF; }
    .i3-slider.slick-slider .slick-prev.slick-disabled,
    .i3-slider.slick-slider .slick-next.slick-disabled {
      pointer-events: none;
      opacity: .8;
      border-color: #1D1D7D;
      background: #fff; }
      .i3-slider.slick-slider .slick-prev.slick-disabled:before,
      .i3-slider.slick-slider .slick-next.slick-disabled:before {
        color: #1D1D7D; }
    .i3-slider.slick-slider .slick-prev:before,
    .i3-slider.slick-slider .slick-next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'default' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      font-size: 16px;
      line-height: 1;
      color: #fff; }
  .i3-slider.slick-slider .slick-prev {
    left: auto;
    right: 300px; }
    [dir="rtl"] .i3-slider.slick-slider .slick-prev {
      left: auto;
      right: 0px; }
    .i3-slider.slick-slider .slick-prev:before {
      content: ""; }
      [dir="rtl"] .i3-slider.slick-slider .slick-prev:before {
        content: ""; }
  .i3-slider.slick-slider .slick-next {
    right: 250px; }
    [dir="rtl"] .i3-slider.slick-slider .slick-next {
      left: 0px;
      right: auto; }
    .i3-slider.slick-slider .slick-next:before {
      content: ""; }
      [dir="rtl"] .i3-slider.slick-slider .slick-next:before {
        content: ""; }
  .i3-slider.slick-slider.\--style-related .slick-next {
    right: 0px; }
  .i3-slider.slick-slider.\--style-related .slick-prev {
    left: auto;
    right: 50px; }
  .i3-slider.slick-slider.\--style-arrow-transparent .slick-prev,
  .i3-slider.slick-slider.\--style-arrow-transparent .slick-next {
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.2); }
    .i3-slider.slick-slider.\--style-arrow-transparent .slick-prev.slick-disabled,
    .i3-slider.slick-slider.\--style-arrow-transparent .slick-next.slick-disabled {
      background-color: transparent; }
    .i3-slider.slick-slider.\--style-arrow-transparent .slick-prev:before,
    .i3-slider.slick-slider.\--style-arrow-transparent .slick-next:before {
      color: #fff; }
  .i3-slider.slick-slider.\--style-arrow-top .slick-prev,
  .i3-slider.slick-slider.\--style-arrow-top .slick-next {
    border: 1px solid #1D1D7D;
    border-radius: 50px;
    background: #fff;
    color: #1D1D7D; }
    .i3-slider.slick-slider.\--style-arrow-top .slick-prev.slick-disabled,
    .i3-slider.slick-slider.\--style-arrow-top .slick-next.slick-disabled {
      opacity: 1;
      border-color: rgba(255, 255, 255, 0.2);
      background: rgba(255, 255, 255, 0.2); }
      .i3-slider.slick-slider.\--style-arrow-top .slick-prev.slick-disabled:before,
      .i3-slider.slick-slider.\--style-arrow-top .slick-next.slick-disabled:before {
        color: #fff; }
    .i3-slider.slick-slider.\--style-arrow-top .slick-prev:before,
    .i3-slider.slick-slider.\--style-arrow-top .slick-next:before {
      color: #35356E; }
  .i3-slider.slick-slider.\--style-arrow-testimonial .slick-prev,
  .i3-slider.slick-slider.\--style-arrow-testimonial .slick-next {
    top: auto;
    bottom: 0px;
    border: 1px solid #fff;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.2); }
    .i3-slider.slick-slider.\--style-arrow-testimonial .slick-prev:hover, .i3-slider.slick-slider.\--style-arrow-testimonial .slick-prev:focus,
    .i3-slider.slick-slider.\--style-arrow-testimonial .slick-next:hover,
    .i3-slider.slick-slider.\--style-arrow-testimonial .slick-next:focus {
      border-color: rgba(255, 255, 255, 0.2);
      background: rgba(255, 255, 255, 0.2); }
    .i3-slider.slick-slider.\--style-arrow-testimonial .slick-prev.slick-disabled,
    .i3-slider.slick-slider.\--style-arrow-testimonial .slick-next.slick-disabled {
      opacity: 1;
      border-color: rgba(255, 255, 255, 0.2);
      background: rgba(255, 255, 255, 0.2); }
      .i3-slider.slick-slider.\--style-arrow-testimonial .slick-prev.slick-disabled:before,
      .i3-slider.slick-slider.\--style-arrow-testimonial .slick-next.slick-disabled:before {
        color: #FFF; }
    .i3-slider.slick-slider.\--style-arrow-testimonial .slick-prev:before,
    .i3-slider.slick-slider.\--style-arrow-testimonial .slick-next:before {
      color: #FFF; }
  .i3-slider.slick-slider.\--style-arrow-testimonial .slick-prev {
    left: 0; }
  .i3-slider.slick-slider.\--style-arrow-testimonial .slick-next {
    left: 50px;
    right: 0; }
  .i3-slider.slick-slider.\--style-arrows-bottom .slick-prev,
  .i3-slider.slick-slider.\--style-arrows-bottom .slick-next {
    top: auto;
    bottom: 0px;
    border: 1px solid #fff;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.2); }
    .i3-slider.slick-slider.\--style-arrows-bottom .slick-prev.slick-disabled,
    .i3-slider.slick-slider.\--style-arrows-bottom .slick-next.slick-disabled {
      opacity: 1;
      background: #000; }
      .i3-slider.slick-slider.\--style-arrows-bottom .slick-prev.slick-disabled:before,
      .i3-slider.slick-slider.\--style-arrows-bottom .slick-next.slick-disabled:before {
        color: #FFF; }
    .i3-slider.slick-slider.\--style-arrows-bottom .slick-prev:before,
    .i3-slider.slick-slider.\--style-arrows-bottom .slick-next:before {
      color: #FFF; }
  .i3-slider.slick-slider.\--style-arrows-bottom .slick-prev {
    left: 0; }
  .i3-slider.slick-slider.\--style-arrows-bottom .slick-next {
    left: 50px;
    right: 0; }
  .i3-slider.slick-slider.\--style-updates .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .i3-slider.slick-slider.\--style-updates .slick-prev,
  .i3-slider.slick-slider.\--style-updates .slick-next {
    border-radius: 0px !important;
    position: absolute;
    padding: 0px !important;
    background: transparent;
    color: #1D1D7D;
    width: auto; }
    .i3-slider.slick-slider.\--style-updates .slick-prev:hover, .i3-slider.slick-slider.\--style-updates .slick-prev:focus,
    .i3-slider.slick-slider.\--style-updates .slick-next:hover,
    .i3-slider.slick-slider.\--style-updates .slick-next:focus {
      outline: none;
      background: transparent !important; }
      .i3-slider.slick-slider.\--style-updates .slick-prev:hover:before, .i3-slider.slick-slider.\--style-updates .slick-prev:focus:before,
      .i3-slider.slick-slider.\--style-updates .slick-next:hover:before,
      .i3-slider.slick-slider.\--style-updates .slick-next:focus:before {
        color: #1D1D7D !important; }
    @media (min-width: 1400px) {
      .i3-slider.slick-slider.\--style-updates .slick-prev,
      .i3-slider.slick-slider.\--style-updates .slick-next {
        display: block !important; } }
    .i3-slider.slick-slider.\--style-updates .slick-prev:hover, .i3-slider.slick-slider.\--style-updates .slick-prev:focus,
    .i3-slider.slick-slider.\--style-updates .slick-next:hover,
    .i3-slider.slick-slider.\--style-updates .slick-next:focus {
      outline: none;
      background: #0000D0; }
      .i3-slider.slick-slider.\--style-updates .slick-prev:hover:before, .i3-slider.slick-slider.\--style-updates .slick-prev:focus:before,
      .i3-slider.slick-slider.\--style-updates .slick-next:hover:before,
      .i3-slider.slick-slider.\--style-updates .slick-next:focus:before {
        color: #FFF; }
    .i3-slider.slick-slider.\--style-updates .slick-prev.slick-disabled,
    .i3-slider.slick-slider.\--style-updates .slick-next.slick-disabled {
      pointer-events: none;
      opacity: .8; }
    .i3-slider.slick-slider.\--style-updates .slick-prev:before,
    .i3-slider.slick-slider.\--style-updates .slick-next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'default' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      font-weight: 700;
      font-size: 1.44444rem;
      line-height: 1;
      color: #1D1D7D; }
  .i3-slider.slick-slider.\--style-updates .slick-prev {
    left: -30px; }
  .i3-slider.slick-slider.\--style-updates .slick-next {
    right: -30px; }
  .i3-slider.slick-slider .slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 30px 0 0 0;
    width: 100%; }
    .i3-slider.slick-slider .slick-dots li {
      position: relative;
      display: inline-block;
      padding: 0;
      cursor: pointer;
      width: 10px;
      height: 10px;
      margin: 0 0.33333rem;
      border-radius: 50%;
      overflow: hidden; }
      .i3-slider.slick-slider .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        outline: none;
        color: transparent;
        cursor: pointer;
        line-height: 1;
        width: 100%;
        height: 100%; }
        .i3-slider.slick-slider .slick-dots li button:before {
          content: '';
          width: 100%;
          height: 100%;
          display: block;
          background-color: #BBBEC0;
          text-align: center; }
      .i3-slider.slick-slider .slick-dots li.slick-active button:before {
        background-color: #4fac47; }
  .i3-slider.slick-slider.\--dots-light .slick-dots li.slick-active button:before {
    background-color: #A52E6F; }
  .i3-slider.slick-slider.\--style-equal-height-slides .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    display: -webkit-flex; }
    .i3-slider.slick-slider.\--style-equal-height-slides .slick-track .slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      height: auto; }
      .i3-slider.slick-slider.\--style-equal-height-slides .slick-track .slick-slide > div {
        width: 100%;
        height: 100%; }
        .ipad .i3-slider.slick-slider.\--style-equal-height-slides .slick-track .slick-slide > div {
          height: auto; }
  .i3-slider.slick-slider.\--style-overflow .slick-slide:not(.slick-active) {
    opacity: 0.5; }
  @media (min-width: 768px) {
    .i3-slider.slick-slider.\--style-overflow .slick-list.draggable {
      overflow: visible !important; } }
  .i3-slider.slick-slider.\--style-squeeze .slick-list {
    margin: 0 auto !important; }
    @media (min-width: 768px) {
      .i3-slider.slick-slider.\--style-squeeze .slick-list {
        width: 90%; } }
  .i3-slider.slick-slider.\--style-squeeze .slick-prev,
  .i3-slider.slick-slider.\--style-squeeze .slick-next {
    display: block !important; }
  .i3-slider.slick-slider.\--style-squeeze .slick-prev {
    left: 0; }
  .i3-slider.slick-slider.\--style-squeeze .slick-next {
    right: 0; }
  .i3-slider.slick-slider.\--style-arrows-inset .slick-prev:before,
  .i3-slider.slick-slider.\--style-arrows-inset .slick-next:before {
    color: #FFF; }
  .i3-slider.slick-slider.\--style-arrows-inset .slick-prev {
    left: 1rem; }
  .i3-slider.slick-slider.\--style-arrows-inset .slick-next {
    right: 1rem; }
  .i3-slider.slick-slider.\--style-arrows-edge-to-edge .slick-prev {
    left: -40px; }
    @media (min-width: 1620px) {
      .i3-slider.slick-slider.\--style-arrows-edge-to-edge .slick-prev {
        left: 0; } }
  .i3-slider.slick-slider.\--style-arrows-edge-to-edge .slick-next {
    right: -40px; }
    @media (min-width: 1620px) {
      .i3-slider.slick-slider.\--style-arrows-edge-to-edge .slick-next {
        right: 0; } }
  .i3-slider.slick-slider.\--style-offsets-1 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 768px) {
      .i3-slider.slick-slider.\--style-offsets-1 .slick-slide {
        margin-left: 5px;
        margin-right: 5px; } }
  .i3-slider.slick-slider.\--style-offsets-1 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 768px) {
      .i3-slider.slick-slider.\--style-offsets-1 .slick-list {
        margin-left: -5px;
        margin-right: -5px; } }
  .i3-slider.slick-slider.\--style-offsets-2 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 768px) {
      .i3-slider.slick-slider.\--style-offsets-2 .slick-slide {
        margin-left: 10px;
        margin-right: 10px; } }
  .i3-slider.slick-slider.\--style-offsets-2 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 768px) {
      .i3-slider.slick-slider.\--style-offsets-2 .slick-list {
        margin-left: -10px;
        margin-right: -10px; } }
  .i3-slider.slick-slider.\--style-offsets-3 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 768px) {
      .i3-slider.slick-slider.\--style-offsets-3 .slick-slide {
        margin-left: 15px;
        margin-right: 15px; } }
  .i3-slider.slick-slider.\--style-offsets-3 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 768px) {
      .i3-slider.slick-slider.\--style-offsets-3 .slick-list {
        margin-left: -15px;
        margin-right: -15px; } }
  .i3-slider.slick-slider.\--style-offsets-4 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 768px) {
      .i3-slider.slick-slider.\--style-offsets-4 .slick-slide {
        margin-left: 20px;
        margin-right: 20px; } }
  .i3-slider.slick-slider.\--style-offsets-4 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 768px) {
      .i3-slider.slick-slider.\--style-offsets-4 .slick-list {
        margin-left: -20px;
        margin-right: -20px; } }
  .i3-slider.slick-slider.\--style-offsets-5 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 768px) {
      .i3-slider.slick-slider.\--style-offsets-5 .slick-slide {
        margin-left: 25px;
        margin-right: 25px; } }
  .i3-slider.slick-slider.\--style-offsets-5 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 768px) {
      .i3-slider.slick-slider.\--style-offsets-5 .slick-list {
        margin-left: -25px;
        margin-right: -25px; } }
  .i3-slider.slick-slider.\--style-offsets-6 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 768px) {
      .i3-slider.slick-slider.\--style-offsets-6 .slick-slide {
        margin-left: 30px;
        margin-right: 30px; } }
  .i3-slider.slick-slider.\--style-offsets-6 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 768px) {
      .i3-slider.slick-slider.\--style-offsets-6 .slick-list {
        margin-left: -30px;
        margin-right: -30px; } }
  .i3-slider.slick-slider.\--style-offsets-7 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 768px) {
      .i3-slider.slick-slider.\--style-offsets-7 .slick-slide {
        margin-left: 35px;
        margin-right: 35px; } }
  .i3-slider.slick-slider.\--style-offsets-7 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 768px) {
      .i3-slider.slick-slider.\--style-offsets-7 .slick-list {
        margin-left: -35px;
        margin-right: -35px; } }
  .i3-slider.slick-slider.\--style-offsets-8 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 768px) {
      .i3-slider.slick-slider.\--style-offsets-8 .slick-slide {
        margin-left: 40px;
        margin-right: 40px; } }
  .i3-slider.slick-slider.\--style-offsets-8 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 768px) {
      .i3-slider.slick-slider.\--style-offsets-8 .slick-list {
        margin-left: -40px;
        margin-right: -40px; } }
  .i3-slider.slick-slider.\--style-offsets-9 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 768px) {
      .i3-slider.slick-slider.\--style-offsets-9 .slick-slide {
        margin-left: 45px;
        margin-right: 45px; } }
  .i3-slider.slick-slider.\--style-offsets-9 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 768px) {
      .i3-slider.slick-slider.\--style-offsets-9 .slick-list {
        margin-left: -45px;
        margin-right: -45px; } }
  .i3-slider.slick-slider.\--style-offsets-10 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 768px) {
      .i3-slider.slick-slider.\--style-offsets-10 .slick-slide {
        margin-left: 50px;
        margin-right: 50px; } }
  .i3-slider.slick-slider.\--style-offsets-10 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 768px) {
      .i3-slider.slick-slider.\--style-offsets-10 .slick-list {
        margin-left: -50px;
        margin-right: -50px; } }
  .i3-slider.slick-slider.\--type-drag .slick-list {
    overflow: initial;
    padding: 0 30px !important; }
    @media (min-width: 768px) {
      .i3-slider.slick-slider.\--type-drag .slick-list {
        padding: 0 100px !important; } }
    .i3-slider.slick-slider.\--type-drag .slick-list .slick-slide {
      outline: none !important; }
  .i3-slider.slick-slider.\--type-drag .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .i3-slider.slick-slider.\--type-drag .slick-dots li {
      width: 3rem;
      height: 20px;
      border-radius: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      margin: 0 .1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .i3-slider.slick-slider.\--type-drag .slick-dots li:hover button {
        height: 5px; }
      .i3-slider.slick-slider.\--type-drag .slick-dots li button {
        width: 100%;
        height: 1px;
        background-color: #000;
        border-radius: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: .1s;
        -o-transition: .1s;
        transition: .1s; }
        .i3-slider.slick-slider.\--type-drag .slick-dots li button::before {
          display: none; }
    .i3-slider.slick-slider.\--type-drag .slick-dots li.slick-active button {
      height: 11px;
      border-radius: 3px; }
  .i3-slider.slick-slider.\--style-dot-bars .slick-dots li {
    width: 44px;
    height: 4px;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .i3-slider.slick-slider.\--style-dot-bars .slick-dots li button {
      width: 44px;
      height: 4px;
      border-radius: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: #CFCFCF; }
      .i3-slider.slick-slider.\--style-dot-bars .slick-dots li button::before {
        width: 44px;
        height: 4px;
        border-radius: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
  .i3-slider.slick-slider.\--style-dot-bars .slick-dots li.slick-active button:before {
    background-color: #36B7CF; }
  .i3-slider.slick-slider.\--style-dots-inset .slick-dots {
    position: absolute;
    bottom: 0; }
  .i3-slider.slick-slider.\--style-dots-left-aligned .slick-dots {
    text-align: left; }
    .i3-slider.slick-slider.\--style-dots-left-aligned .slick-dots li {
      margin: 0 .5rem 0 0; }
  .i3-slider.slick-slider.\--theme-dots-white .slick-dots li button:before {
    content: '';
    width: 40px;
    height: 5px;
    display: block;
    background: rgba(255, 255, 255, 0.5);
    text-align: center; }
  .i3-slider.slick-slider.\--theme-dots-white .slick-dots li.slick-active button:before {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1); }
  .i3-slider.slick-slider.\--style-thumbnail .slick-slide {
    margin-left: 6px;
    margin-right: 6px; }
  .i3-slider.slick-slider.\--style-thumbnail .slick-list {
    margin-left: -6px;
    margin-right: -6px; }
  .i3-slider.slick-slider.\--style-media-center .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
    .i3-slider.slick-slider.\--style-media-center .slick-dots li {
      width: 100%;
      height: 3px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-radius: 0;
      margin: 0; }
      .i3-slider.slick-slider.\--style-media-center .slick-dots li button {
        width: 100%;
        height: 100%; }
        .i3-slider.slick-slider.\--style-media-center .slick-dots li button:before {
          background: rgba(255, 255, 255, 0.3);
          width: 100%;
          height: 100%;
          border-radius: 0; }
      .i3-slider.slick-slider.\--style-media-center .slick-dots li .slick-active button:before {
        background: #1D1D7D; }
  .i3-slider.slick-slider.\--style-casestudy .slick-dots {
    margin-top: 28px !important; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-casestudy .slick-dots {
        margin-top: 2.22222rem !important; } }
  .i3-slider.slick-slider.\--home-hero .slick-slide {
    width: 100%; }
  .i3-slider.slick-slider.\--style-equal-heights .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .i3-slider.slick-slider.\--style-equal-heights .slick-track .slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto; }
      .i3-slider.slick-slider.\--style-equal-heights .slick-track .slick-slide > div {
        width: 100%;
        height: 100%; }
  .i3-slider.slick-slider.\--style-w-raw-facts .slick-track .slick-slide {
    -ms-flex-flow: wrap;
    flex-flow: wrap; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: black;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }
  .fancybox-bg.\--type-content {
    background: rgba(6, 67, 112, 0.3); }

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  -o-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s, visibility 0s;
  -o-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: #FFF;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #000; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #000; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  -o-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  -o-transition: stroke .1s;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  text-align: center;
  right: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
