/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/public/sass/blocks/custom-call-to-action.scss ***!
  \***************************************************************************************************************************************************/
.custom-call-to-action {
  box-shadow: 0px 0px 10px 3px rgba(26, 26, 26, 0.1);
  border-radius: 0.875rem;
  padding: 3rem;
  width: 100%;
  min-height: 20.875rem;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 3rem;
}
@media (max-width: 48rem) {
  .custom-call-to-action {
    gap: 1.75rem;
  }
}
@media (max-width: 42rem) {
  .custom-call-to-action {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }
  .custom-call-to-action-image {
    order: -1;
    min-height: 9.25rem;
  }
}
.custom-call-to-action.__space-top-none {
  margin-top: 0;
}
.custom-call-to-action.__space-top-small {
  margin-top: 1em;
}
.custom-call-to-action.__space-top-medium {
  margin-top: 1.5em;
}
.custom-call-to-action.__space-bottom-none {
  margin-bottom: 0;
}
.custom-call-to-action.__space-bottom-small {
  margin-bottom: 1em;
}
.custom-call-to-action.__space-bottom-medium {
  margin-bottom: 1.5em;
}
.custom-call-to-action.__text-color-white {
  color: #FFFFFF;
}
.custom-call-to-action.__text-color-black {
  color: #333333;
}
.custom-call-to-action.__background-blue {
  background: linear-gradient(180deg, #FFFFFF 0%, #E2F6FF 100%);
}
.custom-call-to-action.__background-blue .button {
  background: #087ACB;
  color: #fff;
}
.custom-call-to-action.__background-blue .button:hover {
  background: rgb(8.9668246445, 136.7440758294, 227.5331753555);
}
.custom-call-to-action.__background-green {
  background: linear-gradient(180deg, #1E3D2F 45.83%, #111111 100%);
}
.custom-call-to-action.__background-green .button {
  background: #3C7D00;
  color: #fff;
}
.custom-call-to-action.__background-green .button:hover {
  background: rgb(72.24, 150.5, 0);
}
.custom-call-to-action.__background-dark {
  background: linear-gradient(180deg, #1A1A1A 45.83%, #364447 100%);
}
.custom-call-to-action.__background-dark .button {
  background: #FFC82E;
  color: #000;
}
.custom-call-to-action.__background-dark .button:hover {
  background: rgb(255, 206.7105263158, 71.5);
}
.custom-call-to-action.__background-purple {
  background: linear-gradient(180deg, #2B294B 0%, #111111 100%);
}
.custom-call-to-action.__background-purple .button {
  background: #604CBF;
  color: #fff;
}
.custom-call-to-action.__background-purple .button:hover {
  background: rgb(112.6851851852, 94.7839506173, 197.7160493827);
}
.custom-call-to-action.__content-narrow .custom-call-to-action-content p {
  max-width: 21.875rem;
}
.custom-call-to-action .custom-call-to-action-image {
  display: flex;
  align-items: center;
}
@media (max-width: 42rem) {
  .custom-call-to-action .custom-call-to-action-image {
    justify-content: center;
  }
}
.custom-call-to-action .custom-call-to-action-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 9.25rem;
}
.custom-call-to-action .custom-call-to-action-content {
  max-width: 24.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 42rem) {
  .custom-call-to-action .custom-call-to-action-content {
    max-width: 100%;
  }
}
.custom-call-to-action .custom-call-to-action-content h2.custom-call-to-action-title {
  color: inherit;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.125;
  text-align: initial;
  margin: 0 0 0.875rem;
  padding: 0;
  letter-spacing: unset;
}
@media (max-width: 42rem) {
  .custom-call-to-action .custom-call-to-action-content h2.custom-call-to-action-title {
    font-size: 1.75rem;
    text-align: center;
  }
}
.entry-content .custom-call-to-action .custom-call-to-action-content h2 {
  color: inherit;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.125;
  text-align: initial;
  margin: 0 0 0.875rem;
  padding: 0;
  letter-spacing: unset;
}
@media (max-width: 42rem) {
  .entry-content .custom-call-to-action .custom-call-to-action-content h2 {
    font-size: 1.75rem;
    text-align: center;
  }
}

.custom-call-to-action .custom-call-to-action-content p.custom-call-to-action-text {
  color: inherit;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.875rem;
  text-align: initial;
}
@media (max-width: 42rem) {
  .custom-call-to-action .custom-call-to-action-content p.custom-call-to-action-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.custom-call-to-action .custom-call-to-action-content .button {
  border: transparent;
  border-radius: 0.5rem;
  margin-top: auto;
  margin-bottom: 0;
  padding: 1.125rem 1.625rem;
  width: fit-content;
  justify-self: flex-end;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 42rem) {
  .custom-call-to-action .custom-call-to-action-content .button {
    width: 100%;
    font-size: 1.125rem;
  }
}
.custom-call-to-action.__bigger-image {
  grid-template-columns: minmax(9.25rem, 2fr) minmax(0, 20rem);
  padding: 1rem 1rem 1rem 2rem;
}
@media (max-width: 48rem) {
  .custom-call-to-action.__bigger-image {
    grid-template-columns: repeat(2, minmax(1fr, 15.625rem));
  }
}
@media (max-width: 42rem) {
  .custom-call-to-action.__bigger-image {
    padding: 1rem 1rem 1rem 1rem;
    grid-template-columns: 1fr;
  }
}
.custom-call-to-action.__bigger-image .custom-call-to-action-content {
  justify-content: center;
}
.custom-call-to-action.__bigger-image .custom-call-to-action-content h2 {
  margin-bottom: 0.5rem;
}
.custom-call-to-action.__bigger-image .custom-call-to-action-content p.custom-call-to-action-text {
  margin-bottom: 1rem;
}
.custom-call-to-action.__bigger-image .custom-call-to-action-content .button {
  margin-top: 0;
}
@media (max-width: 42rem) {
  .custom-call-to-action.__bigger-image .custom-call-to-action-image {
    order: -1;
    justify-content: center;
  }
}
.custom-call-to-action.__bigger-image .custom-call-to-action-image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  border-radius: 0.5rem;
}
