/** Shopify CDN: Minification failed

Line 202:2 Unexpected "<"

**/
.rte:after {
  clear: both;
  content: '';
  display: block;
}

.rte > p:first-child {
  margin-top: 0;
}

.rte > p:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

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

.rte ul {
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.rte blockquote {
  padding: 35px 0;
  margin: 48px 0 48px 0;
  text-align: center;
  position: relative;  
  letter-spacing: 0px;
  color: rgba(var(--color-foreground));
  border-top: 2px solid #F9F5F2;
  border-bottom: 2px solid #F9F5F2;
  border-left: none;
  border-right: none;
}
.rte blockquote,
.rte blockquote p {
  font: italic normal bold 18px/26px var(--font-heading-family);
}
.rte blockquote p:last-child {
  margin: 0;
}
.rte blockquote:before {
  margin: 0 auto 20px;
  display: block;
  content: '';
  width: 55px;
  height: 35px;
  background-image: url('quote.svg');
  background-repeat: no-repeat;
  background-size: 55px;
}
.rte img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.rte {
  letter-spacing: 0px;
  font: normal normal normal 18px/26px var(--font-body-family);
  color: rgba(var(--color-foreground));
}
.rte * {
  color: rgb(var(--color-foreground));
  letter-spacing: 0px;
}
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  margin: 0 0 16px 0;
  font-weight: bold;
  font-family: var(--font-heading-family);
}
.rte h2 {
  margin: 0 0 24px 0;
}
.rte h1 {
  font-size: 31px;
  line-height: 41px;
}
.rte h2 {
  font-size: 25px;
  line-height: 34px;
}
.rte h3 {
  font-size: 21px;
  line-height: 32px;
}
.rte h4 {
  font-size: 18px;
  line-height: 28px;
}
.rte h5 {
  font-size: 18px;
  line-height: 26px;
}
.rte h6 {
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.rte ul li,
.rte ol li,
.rte p,
.rte table td {
  font: normal normal normal 16px/23px var(--font-body-family);
}
.rte p {
  margin: 0 0 32px 0;
}
.rte p strong,
.rte p b {
  font: normal normal bold 18px/26px var(--font-body-family);
}
.rte ul,
.rte ol {
  margin-bottom: 32px;
}
.rte ul li,
.rte ol li {
  margin-bottom: 16px;
}
.rte table {
  border-collapse: separate;
  border-spacing: 0;
  border-style: none;
  box-shadow: none;
  border-radius: 10px;
}
.rte table,
.rte table td {
  border: 1px solid #FFC45C;
}  
.rte table td {
  background-color: #fff;  
  letter-spacing: 0px;
  color: #00205B;
  padding: 18px;
}
.rte table tr:first-child td {
  background-color: #FFC45C;
  text-transform: uppercase;
  font: normal normal bold 12px/17px var(--font-heading-family);
  letter-spacing: 1.2px;
}
.rte table tr:first-child td {
  border-right-color: #fff;
}
.rte table tr:first-child td:last-child {
  border-right-color: #FFC45C;
}
.rte table tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
.rte table tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
.rte table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.rte table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.rte img,
.rte em img{
  margin-bottom: 48px;
  margin-top: 48px;
}
p < img { 
  margin: 0; 
}

@media screen and (min-width: 769px) {
  .rte h1 {
    font-size: 44px;
    line-height: 56px;
  }
  .rte h2 {
    font-size: 32px;
    line-height: 44px;
  }
  .rte h3 {
    font-size: 26px;
    line-height: 37px;
  }
  .rte h4 {
    font-size: 22px;
    line-height: 32px;
  }
  .rte p,
  .rte ul li,
  .rte ol li,
  .rte table td {
    font: normal normal normal 18px/26px var(--font-body-family);
  }
  .rte p strong,
  .rte p b {
    font: normal normal bold 20px/31px var(--font-body-family);
  }
}
@media screen and (min-width: 1025px) {
  .rte blockquote {
    padding: 54px 74px;
    text-align: left;
    margin: 64px 0;
  }  
  .rte blockquote,
  .rte blockquote p {
    font: italic normal bold 20px/31px var(--font-heading-family);
  }
  .rte blockquote:before {
    position: absolute;
    left: 0;
    top: 60px;
  }
  .rte em {
    display: block;
    margin-right: -50vw;
    margin-left: -50vw;
    width: 100vw;
    position: relative;
    right: 50%;
    max-width: none;
    left: 50%;
  }
  .rte em img {
    max-width: 100%;
    width: 80vw;
    display: block;
    margin: 0 auto;
  }
  .template-article #MainContent {
    overflow: hidden;
  }
  .rte img,
  .rte em img {
    margin-bottom: 64px;
    margin-top: 64px;
  }
  .rte table td {
    padding: 24px 12px;
  }
}

@media screen and (min-width: 1350px) {
  .rte table td {
    padding: 24px;
  }
}