.site-header__container{
display:none;
}

.hero__container {
    display: none;
}

h2.heading__h {
    font-weight: bolder;
}

.section--bg-cover {
    background-size: auto !important;
	background-repeat: no-repeat !important;
	margin-bottom: -20px;
    margin-top: -20px;
}

.section__container {
    margin-top: -20px;
}

h3.heading__h {
    font-weight: bolder;
	padding-left: 20px;
	padding-right: 20px;
}

h3.heading__h._font-bold.theme-color-white._p-2 {
	padding-top: 20px;
    padding-bottom: 40px;	
}

h4.heading__h {
    padding-left: 16px;
}

div#heading-15 {
    border-left: 3px solid #6ac5ee;
    font-weight: bold;
}

div#heading-18 {
    border-left: 3px solid #6ac5ee;
    font-weight: bold;
}

div#heading-16 {
    border-left: 3px solid #6ac5ee;
    font-weight: bold;
}

div#heading-20 {
    border-left: 3px solid #6ac5ee;
    font-weight: bold;
}

div#heading-63{
    border-left: 3px solid #6ac5ee;
    font-weight: bold;
}

strong {
    font-weight: bolder;
    background-color: #fbeeb8;
}

.section__container .button__button {
  background: linear-gradient(105deg, #FFE402, #FFD401 50%, #FFC101)
}
.section__container .button__button:hover {
  opacity: .75
}