/*
 Theme Name:   Satovsky
 Theme URI:    https://www.satovsky.com/
 Description:
 Author:       Zagoren
 Author URI:
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/
@font-face {
  font-family: "Avenir";
  src: url("./fonts/Avenir-Roman.eot");
  src: local("Avenir Roman"), local("Avenir-Roman"), url("./fonts/Avenir-Roman.eot?#iefix") format("embedded-opentype"), url("./fonts/Avenir-Roman.woff2") format("woff2"), url("./fonts/Avenir-Roman.woff") format("woff"), url("./fonts/Avenir-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
  font-family: 'Avenir';
  src: url('./fonts/Avenir-Medium.eot');
  src: local('Avenir Medium'), local('Avenir-Medium'),
  url('./fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
  url('./fonts/Avenir-Medium.woff2') format('woff2'),
  url('./fonts/Avenir-Medium.woff') format('woff'),
  url('./fonts/Avenir-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
*/
@font-face {
  font-family: "Avenir Next";
  src: url("./fonts/AvenirNext-DemiBold.woff2") format("woff2"), url("./fonts/AvenirNext-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("./fonts/AvenirNext-Bold.woff2") format("woff2"), url("./fonts/AvenirNext-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("./fonts/Avenir-Black.eot");
  src: local("Avenir Black"), local("Avenir-Black"), url("./fonts/Avenir-Black.eot?#iefix") format("embedded-opentype"), url("./fonts/Avenir-Black.woff2") format("woff2"), url("./fonts/Avenir-Black.woff") format("woff"), url("./fonts/Avenir-Black.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("./fonts/Avenir-Heavy.eot");
  src: local("Avenir Heavy"), local("Avenir-Heavy"), url("./fonts/Avenir-Heavy.eot?#iefix") format("embedded-opentype"), url("./fonts/Avenir-Heavy.woff2") format("woff2"), url("./fonts/Avenir-Heavy.woff") format("woff"), url("./fonts/Avenir-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
html {
  min-width: 375px;
  font-size: 7px;
}

:where(a) {
  color: var(--bricks-color-snfhqb);
}

body {
  font-family: "Avenir", Sans-serif;
  line-height: 1.5;
}

h1 {
  font-size: calc(2.75rem + 1.5vw);
}

h2 {
  font-size: calc(3rem + 0.9vw);
  line-height: 1.08;
  margin-bottom: 2rem;
  letter-spacing: -0.025em;
}

h3 {
  font-size: calc(2.4rem + 0.6vw);
  margin-bottom: 1rem;
}

h4 {
  font-size: calc(2.2rem + 0.3vw);
}

h5 {
  font-size: 1.25rem;
}

@media (min-width: 1280px) {
  h1 {
    font-size: 7rem;
  }
  h2 {
    font-size: 4.8rem;
  }
  h3 {
    font-size: 3rem;
  }
  h4 {
    font-size: 2.5rem;
  }
}
.brxe-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex-direction: row;
  row-gap: 2rem;
}

.container-fluid {
  max-width: 100%;
}

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

.justify-center {
  justify-content: center;
}

@media (min-width: 576px) {
  .brxe-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .brxe-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .brxe-container {
    max-width: 960px;
  }
  .narrowed.brxe-section {
    padding-right: 4.5rem;
    padding-left: 4.5rem;
  }
}
@media (min-width: 1280px) {
  .brxe-container {
    max-width: 1290px;
  }
}
.bricks-button {
  font-weight: 900;
  font-size: 2.1rem;
  min-width: 22rem;
  letter-spacing: 0;
  padding: 0.8em 1.5em;
  text-transform: uppercase;
}
.bricks-button.bricks-background-primary {
  color: #fff;
}
.bricks-button.bricks-background-primary:hover {
  background-color: #07203E;
}

@media (min-width: 992px) {
  .bricks-button {
    padding: 0.8em 2.35em;
  }
}
.btn-play {
  min-width: 6.5rem;
  color: #5f9ae6;
  font-size: 3rem;
  padding: 0.5em 0.6em;
}
.btn-play:hover {
  color: #fff;
  background-color: #5f9ae6;
  border-color: #5f9ae6;
}

.sc-podcast {
  background-color: #d1d5d9;
  padding: 9rem 0;
}
.sc-podcast .brxe-container {
  flex-direction: column;
}
.sc-podcast h2.brxe-heading {
  color: #3d3d3d;
  text-align: center;
  width: 100%;
}

.video-box {
  line-height: 1.4;
}

.brxe-form {
  justify-content: space-between;
  font-size: 16px;
}

.input, input:not([type=submit]), select, textarea {
  background: none !important;
  border: 0 none;
  border-bottom: 1px solid #909294;
  padding: 0;
}

.g-col-3 {
  column-gap: 3rem;
}

.g-col-4 {
  column-gap: 4.4rem;
}

.g-col-5 {
  column-gap: 5rem;
}

.g-col-6 {
  column-gap: 3rem;
}

.pt-5 {
  padding-top: calc(2.5rem + 1.5vw);
}

.pb-5 {
  padding-bottom: calc(2.5rem + 1.5vw);
}

.pt-8 {
  padding-top: calc(4rem + 1.5vw);
}

.pt-15 {
  padding-top: calc(7.5rem + 1.5vw);
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mb-11 {
  margin-bottom: calc(5.5rem + 1.5vw);
}

.mw-48 {
  max-width: 48rem;
}

@media (min-width: 992px) {
  .pt-5 {
    padding-top: 5rem;
  }
  .pb-5 {
    padding-bottom: 5rem;
  }
  .pt-8 {
    padding-top: 8rem;
  }
  .pt-15 {
    padding-top: 15rem;
  }
  .mb-11 {
    margin-bottom: 11rem;
  }
}
@media (min-width: 1440px) {
  .g-col-6 {
    column-gap: 6rem;
  }
}
.text-center {
  text-align: center;
}

.site-footer {
  background-color: #1a4378;
  color: #8aa2bb;
  padding: 4rem 0;
  font-size: 1.2rem;
  line-height: 2;
}
.site-footer a {
  color: #fff;
}
.site-footer .brxe-image {
  width: 23rem;
}
.site-footer .brxe-container {
  justify-content: space-between;
  align-items: center;
}
.site-footer .brxe-block {
  flex: 0 0 auto;
  width: auto;
}
.site-footer .brxe-divider .line {
  color: #8aa2bb;
  height: 8.6rem;
}
.site-footer .bricks-nav-menu li {
  margin: 0;
}
.site-footer .footer-info {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.875;
}

.social-links {
  column-gap: 8px;
}
.social-links a {
  background-color: #fff;
  color: #1a4378;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.social-links a:hover {
  background-color: #1a4378;
  color: #fff;
}

.home #brx-header:not(.scrolling), .page-id-227 #brx-header:not(.scrolling) {
  position: fixed;
}
.home #brx-header:not(.scrolling) .site-header, .page-id-227 #brx-header:not(.scrolling) .site-header {
  background: transparent;
}

.site-header {
  padding: 2.45rem 0;
  background-color: #1a4378;
}
.site-header .brxe-container {
  max-width: 1660px;
  justify-content: space-between;
  align-items: center;
}
.site-header .brxe-logo {
  width: 21rem;
  transition: all 0.5s ease;
}
.site-header a {
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
}
.site-header .bricks-nav-menu {
  align-items: center;
}
.site-header .bricks-nav-menu button {
  display: none;
}
.site-header .bricks-nav-menu > li {
  margin-left: 1.3rem;
}
.site-header .bricks-nav-menu .sub-menu {
  background-color: rgb(7.8356164384, 20.1917808219, 36.1643835616);
  line-height: 40px;
}
.site-header .bricks-nav-menu .sub-menu li {
  transition: all 0.5s ease;
}
.site-header .bricks-nav-menu .sub-menu li:hover {
  background-color: #1a4378;
}
.site-header .start-here a {
  background-color: #5f9ae6;
  color: #fff;
  padding: 1rem 2.2rem;
}

#brx-header.scrolling .site-header {
  padding: 1.5rem 0;
}
#brx-header.scrolling .site-header .brxe-logo {
  max-width: 20rem;
}
#brx-header.scrolling .site-header .start-here a {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.bricks-mobile-menu a {
  font-size: 16px;
}

.bricks-mobile-menu-toggle {
  color: #fff;
}

.bricks-mobile-menu-wrapper:before {
  background-color: var(--bricks-color-snfhqb) !important;
}

.brxe-nav-menu .bricks-mobile-menu-wrapper li a {
  line-height: 45px;
}

.home-banner {
  min-height: 60vh;
  padding-top: 8rem;
  padding-bottom: 8rem;
  justify-content: center;
  position: relative;
}
.home-banner .brxe-heading {
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: -0.025em;
  max-width: 52rem;
}
.home-banner .award {
  width: 12rem;
  margin-top: 2rem;
}

.block-excellence .brxe-image {
  margin-bottom: 2rem;
}
.block-excellence .brxe-heading {
  font-weight: 700;
  font-size: 2.2rem;
}

.home-quote {
  min-height: 65vw;
}
.home-quote .brxe-block {
  max-width: 60vw;
  text-align: center;
}
.home-quote .brxe-image {
  width: 5rem;
}

.bg-gray {
  background-color: #d1d5d9;
  color: #000000;
}

.section-img-left {
  position: relative;
}
.section-img-left .brxe-image {
  height: 100%;
  object-fit: cover;
}
.section-img-left .brxe-container {
  max-width: 100%;
}
.section-img-left .right-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-self: center;
}
.section-img-left .right-content > * {
  max-width: 600px;
  padding-right: 15px;
}

@media (min-width: 579px) {
  .home-banner .award {
    position: absolute;
    right: 2rem;
  }
  .home-quote {
    min-height: 43vw;
  }
  .home-quote .brxe-block {
    max-width: 50rem;
  }
  .home-quote .brxe-image {
    width: 7.1rem;
  }
}
@media (min-width: 768px) {
  .home-banner .brxe-heading {
    font-size: 5.5rem;
  }
  .home-banner .award {
    width: 16.7rem;
  }
  .section-img-left {
    position: relative;
  }
  .section-img-left .brxe-container {
    padding-left: 0;
    padding-right: 0;
  }
  .sc-lp {
    background-position: center;
  }
  .sc-lp + .sc-lp {
    margin-top: -1px;
  }
  .sc-lp .brxe-container {
    flex-direction: column;
    max-width: 65.625vw;
  }
  .sc-lp .text-box-mobile {
    display: none;
  }
  .lp-01 {
    height: 47.9166666667vw;
    padding-top: 12vw;
  }
  .lp-01 h1.brxe-heading {
    font-family: "Avenir Next";
    font-size: 3.125vw;
    font-weight: 600;
    margin-bottom: 3.5vw;
  }
  .lp-01 .text-box {
    color: #fff;
    max-width: 31.25vw;
    font-family: "Avenir Next";
  }
  .lp-01 .text-box h2 {
    font-weight: 700;
    font-size: 1.875vw;
    max-width: 29vw;
    letter-spacing: 0;
  }
  .lp-01 .text-box p {
    font-size: 1.3541666667vw;
    font-weight: 600;
  }
  .lp-02 .text-box,
  .lp-03 .text-box,
  .lp-04 .text-box {
    color: #3d3d3d;
  }
  .lp-02 .text-box h2,
  .lp-03 .text-box h2,
  .lp-04 .text-box h2 {
    font-weight: 700;
    font-size: 2.5vw;
    color: #3d3d3d;
  }
  .lp-02 .text-box p,
  .lp-03 .text-box p,
  .lp-04 .text-box p {
    font-family: "Avenir Next";
    font-size: 1.1458333333vw;
    font-weight: 600;
  }
  .lp-02 .text-box a,
  .lp-03 .text-box a,
  .lp-04 .text-box a {
    color: #3d3d3d;
    font-weight: 700;
    border-bottom: 1px solid currentColor;
  }
  .lp-02 {
    height: 66.71875vw;
    padding-top: 5vw;
  }
  .lp-02 h2 {
    margin-bottom: 6vw;
  }
  .lp-02 .text-box {
    color: #fff;
    max-width: 29.1666666667vw;
    margin-left: auto;
  }
  .lp-02 .text-box a {
    color: #fff;
  }
  .lp-03 {
    height: 75.1041666667vw;
    padding-top: 3vw;
  }
  .lp-03 .text-box {
    text-align: center;
    max-width: 56.25vw;
    margin: 0 auto;
  }
  .lp-04 {
    height: 44.6875vw;
    padding-top: 2vw;
  }
  .lp-04 .text-box {
    max-width: 27.8645833333vw;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 8px;
  }
  .site-header .brxe-logo {
    width: 28rem;
  }
  .site-header a {
    font-size: 1.4rem;
  }
  .site-header .bricks-nav-menu > li {
    margin-left: 2rem;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 10px;
  }
  .home-banner {
    min-height: 96vh;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .home-banner .brxe-heading {
    font-size: 6.7rem;
  }
  .home-banner .award {
    right: 14rem;
    margin-top: 5rem;
  }
}
@media (min-width: 1440px) {
  .site-header .brxe-logo {
    width: 34.4rem;
  }
  .site-header .start-here a {
    padding: 2.2rem;
  }
}
@media (min-width: 1600px) and (max-width: 1999px) {
  .site-header :where(.brxe-nav-menu) .bricks-nav-menu > li {
    margin-left: 3.4vw;
  }
}
@media (min-width: 2000px) {
  .site-header :where(.brxe-nav-menu) .bricks-nav-menu > li {
    margin-left: 6rem;
  }
}
@media (min-width: 1600px) {
  .home-quote {
    min-height: 829px;
  }
}
@media (max-width: 767px) {
  .home-banner {
    background-position: 60% 50%;
  }
  .section-img-left {
    padding-top: 15px;
  }
  .site-footer {
    text-align: center;
    font-size: 13px;
  }
  .site-footer .brxe-block, .site-footer .bricks-nav-menu {
    align-items: center;
  }
  .site-footer .brxe-divider {
    flex-direction: row;
  }
  .site-footer .brxe-divider .line {
    height: 1px;
    width: 10rem;
    border: 0;
    background-color: #fff;
  }
  .site-footer .footer-info {
    font-size: 16px;
  }
  .sc-lp {
    position: relative;
  }
  .sc-lp .brxe-container {
    padding-right: 5.0724637681vw;
    padding-left: 5.0724637681vw;
  }
  .sc-lp .text-box {
    display: none;
  }
  .sc-lp .text-box-mobile {
    color: #3d3d3d;
  }
  .sc-lp .text-box-mobile .brxe-text {
    width: 100%;
  }
  .sc-lp .text-box-mobile h2 {
    font-weight: 900;
    font-size: 5.7971014493vw;
    color: #3d3d3d;
  }
  .sc-lp .text-box-mobile a {
    color: #3d3d3d;
    border-bottom: 1px solid currentColor;
    font-size: 3.6231884058vw;
  }
  .lp-01 {
    height: 102.4154589372vw;
    padding-top: 32vw;
  }
  .lp-01 h1.brxe-heading {
    font-weight: 900;
    max-width: 78vw;
    font-size: 6.2801932367vw;
  }
  .lp-01 .text-box-mobile {
    padding: 0 5.0724637681vw;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
  }
  .lp-02 {
    height: 116.9082125604vw;
  }
  .lp-02 .text-box-mobile {
    padding: 0 5.0724637681vw;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
  .lp-03 {
    height: 68.3574879227vw;
  }
  .lp-04 {
    height: 75.6038647343vw;
  }
  .lp-04 h2 {
    max-width: 70vw;
  }
}

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