﻿@import url("../fonts/stylesheet.css");
* {
  margin: 0;
  padding: 0; }

html, body {
  background-color: #fff; }

ul, ol {
  list-style: none; }

a, img {
  text-decoration: none;
  outline: none; }

/***** Mixins *****/
label {
  display: block;
  text-align: left;
  width: 100%;
  font: 400 13px "Circular Std Book", sans-serif;
  color: #202020;
  margin: 0 0 5px 0; }

input[type=text] {
  display: block;
  width: 100%;
  height: 36px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  padding: 6px 8px;
  box-sizing: border-box;
  font: 400 14px "Circular Std Book", sans-serif;
  color: #000; }
  input[type=text]:focus {
    outline: none;
    border-color: #a0a0a0; }

input[type=password] {
  display: block;
  width: 100%;
  height: 36px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  padding: 6px 8px;
  box-sizing: border-box;
  font: 400 12px "Circular Std Book", sans-serif;
  color: #000; }
  input[type=password]:focus {
    outline: none;
    border-color: #a0a0a0; }

textarea {
  display: block;
  width: 100%;
  height: 72px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  padding: 6px 8px;
  box-sizing: border-box;
  font: 400 14px "Circular Std Book", sans-serif;
  color: #000; }
  textarea:focus {
    outline: none;
    border-color: #a0a0a0; }

.date {
  width: 100%;
  display: grid;
  grid-gap: 4px;
  grid-template-columns: 62px auto 72px; }

select {
  appearance: none;
  display: block;
  width: 100%;
  height: 36px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  padding: 6px 8px;
  box-sizing: border-box;
  font: 400 14px "Circular Std Book", sans-serif;
  color: #000;
  background: url(../icons/arrow_drop_down.svg) no-repeat right 4px center;
  background-size: 20px; }
  select:focus {
    outline: none;
    border-color: #a0a0a0; }

/******* Header *****/
header {
  background-color: #004B8D;
  width: 100%;
  padding: 0 0 16px 0;
  position: relative;
  z-index: 999; }
  header.bg {
    background: url(../images/header_bg.jpg) no-repeat left bottom;
    background-size: cover; }
  header .pyp {
    width: 100%;
    padding: 72px 45% 144px 24px;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    gap: 40px;
    align-items: flex-start;
    box-sizing: border-box; }
    @media (max-width: 1024px) {
      header .pyp {
        padding: 72px 25% 144px 24px; } }
    @media (max-width: 768px) {
      header .pyp {
        padding: 48px 10% 96px 24px; } }
    @media (max-width: 560px) {
      header .pyp {
        padding: 48px 24px 96px 24px; } }
    header .pyp small {
      display: inline-block;
      width: auto;
      font: 400 14px/1 "Circular Std Book", sans-serif;
      color: #fff;
      padding: 8px 16px 8px 32px;
      border-radius: 50px;
      box-sizing: border-box;
      border: 1px solid rgba(245, 159, 10, 0.3);
      background-color: rgba(245, 159, 10, 0.2);
      position: relative; }
      header .pyp small::before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #f59f0a;
        position: absolute;
        left: 16px;
        top: 0;
        bottom: 0;
        margin: auto 0; }
    header .pyp h1 {
      text-align: left;
      font: 400 62px/1 "Circular Std Book", sans-serif;
      color: #fff; }
      @media (max-width: 768px) {
        header .pyp h1 {
          font-size: 48px; } }
      @media (max-width: 560px) {
        header .pyp h1 {
          font-size: 36px; } }
      header .pyp h1 span {
        color: #f59f0a; }
    header .pyp p {
      text-align: left;
      font: 400 18px/1.4 "Circular Std Book", sans-serif;
      color: #fff; }
    header .pyp a {
      display: inline-block;
      width: auto;
      font: 400 18px/56px "Circular Std Book", sans-serif;
      color: #000;
      border-radius: 12px;
      background-color: #f59f0a;
      padding: 0 48px;
      box-sizing: border-box; }
      @media (max-width: 560px) {
        header .pyp a {
          display: block;
          width: 100%;
          text-align: center;
          font-size: 16px;
          line-height: 48px; } }
  header ul {
    width: 100%;
    max-width: 1440px;
    padding: 0 24px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 224px auto 80px;
    align-items: center;
    margin: 0 auto; }
    @media (max-width: 768px) {
      header ul.heading {
        display: flex;
        flex-flow: column;
        align-items: center;
        gap: 16px; } }
    header ul.heading .ib_logo {
      width: 100%; }
      @media (max-width: 1024px) {
        header ul.heading .ib_logo {
          position: absolute;
          width: 72px;
          right: 24px; } }
      @media (max-width: 768px) {
        header ul.heading .ib_logo {
          width: 72px; } }
      @media (max-width: 560px) {
        header ul.heading .ib_logo {
          width: 56px; } }
      header ul.heading .ib_logo img {
        display: block;
        width: 100%; }
    @media (max-width: 560px) {
      header ul {
        display: flex;
        align-items: center;
        justify-content: flex-start; } }
    header ul li {
      width: 100%;
      text-align: left; }
      header ul li h1 {
        text-align: center;
        font: 400 26px "Circular Std", sans-serif;
        color: #fff; }
      header ul li .logo {
        width: 100%;
        max-width: 224px;
        flex-shrink: 0;
        padding: 16px 0 0 0; }
        @media (max-width: 560px) {
          header ul li .logo {
            width: 180px; } }
        header ul li .logo img {
          display: block;
          width: 100%; }
      header ul li .menu {
        display: none; }
        @media (max-width: 1024px) {
          header ul li .menu {
            display: block;
            position: fixed;
            top: 24px;
            right: 24px;
            height: 46px;
            width: 46px;
            z-index: 99; }
            header ul li .menu:hover .menu-circle {
              transform: scale(1.4); }
            header ul li .menu.open .menu-circle {
              transform: scale(60);
              background-color: #FF5D5D; }
            header ul li .menu.open .menu-link .menu-line {
              background-color: #fff; }
            header ul li .menu.open .menu-line-2 {
              opacity: 0; }
            header ul li .menu.open .menu-line-1 {
              transform: translateY(7px) translateY(-50%) rotate(-45deg); }
            header ul li .menu.open .menu-line-3 {
              transform: translateY(-7px) translateY(50%) rotate(45deg); }
            header ul li .menu .menu-circle {
              background-color: #FF5D5D;
              width: 100%;
              height: 100%;
              position: absolute;
              border-radius: 50%;
              transform: scale(1);
              z-index: 1000;
              transition: all 0.2s ease-in-out; }
            header ul li .menu .menu-link {
              width: 100%;
              height: 100%;
              position: absolute;
              z-index: 1002; }
              header ul li .menu .menu-link .menu-icon {
                position: absolute;
                width: 20px;
                height: 14px;
                margin: auto;
                left: 0;
                top: 0;
                right: 0;
                bottom: 1px; }
                header ul li .menu .menu-link .menu-icon .menu-line {
                  background-color: #fff;
                  height: 2px;
                  width: 100%;
                  border-radius: 2px;
                  position: absolute;
                  left: 0;
                  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
                header ul li .menu .menu-link .menu-icon .menu-line-1 {
                  top: 0; }
                header ul li .menu .menu-link .menu-icon .menu-line-2 {
                  top: 0;
                  bottom: 0;
                  margin: auto; }
                header ul li .menu .menu-link .menu-icon .menu-line-3 {
                  bottom: 0; } }
      header ul li .menu-overlay {
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
        padding: 16px 0 0 0; }
        @media (max-width: 1024px) {
          header ul li .menu-overlay {
            flex-flow: column;
            justify-content: flex-start;
            visibility: hidden;
            height: 100%;
            width: 100%;
            position: fixed;
            text-align: center;
            transition: opacity 0.2s ease-in-out;
            z-index: 1001;
            left: 0;
            top: 124px;
            padding: 0 32px;
            box-sizing: border-box; }
            header ul li .menu-overlay.open {
              opacity: 1;
              visibility: visible; } }
        header ul li .menu-overlay a {
          display: inline-block;
          font: 400 14px/32px "Circular Std Book", sans-serif;
          color: #fff;
          padding: 0 16px;
          margin: 0 0 0 4px;
          box-sizing: border-box;
          border-radius: 8px; }
          @media (max-width: 1024px) {
            header ul li .menu-overlay a {
              border-radius: 0px;
              margin: 4px 0;
              font: 400 24px/56px "Circular Std", sans-serif;
              display: block;
              width: 100%;
              color: #000; } }
          header ul li .menu-overlay a:hover {
            background-color: rgba(0, 0, 0, 0.1); }
          header ul li .menu-overlay a.active {
            background-color: #FBBA00;
            color: #000; }
            @media (max-width: 1024px) {
              header ul li .menu-overlay a.active {
                color: #000; } }
      header ul li .ib_logo {
        width: 100%; }
        @media (max-width: 1024px) {
          header ul li .ib_logo {
            position: absolute;
            right: 96px;
            top: 0;
            width: 72px; } }
        @media (max-width: 560px) {
          header ul li .ib_logo {
            width: 56px;
            right: 78px; } }
        header ul li .ib_logo img {
          display: block;
          width: 100%; }

/***** Application Form *****/
.applicationWrapper {
  width: 100%;
  padding: 48px 24px;
  box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto; }
  .applicationWrapper h1 {
    width: auto;
    font: 400 40px/40px "Circular Std", sans-serif;
    color: #000;
    display: inline-block;
    letter-spacing: -.5px; }
    .applicationWrapper h1 span {
      height: 6px;
      width: inherit;
      display: block;
      background-color: #FEED00; }
  .applicationWrapper .applicationCon {
    width: 100%;
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(1, 1fr);
    margin: 32px 0 0 0; }
    .applicationWrapper .applicationCon .formFields {
      width: 100%;
      padding: 24px;
      box-sizing: border-box;
      border-radius: 12px;
      border: 1px solid #d0d0d0; }
      .applicationWrapper .applicationCon .formFields h2 {
        width: auto;
        font: 400 24px/24px "Circular Std medium", sans-serif;
        color: #000;
        display: inline-block; }
        .applicationWrapper .applicationCon .formFields h2 span {
          height: 4px;
          width: inherit;
          display: block;
          background-color: #FEED00; }
      .applicationWrapper .applicationCon .formFields ul {
        width: 100%;
        margin: 16px 0 0 0;
        display: grid;
        grid-gap: 12px;
        grid-template-columns: repeat(5, 1fr);
        align-items: flex-start; }
        @media (max-width: 1024px) {
          .applicationWrapper .applicationCon .formFields ul {
            grid-template-columns: repeat(4, 1fr); } }
        @media (max-width: 768px) {
          .applicationWrapper .applicationCon .formFields ul {
            grid-template-columns: repeat(3, 1fr); } }
        @media (max-width: 560px) {
          .applicationWrapper .applicationCon .formFields ul {
            grid-template-columns: repeat(1, 1fr); } }
        .applicationWrapper .applicationCon .formFields ul li {
          width: 100%; }
          .applicationWrapper .applicationCon .formFields ul li.upload_Photo {
            grid-row: 1 / 4;
            grid-column: 5 / 6; }
            @media (max-width: 1024px) {
              .applicationWrapper .applicationCon .formFields ul li.upload_Photo {
                grid-row: 1 / 3;
                grid-column: 4 / 5; } }
            @media (max-width: 768px) {
              .applicationWrapper .applicationCon .formFields ul li.upload_Photo {
                grid-row: 1 / 4;
                grid-column: 3 / 4; } }
            @media (max-width: 560px) {
              .applicationWrapper .applicationCon .formFields ul li.upload_Photo {
                grid-row: 1 / 2;
                grid-column: 1 / 2; } }
          .applicationWrapper .applicationCon .formFields ul li .uploadPhoto {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 42px 0 24px 0; }
            @media (max-width: 560px) {
              .applicationWrapper .applicationCon .formFields ul li .uploadPhoto {
                justify-content: flex-start;
                align-items: flex-start; } }
            .applicationWrapper .applicationCon .formFields ul li .uploadPhoto .image {
              height: 124px;
              width: 124px;
              position: relative;
              overflow: hidden;
              margin: 0 auto;
              box-shadow: 0 12px 12px rgba(45, 67, 212, 0.16);
              border: 2px dashed #2D43D4;
              background-color: #FCFEFF;
              border-radius: 8px;
              background-size: cover; }
              @media (max-width: 560px) {
                .applicationWrapper .applicationCon .formFields ul li .uploadPhoto .image {
                  margin: 0; } }
            .applicationWrapper .applicationCon .formFields ul li .uploadPhoto .upload-image-preview > img {
              display: block;
              width: 100%; }
            .applicationWrapper .applicationCon .formFields ul li .uploadPhoto .upload-image-preview {
              height: 124px;
              width: 124px;
              z-index: 1;
              display: block; }
            .applicationWrapper .applicationCon .formFields ul li .uploadPhoto .fileContainer {
              overflow: hidden;
              position: relative;
              min-height: 100%;
              min-width: 100%;
              display: block;
              background: url(../icons/upload-shoto.png) no-repeat center;
              background-size: cover;
              cursor: pointer;
              margin: 0; }
            .applicationWrapper .applicationCon .formFields ul li .uploadPhoto .fileContainer:hover img {
              opacity: .2; }
            .applicationWrapper .applicationCon .formFields ul li .uploadPhoto .fileContainer [type=file] {
              cursor: inherit;
              display: block;
              font-size: 999px;
              filter: alpha(opacity=0);
              height: 100%;
              width: 100%;
              opacity: 0;
              position: absolute;
              text-align: right;
              top: 0; }
    .applicationWrapper .applicationCon .address {
      width: 100%;
      padding: 24px;
      box-sizing: border-box;
      border-radius: 12px;
      border: 1px solid #d0d0d0; }
      .applicationWrapper .applicationCon .address h2 {
        width: auto;
        font: 400 24px/24px "Circular Std medium", sans-serif;
        color: #000;
        display: inline-block; }
        .applicationWrapper .applicationCon .address h2 span {
          height: 4px;
          width: inherit;
          display: block;
          background-color: #FEED00; }
      .applicationWrapper .applicationCon .address ul {
        width: 100%;
        margin: 16px 0 0 0;
        display: grid;
        grid-gap: 12px;
        grid-template-columns: repeat(6, 1fr);
        align-items: flex-start; }
        @media (max-width: 1024px) {
          .applicationWrapper .applicationCon .address ul {
            grid-template-columns: repeat(2, 1fr); } }
        @media (max-width: 768px) {
          .applicationWrapper .applicationCon .address ul {
            grid-template-columns: repeat(2, 1fr); } }
        @media (max-width: 560px) {
          .applicationWrapper .applicationCon .address ul {
            grid-template-columns: repeat(1, 1fr); } }
        .applicationWrapper .applicationCon .address ul li {
          width: 100%; }
          .applicationWrapper .applicationCon .address ul li.addrs {
            grid-column: 1 / 4; }
            @media (max-width: 1024px) {
              .applicationWrapper .applicationCon .address ul li.addrs {
                grid-column: 1 / 2; } }
            @media (max-width: 768px) {
              .applicationWrapper .applicationCon .address ul li.addrs {
                grid-column: 1 / 3; } }
            @media (max-width: 560px) {
              .applicationWrapper .applicationCon .address ul li.addrs {
                grid-column: 1 / 2; } }
          .applicationWrapper .applicationCon .address ul li.addrs2 {
            grid-column: 4 / 8; }
            @media (max-width: 1024px) {
              .applicationWrapper .applicationCon .address ul li.addrs2 {
                grid-column: 2 / 3; } }
            @media (max-width: 768px) {
              .applicationWrapper .applicationCon .address ul li.addrs2 {
                grid-column: 1 / 3; } }
            @media (max-width: 560px) {
              .applicationWrapper .applicationCon .address ul li.addrs2 {
                grid-column: 1 / 2; } }
          .applicationWrapper .applicationCon .address ul li.email {
            grid-column: 5 / 8; }
            @media (max-width: 1024px) {
              .applicationWrapper .applicationCon .address ul li.email {
                grid-column: 1 / 3; } }
            @media (max-width: 768px) {
              .applicationWrapper .applicationCon .address ul li.email {
                grid-column: 1 / 3; } }
            @media (max-width: 560px) {
              .applicationWrapper .applicationCon .address ul li.email {
                grid-column: 1 / 2; } }
    .applicationWrapper .applicationCon .parentswrapp {
      width: 100%;
      display: grid;
      grid-gap: 16px;
      grid-template-columns: repeat(2, 1fr); }
      @media (max-width: 1024px) {
        .applicationWrapper .applicationCon .parentswrapp {
          grid-template-columns: repeat(1, 1fr); } }
      .applicationWrapper .applicationCon .parentswrapp .parent {
        width: 100%;
        padding: 24px;
        box-sizing: border-box;
        border-radius: 12px;
        border: 1px solid #d0d0d0; }
        .applicationWrapper .applicationCon .parentswrapp .parent h2 {
          width: auto;
          font: 400 24px/24px "Circular Std medium", sans-serif;
          color: #000;
          display: inline-block; }
          .applicationWrapper .applicationCon .parentswrapp .parent h2 span {
            height: 4px;
            width: inherit;
            display: block;
            background-color: #FEED00; }
        .applicationWrapper .applicationCon .parentswrapp .parent ul {
          width: 100%;
          margin: 16px 0 0 0;
          display: grid;
          grid-gap: 12px;
          grid-template-columns: repeat(2, 1fr);
          align-items: flex-start; }
          @media (max-width: 560px) {
            .applicationWrapper .applicationCon .parentswrapp .parent ul {
              grid-template-columns: repeat(1, 1fr); } }
          .applicationWrapper .applicationCon .parentswrapp .parent ul li {
            width: 100%; }
        .applicationWrapper .applicationCon .parentswrapp .parent h3 {
          width: auto;
          font: 400 18px/18px "Circular Std medium", sans-serif;
          color: #000;
          display: inline-block;
          margin: 24px 0 0 0; }
          .applicationWrapper .applicationCon .parentswrapp .parent h3 span {
            height: 4px;
            width: inherit;
            display: block;
            background-color: #FEED00; }
        .applicationWrapper .applicationCon .parentswrapp .parent .table {
          width: 100%;
          margin: 12px 0 0 0; }
          .applicationWrapper .applicationCon .parentswrapp .parent .table table {
            width: 100%;
            border-collapse: collapse; }
            .applicationWrapper .applicationCon .parentswrapp .parent .table table tbody {
              width: 100%;
              display: grid;
              grid-gap: 3px;
              grid-template-columns: repeat(1, 1fr); }
              .applicationWrapper .applicationCon .parentswrapp .parent .table table tbody tr {
                width: 100%;
                display: block; }
                .applicationWrapper .applicationCon .parentswrapp .parent .table table tbody tr th {
                  display: block;
                  width: 100%; }
                  .applicationWrapper .applicationCon .parentswrapp .parent .table table tbody tr th dl {
                    width: 100%;
                    display: grid;
                    grid-template-columns: repeat(5, 1fr);
                    grid-gap: 4px;
                    align-items: center;
                    padding: 8px;
                    box-sizing: border-box;
                    border-radius: 6px;
                    background-color: #D8E5EF; }
                    @media (max-width: 560px) {
                      .applicationWrapper .applicationCon .parentswrapp .parent .table table tbody tr th dl {
                        display: none; } }
                    .applicationWrapper .applicationCon .parentswrapp .parent .table table tbody tr th dl dt {
                      width: 100%;
                      text-align: left;
                      font: 400 13px "Circular Std Book", sans-serif;
                      color: #000; }
                .applicationWrapper .applicationCon .parentswrapp .parent .table table tbody tr td {
                  display: block;
                  width: 100%; }
                  .applicationWrapper .applicationCon .parentswrapp .parent .table table tbody tr td dl {
                    width: 100%;
                    display: grid;
                    grid-template-columns: repeat(5, 1fr);
                    grid-gap: 4px;
                    align-items: center;
                    padding: 6px 8px;
                    box-sizing: border-box;
                    border-radius: 6px;
                    background-color: #F5F9FC; }
                    @media (max-width: 560px) {
                      .applicationWrapper .applicationCon .parentswrapp .parent .table table tbody tr td dl {
                        grid-template-columns: repeat(1, 1fr); } }
                    .applicationWrapper .applicationCon .parentswrapp .parent .table table tbody tr td dl dt {
                      width: 100%;
                      text-align: left;
                      font: 400 13px "Circular Std Book", sans-serif;
                      color: #000; }
                      .applicationWrapper .applicationCon .parentswrapp .parent .table table tbody tr td dl dt b {
                        width: 100%;
                        text-align: left;
                        font: 400 12px "Circular Std Book", sans-serif;
                        color: #505050;
                        margin: 0 0 3px 0;
                        display: none; }
                        @media (max-width: 560px) {
                          .applicationWrapper .applicationCon .parentswrapp .parent .table table tbody tr td dl dt b {
                            display: block; } }
                      .applicationWrapper .applicationCon .parentswrapp .parent .table table tbody tr td dl dt input[type=text] {
                        height: 30px;
                        font: 400 13px "Circular Std Book", sans-serif; }
                      .applicationWrapper .applicationCon .parentswrapp .parent .table table tbody tr td dl dt select {
                        height: 30px;
                        background-color: #fff;
                        font: 400 13px "Circular Std Book", sans-serif; }
          .applicationWrapper .applicationCon .parentswrapp .parent .table .addNew {
            width: 100%;
            margin: 8px 0 0 0;
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            justify-content: flex-end; }
            .applicationWrapper .applicationCon .parentswrapp .parent .table .addNew a {
              height: 32px;
              border-radius: 6px;
              display: inline-block;
              padding: 0 20px 0 40px;
              background: url(../icons/add.svg) no-repeat left 8px center #2D43D4;
              background-size: 22px;
              font: 400 13px/32px "Circular Std Book", sans-serif;
              color: #fff; }
              .applicationWrapper .applicationCon .parentswrapp .parent .table .addNew a:hover {
                background-color: #12249B; }
          .applicationWrapper .applicationCon .parentswrapp .parent .table .distincion {
            width: 100%; }
    .applicationWrapper .applicationCon .singleParent {
      width: 100%;
      padding: 24px;
      box-sizing: border-box;
      border-radius: 12px;
      border: 1px solid #d0d0d0; }
      .applicationWrapper .applicationCon .singleParent ul {
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        align-items: center; }
        @media (max-width: 560px) {
          .applicationWrapper .applicationCon .singleParent ul {
            flex-flow: column; } }
        .applicationWrapper .applicationCon .singleParent ul li {
          width: auto;
          margin-right: 24px; }
          @media (max-width: 560px) {
            .applicationWrapper .applicationCon .singleParent ul li {
              margin: 0;
              width: 100%; } }
          .applicationWrapper .applicationCon .singleParent ul li h2 {
            width: auto;
            font: 400 24px/24px "Circular Std", sans-serif;
            color: #000;
            display: inline-block; }
            @media (max-width: 560px) {
              .applicationWrapper .applicationCon .singleParent ul li h2 {
                margin: 0 0 16px 0; } }
            .applicationWrapper .applicationCon .singleParent ul li h2 span {
              height: 4px;
              width: inherit;
              display: block;
              background-color: #FEED00; }
          .applicationWrapper .applicationCon .singleParent ul li select {
            width: 200px; }
      .applicationWrapper .applicationCon .singleParent b {
        text-align: left;
        display: block;
        width: 100%;
        margin: 16px 0 0 0;
        font: 400 14px "Circular Std medium", sans-serif;
        color: #000; }
      .applicationWrapper .applicationCon .singleParent dl {
        width: 100%;
        margin: 16px 0 0 0;
        display: grid;
        grid-gap: 12px;
        grid-template-columns: repeat(5, 1fr); }
        @media (max-width: 768px) {
          .applicationWrapper .applicationCon .singleParent dl {
            grid-template-columns: repeat(2, 1fr); } }
        @media (max-width: 560px) {
          .applicationWrapper .applicationCon .singleParent dl {
            grid-template-columns: repeat(1, 1fr); } }
        .applicationWrapper .applicationCon .singleParent dl dt {
          width: 100%; }
    .applicationWrapper .applicationCon .declaration {
      width: 100%;
      padding: 24px;
      box-sizing: border-box;
      border-radius: 12px;
      border: 1px solid #d0d0d0; }
      .applicationWrapper .applicationCon .declaration h2 {
        width: auto;
        font: 400 24px/24px "Circular Std", sans-serif;
        color: #000;
        display: inline-block; }
        .applicationWrapper .applicationCon .declaration h2 span {
          height: 4px;
          width: inherit;
          display: block;
          background-color: #FEED00; }
      .applicationWrapper .applicationCon .declaration p {
        width: 100%;
        font: 400 13px/18px "Circular Std Book", sans-serif;
        color: #505050;
        text-align: left;
        margin: 16px 0 0 0; }
      .applicationWrapper .applicationCon .declaration ul {
        width: 100%;
        margin: 24px 0 0 0;
        display: grid;
        grid-gap: 48px;
        grid-template-columns: repeat(2, 1fr); }
        @media (max-width: 1024px) {
          .applicationWrapper .applicationCon .declaration ul {
            grid-template-columns: repeat(1, 1fr); } }
        .applicationWrapper .applicationCon .declaration ul li {
          width: 100%; }
          .applicationWrapper .applicationCon .declaration ul li dl {
            width: 100%;
            display: grid;
            grid-gap: 16px;
            grid-template-columns: 124px auto;
            align-items: center; }
            @media (max-width: 560px) {
              .applicationWrapper .applicationCon .declaration ul li dl {
                grid-template-columns: repeat(1, 1fr); } }
            .applicationWrapper .applicationCon .declaration ul li dl dt {
              width: 100%; }
              .applicationWrapper .applicationCon .declaration ul li dl dt .uploadPhoto {
                display: flex;
                align-items: center;
                justify-content: center; }
                @media (max-width: 560px) {
                  .applicationWrapper .applicationCon .declaration ul li dl dt .uploadPhoto {
                    align-items: flex-start;
                    justify-content: flex-start; } }
                .applicationWrapper .applicationCon .declaration ul li dl dt .uploadPhoto .image {
                  height: 124px;
                  width: 124px;
                  position: relative;
                  overflow: hidden;
                  margin: 0 auto;
                  box-shadow: 0 12px 12px rgba(45, 67, 212, 0.16);
                  border: 2px dashed #2D43D4;
                  background-color: #FCFEFF;
                  border-radius: 8px;
                  background-size: cover; }
                  @media (max-width: 560px) {
                    .applicationWrapper .applicationCon .declaration ul li dl dt .uploadPhoto .image {
                      margin: 0; } }
                .applicationWrapper .applicationCon .declaration ul li dl dt .uploadPhoto .upload-image-preview > img {
                  display: block;
                  width: 100%; }
                .applicationWrapper .applicationCon .declaration ul li dl dt .uploadPhoto .upload-image-preview {
                  height: 124px;
                  width: 124px;
                  z-index: 1;
                  display: block; }
                .applicationWrapper .applicationCon .declaration ul li dl dt .uploadPhoto .fileContainer {
                  overflow: hidden;
                  position: relative;
                  min-height: 100%;
                  min-width: 100%;
                  display: block;
                  background: url(../icons/upload-shoto.png) no-repeat center;
                  background-size: cover;
                  cursor: pointer;
                  margin: 0; }
                .applicationWrapper .applicationCon .declaration ul li dl dt .uploadPhoto .fileContainer:hover img {
                  opacity: .2; }
                .applicationWrapper .applicationCon .declaration ul li dl dt .uploadPhoto .fileContainer [type=file] {
                  cursor: inherit;
                  display: block;
                  font-size: 999px;
                  filter: alpha(opacity=0);
                  height: 100%;
                  width: 100%;
                  opacity: 0;
                  position: absolute;
                  text-align: right;
                  top: 0; }
              .applicationWrapper .applicationCon .declaration ul li dl dt .name {
                width: 100%; }
              .applicationWrapper .applicationCon .declaration ul li dl dt ol {
                width: 100%;
                display: grid;
                grid-gap: 12px;
                grid-template-columns: repeat(2, 1fr);
                margin: 12px 0 0 0; }
                @media (max-width: 560px) {
                  .applicationWrapper .applicationCon .declaration ul li dl dt ol {
                    grid-template-columns: repeat(1, 1fr); } }
                .applicationWrapper .applicationCon .declaration ul li dl dt ol li {
                  width: 100%; }

/***** montfort difference *****/
.difference {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  @media (max-width: 768px) {
    .difference {
      grid-template-columns: repeat(1, 1fr); } }
  .difference .diff {
    width: 100%;
    height: 100%;
    background-color: #263747;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 48px 0 24px;
    box-sizing: border-box; }
    @media (max-width: 560px) {
      .difference .diff {
        padding: 0 24px; } }
    .difference .diff .diffInner {
      width: 100%;
      max-width: 648px; }
      .difference .diff .diffInner h1 {
        display: block;
        width: 100%;
        font: 400 36px/148px "Circular Std", sans-serif;
        color: #FFDC64;
        background: url(../icons/diff.svg) no-repeat left center;
        background-size: 148px;
        padding-left: 180px;
        box-sizing: border-box; }
        @media (max-width: 1024px) {
          .difference .diff .diffInner h1 {
            background: url(../icons/diff.svg) no-repeat left top;
            background-size: 148px;
            padding: 148px 0 0 0;
            font: 400 36px "Circular Std", sans-serif;
            margin: 16px 0 24px 0; } }
        @media (max-width: 768px) {
          .difference .diff .diffInner h1 {
            font: 400 36px/148px "Circular Std", sans-serif;
            background: url(../icons/diff.svg) no-repeat left center;
            background-size: 148px;
            padding: 0 0 0 180px; } }
        @media (max-width: 560px) {
          .difference .diff .diffInner h1 {
            background: url(../icons/diff.svg) no-repeat left top;
            background-size: 148px;
            padding: 148px 0 0 0;
            font: 400 36px "Circular Std", sans-serif;
            margin: 16px 0 24px 0; } }
      .difference .diff .diffInner ul {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr); }
        .difference .diff .diffInner ul li {
          width: 100%;
          padding: 24px;
          box-sizing: border-box;
          border-top: 1px solid rgba(255, 255, 255, 0.25);
          font: 400 15px "Circular Std Book", sans-serif;
          color: #fff;
          padding-left: 52px;
          box-sizing: border-box; }
          .difference .diff .diffInner ul li:first-child {
            border: none; }
          .difference .diff .diffInner ul li.campus {
            background: url(../icons/school.png) no-repeat left top 13px;
            background-size: 32px; }
          .difference .diff .diffInner ul li.building {
            background: url(../icons/buildings.png) no-repeat left top 28px;
            background-size: 32px; }
          .difference .diff .diffInner ul li.personality {
            background: url(../icons/presentation.png) no-repeat left top 28px;
            background-size: 32px; }
          .difference .diff .diffInner ul li.teacher {
            background: url(../icons/teacher.png) no-repeat left top 15px;
            background-size: 32px; }
          .difference .diff .diffInner ul li.music {
            background: url(../icons/guitar.png) no-repeat left top 15px;
            background-size: 32px; }
          .difference .diff .diffInner ul li.achievement {
            background: url(../icons/achievement.png) no-repeat left top 15px;
            background-size: 32px; }
          .difference .diff .diffInner ul li.student {
            background: url(../icons/student.png) no-repeat left top 24px;
            background-size: 32px; }
      .difference .diff .diffInner .poweredby {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 36px 0 0 0;
        padding: 0 0 32px 0; }
        .difference .diff .diffInner .poweredby img {
          display: block;
          width: 100%;
          max-width: 196px; }
  .difference .formLinks {
    width: 100%;
    height: 100%;
    background-color: #F5F9FC; }
    .difference .formLinks ul {
      width: 100%;
      padding: 24px 24px 24px 48px;
      box-sizing: border-box;
      display: grid;
      grid-gap: 8px;
      max-width: 700px;
      grid-template-columns: repeat(2, 1fr); }
      @media (max-width: 560px) {
        .difference .formLinks ul {
          padding: 24px;
          grid-template-columns: repeat(1, 1fr); } }
      .difference .formLinks ul li {
        width: 100%; }
        .difference .formLinks ul li:last-child {
          grid-column: 1 / 3; }
          @media (max-width: 560px) {
            .difference .formLinks ul li:last-child {
              grid-column: 1 / 2; } }
        .difference .formLinks ul li .formcon {
          width: 100%;
          height: 100%;
          background-color: #fff;
          position: relative;
          padding: 24px 24px 82px 24px;
          box-sizing: border-box;
          border-radius: 16px; }
          .difference .formLinks ul li .formcon span {
            display: inline-block;
            width: auto;
            font: 400 14px/24px "Circular Std", sans-serif;
            text-transform: uppercase;
            color: #fff;
            background-color: #FF5D5D;
            border-radius: 25px 0 0 25px;
            padding: 0 16px;
            box-sizing: border-box;
            transform: rotate(-90deg);
            position: absolute;
            top: 31px;
            right: -5px; }
          .difference .formLinks ul li .formcon .icon {
            width: 100%;
            text-align: left;
            margin: 0 0 20px 0; }
            .difference .formLinks ul li .formcon .icon img {
              display: inline-block;
              width: 100%;
              max-width: 48px; }
          .difference .formLinks ul li .formcon h2 {
            text-align: left;
            font: 400 18px "Circular Std", sans-serif;
            color: #000; }
          .difference .formLinks ul li .formcon p {
            text-align: left;
            font: 400 13px "Circular Std Book", sans-serif;
            color: #808080;
            margin: 6px 0 0 0; }
          .difference .formLinks ul li .formcon a {
            position: absolute;
            bottom: 24px;
            left: 24px;
            width: calc(100% - 48px);
            max-width: 250px;
            display: inline-block;
            height: 42px;
            font: 400 13px/42px "Circular Std Book", sans-serif;
            background-color: #FEED00;
            color: #000;
            text-align: center;
            border-radius: 8px; }
            .difference .formLinks ul li .formcon a:hover {
              background-color: #FBBA00; }
  .difference .loginSignup {
    width: 100%;
    height: 100%;
    background: url(../images/signupBg.jpg) no-repeat top left;
    background-size: cover; }
    .difference .loginSignup .loginSignupInner {
      max-width: 700px;
      padding: 48px 48px 24px 48px;
      box-sizing: border-box; }
      @media (max-width: 1024px) {
        .difference .loginSignup .loginSignupInner {
          padding: 24px 24px 12px 24px; } }
      .difference .loginSignup .loginSignupInner .logo {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .difference .loginSignup .loginSignupInner .logo img {
          display: block;
          width: 100%;
          max-width: 185px; }
      .difference .loginSignup .loginSignupInner h1 {
        text-align: center;
        font: 400 62px/68px "Circular Std", sans-serif;
        color: #fff;
        margin: 72px 0 0 0; }
        @media (max-width: 560px) {
          .difference .loginSignup .loginSignupInner h1 {
            margin: 48px 0 0 0; } }
        @media (max-width: 560px) {
          .difference .loginSignup .loginSignupInner h1 {
            font-size: 42px;
            line-height: 48px; } }
      .difference .loginSignup .loginSignupInner ul {
        width: 100%;
        display: grid;
        grid-gap: 8px;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        margin: 62px 0 0 0; }
        @media (max-width: 560px) {
          .difference .loginSignup .loginSignupInner ul {
            margin: 40px 0 0 0; } }
        @media (max-width: 560px) {
          .difference .loginSignup .loginSignupInner ul {
            grid-template-columns: repeat(1, 1fr); } }
        .difference .loginSignup .loginSignupInner ul li {
          width: 100%; }
          .difference .loginSignup .loginSignupInner ul li a {
            display: flex;
            flex-flow: column;
            align-items: center;
            width: 100%;
            padding: 36px;
            box-sizing: border-box;
            border-radius: 16px;
            background-color: #2D43D4; }
            .difference .loginSignup .loginSignupInner ul li a:hover {
              background-color: #12249B; }
            .difference .loginSignup .loginSignupInner ul li a.register {
              background-color: #FEED00; }
              .difference .loginSignup .loginSignupInner ul li a.register b {
                color: #000; }
              .difference .loginSignup .loginSignupInner ul li a.register:hover {
                background-color: #D5C700; }
            .difference .loginSignup .loginSignupInner ul li a span {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 100%; }
              .difference .loginSignup .loginSignupInner ul li a span img {
                display: block;
                width: 100%;
                max-width: 48px; }
            .difference .loginSignup .loginSignupInner ul li a b {
              display: block;
              width: 100%;
              text-align: center;
              margin: 32px 0 0 0;
              font: 400 16px "Circular Std Book", sans-serif;
              color: #fff; }
      .difference .loginSignup .loginSignupInner dl {
        width: 100%;
        display: grid;
        grid-gap: 8px;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        margin: 62px 0 0 0; }
        @media (max-width: 560px) {
          .difference .loginSignup .loginSignupInner dl {
            margin: 40px 0 0 0; } }
        @media (max-width: 560px) {
          .difference .loginSignup .loginSignupInner dl {
            grid-template-columns: repeat(1, 1fr); } }
        .difference .loginSignup .loginSignupInner dl dt {
          width: 100%;
          display: flex;
          flex-flow: row nowrap;
          align-items: center; }
          .difference .loginSignup .loginSignupInner dl dt:last-child {
            justify-content: flex-end; }
          .difference .loginSignup .loginSignupInner dl dt b {
            display: block;
            width: 100%;
            background: url(../icons/phone.png) no-repeat left center;
            background-size: 28px;
            padding-left: 40px;
            box-sizing: border-box;
            font: 400 20px/28px "Circular Std medium", sans-serif;
            color: #fff; }
          .difference .loginSignup .loginSignupInner dl dt small {
            display: inline-block;
            width: auto;
            background: url(../icons/web.png) no-repeat left center;
            background-size: 28px;
            padding-left: 40px;
            box-sizing: border-box;
            font: 400 20px/28px "Circular Std medium", sans-serif;
            color: #fff; }
            @media (max-width: 560px) {
              .difference .loginSignup .loginSignupInner dl dt small {
                display: block;
                width: 100%;
                text-align: left; } }

/**** Register ****/
.registerWrapper {
  width: 100%;
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative; }
  @media (max-width: 768px) {
    .registerWrapper {
      grid-template-columns: repeat(1, 1fr); } }
  .registerWrapper .registerCon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 48px 200px 48px 24px;
    box-sizing: border-box; }
    @media (max-width: 1024px) {
      .registerWrapper .registerCon {
        padding: 24px; } }
    @media (max-width: 768px) {
      .registerWrapper .registerCon {
        padding: 24px; } }
    .registerWrapper .registerCon .register {
      width: 100%;
      max-width: 496px; }
      @media (max-width: 768px) {
        .registerWrapper .registerCon .register {
          max-width: 100%; } }
      .registerWrapper .registerCon .register h1 {
        width: 100%;
        position: relative;
        font: 400 42px "Circular Std", sans-serif;
        color: #000;
        text-align: left; }
        .registerWrapper .registerCon .register h1.login {
          margin: 48px 0 0 0; }
        @media (max-width: 560px) {
          .registerWrapper .registerCon .register h1 {
            display: flex;
            flex-flow: column; } }
        .registerWrapper .registerCon .register h1 a {
          display: inline-block;
          width: auto;
          font: 400 13px/32px "Circular Std Book", sans-serif;
          color: #2D43D4;
          background-color: #F5F9FC;
          border-radius: 8px;
          padding: 0 12px;
          box-sizing: border-box;
          position: absolute;
          top: 12px;
          right: 0; }
          @media (max-width: 560px) {
            .registerWrapper .registerCon .register h1 a span {
              display: none; } }
          .registerWrapper .registerCon .register h1 a:hover {
            background-color: #2D43D4;
            color: #fff; }
      .registerWrapper .registerCon .register ul {
        width: 100%;
        display: grid;
        grid-gap: 16px;
        grid-template-columns: repeat(1, 1fr);
        margin: 32px 0 0 0; }
        .registerWrapper .registerCon .register ul li {
          width: 100%; }
          .registerWrapper .registerCon .register ul li input[type=text] {
            height: 40px; }
          .registerWrapper .registerCon .register ul li .password {
            width: 100%;
            position: relative; }
            .registerWrapper .registerCon .register ul li .password input[type=password] {
              height: 40px; }
            .registerWrapper .registerCon .register ul li .password input[type=checkbox] {
              position: absolute;
              right: 10px;
              top: 7px;
              display: block;
              height: 24px;
              width: 24px;
              appearance: none;
              background: url(../icons/eye_off.svg) no-repeat center;
              background-size: 24px;
              cursor: pointer; }
              .registerWrapper .registerCon .register ul li .password input[type=checkbox]:checked {
                background: url(../icons/eye.svg) no-repeat center;
                background-size: 24px; }
          .registerWrapper .registerCon .register ul li .accept {
            width: 100%;
            border-radius: 8px;
            padding: 16px 16px 16px 12px;
            box-sizing: border-box;
            background-color: #F5F9FC;
            display: flex;
            flex-flow: row nowrap;
            align-items: flex-start;
            border: 2px dashed #ABC5E9; }
            .registerWrapper .registerCon .register ul li .accept input[type=checkbox] {
              display: block;
              width: 30px;
              height: 30px;
              background: url(../icons/uncheck.svg) no-repeat center;
              background-size: 30px;
              flex-shrink: 0;
              appearance: none;
              cursor: pointer; }
              .registerWrapper .registerCon .register ul li .accept input[type=checkbox]:checked {
                background: url(../icons/check.svg) no-repeat center;
                background-size: 30px; }
            .registerWrapper .registerCon .register ul li .accept label {
              padding: 0 0 0 12px;
              box-sizing: border-box; }
          .registerWrapper .registerCon .register ul li input[type=submit] {
            height: 56px;
            width: 100%;
            border-radius: 8px;
            text-align: center;
            display: block;
            background-color: #2D43D4;
            color: #fff;
            font: 400 16px "Circular Std Book", sans-serif;
            appearance: none;
            cursor: pointer;
            border: none;
            box-shadow: 0 16px 16px rgba(45, 62, 212, 0.15);
            margin: 16px 0 0 0; }
            .registerWrapper .registerCon .register ul li input[type=submit]:hover {
              background-color: #12249B; }
          .registerWrapper .registerCon .register ul li dl {
            width: 100%;
            display: grid;
            grid-gap: 16px;
            grid-template-columns: repeat(2, 1fr);
            margin: 16px 0 0 0; }
            @media (max-width: 560px) {
              .registerWrapper .registerCon .register ul li dl {
                grid-template-columns: repeat(1, 1fr); } }
            .registerWrapper .registerCon .register ul li dl dt {
              width: 100%; }
              .registerWrapper .registerCon .register ul li dl dt input[type=submit] {
                height: 56px;
                width: 100%;
                border-radius: 8px;
                text-align: center;
                display: block;
                background-color: #2D43D4;
                color: #fff;
                font: 400 16px "Circular Std Book", sans-serif;
                appearance: none;
                cursor: pointer;
                border: none;
                box-shadow: 0 16px 16px rgba(45, 62, 212, 0.15);
                margin: 0; }
                .registerWrapper .registerCon .register ul li dl dt input[type=submit]:hover {
                  background-color: #12249B; }
              .registerWrapper .registerCon .register ul li dl dt a {
                display: block;
                height: 56px;
                width: 100%;
                border-radius: 8px;
                text-align: center;
                display: block;
                background-color: #FFF3F3;
                color: #D42D2D;
                border: 2px solid #D42D2D;
                box-sizing: border-box;
                font: 400 16px/52px "Circular Std Book", sans-serif; }
                .registerWrapper .registerCon .register ul li dl dt a:hover {
                  background-color: #D42D2D;
                  color: #fff; }
  .registerWrapper .schoolBg {
    width: 50%;
    background: url(../images/schoolBg.jpg) no-repeat top left;
    background-size: cover;
    position: fixed;
    height: 100%;
    right: 0;
    top: 0; }
    @media (max-width: 768px) {
      .registerWrapper .schoolBg {
        display: none; } }

/***** School Features ****/
.schoolFeatures {
  width: 100%;
  padding: 24px 0;
  box-sizing: border-box;
  background-color: #2D43D4; }
  .schoolFeatures ul {
    width: 100%;
    max-width: 1440px;
    padding: 0 24px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .schoolFeatures ul {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 560px) {
      .schoolFeatures ul {
        grid-template-columns: repeat(1, 1fr); } }
    .schoolFeatures ul li {
      width: 100%;
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      justify-content: center; }
      @media (max-width: 768px) {
        .schoolFeatures ul li {
          justify-content: flex-start;
          margin: 8px; }
          .schoolFeatures ul li:first-child {
            margin: 0; } }
      @media (max-width: 560px) {
        .schoolFeatures ul li {
          justify-content: flex-start;
          margin: 16px 0 0 0; }
          .schoolFeatures ul li:first-child {
            margin: 0; } }
      .schoolFeatures ul li span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 62px;
        margin-right: 32px; }
        .schoolFeatures ul li span img {
          display: block;
          width: 100%; }
      .schoolFeatures ul li p {
        width: auto; }
        .schoolFeatures ul li p b {
          display: block;
          text-align: left;
          font: 400 32px "Circular Std", sans-serif;
          color: #fff; }
        .schoolFeatures ul li p small {
          display: block;
          text-align: left;
          font: 400 16px "Circular Std Book", sans-serif;
          color: rgba(255, 255, 255, 0.7); }

/**** Welcome *****/
.welcomeWrapp {
  width: 100%;
  background: #fbfdff;
  background: linear-gradient(180deg, #fbfdff 0%, white 100%); }
  .welcomeWrapp .welcome {
    width: 100%;
    max-width: 1440px;
    padding: 72px 24px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center; }
    .welcomeWrapp .welcome h1 {
      width: auto;
      font: 400 42px/42px "Circular Std", sans-serif;
      color: #000;
      display: inline-block;
      letter-spacing: -.5px;
      padding: 0 0 8px 0; }
      .welcomeWrapp .welcome h1 span {
        height: 6px;
        width: inherit;
        display: block;
        background-color: #FEED00; }
    .welcomeWrapp .welcome p {
      text-align: center;
      font: 400 16px "Circular Std Book", sans-serif;
      color: #808080;
      margin: 12px 0 0 0; }
    .welcomeWrapp .welcome ul {
      width: 100%;
      display: grid;
      grid-gap: 62px;
      grid-template-columns: repeat(2, 1fr);
      align-items: center;
      margin: 48px 0 0 0; }
      @media (max-width: 768px) {
        .welcomeWrapp .welcome ul {
          grid-template-columns: repeat(1, 1fr); } }
      .welcomeWrapp .welcome ul li {
        width: 100%;
        text-align: left; }
        .welcomeWrapp .welcome ul li h2 {
          width: auto;
          font: 400 32px/32px "Circular Std", sans-serif;
          color: #000;
          display: inline-block;
          letter-spacing: -.5px;
          padding: 0; }
        .welcomeWrapp .welcome ul li small {
          color: #808080;
          display: block;
          width: 100%;
          text-align: left;
          font: 400 14px "Circular Std Book", sans-serif;
          padding: 12px 0; }
        .welcomeWrapp .welcome ul li p {
          width: 100%;
          text-align: left;
          font: 400 16px "Circular Std Book", sans-serif;
          color: #202020;
          margin: 16px 0 0 0; }
        .welcomeWrapp .welcome ul li a {
          display: inline-block;
          font: 400 14px/48px "Circular Std Book", sans-serif;
          color: #fff;
          background-color: #2D43D4;
          border-radius: 12px;
          text-align: center;
          width: 206px;
          box-shadow: 0 16px 16px rgba(45, 67, 212, 0.16);
          margin: 48px 0 0 0; }
          .welcomeWrapp .welcome ul li a:hover {
            background-color: #12249B; }
        .welcomeWrapp .welcome ul li dl {
          width: 100%;
          display: grid;
          grid-gap: 16px;
          grid-template-columns: repeat(2, 1fr);
          align-items: center; }
          @media (max-width: 560px) {
            .welcomeWrapp .welcome ul li dl {
              grid-template-columns: repeat(1, 1fr); } }
          .welcomeWrapp .welcome ul li dl dt {
            width: 100%;
            border-radius: 16px;
            background-color: #F5F9FC;
            padding: 36px;
            box-sizing: border-box; }
            .welcomeWrapp .welcome ul li dl dt .icon {
              width: 100%;
              display: flex;
              align-items: center;
              justify-content: center; }
              .welcomeWrapp .welcome ul li dl dt .icon img {
                display: block;
                width: 56px; }
            .welcomeWrapp .welcome ul li dl dt p {
              text-align: center;
              font: 400 16px "Circular Std Book", sans-serif;
              color: #202020;
              margin: 24px 0 0 0; }
  .welcomeWrapp .dir {
    background: url(../images/dirbg.svg) no-repeat left bottom;
    background-size: 100%; }
    .welcomeWrapp .dir .director {
      width: 100%;
      max-width: 1440px;
      padding: 0 24px;
      box-sizing: border-box;
      margin: 0 auto;
      text-align: center; }
      .welcomeWrapp .dir .director h1 {
        width: auto;
        font: 400 42px/42px "Circular Std", sans-serif;
        color: #000;
        display: inline-block;
        letter-spacing: -.5px;
        padding: 0 0 8px 0; }
        .welcomeWrapp .dir .director h1 span {
          height: 6px;
          width: inherit;
          display: block;
          background-color: #FEED00; }
      .welcomeWrapp .dir .director ul {
        width: 100%;
        display: grid;
        grid-gap: 72px;
        grid-template-columns: 420px auto;
        align-items: flex-end;
        margin: 48px 0 0 0; }
        @media (max-width: 768px) {
          .welcomeWrapp .dir .director ul {
            grid-template-columns: repeat(1, 1fr);
            grid-gap: 16px; } }
        .welcomeWrapp .dir .director ul li {
          width: 100%; }
          .welcomeWrapp .dir .director ul li img {
            display: block;
            width: 100%; }
            @media (max-width: 768px) {
              .welcomeWrapp .dir .director ul li img {
                max-width: 420px; } }
          .welcomeWrapp .dir .director ul li p {
            text-align: left;
            font: 400 16px "Circular Std Book", sans-serif;
            color: #202020;
            margin: 0 0 16px 0; }
          .welcomeWrapp .dir .director ul li b {
            display: block;
            width: 100%;
            text-align: left;
            font: 400 18px "Circular Std medium", sans-serif;
            color: #000;
            padding-top: 8px; }
          .welcomeWrapp .dir .director ul li small {
            display: block;
            width: 100%;
            font: 400 16px "Circular Std Book", sans-serif;
            color: #505050;
            margin: 4px 0 0 0;
            text-align: left;
            padding-bottom: 32px; }

.prin {
  width: 100%;
  background: #fbfdff;
  background: linear-gradient(360deg, #fbfdff 0%, white 100%); }
  .prin .principal {
    width: 100%;
    max-width: 1440px;
    padding: 72px 24px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center; }
    .prin .principal h1 {
      width: auto;
      font: 400 42px/42px "Circular Std", sans-serif;
      color: #000;
      display: inline-block;
      letter-spacing: -.5px;
      padding: 0 0 8px 0; }
      .prin .principal h1 span {
        height: 6px;
        width: inherit;
        display: block;
        background-color: #FEED00; }
    .prin .principal ul {
      width: 100%;
      display: grid;
      grid-gap: 96px;
      grid-template-columns: auto 420px;
      align-items: center;
      margin: 48px 0 0 0; }
      @media (max-width: 768px) {
        .prin .principal ul {
          grid-template-columns: repeat(1, 1fr);
          grid-gap: 16px; } }
      .prin .principal ul li {
        width: 100%;
        text-align: center; }
        .prin .principal ul li img {
          display: block;
          width: 100%; }
        .prin .principal ul li p {
          text-align: left;
          font: 400 16px "Circular Std Book", sans-serif;
          color: #202020;
          margin: 0 0 16px 0; }
        .prin .principal ul li b {
          display: block;
          width: 100%;
          text-align: left;
          font: 400 18px "Circular Std medium", sans-serif;
          color: #000;
          padding-top: 8px; }
        .prin .principal ul li small {
          display: block;
          width: 100%;
          font: 400 16px "Circular Std Book", sans-serif;
          color: #505050;
          margin: 4px 0 0 0;
          text-align: left; }
        .prin .principal ul li .photo {
          width: 420px;
          padding: 16px;
          box-sizing: border-box;
          background-color: #fff;
          border-radius: 12px;
          box-shadow: 0 16px 16px rgba(0, 0, 0, 0.16), -48px 48px #00D25B; }
          @media (max-width: 768px) {
            .prin .principal ul li .photo {
              max-width: 360px;
              width: 100%;
              box-shadow: 0 16px 16px rgba(0, 0, 0, 0.16), 48px 48px #00D25B; } }
          @media (max-width: 560px) {
            .prin .principal ul li .photo {
              max-width: 360px;
              width: 100%;
              box-shadow: 0 16px 16px rgba(0, 0, 0, 0.16), 0 48px #00D25B; } }
          .prin .principal ul li .photo img {
            display: block;
            width: 100%; }

/***** Sports *****/
.sportsWrapper {
  width: 100%;
  padding: 62px 0;
  background-color: #FEED00; }
  .sportsWrapper .sportsInner {
    width: 100%;
    max-width: 1440px;
    padding: 0 24px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center; }
    .sportsWrapper .sportsInner h1 {
      width: auto;
      font: 400 42px/42px "Circular Std", sans-serif;
      color: #000;
      display: inline-block;
      letter-spacing: -.5px;
      padding: 0 0 8px 0; }
      .sportsWrapper .sportsInner h1 span {
        height: 6px;
        width: inherit;
        display: block;
        background-color: white; }
    .sportsWrapper .sportsInner ul {
      width: 100%;
      display: grid;
      grid-gap: 62px;
      grid-template-columns: repeat(2, 1fr);
      margin: 32px 0; }
      @media (max-width: 768px) {
        .sportsWrapper .sportsInner ul {
          grid-template-columns: repeat(1, 1fr); } }
      .sportsWrapper .sportsInner ul li {
        width: 100%; }
        .sportsWrapper .sportsInner ul li h2 {
          text-align: left;
          font: 400 32px "Circular Std", sans-serif;
          color: #000;
          letter-spacing: -.5px; }
        .sportsWrapper .sportsInner ul li dl {
          width: 100%;
          display: grid;
          grid-gap: 16px;
          grid-template-columns: repeat(3, 1fr);
          margin: 24px 0 0 0; }
          @media (max-width: 1024px) {
            .sportsWrapper .sportsInner ul li dl {
              grid-template-columns: repeat(2, 1fr); } }
          @media (max-width: 768px) {
            .sportsWrapper .sportsInner ul li dl {
              grid-template-columns: repeat(3, 1fr); } }
          @media (max-width: 560px) {
            .sportsWrapper .sportsInner ul li dl {
              grid-template-columns: repeat(1, 1fr); } }
          .sportsWrapper .sportsInner ul li dl dt {
            width: 100%;
            padding: 8px;
            box-sizing: border-box;
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); }
            .sportsWrapper .sportsInner ul li dl dt a {
              display: block;
              width: 100%;
              border-radius: 6px;
              overflow: hidden;
              position: relative; }
              .sportsWrapper .sportsInner ul li dl dt a img {
                display: block;
                width: 100%;
                aspect-ratio: 1 / 1; }
              .sportsWrapper .sportsInner ul li dl dt a span {
                width: auto;
                display: inline-block;
                font: 400 14px/24px "Circular Std Book", sans-serif;
                color: #fff;
                background-color: #FF5D5D;
                border-radius: 0 25px 25px 0;
                padding: 0 16px;
                box-sizing: border-box;
                position: absolute;
                left: 0;
                bottom: 20px; }
              .sportsWrapper .sportsInner ul li dl dt a small {
                width: auto;
                display: inline-block;
                font: 400 14px/24px "Circular Std Book", sans-serif;
                color: #000;
                background-color: #FEED00;
                border-radius: 0 25px 25px 0;
                padding: 0 16px;
                box-sizing: border-box;
                position: absolute;
                left: 0;
                bottom: 20px; }

/***** Testimonials ****/
.testimonials {
  width: 100%;
  padding: 72px 0;
  background-color: #F5F9FC; }
  .testimonials .testimonialsInner {
    width: 100%;
    max-width: 1440px;
    padding: 0 24px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center; }
    .testimonials .testimonialsInner h1 {
      width: auto;
      font: 400 42px/42px "Circular Std", sans-serif;
      color: #000;
      display: inline-block;
      letter-spacing: -.5px;
      padding: 0 0 8px 0; }
      .testimonials .testimonialsInner h1 span {
        height: 6px;
        width: inherit;
        display: block;
        background-color: #FEED00; }
    .testimonials .testimonialsInner .testimonialsTable {
      width: 100%;
      margin: 36px 0 0 0; }
      .testimonials .testimonialsInner .testimonialsTable table {
        width: 100%;
        border-collapse: collapse; }
        .testimonials .testimonialsInner .testimonialsTable table tbody {
          width: 100%;
          display: grid;
          grid-gap: 16px;
          grid-template-columns: repeat(3, 1fr); }
          @media (max-width: 1024px) {
            .testimonials .testimonialsInner .testimonialsTable table tbody {
              grid-template-columns: repeat(2, 1fr); } }
          @media (max-width: 560px) {
            .testimonials .testimonialsInner .testimonialsTable table tbody {
              grid-template-columns: repeat(1, 1fr); } }
          .testimonials .testimonialsInner .testimonialsTable table tbody tr {
            display: block;
            width: 100%;
            margin: 0 0 -190px 0; }
            .testimonials .testimonialsInner .testimonialsTable table tbody tr td {
              display: block;
              width: 100%; }
              .testimonials .testimonialsInner .testimonialsTable table tbody tr td ul {
                display: block;
                width: 100%; }
                .testimonials .testimonialsInner .testimonialsTable table tbody tr td ul li {
                  display: block;
                  width: 100%;
                  background-color: #2D43D4;
                  border-radius: 24px;
                  padding: 36px 36px 200px 36px;
                  box-sizing: border-box;
                  box-shadow: 0 24px 32px rgba(0, 0, 0, 0.16);
                  position: relative; }
                  .testimonials .testimonialsInner .testimonialsTable table tbody tr td ul li:last-child {
                    margin: -242px 0 0 0;
                    background-color: transparent;
                    box-shadow: none; }
                  .testimonials .testimonialsInner .testimonialsTable table tbody tr td ul li .inner {
                    width: 100%;
                    background-color: #fff;
                    border-radius: 24px;
                    padding: 32px;
                    box-sizing: border-box;
                    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); }
                    .testimonials .testimonialsInner .testimonialsTable table tbody tr td ul li .inner .invComma {
                      width: 100%;
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      margin: 0 0 16px 0; }
                      .testimonials .testimonialsInner .testimonialsTable table tbody tr td ul li .inner .invComma img {
                        display: block;
                        width: 26px; }
                    .testimonials .testimonialsInner .testimonialsTable table tbody tr td ul li .inner p {
                      text-align: center;
                      font: 400 14px "Circular Std Book", sans-serif;
                      color: #202020; }
                  .testimonials .testimonialsInner .testimonialsTable table tbody tr td ul li dl {
                    width: 100%;
                    display: grid;
                    grid-gap: 16px;
                    grid-template-columns: 62px auto;
                    align-items: center;
                    margin: 0 0 36px 0; }
                    .testimonials .testimonialsInner .testimonialsTable table tbody tr td ul li dl dt {
                      width: 100%; }
                      .testimonials .testimonialsInner .testimonialsTable table tbody tr td ul li dl dt .photo {
                        width: 62px;
                        height: 62px;
                        display: block;
                        border-radius: 50%;
                        overflow: hidden;
                        box-shadow: 0 16px 16px rgba(0, 0, 0, 0.15); }
                        .testimonials .testimonialsInner .testimonialsTable table tbody tr td ul li dl dt .photo img {
                          display: block;
                          width: 100%;
                          aspect-ratio: 1 / 1; }
                      .testimonials .testimonialsInner .testimonialsTable table tbody tr td ul li dl dt h2 {
                        text-align: left;
                        font: 400 18px "Circular Std medium", sans-serif;
                        color: #fff; }
                      .testimonials .testimonialsInner .testimonialsTable table tbody tr td ul li dl dt small {
                        display: block;
                        width: 100%;
                        text-align: left;
                        font: 400 14px "Circular Std Book", sans-serif;
                        color: rgba(255, 255, 255, 0.7);
                        margin: 4px 0 0 0; }

/**** Admission Procedure ****/
.procedureWrapper {
  width: 100%;
  padding: 48px 24px;
  box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto; }
  .procedureWrapper h1 {
    width: auto;
    font: 400 40px/40px "Circular Std", sans-serif;
    color: #000;
    display: inline-block;
    letter-spacing: -.5px;
    padding: 0 0 8px 0; }
    .procedureWrapper h1 span {
      height: 6px;
      width: inherit;
      display: block;
      background-color: #FEED00; }
  .procedureWrapper h2 {
    width: auto;
    font: 400 24px/24px "Circular Std medium", sans-serif;
    color: #000;
    display: inline-block;
    letter-spacing: -.5px;
    margin: 24px 0 0 0; }
    .procedureWrapper h2 span {
      height: 4px;
      width: inherit;
      display: block;
      background-color: #FEED00; }
  .procedureWrapper dl {
    width: 100%;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(1, 1fr);
    margin: 16px 0 0 0; }
    .procedureWrapper dl dt {
      text-align: left;
      font: 400 14px "Circular Std Book", sans-serif;
      color: #202020;
      background: url(../icons/ecllipse.svg) no-repeat left top 5px;
      background-size: 6px;
      padding-left: 16px;
      box-sizing: border-box; }
  .procedureWrapper ul {
    width: 100%;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(1, 1fr);
    margin: 16px 0 0 0; }
    .procedureWrapper ul li {
      width: auto;
      list-style: decimal;
      font: 400 14px "Circular Std Book", sans-serif;
      color: #202020;
      margin: 0 0 0 16px;
      padding: 0 0 0 12px;
      box-sizing: border-box; }
  .procedureWrapper p {
    text-align: left;
    font: 400 14px/20px "Circular Std Book", sans-serif;
    color: #202020;
    margin: 12px 0 0 0; }
  .procedureWrapper b {
    text-align: left;
    font: 400 14px/20px "Circular Std medium", sans-serif;
    color: #202020;
    margin: 12px 0 0 0;
    padding-left: 28px;
    box-sizing: border-box;
    display: block; }
    .procedureWrapper b.call {
      background: url(../icons/phone.png) no-repeat left center;
      background-size: 20px; }
    .procedureWrapper b.address {
      background: url(../icons/address.png) no-repeat left center;
      background-size: 20px; }

.save {
  width: 100%;
  margin: 0 0 48px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  box-sizing: border-box; }
  .save input[type=submit] {
    height: 56px;
    width: 100%;
    max-width: 250px;
    border-radius: 8px;
    text-align: center;
    font: 400 16px "Circular Std medium", sans-serif;
    color: #fff;
    appearance: none;
    border: none;
    background-color: #00be53;
    cursor: pointer;
    box-shadow: 0 16px 16px rgba(0, 0, 0, 0.1); }
    @media (max-width: 560px) {
      .save input[type=submit] {
        max-width: 100%; } }
    .save input[type=submit]:hover {
      background-color: #00a045; }

/**** New admission ****/
.newRegWrapp {
  width: 100%;
  max-width: 1440px;
  padding: 62px 24px;
  box-sizing: border-box;
  margin: 0 auto; }
  .newRegWrapp h1 {
    width: auto;
    font: 400 40px/40px "Circular Std", sans-serif;
    color: #000;
    display: inline-block;
    letter-spacing: -.5px;
    padding: 0 0 8px 0; }
  .newRegWrapp .regTable {
    width: 100%;
    margin: 24px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .newRegWrapp .regTable table {
      width: 100%;
      border-collapse: collapse; }
      .newRegWrapp .regTable table tbody {
        width: 100%;
        display: inline-grid;
        grid-gap: 16px;
        grid-template-columns: repeat(4, 1fr);
        align-items: center; }
        @media (max-width: 1024px) {
          .newRegWrapp .regTable table tbody {
            grid-template-columns: repeat(3, 1fr); } }
        @media (max-width: 768px) {
          .newRegWrapp .regTable table tbody {
            grid-template-columns: repeat(2, 1fr); } }
        @media (max-width: 560px) {
          .newRegWrapp .regTable table tbody {
            grid-template-columns: repeat(1, 1fr); } }
        .newRegWrapp .regTable table tbody tr {
          display: block;
          width: 100%;
          height: 100%; }
          .newRegWrapp .regTable table tbody tr td {
            display: block;
            width: 100%;
            height: 100%; }
            .newRegWrapp .regTable table tbody tr td .regWrapp {
              width: 100%;
              display: flex;
              flex-flow: column;
              align-items: center;
              justify-content: center;
              padding: 24px;
              box-sizing: border-box;
              border: 1px solid #d0d0d0;
              border-radius: 8px; }
              .newRegWrapp .regTable table tbody tr td .regWrapp .photo {
                width: 100%;
                max-width: 162px;
                border-radius: 50%;
                overflow: hidden; }
                .newRegWrapp .regTable table tbody tr td .regWrapp .photo img {
                  display: block;
                  width: 100%; }
              .newRegWrapp .regTable table tbody tr td .regWrapp h2 {
                text-align: center;
                margin: 20px 0 4px 0;
                font: 400 20px "Circular Std", sans-serif;
                color: #000; }
              .newRegWrapp .regTable table tbody tr td .regWrapp p {
                text-align: center;
                margin: 0;
                font: 400 14px "Circular Std Book", sans-serif;
                color: #707070; }
              .newRegWrapp .regTable table tbody tr td .regWrapp a {
                display: block;
                width: 100%;
                border-radius: 8px;
                height: 48px;
                background: url(../icons/view.svg) no-repeat left 16px center #2D43D4;
                background-size: 24px;
                text-align: center;
                font: 400 14px/48px "Circular Std Book", sans-serif;
                color: #fff;
                margin: 24px 0 0 0;
                padding: 0; }
                .newRegWrapp .regTable table tbody tr td .regWrapp a:hover {
                  background-color: #12249B; }
                .newRegWrapp .regTable table tbody tr td .regWrapp a.download {
                  background: url(../icons/download.svg) no-repeat left 16px center #FF5D5D;
                  background-size: 24px; }
                  .newRegWrapp .regTable table tbody tr td .regWrapp a.download:hover {
                    background-color: #e23d3d; }
            .newRegWrapp .regTable table tbody tr td a {
              display: flex;
              flex-flow: column;
              align-items: center;
              justify-content: center;
              width: 100%;
              height: 100%;
              border-radius: 8px;
              background-color: #00D25B;
              padding: 48px 0;
              box-sizing: border-box; }
              .newRegWrapp .regTable table tbody tr td a:hover {
                background-color: #00a347; }
              .newRegWrapp .regTable table tbody tr td a span {
                width: 100%;
                display: block;
                text-align: center; }
                .newRegWrapp .regTable table tbody tr td a span img {
                  display: inline-block;
                  width: 100%;
                  max-width: 96px; }
              .newRegWrapp .regTable table tbody tr td a b {
                display: block;
                width: 100%;
                font: 400 18px "Circular Std Book", sans-serif;
                color: #fff;
                text-align: center;
                margin: 48px 0 0 0; }

/**** Registration Success ***/
.registerSuccess {
  width: 100%;
  max-width: 1440px;
  padding: 96px 24px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  align-items: center; }
  .registerSuccess .regicon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .registerSuccess .regicon img {
      display: block;
      width: 100%;
      max-width: 48px; }
  .registerSuccess h1 {
    width: 100%;
    font: 400 36px/36px "Circular Std", sans-serif;
    color: #042439;
    display: block;
    letter-spacing: -.5px;
    padding: 48px 0 16px 0;
    text-align: center; }
  .registerSuccess p {
    text-align: center;
    font: 400 16px "Circular Std Book", sans-serif;
    color: #606060; }
  .registerSuccess small {
    margin: 36px 0 62px 0;
    display: inline-block;
    font: 400 16px/36px "Circular Std medium", sans-serif;
    color: #CC1C00;
    padding: 0 20px;
    border-radius: 25px;
    background-color: #FFFAE2;
    border: 1px solid #FFC978; }
  .registerSuccess input[type=submit] {
    display: block;
    width: 100%;
    max-width: 260px;
    border-radius: 8px;
    height: 48px;
    background: url(../icons/view.svg) no-repeat left 16px center #2D43D4;
    background-size: 24px;
    text-align: center;
    font: 400 14px "Circular Std Book", sans-serif;
    color: #fff;
    margin: 0;
    appearance: none;
    padding: 0;
    border: none;
    cursor: pointer; }
    .registerSuccess input[type=submit]:hover {
      background-color: #12249B; }
    .registerSuccess input[type=submit].download {
      background: url(../icons/download.svg) no-repeat left 16px center #00D25B;
      background-size: 24px; }
      .registerSuccess input[type=submit].download:hover {
        background-color: #00a347; }

/**** Guidelines ****/
.chanceWrapper {
  width: 100%;
  padding: 48px 24px;
  box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  align-items: flex-start; }
  .chanceWrapper h1 {
    width: auto;
    font: 400 32px "Circular Std", sans-serif;
    color: #000;
    display: inline-block;
    letter-spacing: -.5px;
    padding: 0 0 8px 0; }
    .chanceWrapper h1 span {
      height: 6px;
      width: inherit;
      display: block;
      background-color: #FEED00; }
  .chanceWrapper h2 {
    width: auto;
    font: 400 24px/24px "Circular Std medium", sans-serif;
    color: #000;
    display: inline-block;
    letter-spacing: -.5px;
    margin: 24px 0 0 0; }
    .chanceWrapper h2 span {
      height: 4px;
      width: inherit;
      display: block;
      background-color: #FEED00; }
  .chanceWrapper dl {
    width: 100%;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(1, 1fr);
    margin: 16px 0 0 0; }
    .chanceWrapper dl dt {
      text-align: left;
      font: 400 16px "Circular Std Book", sans-serif;
      color: #202020;
      background: url(../icons/ecllipse.svg) no-repeat left top 5px;
      background-size: 6px;
      padding-left: 16px;
      box-sizing: border-box; }
  .chanceWrapper ul {
    width: 100%;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(1, 1fr);
    margin: 16px 0 0 0; }
    .chanceWrapper ul li {
      width: auto;
      list-style: disc;
      font: 400 16px "Circular Std Book", sans-serif;
      color: #202020;
      margin: 0 0 0 16px;
      padding: 0 0 0 6px;
      box-sizing: border-box;
      position: relative; }
      .chanceWrapper ul li span {
        font: 400 16px "Circular Std medium", sans-serif;
        color: #000; }
      .chanceWrapper ul li h3 {
        text-align: left;
        font: 400 20px "Circular Std", sans-serif;
        color: #000;
        margin: 8px 0 0 -22px; }
      .chanceWrapper ul li label {
        display: block;
        width: 100%;
        text-align: left;
        font: 400 16px/22px "Circular Std medium", sans-serif;
        color: #000;
        margin: 0;
        padding: 0 0 0 8px;
        cursor: pointer; }
      .chanceWrapper ul li input[type=checkbox] {
        display: block;
        height: 22px;
        width: 22px;
        background: url(../icons/uncheck.svg) no-repeat center;
        background-size: 20px;
        appearance: none;
        cursor: pointer; }
        .chanceWrapper ul li input[type=checkbox]:checked {
          background: url(../icons/check.svg) no-repeat center;
          background-size: 20px; }
  .chanceWrapper p {
    text-align: left;
    font: 400 16px/20px "Circular Std Book", sans-serif;
    color: #202020;
    margin: 12px 0 0 0; }
    .chanceWrapper p span {
      font: 400 16px/20px "Circular Std medium", sans-serif;
      color: #000; }
  .chanceWrapper b {
    text-align: left;
    font: 400 14px/20px "Circular Std medium", sans-serif;
    color: #202020;
    margin: 12px 0 0 0;
    padding-left: 28px;
    box-sizing: border-box;
    display: block; }
    .chanceWrapper b.call {
      background: url(../icons/phone.png) no-repeat left center;
      background-size: 20px; }
    .chanceWrapper b.address {
      background: url(../icons/address.png) no-repeat left center;
      background-size: 20px; }

/****** Footer *****/
footer {
  width: 100%;
  background-color: #1D2330;
  text-align: center; }
  footer ul {
    width: auto;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 72px 0;
    margin: 0 auto; }
    @media (max-width: 768px) {
      footer ul {
        flex-flow: column;
        padding: 72px 24px;
        box-sizing: border-box; } }
    footer ul li {
      width: auto; }
      footer ul li:last-child {
        margin-left: 32px; }
        @media (max-width: 768px) {
          footer ul li:last-child {
            margin: 24px 0 0 0; } }
      footer ul li img {
        display: block;
        width: 100%;
        max-width: 185px; }
      footer ul li h1 {
        text-align: left;
        font: 400 32px "Circular Std", sans-serif;
        color: #fff;
        padding: 0 0 8px 0; }
      footer ul li b {
        display: block;
        width: auto;
        font: 400 16px/32px "Circular Std medium", sans-serif;
        color: #fff;
        padding-left: 40px;
        box-sizing: border-box;
        margin: 8px 0 0 0;
        text-align: left; }
        footer ul li b.address {
          background: url(../icons/address.png) no-repeat left center;
          background-size: 28px; }
        footer ul li b.phone {
          background: url(../icons/phone.png) no-repeat left center;
          background-size: 28px; }
        footer ul li b.email {
          background: url(../icons/email.png) no-repeat left center;
          background-size: 28px; }
        footer ul li b.web {
          background: url(../icons/web.png) no-repeat left center;
          background-size: 28px; }
  footer .copy {
    width: auto;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    @media (max-width: 560px) {
      footer .copy {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 6px; } }
    footer .copy dt {
      width: 100%;
      font: 400 13px "Circular Std Book", sans-serif;
      color: #fff;
      text-align: left;
      border-top: 1px solid rgba(255, 255, 255, 0.25);
      padding: 32px 0;
      letter-spacing: .5px; }
      footer .copy dt a {
        color: #fff; }
        footer .copy dt a:hover {
          text-decoration: underline; }
      footer .copy dt:last-child {
        text-align: right; }
        @media (max-width: 560px) {
          footer .copy dt:last-child {
            text-align: left; } }
