html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

body {
  margin: 0;
  font-family: "GothicA1", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
}

main,
details {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

template,
[hidden] {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "GothicA1";
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 30px;
  line-height: 44px;
}

h2 {
  font-size: 28px;
  line-height: 38px;
}

h3 {
  font-size: 20px;
  line-height: 30px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 37px;
    line-height: 51px;
  }
}
body {
  font-size: 14px;
  line-height: 24px;
}

p {
  margin-bottom: 35px;
}

.stat-p {
  font-size: 60px;
  line-height: 70px;
  margin-top: 15px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.big-p {
  font-size: 28px !important;
  line-height: 46px !important;
}

.med-p {
  font-size: 24px;
  line-height: 36px;
}

.title-p {
  font-size: 20px !important;
  line-height: 30px !important;
}

.tiny-p {
  font-size: 12px;
  line-height: 20px;
}

.big-p,
.med-p,
.title-p,
.stat-p {
  font-family: "GothicA1";
}

.btn {
  display: inline-block;
  padding: 6px 20px 8px;
  border: 1px solid;
  text-decoration: none;
  font-family: "GothicA1";
  font-weight: 600;
  font-size: 12px;
  min-width: 148px;
  text-align: center;
  color: #000000;
  border-color: #000000;
}
.btn:hover {
  color: #8365FF;
  border-color: #8365FF;
}

.purple-bg .btn {
  color: #ffffff;
  border-color: #ffffff;
}
.purple-bg .btn:hover {
  color: #FFED48;
  border-color: #FFED48;
}

.black-bg .btn {
  color: #ffffff;
  border-color: #ffffff;
}
.black-bg .btn:hover {
  color: #FFED48;
  border-color: #FFED48;
}

.custom-logo-link img {
  max-width: 180px;
  height: auto;
  vertical-align: middle;
  margin-top: -9px;
}

.primary_menu {
  background: #ffffff;
  height: 60px;
  position: fixed;
  width: 100%;
  z-index: 10;
  overflow: hidden;
  transition: height 0.5s;
}
.primary_menu.open {
  height: 100vh;
  overflow: scroll;
  padding-bottom: 35px;
}
.primary_menu ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}
.primary_menu li {
  line-height: 60px;
}
.primary_menu li:hover .sub-menu {
  display: block;
}
.primary_menu li a {
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}
.primary_menu li .sub-menu {
  padding: 20px 20px 10px;
  background: #fff;
  margin-top: -20px;
}
.primary_menu li .sub-menu li {
  line-height: 40px;
}
.primary_menu li .sub-menu a {
  font-weight: 400;
}
.primary_menu .donate-menu {
  margin-top: -2px;
  z-index: 10;
  position: relative;
}
.primary_menu .donate-menu a {
  padding: 10px 40px 12px;
  border: 1px solid #FF6548;
  color: #FF6548;
  font-weight: 600;
  font-size: 12px;
}
.primary_menu .donate-menu a:hover {
  background: #FF6548;
  color: #ffffff;
}

.burger {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
}
.burger:hover {
  cursor: pointer;
}
.burger > div {
  background: #000;
  height: 2px;
  width: 30px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .primary_menu {
    overflow: visible;
  }
  .primary_menu ul {
    cursor: default;
    display: flex;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .primary_menu .sub-menu {
    position: absolute;
    display: none;
    margin-left: -20px;
  }
  .primary_menu li:hover .sub-menu {
    display: block;
  }
  .primary_menu .burger {
    display: none;
  }
  .primary_menu.open {
    height: 60px;
    overflow: hidden;
    padding-bottom: 0;
  }
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.resources .module.text_with_media.odd .row,
.resources .module.text_with_media.even .row {
  flex-direction: row-reverse;
}

.resources .module.posts {
  margin-top: 10rem;
}

.resources .module.posts .col-md-12 {
  transform: rotate(90deg);
  transform-origin: left;
  position: relative;
  height: 100px;
}
.resources .module.posts .col-md-12 h2 {
  position: absolute;
  left: -120px;
}

.ajax-load-more-wrap {
  padding-top: 30px;
}
.ajax-load-more-wrap .alm-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px !important;
}
.ajax-load-more-wrap .alm-listing > div {
  margin-bottom: 35px;
}
.ajax-load-more-wrap .alm-listing .postcol2 .col-lg-12 {
  margin-bottom: 20px;
}
.ajax-load-more-wrap .alm-listing .postcol2 .col-lg-12:last-child {
  margin-bottom: 0;
}
.ajax-load-more-wrap .alm-listing .postcol2 .card {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .ajax-load-more-wrap .alm-listing .postcol2 .card .content-wrap {
    padding-left: 0;
  }
}
.ajax-load-more-wrap .alm-listing .postcol2 .card .image-wrap {
  height: 100%;
}
.ajax-load-more-wrap .alm-listing .postcol2 .card .image-wrap img {
  object-fit: cover;
  height: 100%;
}
.ajax-load-more-wrap .alm-listing .card h3 {
  min-height: auto;
}
.ajax-load-more-wrap .alm-listing .card .date {
  margin-bottom: 0;
}
.ajax-load-more-wrap .alm-btn-wrap {
  margin-bottom: 20px;
}
.ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn {
  background-color: #8365FF;
  border-radius: 0;
}
.ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn.loading {
  background-color: #8365FF;
}
.ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn:hover {
  background-color: #FF6548;
}

.justify {
  cursor: default;
  display: flex;
  justify-content: space-between;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

footer {
  background: #F5F5F5;
  padding: 105px 0 60px;
}
footer .social-wrap {
  max-width: 140px;
  margin-bottom: 15px;
  cursor: default;
  display: flex;
  justify-content: space-between;
}
footer .social-wrap svg {
  height: auto;
  width: 22px;
  margin-right: 10px;
  fill: #8365FF;
}
footer .letspa-05 {
  letter-spacing: 0.5px;
}
footer .charity-wrap {
  margin-top: 30px;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul li {
  padding-bottom: 15px;
}
footer ul li a {
  text-decoration: none;
  color: #000000;
}
footer .newsletter p {
  margin-bottom: 0;
}
footer .newsletter input {
  padding: 8px 10px 10px;
  width: 100%;
  border-radius: 0;
  margin-bottom: 12px;
  border: 0;
}
footer .newsletter .wpcf7-submit {
  background: #8365FF;
  color: #ffffff;
}
footer .footer-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin-bottom: 30px;
}

.gated-content-form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.gated-content-form.show {
  display: table;
}
.gated-content-form .outer {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.gated-content-form .inner {
  max-width: 600px;
  margin: auto;
  background: #8365FF;
  color: #ffffff;
  padding: 24px;
  position: relative;
}
.gated-content-form .form-close-gate {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 30px;
  width: 30px;
}
.gated-content-form .form-close-gate:hover {
  cursor: pointer;
}
.gated-content-form .form-close-gate:before, .gated-content-form .form-close-gate:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: #ffffff;
  top: 14px;
  left: 7px;
}
.gated-content-form .form-close-gate:before {
  transform: rotate(-45deg);
}
.gated-content-form .form-close-gate:after {
  transform: rotate(45deg);
}
.gated-content-form .wpcf7 .wpcf7-email {
  padding: 10px;
}
.gated-content-form .wpcf7 input {
  margin-bottom: 15px;
  border: 0;
}
.gated-content-form .wpcf7 .wpcf7-submit {
  background: #48FFBF;
  border: 0;
  padding: 10px 20px;
  color: #000000;
}
.gated-content-form .wpcf7 .wpcf7-submit:hover {
  cursor: pointer;
}
.gated-content-form .wpcf7 .wpcf7-display-none {
  display: none !important;
}
.gated-content-form .wpcf7 .wpcf7-not-valid-tip {
  color: #ffffff;
}

.single-post .module.text li {
  font-size: 14px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.black-bg, .black-b4:before, .black-af:after {
  background-color: #000000;
  color: #ffffff;
}
.black-p {
  color: #ffffff;
}
.black-label:before {
  background-color: #8365FF;
}

.none-label:before {
  background-color: #FFED48;
}

.purple-bg, .purple-b4:before, .purple-af:after {
  background-color: #8365FF;
  color: #ffffff;
}
.purple-p {
  color: #ffffff !important;
}
.purple-label:before {
  background-color: #FF6548;
}

.green-bg, .green-b4:before, .green-af:after {
  background-color: #48FFBF;
  color: #000000;
}
.green-label:before {
  background-color: #FFED48;
}

.yellow-bg, .yellow-b4:before, .yellow-af:after {
  background-color: #FFED48;
}
.yellow-label:before {
  background-color: #48FFBF;
}

.white-bg .stat {
  color: #8365FF;
}
.white-label:before {
  background-color: #FFED48;
}

.orange-bg, .orange-b4:before, .orange-af:after {
  background-color: #FF6548;
}

.grey-bg, .grey-b4:before, .grey-af:after {
  background-color: #F5F5F5;
}

[class*=-b4]:before,
[class*=-af]:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

[class*=-label]:before {
  content: "";
  width: 160px;
  height: 55px;
  transform: rotate(-9deg);
  z-index: -1;
  margin-top: -14px;
  margin-left: 2px;
}

.bg-cover {
  background-size: cover;
  background-position: center;
}

.middle {
  position: relative;
  z-index: 1;
}

.shape {
  width: 250px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-9deg);
  transform-origin: top left;
  z-index: -1;
}

.module .wpcf7 {
  max-width: 400px;
}
.module .wpcf7 input,
.module .wpcf7 textarea,
.module .wpcf7 select {
  width: 100px;
  padding: 8px 10px 10px;
  width: 100%;
  margin-bottom: 25px;
  border-radius: 0;
  border: 1px solid #000000;
}
.module .wpcf7 .wpcf7-submit {
  background: #ffffff;
  border: 1px solid #000000;
}
.module .wpcf7 .wpcf7-submit:hover {
  cursor: pointer;
  background: #F5F5F5;
}

.gated-content-form .wpcf7-list-item {
  margin: 0 !important;
}
.gated-content-form .wpcf7-list-item input {
  width: 15px !important;
}
.gated-content-form .wpcf7-list-item .wpcf7-list-item-label {
  text-transform: capitalize;
}

.module.hero {
  position: relative;
  padding: 180px 0 120px;
}
.module.hero .bg-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.module.hero .bg-wrap > * {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.module.hero .bg-wrap .bg-mobile {
  display: none;
}
.module.hero .bg-wrap .bg-desktop {
  display: block;
}
@media (max-width: 768px) {
  .module.hero .bg-wrap .bg-mobile {
    display: block;
  }
  .module.hero .bg-wrap .bg-desktop {
    display: none;
  }
}
.module.hero.ib15 .inner-col {
  max-width: 852px;
}
.module.hero.ib15 .btn {
  background: #8365FF;
  color: #ffffff;
  border-color: #8365FF;
}
.module.hero.ib15 .btn:hover {
  background: #ffffff;
  color: #8365FF;
  border-color: #8365FF;
}
.module.hero.ib15 h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
@media (min-width: 768px) {
  .module.hero.ib15 h1 {
    font-size: 54px;
    line-height: 64px;
  }
}
.module.hero.ib15 h1:before {
  display: none;
}
.module.hero.ib15 h1 strong {
  display: inline-block;
  color: #000000;
  background: #FFED48;
  padding: 0 8px;
}
.module.hero.ib15 p {
  font-size: 22px;
}
.module.hero.ib15 .ib15-img {
  width: 300px;
  height: auto;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .module.hero.ib15 .ib15-img {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
  }
}
.module.hero p {
  margin-bottom: 45px;
}
.module.hero .inner-col {
  max-width: 652px;
}
.module.hero.yellow-b4 .title-split span {
  background-color: #8365FF;
  color: #ffffff;
}
.module.hero.black-b4 .black-p {
  color: #ffffff;
}
.module.hero .title-split span {
  background-color: #FFED48;
  color: #000000;
  display: inline-block;
  margin-bottom: 5px;
  padding: 6px 4px;
}
.module.hero .shape {
  transform-origin: bottom left;
  right: 15px;
  left: auto;
  background-color: #FFED48;
}
.module.hero.is-home.has_bg:before {
  opacity: 0;
}
.module.hero.is-home .wrap {
  padding: 90px 0 60px;
}
.module.hero.is-home .wrap:before {
  left: calc(-100vw + 15px);
  width: 100vw;
}
.module.hero.has_bg:before {
  opacity: 0.8;
}
.module.hero.not-home .wrap {
  background-color: transparent;
}
.module.hero.not-home .wrap:before {
  display: none;
}
.module.hero .people-hero {
  margin: -8px;
}
.module.hero .people-hero a {
  color: #ffffff;
  margin: 8px;
  text-decoration: none;
}
.module.hero .people-hero a:hover {
  color: #FFED48;
}
@media (min-width: 576px) {
  .module.hero.is-home .wrap {
    padding-right: 90px;
  }
}
.module.hero .get_involved {
  display: none;
  right: 10px;
  position: absolute;
  font-size: 44px;
  color: white;
  font-family: "GothicA1", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  bottom: 30px;
  height: 60px;
  line-height: 60px;
  transform-origin: top right;
  transform: rotate(90deg);
}
@media (min-width: 665px) {
  .module.hero .get_involved {
    display: block;
  }
}
@media (min-width: 768px) {
  .module.hero .get_involved {
    right: 30px;
  }
}
@media (min-width: 992px) {
  .module.hero .get_involved {
    right: 140px;
  }
}
.module.hero .get_involved svg {
  position: absolute;
  right: 0;
  top: 35px;
  transform: translateY(-50%);
  right: -50px;
  width: 40px;
  transition: all 250ms ease-in-out;
}
.module.hero .get_involved svg path {
  fill: #FFFFFF;
}
.module.hero .get_involved:hover svg {
  right: -80px;
}

.module.text_with_media {
  margin: 30px 0;
}
.module.text_with_media .image {
  width: 100%;
  height: auto;
}
.module.text_with_media .cont-mid {
  position: relative;
  top: 0%;
  margin: 45px auto;
}
.module.text_with_media .content-wrap {
  max-width: 460px;
}
.module.text_with_media .image-wrap {
  max-width: 540px;
}
.module.text_with_media .image-wrap img:not(.shape) {
  width: 100%;
  height: auto;
}
.module.text_with_media .btn-wrap {
  margin: -10px -15px;
}
.module.text_with_media .btn-wrap .btn {
  margin: 10px 15px;
}
.module.text_with_media .shape-1, .module.text_with_media .shape-6 {
  background-color: #FFED48;
}
.module.text_with_media .shape-2, .module.text_with_media .shape-5 {
  background-color: #48FFBF;
}
.module.text_with_media .shape-3, .module.text_with_media .shape-8 {
  background-color: #8365FF;
}
.module.text_with_media .shape-4, .module.text_with_media .shape-7 {
  background-color: #FF6548;
}
.module.text_with_media .shape-2, .module.text_with_media .shape-4, .module.text_with_media .shape-7 {
  border-radius: 50%;
  width: 150px;
  top: -20px;
}
.module.text_with_media .shape-2, .module.text_with_media .shape-6, .module.text_with_media .shape-7 {
  bottom: -40px;
  top: auto;
}
@media (min-width: 768px) {
  .module.text_with_media.odd .cont-mid.content-wrap {
    margin-left: 0;
  }
  .module.text_with_media.odd .cont-mid.image-wrap {
    margin-right: 0;
  }
  .module.text_with_media.even .cont-mid.content-wrap {
    margin-right: 0;
  }
  .module.text_with_media.even .cont-mid.image-wrap {
    margin-left: 0;
  }
}

.video-wrap iframe {
  width: 100%;
}

.module.text_with_list {
  padding: 35px 0;
}
.module.text_with_list .row {
  align-items: center;
}
.module.text_with_list .col-md-6 {
  position: relative;
  z-index: 1;
}
.module.text_with_list .col-md-6:nth-of-type(1) {
  z-index: 2;
}
.module.text_with_list .col-md-6 .list {
  list-style-type: none;
  padding: 0;
  position: relative;
  margin-top: 30px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .module.text_with_list .col-md-6 .list {
    margin-top: 0;
    padding-left: 60px;
  }
}
.module.text_with_list .col-md-6 .list li {
  font-family: "GothicA1", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.module.text_with_list .col-md-6 .list::after {
  content: "";
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background: #48FFBF;
  position: absolute;
  top: 20px;
  left: 20px;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media (min-width: 768px) {
  .module.text_with_list .col-md-6 .list::after {
    top: 20px;
    left: 80px;
  }
}

.module.columns {
  padding: 60px 0;
}
.module.columns .wrap {
  margin-bottom: 45px;
  position: relative;
  height: 100%;
}
.module.columns .wrap .column-content {
  padding-bottom: 2rem;
}
.module.columns .wrap .btn {
  position: absolute;
  bottom: 0;
  margin-bottom: 10px;
  z-index: 1;
}
.module.columns h2 {
  margin: 10px 0;
}
.module.columns .rotate-title {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-bottom: 30px;
}
.module.columns .rotate-title:before {
  height: 40px;
  margin-top: 5px;
  transform: rotate(-9deg);
  width: 120px;
}
@media (min-width: 992px) {
  .module.columns .rotate-title {
    transform-origin: bottom left;
    transform: rotate(90deg);
    top: -70px;
  }
  .module.columns .rotate-title:before {
    transform: rotate(-109deg);
    margin-left: 10px;
    margin-top: 15px;
  }
  .module.columns .rotated-title {
    padding-left: 105px;
  }
}
.module.columns .image {
  max-width: 100%;
}

.module.posts {
  padding: 60px 0;
}
.module.posts h2 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .module.posts .postcol1,
  .module.posts .postcol2 {
    margin-bottom: 45px;
  }
}
.module.posts a {
  text-decoration: none;
  color: #000000;
}
.module.posts a:hover .btn {
  color: #8365FF;
}
.module.posts a:hover .image-wrap:after {
  opacity: 0.6;
}
.module.posts .postcol1 > .row {
  height: 97%;
}
.module.posts .postcol2 .card {
  margin-bottom: 0;
}
.module.posts .postcol2 > .row > div {
  margin-bottom: 20px;
}

.card {
  background-color: #F5F5F5;
  margin-bottom: 30px;
  height: 100%;
}
.card.center {
  text-align: center;
}
.card.center h3 {
  text-align: left;
}
.card img {
  width: 100%;
  height: auto;
  display: block;
}
.card h3 {
  min-height: 3em;
}
.card .image-wrap {
  position: relative;
  overflow: hidden;
}
.card .image-wrap:after {
  transition: opacity 0.5s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8365FF;
  opacity: 0;
}
.card .content-wrap {
  padding: 30px 15px 15px;
}
.card a {
  text-decoration: none;
  color: #000000;
}
.card a:hover .image-wrap:after {
  opacity: 0.6;
}
@media (min-width: 992px) {
  .card .side-bar .content-wrap {
    padding: 15px;
  }
}

.module.stats {
  padding: 60px 0 60px;
}
.module.stats .wrap {
  margin-bottom: 45px;
}
.module.stats h2 {
  margin: 10px 0;
}
.module.stats .stat {
  margin-bottom: 3rem;
}
.module.stats .none-label:before {
  display: none;
}
.module.stats.yellow-bg .underline path {
  fill: #48FFBF;
}
.module.stats.one {
  position: relative;
  overflow: hidden;
  padding: 0px 0 30px;
}
.module.stats.one .wrap > h3 {
  font-size: 36px;
  margin-bottom: 12px;
}
.module.stats.one.purple-bg {
  background-color: transparent;
}
.module.stats.one.purple-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 60px;
  position: absolute;
  background-color: #8365FF;
}
.module.stats.one .slick-dots li button:before {
  opacity: 1;
}
.module.stats.one .slick-dots {
  bottom: -36px;
  transition: all 0.3s;
}
.module.stats.one .slick-dots li {
  height: 8px;
  width: 8px;
}
.module.stats.one .slick-dots .slick-active {
  width: 16px;
  margin: 0;
}
.module.stats.one .slick-dots .slick-active button {
  width: 16px;
}
.module.stats.one .slick-dots .slick-active button:before {
  width: 16px;
}
.module.stats.one .slick-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  display: inline-block;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.module.stats.one .slick-dots button:before {
  content: "";
  background: #fff;
  width: 8px;
  height: 8px;
  display: inline-block;
  position: relative;
  border-radius: 10px;
  transition: all 0.3s;
}
.module.stats.one .img-wrap {
  padding-top: 100%;
}
.module.stats.one .img-wrap:before {
  content: "";
  width: 50%;
  height: 50%;
  left: 0;
  top: 24px;
  position: absolute;
  background-color: #FFED48;
  transform: rotate(-5deg);
  transform-origin: left top;
}
.module.stats.one .img-wrap img {
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-top: 48px;
}
.module.stats.one .slick-list {
  overflow-x: hidden;
}
.module.stats.horizontal .rotate-title {
  text-align: center;
}
.module.stats.horizontal .wrap {
  text-align: center;
}
.module.stats.horizontal .stat {
  margin-bottom: 48px;
}
.module.stats .countUp, .module.stats .percentage {
  z-index: 2;
  position: relative;
}
.module.stats .text a {
  font-weight: 700;
  color: inherit;
}
.module.stats .stat {
  position: relative;
}
.module.stats .stat .underline-short svg {
  position: absolute;
  width: 70%;
  left: 15%;
  bottom: -2%;
}
@media screen and (min-width: 455px) {
  .module.stats .stat .underline-short svg {
    width: 50%;
    left: 25%;
    bottom: -2%;
  }
}
@media screen and (min-width: 768px) {
  .module.stats .stat .underline-short svg {
    width: 100%;
    left: 0%;
    bottom: -4%;
  }
}
@media screen and (min-width: 992px) {
  .module.stats .stat .underline-short svg {
    width: 90%;
    left: 15%;
    bottom: -4%;
  }
}
@media screen and (min-width: 1000px) {
  .module.stats .stat .underline-short svg {
    width: 75%;
    left: 10%;
    bottom: -4%;
  }
}
.module.stats .stat .underline svg {
  position: absolute;
  width: 185px;
  left: 25%;
  bottom: -35px;
}
@media screen and (min-width: 540px) and (max-width: 768px) {
  .module.stats .stat .underline svg {
    width: 200px;
    left: 30%;
    bottom: -50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .module.stats .stat .underline svg {
    width: 80%;
    left: 10%;
    bottom: 0;
    top: 60px;
  }
}
.module.stats .stat .circle {
  position: absolute;
  top: -45%;
  left: 30%;
  width: 40%;
  height: 100%;
}
@media screen and (min-width: 425px) {
  .module.stats .stat .circle {
    left: 34%;
    width: 30%;
  }
}
@media screen and (min-width: 520px) {
  .module.stats .stat .circle {
    left: 35.5%;
    width: 27%;
  }
}
@media screen and (min-width: 768px) {
  .module.stats .stat .circle {
    left: 15%;
    width: 65%;
  }
}
@media screen and (min-width: 992px) {
  .module.stats .stat .circle {
    left: 25%;
    width: 48%;
  }
}
@media screen and (min-width: 1200px) {
  .module.stats .stat .circle {
    left: 30%;
    width: 40%;
  }
}
.module.stats .pie {
  width: 86px;
  position: relative;
  display: block;
  margin: auto;
  margin-bottom: 32px;
}
.module.stats .stat-p {
  font-weight: 600;
}
.module.stats .btn-wrap {
  text-align: right;
}
.module.stats.none-bg .stat {
  color: #000000;
}
.module.stats.none-bg .stat.accent-accent {
  color: #8365FF;
}
.module.stats .stat-slider img {
  width: 100%;
  height: auto;
}
.module.stats .stat-slider .wrap {
  text-align: center;
  padding: 0 24px;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .module.stats .stat-slider .wrap {
    padding: 108px 24px 0;
  }
}
.module.stats .stat-slider .wrap .text p {
  font-size: 18px;
}
.module.stats .stat-slider .col-md-6 {
  display: flex;
  align-items: center;
}
.module.stats.vertical .container {
  position: relative;
}
.module.stats.vertical .stat {
  margin-bottom: 48px;
  display: inline-block;
  width: 220px;
  text-align: center;
}
.module.stats.vertical .stat .underline-short svg {
  position: absolute;
  width: 70%;
  left: 15%;
  bottom: -2%;
}
.module.stats.vertical .stat .underline svg {
  position: absolute;
  width: 200px;
  left: 10px;
  bottom: -55%;
}
.module.stats.vertical .text p {
  font-size: 18px;
  max-width: 480px;
}
.module.stats.vertical .content-wrap {
  display: inline-block;
  padding-left: 36px;
  position: relative;
  top: 12px;
}
.module.stats.vertical .rotate-title {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-bottom: 30px;
}
.module.stats.vertical .rotate-title:before {
  display: none;
}
.module.stats.vertical .pie {
  width: 220px;
  display: inline-block;
}
.module.stats.vertical .pie svg {
  width: 120px;
}
@media (min-width: 992px) {
  .module.stats.vertical .rotate-title {
    position: absolute;
    height: 100%;
    top: 0;
    align-items: center;
    display: flex;
  }
  .module.stats.vertical .rotate-title h2 {
    transform: rotate(90deg) translateX(-50%) translateY(-36px);
    transform-origin: left top;
  }
  .module.stats.vertical .rotated-title {
    padding-left: 105px;
  }
}

.vertical .wrap {
  text-align: center;
}
.vertical .wrap .pie svg {
  margin-bottom: 0rem;
}
@media screen and (min-width: 470px) {
  .vertical .wrap {
    text-align: unset;
  }
  .vertical .wrap .pie svg {
    margin-bottom: -2rem;
  }
}

.horizontal .wrap .pie svg {
  margin-bottom: 0;
}

.module.stats.vertical .accent svg {
  position: absolute;
  width: 70%;
  height: auto;
  left: 15%;
  z-index: 1;
  top: -17%;
}

.module.stats.horizontal .accent svg {
  position: absolute;
  width: 45%;
  height: auto;
  left: 25%;
  z-index: 1;
  top: -17%;
}
@media screen and (min-width: 455px) {
  .module.stats.horizontal .accent svg {
    width: 35%;
    left: 32%;
  }
}
@media screen and (min-width: 768px) {
  .module.stats.horizontal .accent svg {
    width: 80%;
    left: 5%;
  }
}
@media screen and (min-width: 992px) {
  .module.stats.horizontal .accent svg {
    width: 50%;
    left: 25%;
  }
}

.module.offset_text {
  overflow: hidden;
  margin: 45px 0;
}
.module.offset_text.ib15 {
  text-align: center;
}
.module.offset_text.ib15 .bg:after {
  left: unset;
  right: 100%;
}
@media (min-width: 768px) {
  .module.offset_text.ib15 {
    text-align: unset;
  }
}
.module.offset_text.ib15 .btn {
  background: #8365FF;
  color: #ffffff;
  border-color: #8365FF;
  line-height: 24px;
}
.module.offset_text.ib15 .btn:hover {
  background: #ffffff;
  color: #8365FF;
  border-color: #8365FF;
}
.module.offset_text.ib15 .wrap {
  padding: 0 0 60px;
}
@media (min-width: 768px) {
  .module.offset_text.ib15 .wrap {
    padding: 60px 0;
  }
}
@media (min-width: 768px) {
  .module.offset_text.ib15 h2 {
    font-size: 48px;
    font-weight: 700;
  }
}
.module.offset_text.ib15 .col-lg-9 {
  max-width: 600px;
  font-size: 22px;
  line-height: 1.5em;
  z-index: 2;
}
@media (min-width: 768px) {
  .module.offset_text.ib15 .col-lg-9 {
    max-width: 54%;
  }
}
.module.offset_text.ib15 p {
  font-size: 22px;
}
.module.offset_text.ib15 p:before {
  display: none;
}
.module.offset_text.ib15 .btn {
  position: unset;
}
.module.offset_text.ib15 .ib15-img {
  width: 300px;
  height: auto;
  padding-top: 60px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .module.offset_text.ib15 .ib15-img {
    position: absolute;
    bottom: 0;
    top: 34%;
    right: 30px;
    padding: 0;
  }
}
.module.offset_text .wrap {
  position: relative;
  padding: 90px 0 45px;
  z-index: 1;
}
.module.offset_text p {
  max-width: 650px;
}
.module.offset_text p:before {
  position: absolute;
  height: 45px;
  transform: rotate(-7deg);
  margin-top: -7px;
  margin-left: -10px;
}
.module.offset_text .bg:after {
  left: 100%;
}
@media (min-width: 992px) {
  .module.offset_text .rotated-title {
    padding-left: 105px;
  }
  .module.offset_text .bg:before {
    left: -90px;
  }
  .module.offset_text .bg:after {
    left: calc(100% - 90px);
  }
  .module.offset_text .btn {
    position: absolute;
    bottom: 30px;
    right: 15px;
  }
}

.module.text {
  position: relative;
  color: #ffffff;
}
.module.text.has_bg p {
  font-size: 24px;
  line-height: 36px;
}
.module.text.has_bg.full-w {
  background-size: cover;
  background-position: center;
}
.module.text.has_bg.full-w.black p {
  color: #ffffff;
}
.module.text.has_bg.full-w:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.module.text.has_bg.no-full-w .container {
  position: relative;
  background-size: cover;
  background-position: center;
}
.module.text.has_bg.no-full-w .container:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.module.text.has_bg .btn {
  color: #ffffff;
  border-color: #ffffff;
}
.module.text.left-align-text .col-md-12 {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.module.text.left-align-text .col-md-12 .narrow {
  margin-left: 0;
}
.module.text .container {
  padding-top: 120px;
  padding-bottom: 120px;
}
.module.text .narrow {
  max-width: 600px;
  margin: auto;
}
.module.text.grey {
  background-color: #F5F5F5;
}

.module.timeline {
  padding: 70px 0;
  background: #FFED48;
  color: #000000;
}
.module.timeline .heading {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 105px;
}
.module.timeline .date-wrap {
  font-weight: 700;
}
.module.timeline .offset .date-wrap {
  text-align: left;
}
.module.timeline .content-wrap {
  padding: 0 0 70px 0;
  margin-top: -11px;
}
.module.timeline .content-wrap img {
  max-width: 170px;
  width: 100%;
  height: auto;
}
.module.timeline .timeline-row {
  position: relative;
}
.module.timeline h2 {
  margin-top: 0;
}
.module.timeline .lines-dots {
  position: absolute;
  width: 100px;
  height: 100%;
  left: -50px;
}
.module.timeline .lines-dots .lines,
.module.timeline .lines-dots .dots {
  position: absolute;
  width: 100%;
  height: 100%;
}
.module.timeline .lines-dots .lines:before, .module.timeline .lines-dots .lines:after,
.module.timeline .lines-dots .dots:before,
.module.timeline .lines-dots .dots:after {
  content: "";
  position: absolute;
  background: #000000;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.module.timeline .lines-dots .lines:before {
  width: 1px;
  height: 100%;
}
.module.timeline .lines-dots .lines:after {
  width: 100px;
  height: 1px;
}
.module.timeline .lines-dots .dots:before, .module.timeline .lines-dots .dots:after {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-top: -11px;
}
.module.timeline .lines-dots .dots:after {
  top: 100%;
}
@media (min-width: 768px) {
  .module.timeline .content-wrap {
    padding: 0 0 140px 70px;
    max-width: 370px;
  }
  .module.timeline .offset .content-wrap {
    padding: 0 70px 140px 0;
    text-align: right;
    margin-left: auto;
  }
  .module.timeline .offset .date-wrap {
    text-align: left;
  }
  .module.timeline .offset .date-wrap p {
    left: 70px;
  }
  .module.timeline .lines-dots {
    width: 100%;
    left: 0;
  }
  .module.timeline .date-wrap {
    text-align: right;
  }
  .module.timeline .date-wrap p {
    margin: 0;
    position: relative;
    top: -16px;
    left: -70px;
  }
}

.module.video {
  padding: 60px 0 15px;
}
.module.video .wrap {
  margin-bottom: 45px;
}
.module.video h2 {
  margin: 10px 0;
}
.module.video .rotate-title {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-bottom: 30px;
}
.module.video .rotate-title:before {
  height: 40px;
  margin-top: 5px;
  transform: rotate(-9deg);
  width: 120px;
}
.module.video .video-row {
  text-align: center;
}
.module.video video {
  max-width: 800px;
  width: 100%;
  height: auto;
  outline: 0;
}
@media (min-width: 992px) {
  .module.video .rotate-title {
    transform-origin: bottom left;
    transform: rotate(90deg);
    top: -70px;
  }
  .module.video .rotate-title:before {
    transform: rotate(-109deg);
    margin-left: 10px;
    margin-top: 15px;
  }
  .module.video .rotated-title {
    padding-left: 105px;
  }
}
.module.video iframe {
  max-width: 100%;
}

.people-section {
  margin: 60px 0;
}
.people-section > div {
  margin-bottom: 60px;
}
.people-section img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.people-section .person-wrap {
  margin-bottom: 60px;
  position: relative;
}
.people-section .person-wrap .description {
  display: none;
}
.people-section .person-wrap:hover .description {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.people-section .name {
  margin: 0;
}
.people-section [class*=-label]:before {
  position: absolute;
  margin-left: -20px;
  margin-top: -10px;
}
.people-section h2 {
  margin-bottom: 60px;
}

.module.text_2_columns {
  padding: 120px 0;
}

.news_filter {
  padding: 30px 0 0;
}
.news_filter .alm-filter-nav {
  padding-left: 0;
}
.news_filter .alm-filter-nav li {
  display: inline-block;
  list-style: none;
  margin-right: 40px;
  margin-bottom: 10px;
}
.news_filter .alm-filter-nav li a {
  color: #000000;
  text-decoration: none;
  display: block;
}
.news_filter .alm-filter-nav li a:hover {
  color: #8365FF;
}
.news_filter .alm-filter-nav li a:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
}
.news_filter .alm-filter-nav li.active {
  color: #8365FF;
}
.news_filter .alm-filter-nav li.active a:after {
  background-color: #8365FF;
}

.module.social_blocks {
  padding: 60px 0 48px;
  position: relative;
  color: #000000;
  background: #F5F5F5;
}
.module.social_blocks h2 {
  margin-bottom: 48px;
}
.module.social_blocks svg {
  width: 100%;
  height: auto;
  max-width: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.module.social_blocks .pixel {
  width: 100%;
  height: auto;
}
.module.social_blocks .col-md-3 {
  margin-bottom: 30px;
}
.module.social_blocks .social-block-wrap:hover > div {
  background: #8365FF;
}
.module.social_blocks .social-block-wrap:hover > div svg path {
  fill: #fff;
}
.module.social_blocks .social-block-wrap > div {
  background: #FFED48;
}

.module.photos {
  padding: 60px 0;
}
.module.photos .img-wrap {
  padding-top: 100%;
  cursor: pointer;
}
.module.photos .img-wrap a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
}
.module.photos .img-wrap a:hover:after {
  opacity: 0;
}
.module.photos .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lightboxOverlay {
  opacity: 1 !important;
}

.module.testimonials {
  padding: 36px 0;
}
.module.testimonials .rotate-title {
  position: absolute;
  z-index: 9;
  right: 0;
  transform-origin: bottom left;
  transform: rotate(90deg);
}
.module.testimonials .rotate-title:before {
  width: 130px;
  height: 45px;
  transform: rotate(-109deg);
  margin-top: -6px;
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  .module.testimonials .rotate-title {
    display: none;
  }
}
.module.testimonials .quote-symbol {
  display: block;
}
.module.testimonials .quote-symbol svg {
  width: 36px;
  height: auto;
}
.module.testimonials .first-col:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  top: 0;
  left: -50vw;
}
.module.testimonials.purple .first-col {
  background: #8365FF;
  color: #ffffff;
}
.module.testimonials.purple .first-col:before {
  background: #8365FF;
}
.module.testimonials.purple .slick-dots li button:before {
  color: #ffffff;
}
.module.testimonials.green .first-col {
  background: #48FFBF;
  color: #000000;
}
.module.testimonials.green .first-col:before {
  background: #48FFBF;
}
.module.testimonials.green .slick-dots li button:before {
  color: #000000;
}
.module.testimonials.yellow .first-col {
  background: #FFED48;
  color: #000000;
}
.module.testimonials.yellow .first-col:before {
  background: #FFED48;
}
.module.testimonials.yellow .slick-dots li button:before {
  color: #000000;
}
.module.testimonials .testimonial-wrap {
  padding: 90px 0;
  position: relative;
}
.module.testimonials .purple-label:before {
  display: none;
}
.module.testimonials .purple-label h2 {
  color: #fff;
}
.module.testimonials .text {
  font-size: 32px;
  line-height: 1.5em;
  max-width: 600px;
}
.module.testimonials .name {
  font-size: 18px;
  font-weight: 300;
  margin-top: 24px;
}
.module.testimonials .slick-dots li button:before {
  opacity: 1;
}
.module.testimonials .slick-dots {
  bottom: 0;
  transition: all 0.3s;
}
.module.testimonials .slick-dots li {
  height: 8px;
  width: 8px;
}
.module.testimonials .slick-dots .slick-active {
  width: 16px;
  margin: 0;
}
.module.testimonials .slick-dots .slick-active button {
  width: 16px;
}
.module.testimonials .slick-dots .slick-active button:before {
  width: 16px;
}
.module.testimonials .slick-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  display: inline-block;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.module.testimonials .slick-dots button:before {
  content: "";
  background: #fff;
  width: 8px;
  height: 8px;
  display: inline-block;
  position: relative;
  border-radius: 10px;
  transition: all 0.3s;
}
.module.testimonials.green .slick-dots li button:before, .module.testimonials.yellow .slick-dots li button:before {
  background: #000000;
}
.module.testimonials .no-slider {
  padding: 3rem 0;
}

.module.banner {
  overflow: hidden;
  margin: 45px 0;
}
.module.banner.ib15 {
  text-align: center;
}
@media (min-width: 768px) {
  .module.banner.ib15 {
    text-align: unset;
  }
}
.module.banner.ib15 .wrap {
  padding: 36px 0;
}
@media (min-width: 768px) {
  .module.banner.ib15 .wrap {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .module.banner.ib15 h2 {
    font-size: 48px;
  }
}
.module.banner.ib15 .col-lg-9 {
  max-width: 600px;
  font-size: 22px;
  line-height: 1.5em;
  z-index: 2;
}
@media (min-width: 768px) {
  .module.banner.ib15 .col-lg-9 {
    max-width: 54%;
  }
}
.module.banner.ib15 p {
  font-size: 22px !important;
  font-weight: 700;
}
@media (min-width: 768px) {
  .module.banner.ib15 p {
    font-size: 38px !important;
    text-align: center;
  }
}
.module.banner.ib15 p:before {
  display: none;
}
.module.banner.ib15 .btn {
  position: unset;
}
@media (min-width: 768px) {
  .module.banner.ib15 .btn-wrap {
    text-align: right;
  }
}
.module.banner.ib15 .ib15-img {
  width: 100%;
  max-width: 220px;
  height: auto;
  position: relative;
  z-index: 2;
}
.module.banner .wrap {
  position: relative;
  padding: 90px 0 45px;
  z-index: 1;
}
.module.banner p {
  max-width: 650px;
}
.module.banner p:before {
  position: absolute;
  height: 45px;
  transform: rotate(-7deg);
  margin-top: -7px;
  margin-left: -10px;
}
.module.banner .bg:after {
  left: 100%;
}
@media (min-width: 992px) {
  .module.banner .rotated-title {
    padding-left: 105px;
  }
  .module.banner .bg:before {
    left: -90px;
  }
  .module.banner .bg:after {
    left: calc(100% - 90px);
  }
  .module.banner .btn {
    position: absolute;
    bottom: 30px;
    right: 15px;
  }
}

.container,
.container-fluid,
.container-wide {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-wide {
  max-width: 1140px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-12,
.col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-12,
.col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-12,
.col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    order: 1;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-55 {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-65 {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.d-none {
  display: none !important;
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
