/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
.nowebp .banner h1:before {
  content: '';
  background-image: url("/wp-content/uploads/2022/02/Ellipse-28.png");
  background-size: contain; }

.nowebp .banner .img-wrap {
  background-image: url("/wp-content/uploads/2022/02/circles-gradient-dot.png"); }

.webp .banner h1:before {
  content: '';
  background-image: url("/wp-content/uploads/2022/02/Ellipse-28.webp");
  background-size: contain; }

.webp .banner .img-wrap {
  background-image: url("/wp-content/uploads/2022/02/circles-gradient-dot.webp"); }

.banner {
  position: relative;
  padding: 100px 0 75px 0;
  background-color: rgba(88, 200, 225, 0.1);
  overflow: hidden; }
  @media (min-width: 640px) {
    .banner {
      padding: 100px 0 75px 0; } }
  @media (min-width: 768px) {
    .banner {
      padding: 175px 0 75px 0; } }
  .banner .banner-content {
    color: #1A5289; }
    .banner .banner-content h1 {
      margin-bottom: 2rem;
      color: #1A5289;
      position: relative;
      padding-bottom: 2rem; }
      .banner .banner-content h1:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 8px;
        background-color: #58C8E1;
        width: 95%;
        /*@media (min-width: $sm) {
                    width: 95%;
                }
                @media (min-width: $md) {
                    width: 68%;
                }
                @media (min-width: $lg) {
                    width: 60%;
                }*/ }
      .banner .banner-content h1:before {
        position: absolute;
        bottom: -16px;
        left: 92%;
        height: 40px;
        width: 40px;
        /*@media (min-width: $sm) {
                    left: 92%;
                }

                @media (min-width: $lg) {
                    left: 57%;
                }*/ }
        @media (min-width: 768px) {
          .banner .banner-content h1:before {
            left: 92%; } }
    @media (min-width: 768px) {
      .banner .banner-content .btn-primary {
        padding: 18px 54px !important; } }
    .banner .banner-content .btn-secondary {
      border: solid 1px #1A5289 !important;
      background-color: transparent !important;
      background: none !important;
      color: #1A5289 !important; }
      @media (min-width: 768px) {
        .banner .banner-content .btn-secondary {
          padding: 18px 54px !important; } }
      .banner .banner-content .btn-secondary:hover {
        color: #FFFFFF !important;
        background-color: #1A5289 !important; }
  .banner .img-wrap {
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0;
    width: 250px;
    opacity: 0.50; }
    @media (min-width: 1024px) {
      .banner .img-wrap {
        opacity: 1;
        width: 450px; } }
