.content__share .content__share__list, .reset__ul, .content__path, .subnav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1; }

.reset__a {
  text-decoration: none;
  color: inherit; }

.reset__button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  outline: 0; }

.parent {
  position: relative;
  width: 100%;
  overflow: hidden; }

.container {
  display: flow-root;
  position: relative;
  width: 100%; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .container {
      overflow: hidden; } }

.center {
  position: relative;
  display: flow-root;
  width: 90%;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto; }

@media all and (min-width: 1409.7px) and (min-width: 1409.7px) {
  .spread--both {
    padding-left: calc(50% - 635px);
    padding-right: calc(50% - 635px); } }

@media all and (min-width: 1409.7px) and (min-width: 1409.7px) {
  .spread--left {
    padding-left: calc(50% - 635px); } }

@media all and (min-width: 1409.7px) and (min-width: 1409.7px) {
  .spread--right {
    padding-right: calc(50% - 635px); } }

.inline {
  display: inline-block;
  vertical-align: top; }

.block {
  display: block; }

.cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.f__uppercase {
  text-transform: uppercase; }

.f__display {
  font-family: "Roboto", sans-serif; }

.f__center {
  text-align: center; }

.f__left {
  text-align: left; }

.f__right {
  text-align: right; }

.col__pri {
  color: #466667; }

.col__sec {
  color: #EAB86A; }

.col__ter {
  color: #D48B71; }

.col__white {
  color: #FFF; }

.bg__pri {
  background-color: #466667; }

.bg__sec {
  background-color: #EAB86A; }

.bg__ter {
  background-color: #D48B71; }

.bg__white {
  background: #fff; }

.circle {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1; }

.none {
  display: none; }

.hide {
  width: 0px;
  height: 0px;
  position: absolute;
  overflow: hidden;
  left: 200vw;
  font-size: 0;
  visibility: hidden; }

.content__region {
  line-height: 1.5;
  color: #000000; }
  .content__region h2, .content__region h3, .content__region h4, .content__region h5, .content__region h6 {
    color: #EAB86A;
    font-family: "Roboto", sans-serif;
    margin: 1em 0 0; }
  .content__region h2 {
    font-size: 2.5em; }
  .content__region h3 {
    font-size: 2em; }
  .content__region h4 {
    font-size: 1.5em; }
  .content__region h5 {
    font-size: 1.25em; }
  .content__region .intro {
    font-size: 1.125em;
    margin: 1.5em 0; }
  .content__region a {
    color: #466667;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(70, 102, 103, 0.2);
    text-decoration-color: rgba(70, 102, 103, 0.2); }
  .content__region > img {
    max-width: 100%;
    height: auto;
    border: 1px solid #707070; }
  .content__region img[style*="right"] {
    margin: 0 0 1em 1em; }
  .content__region img[style*="left"] {
    margin: 0 1em 1em 0; }

.content__share {
  width: 100%; }
  .content__share .content__share__list {
    text-align: right; }
  .content__share .content__share__list__icon {
    display: inline-block;
    font-size: 1.3em;
    margin-left: 5px;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease; }
  .content__share .content__share__list__icon a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    border: 1px solid; }
  .content__share .content__share__list__icon--twitter {
    background: #1da1f2;
    border-color: #064870; }
    .content__share .content__share__list__icon--twitter:hover {
      background: #4db5f5; }
  .content__share .content__share__list__icon--facebook {
    background: #1877f2;
    border-color: #06326b; }
    .content__share .content__share__list__icon--facebook:hover {
      background: #4893f5; }
  .content__share .content__share__list__icon--linkedin {
    background: #007bb5;
    border-color: #00131c; }
    .content__share .content__share__list__icon--linkedin:hover {
      background: #009ee8; }
  .content__share .content__share__list__icon--email {
    background: rgba(0, 0, 0, 0); }
    .content__share .content__share__list__icon--email a {
      border-color: rgba(0, 0, 0, 0.3);
      color: #000000; }
    .content__share .content__share__list__icon--email:hover {
      background: rgba(0, 0, 0, 0.1); }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

[hidden] {
  display: none; }

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

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

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

mark {
  background: #ff0;
  color: #000; }

p,
pre {
  margin: 1em 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu,
ol,
ul {
  padding: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

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

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

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

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

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

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

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

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-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

body {
  font-size: 100%; }

html,
body,
.mason {
  width: 100%;
  height: 100%; }

body {
  background: #CCCCCC; }

.mason *,
.mason *:before,
.mason *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("/_includes/polyfills/boxsizing.htc"); }

.mason--resizing * {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.mason {
  width: 1024px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  clear: both;
  position: relative;
  overflow: hidden;
  background: #FFFFFF; }
  @media all and (min-width: 0px) {
    .mason {
      width: auto; } }

.mason {
  color: #000000;
  font-family: "Roboto", sans-serif; }

button,
input,
select,
textarea {
  font-family: "Roboto", sans-serif; }

.video {
  max-width: 100%;
  position: relative;
  background: #000; }
  .video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0; }

.region h1,
.region h2,
.region h3,
.region h4,
.region h5,
.region h6 {
  color: #EAB86A;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 1.5em; }

.region a {
  color: #466667;
  text-decoration: none; }

.region hr {
  width: 100%;
  height: 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #E0E0E0; }

.region img,
.region iframe {
  max-width: 100%; }

.region img {
  height: auto !important; }

.region img[data-fill] {
  max-width: none; }

.region figure {
  max-width: 100%;
  padding: 2px;
  margin: 1em 0;
  border: 1px solid #E0E0E0;
  background: #F8F8F8; }
  .region figure img {
    clear: both; }
  .region figure figcaption {
    clear: both; }

.region blockquote {
  margin: 1em 0;
  padding: 0 0 0 1em; }

.region table {
  max-width: 100%;
  margin: 1em 0;
  clear: both;
  border: 1px solid #E0E0E0;
  background: #F8F8F8; }

.region th, .region td {
  text-align: left;
  padding: 0.25em 0.5em;
  border: 1px solid #E0E0E0; }

.region label {
  margin-right: .5em;
  display: block; }

.region legend {
  padding: 0 .5em; }

.region label em,
.region legend em {
  color: #CF1111;
  font-style: normal;
  margin-left: .2em; }

.region input {
  max-width: 100%; }

.region input[type=text],
.region input[type=number],
.region input[type=password] {
  width: 18em;
  height: 2em;
  display: block;
  padding: 0 0 0 .5em;
  border: 1px solid #E0E0E0; }

.region input[type=radio],
.region input[type=checkbox] {
  width: 1em;
  height: 1em;
  margin: .4em; }

.region textarea {
  max-width: 100%;
  display: block;
  padding: .5em;
  border: 1px solid #E0E0E0; }

.region select {
  max-width: 100%;
  width: 18em;
  height: 2em;
  padding: .2em;
  border: 1px solid #E0E0E0; }

.region select[size] {
  height: auto;
  padding: .2em; }

.region fieldset {
  border-color: #E0E0E0; }

.captcha {
  display: block;
  margin: 0 0 1em; }

.captcha__help {
  max-width: 28em; }

.captcha__help--extended {
  max-width: 26em; }

.captcha__elements {
  width: 200px; }

.btn {
  height: auto;
  margin-top: -1px;
  display: inline-block;
  padding: 0 1em;
  color: #466667;
  line-height: 2.8em;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #466667;
  background: transparent;
  -webkit-transition: background .4s, color .4s;
  -o-transition: background .4s, color .4s;
  transition: background .4s, color .4s; }

.btn:hover,
.btn:focus {
  color: #FFF;
  background: #466667; }

.btn__icon,
.btn__text {
  float: left;
  margin: 0 0.2em;
  line-height: inherit; }

.btn__icon {
  font-size: 1.5em;
  margin-top: -2px; }

.btn--disabled {
  color: #999;
  border-color: #999;
  cursor: default; }

.btn--disabled:hover,
.btn--disabled:focus {
  color: #999;
  background: transparent; }

.anchor, .access__anchor {
  visibility: hidden;
  position: absolute;
  top: 0; }

#forumUpdateForm fieldset {
  margin: 1em 0; }

#forumUpdateForm .cmsForm__field {
  display: block;
  clear: both; }

.mason--admin .anchor, .mason--admin .access__anchor {
  margin-top: -110px; }

.ui_toolbar {
  clear: both;
  margin: 1em 0;
  line-height: 2.1em; }

.ui_toolbar:before,
.ui_toolbar:after {
  content: '';
  display: table; }

.ui_toolbar:after {
  clear: both; }

.lte-ie7 .ui_toolbar {
  zoom: 1; }

.ui_toolbar > *,
.ui_left > *,
.ui_right > * {
  margin: 0 .5em 0 0;
  float: left; }

.ui_toolbar > *:last-child,
.ui_right > *:last-child {
  margin-right: 0; }

.ui_left {
  float: left; }

.ui_right {
  float: right;
  margin-left: .5em; }

.ui_button, .ui_tag, .ui_select {
  margin: 0 .5em 0 0;
  position: relative;
  float: left;
  text-align: left; }

.ui_button, .ui_tag, .ui_select > div {
  height: 2.1em;
  padding: 0 .6em;
  position: relative;
  font-size: 1em;
  white-space: nowrap;
  color: #444444 !important;
  line-height: 2.1em;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  background-color: #F8F8F8;
  background-image: none; }

.ui_button:hover, .ui_select:hover > div {
  background-color: #E0E0E0; }

.ui_button.ui_button--selected, .ui_select.ui_select--selected > div {
  background-color: #E0E0E0; }

.ui_button.ui_button--disabled, .ui_select.ui_select--disabled > div {
  cursor: default;
  color: rgba(68, 68, 68, 0.25) !important;
  background-color: #F8F8F8; }

.ui_button {
  margin: 0 .3em 0 0;
  cursor: pointer;
  outline: none !important;
  text-decoration: none;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s; }

.ui_card {
  padding: 1em;
  display: block;
  text-align: left;
  color: #444444;
  background-color: #F8F8F8;
  border: 1px solid !important;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25) !important;
  border-radius: 0px; }

.ui_card:before,
.ui_card:after {
  content: '';
  display: table;
  clear: both; }

.ui_card--void {
  padding: 0;
  overflow: hidden; }

.ui_card--void > * {
  margin: -1px -2px -1px -1px; }

.ui_card__img {
  margin: 0 -1em;
  display: block;
  overflow: hidden;
  border: 2px solid #F8F8F8; }

.ui_card__img--top {
  margin: -1em -1em 0;
  border-radius: 0px 0px 0 0; }

.ui_card__img--full {
  margin: -1em;
  border-radius: 0px; }

.ui_txt {
  margin: 0 0 0.8em;
  font-weight: 300;
  line-height: 1.6em; }

.ui_txt__title {
  margin: 0.66667em 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.33333em; }

.ui_txt__bold {
  margin: 0.8em 0;
  font-weight: 400; }

.ui_txt__sub {
  margin: -1em 0 1em;
  font-size: 0.8em;
  font-weight: 300;
  line-height: 2em; }

.ui_txt__content {
  font-size: 0.9em;
  line-height: 1.77778em; }
  .ui_txt__content * {
    display: inline;
    margin: 0; }

.ui_txt--truncate_3, .ui_txt--truncate_4, .ui_txt--truncate_5, .ui_txt--truncate_6, .ui_txt--truncate_7, .ui_txt--truncate_8, .ui_txt--truncate_9 {
  position: relative;
  overflow: hidden; }

.ui_txt--truncate_3:after, .ui_txt--truncate_4:after, .ui_txt--truncate_5:after, .ui_txt--truncate_6:after, .ui_txt--truncate_7:after, .ui_txt--truncate_8:after, .ui_txt--truncate_9:after {
  content: '';
  width: 50%;
  height: 1.6em;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(248, 248, 248, 0)), to(#f8f8f8));
  background: -webkit-linear-gradient(left, rgba(248, 248, 248, 0), #f8f8f8);
  background: -o-linear-gradient(left, rgba(248, 248, 248, 0), #f8f8f8);
  background: linear-gradient(to right, rgba(248, 248, 248, 0), #f8f8f8); }

.ui_txt--truncate_3 {
  height: 4.8em; }

.ui_txt--truncate_3 .ui_txt__title {
  max-height: 1.33333em;
  overflow: hidden; }

.ui_txt--truncate_4 {
  height: 6.4em; }

.ui_txt--truncate_4 .ui_txt__title {
  max-height: 2.66667em;
  overflow: hidden; }

.ui_txt--truncate_5 {
  height: 8em; }

.ui_txt--truncate_5 .ui_txt__title {
  max-height: 4em;
  overflow: hidden; }

.ui_txt--truncate_6 {
  height: 9.6em; }

.ui_txt--truncate_6 .ui_txt__title {
  max-height: 5.33333em;
  overflow: hidden; }

.ui_txt--truncate_7 {
  height: 11.2em; }

.ui_txt--truncate_7 .ui_txt__title {
  max-height: 6.66667em;
  overflow: hidden; }

.ui_txt--truncate_8 {
  height: 12.8em; }

.ui_txt--truncate_8 .ui_txt__title {
  max-height: 8em;
  overflow: hidden; }

.ui_txt--truncate_9 {
  height: 14.4em; }

.ui_txt--truncate_9 .ui_txt__title {
  max-height: 9.33333em;
  overflow: hidden; }

.ui_select {
  padding: 0; }

.ui_select > div {
  padding: 0 1.5em 0 .6em;
  cursor: pointer;
  outline: none !important;
  text-decoration: none;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s; }

.ui_select > div:after {
  content: '';
  display: block;
  position: absolute;
  right: .6em;
  top: 50%;
  margin-top: -2px;
  border: 4px solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent; }

.ui_select > ul {
  padding: 0;
  margin: .75em 0 0;
  display: none;
  list-style: none;
  overflow: hidden;
  background: #fff;
  position: absolute;
  z-index: 8;
  top: 100%;
  right: 0; }

.ui_select > ul li {
  height: 2.1em;
  padding: .15em;
  clear: both;
  position: relative;
  border-bottom: 1px solid #ddd; }

.ui_select > ul li span {
  width: .6em;
  height: .6em;
  margin: .6em;
  float: left; }

.ui_select > ul li label {
  margin: 0 3.6em 0 1.8em;
  display: block;
  white-space: nowrap; }

.ui_select > ul li input {
  position: absolute;
  top: 50%;
  right: 0.15em;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.ui_select--selected > ul {
  display: block; }

.ui_group {
  float: left;
  margin: 0 .3em 0 0; }

.ui_group .ui_button {
  float: left;
  margin: 0;
  border-radius: 0;
  border-left-color: rgba(255, 255, 255, 0.15); }

.ui_group .ui_button:first-child {
  border-radius: 0px 0 0 0px;
  border-left-color: rgba(0, 0, 0, 0.15); }

.ui_group .ui_button:last-child {
  border-radius: 0 0px 0px 0; }

.ui_icon {
  height: .5em;
  font-size: 2em;
  line-height: .5em;
  display: inline-block;
  font-family: "Courier New", Courier, monospace; }

.ui_icon--prev:after {
  content: "\02039";
  font-weight: bold; }

.ui_icon--next:after {
  content: "\0203A";
  font-weight: bold; }

.ui-tooltip {
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  max-width: 300px;
  padding: 8px;
  position: absolute;
  z-index: 9999;
  font-size: 95%;
  line-height: 1.2; }

.f__12 {
  font-size: 0.75em; }

.f__14 {
  font-size: 0.875em; }

.f__16 {
  font-size: 1em; }

.f__20 {
  font-size: 1.25em; }

.f__22 {
  font-size: 1.375em; }

.f__26 {
  font-size: 1.625em; }

.f__30 {
  font-size: 1.875em; }

.f__32 {
  font-size: 2em; }

.fw__400 {
  font-weight: 400; }

.fw__500 {
  font-weight: 500; }

.fw__600 {
  font-weight: 600; }

.fw__700 {
  font-weight: 700; }

.fs__50 {
  letter-spacing: 0.05em; }

.fs__80 {
  letter-spacing: 0.08em; }

.fs__300 {
  letter-spacing: 0.3em; }

@-webkit-keyframes success {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes success {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

[data-lazy][data-animation="fade"] .lazy__load__img, [data-img][data-animation="fade"] .lazy__load__img {
  opacity: 0; }

[data-lazy][data-animation="fade"].lazy--loaded .lazy__load__img, [data-img][data-animation="fade"].lazy--loaded .lazy__load__img {
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease; }

[data-lazy][data-animation="scale"] .lazy__load__img, [data-img][data-animation="scale"] .lazy__load__img {
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

[data-lazy][data-animation="scale"].lazy--loaded .lazy__load__img, [data-img][data-animation="scale"].lazy--loaded .lazy__load__img {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity .3s ease .2s, -webkit-transform .6s ease 0s;
  transition: opacity .3s ease .2s, -webkit-transform .6s ease 0s;
  -o-transition: opacity .3s ease .2s, transform .6s ease 0s;
  transition: opacity .3s ease .2s, transform .6s ease 0s;
  transition: opacity .3s ease .2s, transform .6s ease 0s, -webkit-transform .6s ease 0s; }

[data-lazy][data-swipe="ltr"]:before, [data-lazy][data-swipe="rtl"]:before, [data-img][data-swipe="ltr"]:before, [data-img][data-swipe="rtl"]:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #466667;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 2; }

[data-lazy][data-swipe="ltr"].lazy--prep:before, [data-lazy][data-swipe="rtl"].lazy--prep:before, [data-img][data-swipe="ltr"].lazy--prep:before, [data-img][data-swipe="rtl"].lazy--prep:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  -o-transition: transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s; }

[data-lazy][data-swipe="ltr"].lazy--loaded:before, [data-lazy][data-swipe="rtl"].lazy--loaded:before, [data-img][data-swipe="ltr"].lazy--loaded:before, [data-img][data-swipe="rtl"].lazy--loaded:before {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform .3s ease .2s;
  transition: -webkit-transform .3s ease .2s;
  -o-transition: transform .3s ease .2s;
  transition: transform .3s ease .2s;
  transition: transform .3s ease .2s, -webkit-transform .3s ease .2s; }

[data-lazy][data-swipe="ltr"]:before, [data-img][data-swipe="ltr"]:before {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

[data-lazy][data-swipe="ltr"].lazy--loaded:before, [data-img][data-swipe="ltr"].lazy--loaded:before {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center; }

[data-lazy][data-swipe="rtl"]:before, [data-img][data-swipe="rtl"]:before {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center; }

[data-lazy][data-swipe="rtl"].lazy--loaded:before, [data-img][data-swipe="rtl"].lazy--loaded:before {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

[data-lazy][data-loading]:after, [data-img][data-loading]:after {
  position: absolute;
  content: '';
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  content: attr(data-loading);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'fontAwesome';
  font-size: 2em;
  color: #fff;
  background: #466667;
  z-index: 7;
  -webkit-animation: spin 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
  animation: spin 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

[data-lazy][data-loading].lazy--prep:after, [data-img][data-loading].lazy--prep:after {
  -webkit-animation-play-state: running;
  animation-play-state: running; }

[data-lazy][data-loading].lazy--loaded:after, [data-img][data-loading].lazy--loaded:after {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

[data-lazy] .lazy__load__img, [data-img] .lazy__load__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .lazy--loaded [data-lazy] .lazy__load__img, .lazy--loaded [data-img] .lazy__load__img {
    opacity: 1; }

[data-lazy] img, [data-img] img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) and ((-o-object-fit: contain) or (object-fit: contain)) {
    [data-lazy] img, [data-img] img {
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0); } }

[data-lazy][data-fill="false"] img, [data-img][data-fill="false"] img {
  -o-object-fit: none;
  object-fit: none; }

.lazy__swipe {
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 12; }
  .lazy--prep .lazy__swipe {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .lazy--loaded .lazy__swipe {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s; }

.subnav__grid__container {
  width: 100%;
  padding: 0 5% 3em;
  position: relative;
  z-index: 20; }
  @media all and (min-width: 1409.7px) {
    .subnav__grid__container {
      padding-left: calc(50% - 635px);
      padding-right: calc(50% - 635px); } }

.subnav__grid {
  position: relative;
  padding: 0 1em 1em; }

.subnav__grid__item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  position: relative;
  width: 100%;
  margin: 0 0 1em; }
  .subnav__grid__item:hover .subnav__grid__item__image .lazy__load__img {
    background: #eab86a; }
  .subnav__grid__item:hover .subnav__grid__item__image img {
    opacity: .2;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }

.subnav__grid__item__image {
  position: relative; }
  .subnav__grid__item__image:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 100%; }
  .subnav__grid__item__image .lazy__load__img {
    border-radius: 50%;
    overflow: hidden;
    background: rgba(234, 184, 106, 0);
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease; }
  .subnav__grid__item__image img {
    opacity: .8;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }

.subnav__grid__item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.subnav__grid__item__title {
  padding: 0 1em; }
  .subnav__grid__item__title h3 {
    margin: 0; }

@media all and (min-width: 580px) {
  .subnav__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -1em; }
  .subnav__grid__item {
    width: calc(50% - 1em);
    max-height: none;
    margin: 0.5em; } }

@media all and (min-width: 850px) {
  .subnav__grid__item {
    width: calc(33.33333% - 1em);
    max-height: none; } }

@media all and (min-width: 1050px) {
  .subnav__grid__item {
    width: calc(25% - 1em);
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

.urgent {
  background: #c80505;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5%; }

.urgent__item__title {
  position: relative;
  margin-right: 1em; }
  .urgent__item__title .fa, .urgent__item__title .svg-inline--fa {
    font-size: 1.2em;
    margin-right: .35em; }

.urgent__close {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #c80505;
  background: #fff;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 0;
  z-index: 3;
  border-radius: 50%; }

@media all and (min-width: 768px) {
  .urgent[data-urgent*="fixed"] {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 200;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-right: 56px;
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    -o-transition: transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease; }
    .urgent[data-urgent*="fixed"] .urgent__close {
      display: block; }
  .urgent.urgent--hide {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%); }
  .urgent[data-urgent*="marquee"]:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 150px;
    background: #c80505;
    background: -webkit-linear-gradient(-180deg, #c80505, rgba(200, 5, 5, 0));
    background: -webkit-gradient(linear, right top, left top, from(#c80505), to(rgba(200, 5, 5, 0)));
    background: -webkit-linear-gradient(right, #c80505, rgba(200, 5, 5, 0));
    background: -o-linear-gradient(right, #c80505, rgba(200, 5, 5, 0));
    background: linear-gradient(270deg, #c80505, rgba(200, 5, 5, 0));
    z-index: 2; }
  .urgent[data-urgent*="marquee"] .urgent__list {
    width: auto;
    display: inline-block;
    white-space: nowrap;
    -webkit-animation: marquee 20s linear infinite;
    animation: marquee 20s linear infinite; }
    .urgent[data-urgent*="marquee"] .urgent__list:hover {
      -webkit-animation-play-state: paused;
      animation-play-state: paused; }
  .urgent[data-urgent*="marquee"] .urgent__item {
    display: inline-block;
    vertical-align: top;
    padding-right: 100px; }
  .urgent__item__title {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; } }

.lte-ie8 .urgent[data-urgent*="fixed"] {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 200;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  padding-right: 56px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  -o-transition: transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease; }
  .lte-ie8 .urgent[data-urgent*="fixed"] .urgent__close {
    display: block; }

.lte-ie8 .urgent.urgent--hide {
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%); }

.lte-ie8 .urgent[data-urgent*="marquee"]:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 150px;
  background: #c80505;
  background: -webkit-linear-gradient(-180deg, #c80505, rgba(200, 5, 5, 0));
  background: -webkit-gradient(linear, right top, left top, from(#c80505), to(rgba(200, 5, 5, 0)));
  background: -webkit-linear-gradient(right, #c80505, rgba(200, 5, 5, 0));
  background: -o-linear-gradient(right, #c80505, rgba(200, 5, 5, 0));
  background: linear-gradient(270deg, #c80505, rgba(200, 5, 5, 0));
  z-index: 2; }

.lte-ie8 .urgent[data-urgent*="marquee"] .urgent__list {
  width: auto;
  display: inline-block;
  white-space: nowrap;
  -webkit-animation: marquee 20s linear infinite;
  animation: marquee 20s linear infinite; }
  .lte-ie8 .urgent[data-urgent*="marquee"] .urgent__list:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused; }

.lte-ie8 .urgent[data-urgent*="marquee"] .urgent__item {
  display: inline-block;
  vertical-align: top;
  padding-right: 100px; }

.lte-ie8 .urgent__item__title {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.owl-stage-outer {
  width: 100%;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-dot {
  cursor: pointer; }

.owl-nav {
  display: none; }

.access {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative; }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: absolute;
  padding: 30px 10%;
  z-index: 50; }
  .mason--demo .header {
    padding: 30px 5%; }
  @media all and (min-width: 1050px) and (max-width: 1439px) {
    .header {
      padding: 30px 5%; } }
  .mason--prep .header {
    position: fixed;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    background: #EAB86A;
    padding: 10px 10%;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5)); }
    .mason--demo .mason--prep .header {
      padding: 10px 5%; }
  .mason--prep.mason--scrollingup .header {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: padding .5s ease, -webkit-transform .5s ease;
    transition: padding .5s ease, -webkit-transform .5s ease;
    -o-transition: transform .5s ease, padding .5s ease;
    transition: transform .5s ease, padding .5s ease;
    transition: transform .5s ease, padding .5s ease, -webkit-transform .5s ease; }
  .mason--sticky .header {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: padding .5s ease, -webkit-transform .5s ease;
    transition: padding .5s ease, -webkit-transform .5s ease;
    -o-transition: transform .5s ease, padding .5s ease;
    transition: transform .5s ease, padding .5s ease;
    transition: transform .5s ease, padding .5s ease, -webkit-transform .5s ease; }
  .header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px; }
    .mason--prep .header__body {
      gap: 0; }
    @media all and (min-width: 1050px) {
      .header__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 94px;
    -webkit-transition: margin .5s ease;
    -o-transition: margin .5s ease;
    transition: margin .5s ease; }
    .header__logo > img {
      height: 100%; }
    .header__logo:after {
      position: absolute;
      content: '';
      top: -100px;
      right: -30px;
      bottom: -30px;
      left: -30px;
      border-radius: 0 0 100px 100px;
      background: #466667;
      z-index: -1; }
    .mason--prep .header__logo {
      margin-bottom: -47px;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%); }
    .mason--prep.mason--scrollingup .header__logo {
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
      -webkit-transition: margin .5s ease, -webkit-transform .5s ease;
      transition: margin .5s ease, -webkit-transform .5s ease;
      -o-transition: transform .5s ease, margin .5s ease;
      transition: transform .5s ease, margin .5s ease;
      transition: transform .5s ease, margin .5s ease, -webkit-transform .5s ease; }
    .mason--sticky .header__logo {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: margin .5s ease, -webkit-transform .5s ease;
      transition: margin .5s ease, -webkit-transform .5s ease;
      -o-transition: transform .5s ease, margin .5s ease;
      transition: transform .5s ease, margin .5s ease;
      transition: transform .5s ease, margin .5s ease, -webkit-transform .5s ease; }
  .header__extras {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px; }
    @media all and (max-width: 1049px) {
      .header__extras {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
    @media all and (min-width: 1050px) {
      .header__extras {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    .mason--demo .header__extras {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .header__translate > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 30px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 14px;
    -webkit-transition: background .3s ease, color .3s ease;
    -o-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease; }
  .header__translate:hover > span {
    background: #fff;
    color: #000; }
  .mason--prep .header__translate {
    display: none; }
  @media all and (max-width: 1049px) {
    .header__translate {
      display: none; } }
  .header__social {
    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;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: 25px;
    height: 25px; }
    .header__social > svg {
      font-size: 25px;
      color: #fff; }
    .header__social:hover {
      opacity: 0.5; }
    .mason--prep .header__social {
      display: none; }
    @media all and (max-width: 1049px) {
      .header__social {
        display: none; } }
  .header__link > a {
    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;
    color: #fff;
    font-size: 14px;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .header__link > a:hover {
      opacity: 0.5; }

@media all and (max-width: 1049px) {
  .menu__btn {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    position: relative;
    height: 70px;
    width: 70px;
    background: #466667;
    border-radius: 50%;
    border: 1px solid #466667;
    -webkit-transition: background .3s ease, border .3s ease;
    -o-transition: background .3s ease, border .3s ease;
    transition: background .3s ease, border .3s ease;
    z-index: 2; }
    .menu__btn:hover {
      background: #EAB86A;
      border-color: #EAB86A; }
      .menu__btn:hover .menu__btn__burger > span {
        background: #000000; }
      .menu__btn:hover .menu__btn__text {
        color: #000000; }
    .mason--prep .menu__btn:hover {
      border-color: #000; }
  .menu__btn__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3px; }
    .menu__btn__burger > span {
      height: 2px;
      width: 22px;
      background: #fff;
      -webkit-transition: background .3s ease;
      -o-transition: background .3s ease;
      transition: background .3s ease; }
      .menu__btn__burger > span:first-child {
        width: 20px; }
      .menu__btn__burger > span:last-child {
        width: 18px; }
  .menu__btn__text {
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease; }
  .menu {
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    top: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    max-width: 100%;
    right: 0;
    background: #fff;
    visibility: hidden;
    z-index: 12;
    opacity: 0;
    -webkit-transition: opacity .3s ease, visibility 0s ease .3s;
    -o-transition: opacity .3s ease, visibility 0s ease .3s;
    transition: opacity .3s ease, visibility 0s ease .3s; }
    .mason--admin .menu {
      top: 110px; }
    .mason--preview .menu {
      top: 110px; }
    .mason--secure .menu {
      top: 40px; }
    .mason--menu .menu {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity .3s ease, visibility 0s ease 0s;
      -o-transition: opacity .3s ease, visibility 0s ease 0s;
      transition: opacity .3s ease, visibility 0s ease 0s; }
  .menu__close {
    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: 60px;
    height: 60px;
    visibility: hidden;
    opacity: 0;
    color: #444444;
    -webkit-transition: opacity .5s ease, visibility 0s ease .5s, -webkit-transform .5s ease;
    transition: opacity .5s ease, visibility 0s ease .5s, -webkit-transform .5s ease;
    -o-transition: opacity .5s ease, visibility 0s ease .5s, transform .5s ease;
    transition: opacity .5s ease, visibility 0s ease .5s, transform .5s ease;
    transition: opacity .5s ease, visibility 0s ease .5s, transform .5s ease, -webkit-transform .5s ease; }
    .menu__close > svg {
      font-size: 30px; }
    .menu__close:hover {
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg); }
    .mason--menu .menu__close {
      visibility: visible;
      opacity: 1;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
  .menu__sidebar {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    overflow: hidden;
    overflow-y: overlay;
    background: inherit;
    z-index: 3;
    scrollbar-width: thin;
    scrollbar-color: #314849 #739fa0;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .menu__sidebar::-webkit-scrollbar {
      width: 10px; }
    .menu__sidebar::-webkit-scrollbar-track {
      background-color: #739fa0;
      border-radius: 10px; }
    .menu__sidebar::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background-color: #314849; }
  .menu__list {
    text-align: left;
    width: 100%; }
  .menu__list__item {
    position: relative;
    width: 100%;
    color: #444444;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .menu__list__item--selected {
      color: #466667; }
  .menu__list__item__link {
    font-weight: 500;
    padding: 20px 60px 20px 30px;
    line-height: 20px;
    text-transform: uppercase;
    color: #444444;
    border-left: 5px solid transparent;
    -webkit-transition: border .3s ease;
    -o-transition: border .3s ease;
    transition: border .3s ease; }
    .menu__list__item__link:hover {
      border-left: 5px solid #444444; }
  .menu__list__item__button {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    right: 0;
    width: 3.75em;
    height: 3.75em;
    position: absolute;
    color: inherit; }
    .menu__list__item--subitems .menu__list__item__button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .menu__list__item__button span {
      top: .5rem;
      position: absolute;
      width: .75rem;
      height: .2rem;
      background-color: #444444;
      display: inline-block;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      .menu__list__item__button span:first-of-type {
        top: 50%;
        right: 50%;
        -webkit-transform: rotate(45deg) translate(2px, -1px);
        -ms-transform: rotate(45deg) translate(2px, -1px);
        transform: rotate(45deg) translate(2px, -1px); }
      .menu__list__item__button span:last-of-type {
        left: 50%;
        top: 50%;
        -webkit-transform: rotate(-45deg) translate(-2px, -1px);
        -ms-transform: rotate(-45deg) translate(-2px, -1px);
        transform: rotate(-45deg) translate(-2px, -1px); }
      .menu__list__item--expand .menu__list__item__button span:first-of-type {
        -webkit-transform: rotate(-45deg) translate(2px, 1px);
        -ms-transform: rotate(-45deg) translate(2px, 1px);
        transform: rotate(-45deg) translate(2px, 1px); }
      .menu__list__item--expand .menu__list__item__button span:last-of-type {
        -webkit-transform: rotate(45deg) translate(-2px, 1px);
        -ms-transform: rotate(45deg) translate(-2px, 1px);
        transform: rotate(45deg) translate(-2px, 1px); }
  .menu__list__item__sub {
    background: rgba(68, 68, 68, 0.1);
    padding: 1em 0;
    margin: 0;
    display: none; }
    .menu__list__item__sub .menu__list__item {
      border: 0; }
      .menu__list__item__sub .menu__list__item .menu__list__item__button {
        display: none; }
    .menu__list__item__sub .menu__list__item__link {
      padding: 0.75em 2em 0.75em 4.0625em;
      font-size: .95em; }
  .menu__extras {
    width: 100%; }
  .menu__link {
    width: 100%; }
    .menu__link > a {
      border-radius: 0 !important; }
  .search__container {
    position: relative;
    width: 100%;
    height: 60px; }
  .search__container__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .menu__extras__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 60px;
    width: 100%;
    position: relative;
    z-index: 2; }
    .menu__extras__form input {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      height: 100%;
      background: #466667;
      color: #EAB86A;
      padding: 0 1em 0 1em;
      border: 0;
      -webkit-transition: opacity .3s ease, width .3s ease;
      -o-transition: opacity .3s ease, width .3s ease;
      transition: opacity .3s ease, width .3s ease;
      outline: 0; }
      .menu__extras__form input::-webkit-input-placeholder {
        color: #EAB86A;
        opacity: 0.8 !important; }
      .menu__extras__form input:-moz-placeholder {
        /* Firefox 18- */
        color: #EAB86A;
        opacity: 0.8 !important; }
      .menu__extras__form input::-moz-placeholder {
        /* Firefox 19+ */
        color: #EAB86A;
        opacity: 0.8 !important; }
      .menu__extras__form input:-ms-input-placeholder {
        color: #EAB86A;
        opacity: 0.8 !important; }
    .menu__extras__form button {
      position: relative;
      z-index: 2;
      height: 60px;
      width: 60px;
      color: #EAB86A;
      background: #314849; }
  .find__button {
    display: none; }
  .translate__container.translate__desktop {
    display: none; }
  .translate__container {
    width: 100%; }
  .menu__translate__button {
    display: none; }
  .goog-te-gadget {
    font-size: 0 !important; }
    .goog-te-gadget > span {
      display: none; }
  .goog-te-combo {
    width: 100%;
    height: 2.8125em;
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding: 0 10px;
    margin: 0 !important; } }

@media all and (min-width: 1050px) {
  .menu__btn, .menu__close {
    display: none; }
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 26px; }
  .menu__sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .menu__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 20px;
    max-width: 100%; }
    .menu__list > .menu__list__item {
      text-align: center; }
      .menu__list > .menu__list__item > .menu__list__item__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 21px;
        color: #fff;
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease; }
        .menu__list > .menu__list__item > .menu__list__item__link > span {
          position: relative;
          display: inline-block; }
        .menu__list > .menu__list__item > .menu__list__item__link:hover {
          color: #EAB86A; }
  .menu__list__item {
    display: block;
    position: relative; }
  .menu__list__item__link {
    position: relative;
    font-weight: 700; } }
  @media all and (min-width: 1050px) and (min-width: 768px) {
    .menu__list__item__link {
      font-size: 0.875em; } }

@media all and (min-width: 1050px) {
    .menu__list__item__link .lte-ie8 {
      font-size: 0.875em; } }
  @media all and (min-width: 1050px) and (min-width: 1050px) {
    .menu__list__item__link {
      font-size: 0.9375em; } }
  @media all and (min-width: 1050px) and (min-width: 1440px) {
    .menu__list__item__link {
      font-size: 1em; } }

@media all and (min-width: 1050px) {
  .menu__list__item__button {
    display: none; }
  .menu__list__item__sub {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    padding: 30px 15px 60px;
    margin: 0;
    background: #EAB86A;
    width: 150%;
    min-width: 250px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: visibility 0s ease .15s, opacity .15s ease, -webkit-transform .15s ease;
    transition: visibility 0s ease .15s, opacity .15s ease, -webkit-transform .15s ease;
    -o-transition: visibility 0s ease .15s, transform .15s ease, opacity .15s ease;
    transition: visibility 0s ease .15s, transform .15s ease, opacity .15s ease;
    transition: visibility 0s ease .15s, transform .15s ease, opacity .15s ease, -webkit-transform .15s ease;
    border-radius: 0 0 150px 150px; }
    .menu__list__item__sub:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 100%;
      height: 20px;
      width: 100%; }
    .menu__list__item__sub .menu__list__item {
      display: inline-block;
      width: 100%;
      text-align: center;
      vertical-align: top; }
    .menu__list__item__sub .menu__list__item__link {
      color: #000;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .menu__list__item__sub .menu__list__item__link:hover {
        opacity: 0.5; }
  .menu__list__item--subitems:hover .menu__list__item__sub {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    z-index: 3; }
  .mason--prep .menu__extras {
    display: none; }
  .mason--prep .translate__desktop {
    display: none; }
  .translate__container.translate__mobile {
    display: none; }
  .menu__translate {
    display: inline-block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .menu__translate:hover .menu__translate__button {
      opacity: 0.5; }
  .menu__translate__button {
    margin-right: 0px;
    color: #fff;
    width: 25px;
    height: 25px;
    border: 0;
    padding: 0;
    border-radius: 50%;
    background: transparent;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .menu__translate__button svg {
      font-size: 20px; }
  .menu__translate__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    visibility: hidden; }
    .menu__translate__container select {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      visibility: visible;
      opacity: 0;
      cursor: pointer;
      margin: 0;
      background: #757575;
      color: #fff; } }

.hero {
  background: #507576;
  background: -webkit-linear-gradient(-80deg, #507576, #3c5758);
  background: -webkit-linear-gradient(280deg, #507576, #3c5758);
  background: -o-linear-gradient(280deg, #507576, #3c5758);
  background: linear-gradient(170deg, #507576, #3c5758); }
  .hero .lazy__load__img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .mason--demo .hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 30%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
    background: -webkit-linear-gradient(top, #000, transparent);
    background: -o-linear-gradient(top, #000, transparent);
    background: linear-gradient(180deg, #000, transparent);
    opacity: 0.7;
    z-index: 5; }

.hero__slideshow {
  z-index: 1;
  opacity: 0;
  height: 372px;
  -webkit-transition: opacity 1s ease .3s;
  -o-transition: opacity 1s ease .3s;
  transition: opacity 1s ease .3s; }
  .mason--loaded .hero__slideshow {
    opacity: 1; }
  .hero__slideshow__item__image:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    z-index: 2; }

.breadcrumbs {
  position: relative;
  display: block; }

.breadcrumbs__container {
  position: relative;
  overflow: hidden; }

.content__path {
  width: 100%; }

.content__path__item__sep {
  margin: 0 1em 0 1em; }

.content__path__item.content__path__item--final {
  color: #466667; }
  .content__path__item.content__path__item--final .content__path__item__sep {
    display: none; }

.main {
  width: 100%;
  padding-bottom: 2em;
  z-index: 10; }

.main__flex {
  padding-top: clamp(150px, calc(9.375rem + ((1vw - 4.25px) * 14.5773)), 200px);
  padding-right: 5%;
  padding-left: 5%;
  position: relative;
  z-index: 20; }
  @media all and (min-width: 1050px) {
    .main__flex {
      padding-top: clamp(100px, calc(6.25rem + ((1vw - 7.68px) * 14.881)), 200px); } }
  @media all and (min-width: 1409.7px) {
    .main__flex {
      padding-left: calc(50% - 635px); } }
  .main__flex.center {
    padding: 0; }

.main__page {
  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: clamp(40px, calc(2.5rem + ((1vw - 4.25px) * 11.8227)), 160px);
  width: 90%;
  max-width: 1270px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20; }
  .main__page__icon {
    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;
    min-width: clamp(88px, calc(5.5rem + ((1vw - 4.25px) * 8.67)), 176px);
    min-height: clamp(88px, calc(5.5rem + ((1vw - 4.25px) * 8.67)), 176px);
    background: #EAB86A;
    border-radius: 50%; }
    @media all and (max-width: 767px) {
      .main__page__icon {
        position: absolute;
        top: calc(100% + 20px);
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
    .main__page__icon > svg {
      font-size: clamp(24px, calc(1.5rem + ((1vw - 4.25px) * 3.5468)), 60px);
      color: #fff; }
    .main__page__icon__update {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: absolute;
      top: 0;
      padding: 10px;
      margin: 0; }
      @media all and (min-width: 1050px) {
        .main__page__icon__update {
          top: 100%; } }
      .main__page__icon__update > h3 {
        margin: 0; }
  .main__page__title {
    font-size: clamp(24px, calc(1.5rem + ((1vw - 4.25px) * 3.5468)), 60px);
    margin: 0;
    position: relative;
    color: #fff;
    z-index: 5; }
    .main__page__title__wrap {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      position: relative;
      padding: clamp(20px, calc(1.25rem + ((1vw - 4.25px) * 4.9261)), 70px);
      width: 100%; }
      @media all and (max-width: 767px) {
        .main__page__title__wrap {
          text-align: center; } }
      .main__page__title__wrap:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #466667;
        border-radius: 300px; }
        @media all and (min-width: 768px) {
          .main__page__title__wrap:after {
            width: 100vw;
            border-radius: 300px 0 0 300px; } }

.main__watermark {
  position: absolute;
  aspect-ratio: 738 / 816;
  width: 35vw;
  pointer-events: none;
  z-index: 10; }
  .mason--values .main__watermark {
    display: none; }
  .mason--pedagogical .main__watermark {
    display: none; }
  .main__watermark--left {
    bottom: 200px;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .main__watermark--right {
    top: 200px;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%); }

.content {
  position: relative;
  z-index: 2;
  width: 100%; }

#page__options {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -100px; }

@media all and (max-width: 1049px) {
  .main__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .main__flex .content {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .main__flex .subnav__container, .main__flex .subnav__grid {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    .main__flex .related__container {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }

@media all and (min-width: 1050px) {
  .main__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .content {
    padding-right: 5%;
    width: 70%; } }

.main--full .main__flex {
  padding-top: clamp(150px, calc(9.375rem + ((1vw - 4.25px) * 14.5773)), 200px); }
  @media all and (min-width: 1050px) {
    .main--full .main__flex {
      padding: clamp(100px, calc(6.25rem + ((1vw - 7.68px) * 14.881)), 200px) 5%; } }

.main--full .content {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  padding-left: 0;
  padding-right: 0;
  max-width: 1270px; }

.main--content--hide .content__region, .main--content--hide .content__attachments, .main--content--hide .content__social {
  display: none; }

.values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 200px 5%; }
  .values__tree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
    @media all and (max-width: 1049px) {
      .values__tree {
        width: 100%; } }
    .values__tree__background {
      width: 100%;
      min-width: 800px;
      max-width: 1200px;
      opacity: 0.3; }
      @media all and (max-width: 1049px) {
        .values__tree__background {
          position: absolute;
          top: 0; } }
      .values__tree__background > img {
        width: 100%; }
    .values__tree__list {
      position: relative;
      width: 100%; }
      @media all and (max-width: 1049px) {
        .values__tree__list {
          display: -ms-grid;
          display: grid;
          -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr);
          max-width: 400px; } }
      @media all and (min-width: 1050px) {
        .values__tree__list {
          height: 100%;
          position: absolute; } }
    .values__tree__item {
      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;
      position: relative;
      padding: 10px;
      aspect-ratio: 1 / 1;
      cursor: pointer;
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
      @media all and (min-width: 1050px) {
        .values__tree__item {
          position: absolute; }
          .values__tree__item:nth-child(1) {
            top: 2%;
            left: 17%; }
          .values__tree__item:nth-child(2) {
            top: 40%;
            right: 4%; }
          .values__tree__item:nth-child(3) {
            top: 41%;
            left: 5%; }
          .values__tree__item:nth-child(4) {
            top: 7%;
            right: 20%; }
          .values__tree__item:nth-child(5) {
            top: 42%;
            right: 26%; }
          .values__tree__item:nth-child(6) {
            top: 19%;
            left: 2%; }
          .values__tree__item:nth-child(7) {
            top: 20%;
            left: 27%; }
          .values__tree__item:nth-child(8) {
            top: 2%;
            right: 41%; }
          .values__tree__item:nth-child(9) {
            top: 18%;
            right: 2%; }
          .values__tree__item:nth-child(10) {
            top: 37%;
            left: 32%; }
          .values__tree__item:nth-child(11) {
            top: 25%;
            right: 30%; }
          .mason--pedagogical .values__tree__item:nth-child(1) {
            top: 2%;
            left: 17%; }
          .mason--pedagogical .values__tree__item:nth-child(2) {
            top: 40%;
            right: 4%; }
          .mason--pedagogical .values__tree__item:nth-child(3) {
            top: 41%;
            left: 5%; }
          .mason--pedagogical .values__tree__item:nth-child(4) {
            top: 13%;
            right: 23%; }
          .mason--pedagogical .values__tree__item:nth-child(5) {
            top: 35%;
            right: 30%; }
          .mason--pedagogical .values__tree__item:nth-child(6) {
            top: 19%;
            left: 2%; }
          .mason--pedagogical .values__tree__item:nth-child(7) {
            top: 25%;
            left: 29%; }
          .mason--pedagogical .values__tree__item:nth-child(8) {
            top: 2%;
            right: 41%; }
          .mason--pedagogical .values__tree__item:nth-child(9) {
            top: 18%;
            right: 2%; } }
      .values__tree__item__icon {
        width: 100%;
        fill: currentColor;
        color: #B6AC9D;
        -webkit-transition: color .4s ease;
        -o-transition: color .4s ease;
        transition: color .4s ease;
        -webkit-filter: drop-shadow(0px 0px 14px #fff);
        filter: drop-shadow(0px 0px 14px #fff); }
        @media all and (min-width: 1050px) {
          .values__tree__item__icon {
            width: clamp(160px, calc(10rem + ((1vw - 10.5px) * 10.2564)), 200px);
            height: clamp(160px, calc(10rem + ((1vw - 10.5px) * 10.2564)), 200px); } }
      .values__tree__item__tag {
        position: absolute;
        bottom: 0;
        left: 50%;
        color: #466667;
        background: #fff;
        -webkit-transform: translate(-50%, 30px);
        -ms-transform: translate(-50%, 30px);
        transform: translate(-50%, 30px);
        padding: 8px;
        border-radius: 5px;
        text-transform: uppercase;
        font-weight: 700;
        opacity: 0;
        text-align: center;
        -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
        transition: opacity .3s ease, -webkit-transform .3s ease;
        -o-transition: opacity .3s ease, transform .3s ease;
        transition: opacity .3s ease, transform .3s ease;
        transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease; }
      .values__tree__item:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        z-index: 10; }
        .values__tree__item:hover .values__tree__item__icon {
          color: #D48B71; }
        .values__tree__item:hover .values__tree__item__tag {
          opacity: 1;
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

.values__pop {
  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: fixed;
  top: 0;
  z-index: 25;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  padding: 0 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  -o-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease; }
  .values__pop.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s ease, visibility 0s ease;
    -o-transition: opacity .3s ease, visibility 0s ease;
    transition: opacity .3s ease, visibility 0s ease; }
  .values__pop__list {
    display: -ms-grid;
    display: grid;
    width: 100%; }
    .values__pop__list__wrap {
      width: 100%;
      max-width: 950px;
      position: relative; }
  .values__pop__item {
    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;
    overflow-y: hidden;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
    width: 100%;
    z-index: 10;
    padding: 0;
    will-change: transform;
    -webkit-transition: opacity 0.45s cubic-bezier(0.79, 0.14, 0.15, 0.86), visibility 0s ease 0.45s;
    -o-transition: opacity 0.45s cubic-bezier(0.79, 0.14, 0.15, 0.86), visibility 0s ease 0.45s;
    transition: opacity 0.45s cubic-bezier(0.79, 0.14, 0.15, 0.86), visibility 0s ease 0.45s;
    opacity: 0;
    border: 18px solid #D48B71;
    border-radius: 10px;
    visibility: hidden;
    overflow: hidden; }
    .values__pop__item:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background: #D48B71;
      z-index: 4; }
      @media all and (min-width: 1050px) {
        .values__pop__item:after {
          width: 200px;
          height: 200px; } }
    .values__pop__item.active--slide {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 0.45s cubic-bezier(0.79, 0.14, 0.15, 0.86), visibility 0s ease 0s;
      -o-transition: opacity 0.45s cubic-bezier(0.79, 0.14, 0.15, 0.86), visibility 0s ease 0s;
      transition: opacity 0.45s cubic-bezier(0.79, 0.14, 0.15, 0.86), visibility 0s ease 0s; }
    .values__pop__item__close {
      position: absolute;
      top: 4px;
      right: 8px;
      color: #fff;
      font-size: 22px;
      z-index: 5;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      -o-transition: transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease;
      cursor: pointer; }
      @media all and (min-width: 1050px) {
        .values__pop__item__close {
          font-size: 40px;
          top: 12px;
          right: 22px; } }
      .values__pop__item__close:hover {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .values__pop__item__inner {
      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-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      padding: 20px;
      gap: 20px; }
      @media all and (min-width: 1050px) {
        .values__pop__item__inner {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          padding: 40px;
          gap: 40px; } }
    .values__pop__item__icon {
      fill: currentColor;
      color: #D48B71;
      width: 100%; }
      @media all and (min-width: 1050px) {
        .values__pop__item__icon {
          height: 360px;
          width: 40%; } }
      @media all and (min-width: 1050px) {
        .values__pop__item__icon {
          width: 50%; } }
    .values__pop__item__details {
      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-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      gap: 10px; }
      @media all and (min-width: 1050px) {
        .values__pop__item__details {
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          text-align: left;
          max-width: 60%; } }
      .values__pop__item__details--title {
        font-size: clamp(30px, calc(1.875rem + ((1vw - 4.25px) * 2.9557)), 60px);
        font-weight: 700;
        color: #EAB86A; }
      .values__pop__item__details--content {
        font-size: clamp(16px, calc(1rem + ((1vw - 4.25px) * 1.3793)), 30px);
        font-weight: 700;
        color: #466667;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden; }
  .values__pop__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120%;
    visibility: hidden; }
    @media all and (min-width: 1050px) {
      .values__pop__nav {
        width: 130%; } }
    .values__pop__nav > div {
      cursor: pointer;
      visibility: visible;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .values__pop__nav > div:hover {
        opacity: 0.5; }
    .values__pop__nav svg {
      font-size: 60px; }

.subnav {
  position: relative;
  width: 100%;
  background: #466667;
  padding: 2em;
  border-radius: 50px; }

.subnav__title {
  margin: 0 0 1em;
  color: #fff; }

.subnav__list {
  position: relative; }

.subnav__list__item {
  position: relative;
  width: 100%;
  margin-bottom: 10px; }

.subnav__list__item__link {
  position: relative;
  z-index: 2;
  padding: 15px;
  color: #fff;
  -webkit-transition: background .3s ease, color .3s ease;
  -o-transition: background .3s ease, color .3s ease;
  transition: background .3s ease, color .3s ease;
  border-radius: 50px; }
  .subnav__list__item__link:hover, .subnav__list__item--selected .subnav__list__item__link {
    color: #000;
    background: #EAB86A; }

@media all and (min-width: 768px) {
  .subnav__list__item {
    display: inline-block;
    vertical-align: top;
    width: 50%; } }

@media all and (min-width: 1050px) {
  .subnav__container {
    width: 30%; }
  .subnav__list__item {
    width: 100%; } }

.footer {
  background: #000;
  overflow: hidden;
  position: relative;
  z-index: 30; }
  .footer a {
    text-decoration: none;
    color: #fff; }
  .footer__contact {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: clamp(38px, 9vw, 78px) 5%;
    gap: 40px; }
    @media all and (min-width: 1050px) {
      .footer__contact {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    @media all and (min-width: 1440px) {
      .footer__contact {
        gap: 60px; } }
  .footer__logo {
    aspect-ratio: 1 / 1;
    width: clamp(123px, calc(7.6875rem + ((1vw - 4.25px) * 12.1182)), 246px); }
    @media all and (min-width: 1050px) {
      .footer__logo {
        margin-right: 30px; } }
  .footer__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px; }
    .footer__details__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 20px;
      text-align: center; }
      @media all and (min-width: 1050px) {
        .footer__details__wrap {
          text-align: left; } }
  .footer__line {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    line-height: 1.5; }
    @media all and (min-width: 1050px) {
      .footer__line {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 26px; } }
    .footer__line p {
      margin: 0; }
  .footer__legal {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: clamp(18px, 9vw, 36px) 5%;
    border-top: 1px solid #EAB86A; }
    @media all and (min-width: 1050px) {
      .footer__legal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px; } }
  .footer__sep {
    height: 12px;
    width: 2px;
    background: #EAB86A; }
    @media all and (max-width: 1049px) {
      .footer__sep {
        display: none; } }
  .footer__watermark {
    position: absolute;
    right: -100px;
    bottom: -100px;
    aspect-ratio: 630 / 700;
    width: clamp(430px, 43vw, 630px);
    pointer-events: none; }
    @media all and (min-width: 1050px) {
      .footer__watermark {
        right: 40px;
        bottom: -200px; } }

.custom__edit--info {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 1em;
  right: 1em;
  z-index: 3000;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin: 1em;
  background: #745B99;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); }
  .custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  .custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease; }
    .custom__edit--info div:after {
      position: absolute;
      content: '';
      top: auto;
      right: auto;
      bottom: 12px;
      left: 100%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 0 7px 8px;
      border-color: transparent transparent transparent #745B99; }
  .custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none; }
  .custom__edit--info small {
    margin-right: 5px;
    opacity: .75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
