.wp-block-button .wp-block-button__link {
  padding: 20px 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  transition: background-color 500ms;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: #212C46;
}
.wp-block-columns {
  box-sizing: border-box;
}
.wp-block-columns.has-background {
  padding: 30px;
}
@media (max-width: 480px) {
  .wp-block-columns.has-background {
    padding: 15px;
  }
}
.wp-block-cover {
  padding: 30px;
}
.wp-block-cover.alignfull {
  width: auto;
}
.wp-block-cover.alignfull .wp-block-cover__inner-container {
  max-width: 740px;
}
@media (max-width: 640px) {
  .wp-block-cover {
    padding: 15px;
  }
}
.wp-block-group.has-background {
  padding: 30px;
}
.wp-block-group.alignfull .wp-block-group__inner-container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.is-style-small-width .wp-block-group__inner-container {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 480px) {
  .wp-block-group.has-background {
    padding: 15px;
  }
}
h1 {
  font-size: 85px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 30px;
}
h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 25px;
}
h3 {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 20px;
}
h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 15px;
}
h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
}
h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}
@media (max-width: 1280px) {
  h1 {
    font-size: 65px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 800px) {
  h1 {
    font-size: 40px;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.wp-block-image {
  margin-bottom: 30px;
}
.wp-block-image.is-style-rounded img {
  border-radius: 25px;
}
.wp-block-image.is-style-mask {
  border-radius: 100px;
  transform: rotate(-45deg);
  overflow: hidden;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
}
.wp-block-image.is-style-mask img {
  transform: rotate(45deg) scale(1.4);
  border-radius: 0;
}
.wp-block-list {
  list-style: none;
  margin-bottom: 30px;
}
.wp-block-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.6;
}
.wp-block-list li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  color: #F93DA4;
}
.has-primary-background-color .wp-block-list li:before,
.has-pink-background-color .wp-block-list li:before,
.has-blue-background-color .wp-block-list li:before,
.has-darkblue-background-color .wp-block-list li:before,
.has-yellow-background-color .wp-block-list li:before {
  color: #FFFFFF;
}
.wp-block-media-text .wp-block-media-text__content {
  padding-left: 30px;
  padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 30px;
}
.wp-block-media-text.has-background .wp-block-media-text__content {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 15px;
  }
  .wp-block-media-text.has-background .wp-block-media-text__content {
    padding: 15px;
  }
}
p {
  line-height: 1.6;
  margin-bottom: 30px;
}
p.has-background {
  padding: 30px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  p.has-background {
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .wp-block-spacer {
    height: 30px !important;
  }
}
.wp-block-table table {
  border-collapse: collapse;
}
.wp-block-table table td {
  padding: 10px;
}
body {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #000000;
}
a {
  color: #DB1B15;
}
iframe {
  border: none;
  display: block;
}
.screen-reader-text {
  display: none;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
/* ########## Font Size ########## */
.has-regular-font-size {
  font-size: 18px;
}
.has-small-font-size {
  font-size: 16px;
}
.has-large-font-size {
  font-size: 85px;
}
/* ########## Font Color ########## */
.has-primary-color {
  color: #DB1B15;
}
.has-pink-color {
  color: #F93DA4;
}
.has-blue-color {
  color: #0071AC;
}
.has-darkblue-color {
  color: #212C46;
}
.has-yellow-color {
  color: #F7A600;
}
.has-green-color {
  color: #3BF764;
}
.has-beige-color {
  color: #FFFAF2;
}
.has-gray-color {
  color: #706F6F;
}
.has-lightgray-color {
  color: #DADADA;
}
.has-black-color {
  color: #000000;
}
.has-white-color {
  color: #FFFFFF;
}
/* ########## Background Color ########## */
.has-primary-background-color {
  background-color: #DB1B15;
}
.has-pink-background-color {
  background-color: #F93DA4;
}
.has-blue-background-color {
  background-color: #0071AC;
}
.has-darkblue-background-color {
  background-color: #212C46;
}
.has-yellow-background-color {
  background-color: #F7A600;
}
.has-green-background-color {
  background-color: #3BF764;
}
.has-beige-background-color {
  background-color: #FFFAF2;
}
.has-gray-background-color {
  background-color: #706F6F;
}
.has-lightgray-background-color {
  background-color: #DADADA;
}
.has-black-background-color {
  background-color: #000000;
}
.has-white-background-color {
  background-color: #FFFFFF;
}
/* ########## Background Gradient ########## */
.has-primary-blue-gradient-background {
  background: linear-gradient(90deg, #DB1B15 0%, #0071AC 100%);
}
.has-primary-green-gradient-background {
  background: linear-gradient(90deg, #DB1B15 0%, #3BF764 100%);
}
.has-primary-pink-gradient-background {
  background: linear-gradient(90deg, #DB1B15 0%, #F93DA4 100%);
}
.has-primary-yellow-gradient-background {
  background: linear-gradient(90deg, #DB1B15 0%, #F7A600 100%);
}
/* ########## Custom Styles ########## */
.is-style-uppercase {
  text-transform: uppercase;
}
.is-style-icon-down {
  color: #000000;
  text-decoration: none;
}
.is-style-icon-down:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  margin-left: 10px;
}
.is-style-icon-phone {
  color: #000000;
  text-decoration: none;
  font-weight: 400;
}
.is-style-icon-phone:before {
  content: "\f3ce";
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
}
.is-style-icon-phone:hover {
  color: #F93DA4;
}
