@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Mulish:wght@300;400;500;700&display=swap");
:root {
  --speed: 300ms;
  --time-function: ease-in-out;
  --container: 1440px;
}

/* FONT SourceSansPro */
/*images*/
/*=======================START-MEDIA=====================*/
/*=======================END-MEDIA=====================*/
/* media breakpoint mixin */
h1, .h1-title {
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  h1, .h1-title {
    font-size: 100px;
  }
}

h2, .h2-title {
  color: var(--ast-global-color-7);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.36;
}
h2 span, .h2-title span {
  color: var(--ast-global-color-4);
}
@media only screen and (min-width: 1200px) {
  h2, .h2-title {
    font-size: 40px;
    line-height: 1.25;
  }
}

h3, .h3-title {
  color: var(--ast-global-color-7);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.36;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  h3, .h3-title {
    font-size: 50px;
    line-height: 1.2;
  }
}

.featured-row-custom .uagb-post__title, h3, .h3-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

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

body {
  margin: 0;
  background-color: var(--ast-global-color-1);
  text-rendering: optimizeLegibility;
  text-decoration-skip: objects;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  min-width: 320px;
  overflow-x: hidden;
}

html {
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
}

html, body {
  height: 100%;
}

audio,
video {
  display: block;
}

section {
  max-width: 100%;
}

a {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style-type: none;
}

img {
  max-width: 100%;
  display: block;
  border-style: none;
}

input,
textarea,
select {
  vertical-align: middle;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
  width: 100%;
}

input[type=search],
input[type=text],
input[type=file],
input[type=password],
input[type=submit],
input[type=email],
input[type=tel],
textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  resize: none;
  outline: none;
}

input[type=email] {
  box-shadow: none;
  -webkit-box-shadow: none;
}

input[type=image] {
  padding: 0;
  border: none;
}

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

input[type=submit],
input[type=button] {
  cursor: pointer;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button,
input[type=email]::-webkit-inner-spin-button,
input[type=email]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input::placeholder, input::-moz-placeholde, input::-webkit-input-placeholder {
  opacity: 0.5;
  color: inherit;
}

button:focus {
  outline: none;
  box-shadow: none;
}

button {
  cursor: pointer;
  outline: none;
  border: none;
  box-shadow: none;
}

p, span, label, h1, h2, h3, h4, h5, h6, b, strong, i, em {
  max-width: 100%;
  word-wrap: break-word;
  white-space: normal;
  margin: 0;
}

div {
  word-wrap: break-word;
  white-space: normal;
  box-sizing: border-box;
}

iframe {
  border: none;
}

input::-ms-clear {
  display: none;
}

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

h1, .h1-title {
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  h1, .h1-title {
    font-size: 100px;
  }
}

h2, .h2-title {
  color: var(--ast-global-color-7);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.36;
}
h2 span, .h2-title span {
  color: var(--ast-global-color-4);
}
@media only screen and (min-width: 1200px) {
  h2, .h2-title {
    font-size: 40px;
    line-height: 1.25;
  }
}

h3, .h3-title {
  color: var(--ast-global-color-7);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.36;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  h3, .h3-title {
    font-size: 50px;
    line-height: 1.2;
  }
}

.featured-row-custom .uagb-post__title, h3, .h3-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

body {
  font-size: 20px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  color: var(--ast-global-color-3);
}

p {
  line-height: 1.4;
}

.container {
  max-width: var(--container);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.content p {
  font-weight: normal;
  margin: 0 0 30px;
}
.content p:last-child {
  margin-bottom: 0;
}
.content h1:not(:last-child), .content h2:not(:last-child), .content h3:not(:last-child), .content h4:not(:last-child) {
  margin-bottom: 50px;
}
.content p + h2, .content p + h3,
.content ul + h2,
.content ul + h3 {
  margin-top: 40px;
}
.content p + h4, .content p + h5, .content p + h6,
.content ul + h4,
.content ul + h5,
.content ul + h6 {
  margin-top: 30px;
}
.content ol:not(:last-child),
.content ul:not(:last-child) {
  margin-bottom: 30px;
}
.content ul li {
  list-style: none;
  position: relative;
  padding-left: 34px;
}
.content ul li:not(:last-child) {
  margin-bottom: 20px;
}
.content ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.9998 7.10005L9.8998 1.20005C10.0831 1.01672 10.3165 0.925049 10.5998 0.925049C10.8831 0.925049 11.1165 1.01672 11.2998 1.20005C11.4831 1.38338 11.5748 1.61671 11.5748 1.90005C11.5748 2.18338 11.4831 2.41672 11.2998 2.60005L4.6998 9.20005C4.4998 9.40005 4.26647 9.50005 3.9998 9.50005C3.73314 9.50005 3.4998 9.40005 3.2998 9.20005L0.699804 6.60005C0.516471 6.41672 0.424805 6.18338 0.424805 5.90005C0.424805 5.61671 0.516471 5.38338 0.699804 5.20005C0.883138 5.01672 1.11647 4.92505 1.3998 4.92505C1.68314 4.92505 1.91647 5.01672 2.0998 5.20005L3.9998 7.10005Z' fill='%2317C7FF'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  width: 11px;
  height: 8px;
  border-radius: 50%;
}
.content ol {
  counter-reset: myCounter;
}
.content ol li {
  position: relative;
  padding-left: 20px;
}
.content ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter) ". ";
  position: absolute;
  top: 0;
  left: 0;
}
.content a {
  cursor: pointer;
  color: inherit;
}
.content strong, .content b {
  font-weight: 700;
}
.content__with-large-margin p {
  font-size: 18px;
  line-height: 1.78;
}
.content__with-large-margin p:not(:last-child) {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .about-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .about-section .full-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-section .full-width-container:nth-child(n) {
    padding: 0px;
  }
}

blockquote {
  border-left: 8px solid #121314;
  background-color: #F3F4FF;
  padding: 16px 24px 16px 22px;
  margin: 0 0 24px;
}

*:focus, *:focus-visible {
  outline: none !important;
}

h1, h2, h3, h4, h4, h6, .h1-title, .h2-title, .h3-title, .h4-title, .h5-title, .h6-title {
  display: block;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .wrapper {
    position: relative;
    overflow: visible;
  }
}

.main-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.main-wrapper--default {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .main-wrapper--default {
    padding: 40px 0;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.grid {
  display: grid;
}
.grid__col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid__col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid__col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid__col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}
.grid__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
.grid__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.disable {
  pointer-events: none !important;
}

.swiper-wrapper {
  box-sizing: border-box;
}

@media only screen and (min-width: 1200px) {
  .section-title {
    text-align: center;
  }
}

.content a {
  position: relative;
  display: inline-block;
}
.content a:before {
  content: "";
  width: 100%;
  bottom: 0px;
  height: 1px;
  background: currentColor;
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  position: absolute;
  bottom: -2px;
  left: 0px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
  transform-origin: left;
}
@media (any-hover: hover) {
  .content a:hover:before {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@media only screen and (max-width: 1199px) {
  .text-with-image.wp-block-uagb-container.uagb-is-root-container.alignfull {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .text-with-image .wp-block-uagb-image__figure img,
  .text-with-image .wp-block-uagb-image__figure {
    width: 100%;
  }
  .text-with-image .wp-block-uagb-container.uagb-is-root-container {
    padding: 0px;
  }
}
.text-with-image.wp-block-uagb-container.uagb-is-root-container.alignfull > .uagb-container-inner-blocks-wrap:nth-child(n) {
  padding-left: 20px;
  padding-right: 20px;
  --inner-content-custom-width: min(100%, 1440px);
}
@media only screen and (max-width: 1199px) {
  .text-with-image.wp-block-uagb-container.uagb-is-root-container.alignfull > .uagb-container-inner-blocks-wrap:nth-child(n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1199px) {
  .text-with-image.wp-block-uagb-container.uagb-is-root-container .wp-block-uagb-container {
    max-width: 100%;
  }
}

.icon {
  display: inline-block;
  fill: currentColor;
  line-height: 1em;
}

.featured-row-custom .wp-block-button__link, .button {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
  min-width: 251px;
  max-width: 300px;
  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;
  position: relative;
}
.featured-row-custom .wp-block-button__link:after, .button:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  border-radius: inherit;
  -webkit-box-shadow: 0px 0px 10px 3px var(--ast-global-color-4) !important;
  -moz-box-shadow: 0px 0px 10px 3px var(--ast-global-color-4) !important;
  box-shadow: 0px 0px 10px 3px var(--ast-global-color-4) !important;
}
@media (any-hover: hover) {
  .featured-row-custom .wp-block-button__link:hover:after, .button:hover:after {
    visibility: visible;
    pointer-events: auto;
    opacity: 0.6;
  }
}

.featured-row-custom .wp-block-button__link, .button__secondary {
  background: var(--ast-global-color-2) !important;
  border-color: var(--ast-global-color-1) !important;
}
.featured-row-custom .wp-block-button__link:after, .button__secondary:after {
  -webkit-box-shadow: 0px 0px 10px 3px var(--ast-global-color-1) !important;
  -moz-box-shadow: 0px 0px 10px 3px var(--ast-global-color-1) !important;
  box-shadow: 0px 0px 10px 3px var(--ast-global-color-1) !important;
}

.button__small {
  min-width: 161px;
  max-width: 161px;
  padding: 5px !important;
}

.featured-row-custom .wp-block-button__link, .button__dark {
  color: var(--ast-global-color-7) !important;
  border-color: var(--ast-global-color-7) !important;
}
.featured-row-custom .wp-block-button__link:after, .button__dark:after {
  -webkit-box-shadow: 0px 0px 10px 3px var(--ast-global-color-7) !important;
  -moz-box-shadow: 0px 0px 10px 3px var(--ast-global-color-7) !important;
  box-shadow: 0px 0px 10px 3px var(--ast-global-color-7) !important;
}

.featured-row-custom .wp-block-button__link, .button__secondary-small {
  min-width: 191px;
  max-width: 250px;
}

.wp-block-uagb-container .wpforms-field-container .input-box input {
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border: 1px solid var(--ast-global-color-7);
  font-family: "Mulish";
  font-weight: 700;
  color: #A1A1A1;
  font-size: 18px;
  padding: 15px 40px;
  border-radius: 54px;
}
.wp-block-uagb-container .wpforms-field-container .input-box input::placeholder {
  color: #A1A1A1;
  font-family: "Mulish";
  font-weight: 700;
}
.wp-block-uagb-container .wpforms-submit-container {
  text-align: center;
  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;
}
.wp-block-uagb-container .wpforms-submit-container .wpforms-submit {
  color: var(--ast-global-color-7) !important;
  border: 1px solid var(--ast-global-color-7) !important;
  width: 100%;
  max-width: 100%;
  border-radius: 53px;
  height: 54px;
}
.wp-block-uagb-container .wpforms-submit-container .wpforms-submit:after {
  -webkit-box-shadow: 0px 0px 10px 3px var(--ast-global-color-7) !important;
  -moz-box-shadow: 0px 0px 10px 3px var(--ast-global-color-7) !important;
  box-shadow: 0px 0px 10px 3px var(--ast-global-color-7) !important;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social__item {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: var(--ast-global-color-1);
  width: 24px;
  height: 24px;
  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;
}
.social__item:not(:last-child) {
  margin-right: 10px;
}
.social__item .icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.social__link:nth-child(n) {
  line-height: 0;
  color: var(--ast-global-color-7);
  transition-timing-function: ease-in-out;
  transition-duration: 300ms;
  transition-property: all;
}
@media (any-hover: hover) {
  .social__link:nth-child(n):hover {
    opacity: 0.7;
  }
}

.menu-item a {
  color: inherit;
  transition-timing-function: ease-in-out;
  transition-duration: 300ms;
  transition-property: all;
}
@media (any-hover: hover) {
  .menu-item a:hover {
    color: var(--ast-global-color-4) !important;
  }
}
.menu-item.current-menu-item > a {
  color: var(--ast-global-color-4);
}

.row {
  display: flex;
  justify-content: space-between;
  --gap: 75px;
}
@media only screen and (max-width: 1200px) {
  .row {
    flex-direction: column;
  }
}
.row__small-gap {
  --gap: 20px;
}
.row__item {
  max-width: calc((100% - var(--gap)) / 2);
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .row__item {
    max-width: 100%;
  }
}
.row__item-right-container {
  padding-right: calc((100vw - var(--gap)) / 2 - ((var(--container) + (20px * 2)) - var(--gap)) / 2);
}
.row__item-right-container > * {
  margin-right: 20px;
}
.row__item-left-container {
  padding-left: calc((100vw - var(--gap)) / 2 - (var(--container) + 20px - var(--gap)) / 2);
}
.row__item-left-container > * {
  margin-left: 20px;
}

@media only screen and (max-width: 600px) {
  .header {
    position: sticky;
    z-index: 99;
    top: 0px;
  }
}
body.admin-bar .header:after, body.admin-bar .header__wrapper {
  top: 46px;
}
@media only screen and (min-width: 783px) {
  body.admin-bar .header:after, body.admin-bar .header__wrapper {
    top: 32px;
  }
}
.header:after, .header__wrapper {
  display: block;
  width: 100%;
  min-height: 60px;
}
@media only screen and (min-width: 1200px) {
  .header:after, .header__wrapper {
    min-height: 88px;
  }
}
.header__wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  background: var(--ast-global-color-7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
}
@media only screen and (max-width: 600px) {
  .header__wrapper {
    position: static;
  }
}
.header:after {
  content: "";
  position: relative;
}
@media only screen and (max-width: 600px) {
  .header:after {
    display: none;
  }
}
.header__row {
  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;
}
.header__logo {
  padding: 5px 0px 5px;
  display: inline-block;
}
@media only screen and (min-width: 1200px) {
  .header__logo {
    padding: 13px 0px;
  }
}
@media only screen and (max-width: 575px) {
  .header__logo img {
    width: 137px;
    height: auto;
  }
}
.header__desktop-menu {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header__desktop-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}
.header__desktop-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
}
.header__desktop-menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (any-hover: hover) {
  .header__desktop-menu .menu-item:hover .sub-menu {
    display: block;
  }
}
.header__desktop-menu .menu-item:not(:last-child) {
  margin-right: 24px;
}
.header__desktop-menu .menu-item a {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  line-height: 1.28;
}
.header__desktop-menu .menu-item .sub-menu {
  border: 1px solid var(--ast-global-color-7);
  -moz-transform: translateY(calc(100% - 1px));
  -o-transform: translateY(calc(100% - 1px));
  -ms-transform: translateY(calc(100% - 1px));
  -webkit-transform: translateY(calc(100% - 1px));
  transform: translateY(calc(100% - 1px));
  position: absolute;
  bottom: 0px;
  background: var(--ast-global-color-7);
  padding: 20px;
  min-width: 159px;
  max-width: 250px;
  display: none;
  margin-left: 0px;
}
.header__desktop-menu .menu-item .sub-menu .menu-item {
  padding-bottom: 0px;
}
.header__desktop-menu .menu-item .sub-menu .menu-item:last-child {
  margin-bottom: 0px;
}
.header__desktop-menu .menu-item .sub-menu .menu-item:not(:last-child) {
  margin-bottom: 20px;
}
.header__desktop-menu .button {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.header__mobile-modal {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .header__mobile-modal {
    display: none;
  }
}
.header__mobile-menu {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px;
  height: 100vh;
  width: 100%;
  background: var(--ast-global-color-7);
  -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;
}
.header__mobile-menu.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__mobile-menu .menu {
  text-align: center;
}
.header__mobile-menu .menu-item:not(:last-child) {
  margin-bottom: 10px;
}
.header__mobile-menu .menu-item a {
  font-size: 14px;
  line-height: 17px;
}
.header__mobile-menu .menu-item-has-children > a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}
.header__mobile-menu .menu-item-has-children:hover > a {
  pointer-events: auto;
}
.header__mobile-menu .menu-item-has-children:hover .sub-menu {
  max-height: 1000px;
  pointer-events: auto;
  visibility: visible;
}
.header__mobile-menu .menu-item .sub-menu {
  max-height: 0px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  margin-left: 0px;
}
.header__mobile-menu .menu-item .sub-menu a {
  color: var(--ast-global-color-8);
}
.header__mobile-menu .menu-item .sub-menu .menu-item:first-child {
  padding-top: 10px;
}
.header .menu {
  color: var(--ast-global-color-1);
}
.header .menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .menu-item-has-children > a:after {
  content: "";
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 5px solid currentColor;
  margin-left: 4.6px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
}
.header .menu-item-has-children:hover > a:after {
  -moz-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.header .button:not(:hover) {
  border-color: rgba(var(--ast-global-color-1), 0.3);
}
.header__burger {
  width: 28px;
  height: 28px;
  padding: 6px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.header__burger:nth-child(n) {
  background: var(--ast-global-color-2);
  color: var(--ast-global-color-1);
}
.header__burger.is-active .header__burger-inner:before, .header__burger.is-active .header__burger-inner:after {
  width: 17px;
}
.header__burger.is-active .header__burger-inner:before {
  top: 50%;
}
.header__burger.is-active .header__burger-inner:after {
  bottom: 50%;
}
.header__burger.is-active .header__burger-inner:before {
  -moz-transform: rotate(45deg) translateY(-75%) translateX(-2%);
  -o-transform: rotate(45deg) translateY(-75%) translateX(-2%);
  -ms-transform: rotate(45deg) translateY(-75%) translateX(-2%);
  -webkit-transform: rotate(45deg) translateY(-75%) translateX(-2%);
  transform: rotate(45deg) translateY(-75%) translateX(-2%);
}
.header__burger.is-active .header__burger-inner:after {
  -moz-transform: rotate(-45deg) translateY(50%);
  -o-transform: rotate(-45deg) translateY(50%);
  -ms-transform: rotate(-45deg) translateY(50%);
  -webkit-transform: rotate(-45deg) translateY(50%);
  transform: rotate(-45deg) translateY(50%);
}
.header__burger.is-active .header__burger-inner span {
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.header__burger-inner {
  position: relative;
  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-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.header__burger-inner:before, .header__burger-inner:after {
  content: "";
  position: absolute;
}
.header__burger-inner:before, .header__burger-inner:after,
.header__burger-inner span {
  width: 21px;
  height: 2px;
  background: currentColor;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
}
.header__burger-inner:before {
  top: 0;
}
.header__burger-inner:after {
  bottom: 0;
}
.header__mobile-button {
  margin-top: 40px;
}

.footer {
  background: var(--ast-global-color-7);
  padding: 30px 0px;
  color: var(--ast-global-color-1);
}
@media only screen and (min-width: 1200px) {
  .footer {
    padding: 60px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer__left {
  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;
}
@media only screen and (min-width: 1200px) {
  .footer__left {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 320px;
  }
}
.footer__logo-text, .footer__address {
  color: var(--ast-global-color-6);
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 1200px) {
  .footer__logo-text, .footer__address {
    text-align: left;
  }
}
.footer__address {
  margin-top: 12px;
}
.footer__social {
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .footer__menu {
    margin-top: 20px;
  }
}
.footer__menu .menu {
  grid-auto-flow: column;
}
@media only screen and (min-width: 1200px) {
  .footer__menu .menu {
    display: -ms-grid;
    display: grid;
    row-gap: 20px;
    column-gap: 140px;
    grid-template-rows: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1199px) {
  .footer__menu .menu-item {
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__menu .menu-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__menu .menu-item:nth-child(n+7) {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .featured-row-custom__title {
    text-align: left !important;
  }
}
@media only screen and (max-width: 1199px) {
  .featured-row-custom {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 976px) {
  .featured-row-custom__inner.wp-block-uagb-post-grid.uagb-post-grid.is-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.featured-row-custom__inner.wp-block-uagb-post-grid.uagb-post-grid.is-grid .uagb-post-grid-byline {
  display: none;
}
.featured-row-custom .uagb-post__inner-wrap:nth-child(n) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.featured-row-custom .uagb-post__inner-wrap:nth-child(n) .wp-block-button {
  margin-top: auto;
}
.featured-row-custom .uagb-post__title {
  text-transform: none;
}
.featured-row-custom .uagb-post__excerpt {
  font-family: "Mulish", sans-serif;
  padding-bottom: 20px !important;
}
@media only screen and (max-width: 1199px) {
  .brand-image {
    padding-top: 30px !important;
    padding-bottom: 60px !important;
  }
}
.brand-image__title {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
  .brand-image__title {
    margin-bottom: 30px;
  }
}
.brand-image__title-large {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .brand-image__title-large {
    margin-bottom: 60px;
  }
}
.brand-image__row:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .brand-image__row:not(:last-child) {
    margin-bottom: 60px;
  }
}
.brand-image__row img {
  max-width: 614px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

div.wpforms-field-container div.wpforms-field input:not([type=radio]), div.wpforms-field-container div.wpforms-field textarea {
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border: 1px solid var(--ast-global-color-7);
  font-family: "Mulish";
  font-weight: 700;
  color: #A1A1A1;
  font-size: 18px;
  padding: 15px 40px;
  border-radius: 54px;
}
div.wpforms-field-container div.wpforms-field input:not([type=radio])::placeholder, div.wpforms-field-container div.wpforms-field textarea::placeholder {
  color: #A1A1A1;
  font-family: "Mulish";
  font-weight: 700;
}
div.wpforms-field-container div.wpforms-field textarea {
  border-radius: 30px;
}

div.wpforms-container-full .wpforms-submit-container {
  text-align: center;
  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;
}
div.wpforms-container-full .wpforms-submit-container button[type=submit].wpforms-submit {
  color: var(--ast-global-color-7) !important;
  border: 1px solid var(--ast-global-color-7) !important;
  width: 100%;
  max-width: 100%;
  border-radius: 53px;
  height: 54px;
  background-color: white !important;
}
div.wpforms-container-full .wpforms-submit-container button[type=submit].wpforms-submit:after {
  -webkit-box-shadow: 0px 0px 10px 3px var(--ast-global-color-7) !important;
  -moz-box-shadow: 0px 0px 10px 3px var(--ast-global-color-7) !important;
  box-shadow: 0px 0px 10px 3px var(--ast-global-color-7) !important;
}

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