.srm {
  --color-blue-srm: #2f53a9 !important;
  --color-green-srm: #26a28c !important;
}
.srm .d-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, auto));
  align-items: center;
  gap: 15px;
}
.srm .d-grid-end {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, auto));
  align-items: end;
  gap: 15px;
}
.srm .d-grid-start {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, auto));
  align-items: start;
  gap: 15px;
}
.srm .d-grid-baseline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, auto));
  align-items: baseline;
  gap: 15px;
}
.srm .d-grid-column {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, auto));
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .srm .d-grid-column {
    grid-template-columns: 1fr;
  }
}
.srm .h_1 {
  font-family: var(--font-book);
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  .srm .h_1 {
    font-size: 28px;
  }
}
.srm .h_2 {
  font-size: 50px;
  color: var(--color-blue-srm);
  margin: 0px 0px 20px;
  line-height: 55px;
}
@media only screen and (max-width: 767px) {
  .srm .h_2 {
    font-size: 28px;
    line-height: 40px;
  }
}
.srm .h_2 b {
  font-family: var(--font-black);
}
.srm .h_2 .book {
  font-family: var(--font-book);
}
.srm .h_3 {
  color: #fff;
  padding: 5px 30px 10px;
  background: no-repeat center / cover;
  border-radius: 10px;
  font-size: 42px;
  text-align: center;
  text-transform: uppercase;
  margin: 0px 0px 50px;
}
@media only screen and (max-width: 767px) {
  .srm .h_3 {
    font-size: 20px;
    padding: 5px 10px 10px;
  }
}
.srm .logo {
  margin: 0px auto 50px;
  width: 350px;
}
@media only screen and (max-width: 767px) {
  .srm .logo {
    margin: 0px auto 30px;
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .srm .container {
    width: 1230px;
  }
}
.srm .top_1 .bl_0 {
  background: no-repeat center / cover;
  padding: 50px 60px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .srm .top_1 .bl_0 {
    padding: 50px 15px;
  }
}
.srm .top_1 .bl_0 .img_1 {
  width: 95%;
}
@media only screen and (max-width: 767px) {
  .srm .top_1 .bl_0 .img_1 {
    width: 50%;
    margin: 0px auto 20px;
    position: relative;
    left: -10px;
  }
}
.srm .top_1 .bl_0 .bl_1 {
  display: grid;
  grid-template-columns: auto 100px;
  align-items: end;
  margin: 0px 0px 20px;
  gap: 10px;
  padding: 0px 30px 0px 0px;
}
@media only screen and (max-width: 767px) {
  .srm .top_1 .bl_0 .bl_1 {
    padding: 0px;
    align-items: center;
  }
}
.srm .top_1 .bl_0 .bl_1 .t_1 {
  font-size: 22px;
  font-family: 'Montserrat-SemiBold';
  background: url(../images/srm_39.png) no-repeat left bottom / cover;
  padding: 0px 10px 30px 130px;
}
@media only screen and (max-width: 767px) {
  .srm .top_1 .bl_0 .bl_1 .t_1 {
    padding: 0px;
    background: unset;
    font-size: 16px;
  }
}
.srm .top_1 .bl_0 .bl_2 {
  padding: 20px 30px;
  border-radius: 20px;
  border: 2px solid var(--color-blue-srm);
  border-style: dashed;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .srm .top_1 .bl_0 .bl_2 {
    padding: 15px;
  }
}
.srm .top_1 .bl_0 .bl_2 .d_1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  justify-items: center;
}
.srm .top_1 .bl_0 .bl_2 .d_1 img {
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .srm .top_1 .bl_0 .bl_2 .d_1 img {
    width: 70px;
  }
}
.srm .top_1 .bl_0 .bl_2 .d_1 .t_2 {
  margin: 0px auto;
  color: var(--color-blue-srm);
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .srm .top_1 .bl_0 .bl_2 .d_1 .t_2 {
    font-size: 14px;
  }
}
.srm .top_2 .bl_1 {
  background: no-repeat center / cover;
  padding: 50px 60px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .srm .top_2 .bl_1 {
    padding: 50px 15px 0px;
  }
}
.srm .top_2 .bl_1 .h_2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .srm .top_2 .bl_1 .h_2 {
    margin-bottom: 20px;
  }
}
.srm .top_2 .bl_1 .h_3 {
  width: fit-content;
  margin: 0px auto 30px;
  font-family: var(--font-black);
}
.srm .top_2 .bl_1 .d_1 {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  margin: 0px 0px 20px;
}
.srm .top_2 .bl_1 .d_1 img {
  margin: -20px auto -65px;
  width: 75%;
}
.srm .top_2 .bl_1 .d_1 .t_1 {
  color: var(--color-blue-srm);
  font-size: 32px;
  font-family: var(--font-bold);
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  .srm .top_2 .bl_1 .d_1 .t_1 {
    font-size: 28px;
  }
}
.srm .top_2 .bl_1 .d_1 .t_2 {
  font-size: 20px;
  margin-bottom: -20px;
}
@media only screen and (max-width: 767px) {
  .srm .top_2 .bl_1 .d_1 .t_2 {
    font-size: 18px;
  }
}
.srm .top_2 .bl_1 .d_1 .t_3 {
  padding: 50px 30px 50px 70px;
  background: url(../images/srm_15.png) no-repeat center / 100% 100%;
  color: var(--color-blue-srm);
  position: relative;
  left: -15px;
  margin: 0px;
}
.srm .top_2 .bl_1 .d_1 .t_4 {
  font-size: 22px;
}
.srm .top_2 .bl_2 {
  color: #fff;
  text-align: center;
  background-color: #84bce4;
  padding: 40px 60px;
  float: left;
  margin-top: 0px;
}
@media only screen and (max-width: 767px) {
  .srm .top_2 .bl_2 {
    padding: 40px 15px;
  }
}
.srm .top_2 .bl_2 .t_1 {
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: unset;
  margin-bottom: 10px;
}
.srm .top_2 .bl_2 .t_2 {
  text-align: justify;
  text-align-last: center;
  color: #fff;
  font-family: 'SVN-Gotham';
  font-size: 14px;
}
.srm .top_3 .bl_1 {
  background: no-repeat center / cover;
  padding: 50px 60px;
  float: left;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .srm .top_3 .bl_1 {
    padding: 50px 15px;
    background-position: left;
  }
}
.srm .top_3 .bl_1 .h_2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .srm .top_3 .bl_1 .h_2 {
    margin-bottom: 20px;
    text-align: center;
  }
}
.srm .top_3 .bl_1 .h_3 {
  width: fit-content;
  font-family: var(--font-black);
}
@media only screen and (max-width: 767px) {
  .srm .top_3 .bl_1 .h_3 {
    text-align: center;
    margin: 0px auto 30px;
  }
}
.srm .top_3 .bl_1 .d_1 {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  width: 200px;
  position: relative;
  left: 30%;
}
@media only screen and (max-width: 767px) {
  .srm .top_3 .bl_1 .d_1 {
    position: unset;
    width: 100%;
    margin-bottom: 40px;
  }
}
.srm .top_3 .bl_1 .d_1 img {
  height: 200px;
}
@media only screen and (max-width: 767px) {
  .srm .top_3 .bl_1 .d_1 img {
    height: 150px;
  }
}
.srm .top_3 .bl_1 .d_1 .t_1 {
  color: var(--color-blue-srm);
  font-size: 32px;
  font-family: var(--font-bold);
  margin: 0px;
}
.srm .top_3 .bl_1 .d_1 .t_2 {
  font-size: 13px;
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  .srm .top_3 .bl_1 .d_1 .t_2 {
    font-size: 14px;
  }
}
.srm .top_3 .bl_1 .d_2 {
  left: 0%;
}
.srm .top_3 .bl_1 .d_3 {
  left: 20%;
}
.srm .top_3 .bl_1 .d_4 {
  position: absolute;
  top: 60%;
  left: 60%;
}
@media only screen and (max-width: 767px) {
  .srm .top_3 .bl_1 .d_4 {
    position: unset;
  }
}
.srm .top_3 .bl_1 .img_1 {
  position: absolute;
  top: 15%;
  left: 15%;
  width: 15%;
}
@media only screen and (max-width: 767px) {
  .srm .top_3 .bl_1 .img_1 {
    display: none;
  }
}
.srm .top_3 .bl_1 .img_2 {
  top: 68%;
  left: 8%;
  width: 12%;
}
.srm .top_3 .bl_1 .img_3 {
  top: 80%;
  left: 42%;
}
.srm .top_3 .bl_1 .t_3 {
  font-family: var(--font-bold);
  color: #fff;
  background-color: #17b990;
  border-radius: 30px;
  margin: 50px auto 0px;
  padding: 5px 60px 10px;
  font-size: 28px;
  text-align: center;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .srm .top_3 .bl_1 .t_3 {
    margin: 0px auto 0px;
    padding: 5px 30px 10px;
    font-size: 14px;
  }
}
.srm .top_4 {
  padding: 50px 0px;
}
@media only screen and (max-width: 767px) {
  .srm .top_4 {
    padding: 50px 0px 30px;
  }
}
.srm .top_4 .h_2 {
  text-align: center;
  margin: 0px auto 0px;
}
.srm .top_4 .h_1 {
  text-align: center;
  margin: 0px auto 20px;
}
.srm .top_4 .s_1 {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .srm .top_4 .s_1 {
    margin-bottom: 20px;
  }
}
.srm .top_4 .s_1 .k_1 {
  padding: 60px;
}
@media only screen and (max-width: 767px) {
  .srm .top_4 .s_1 .k_1 {
    padding: 15px;
  }
}
.srm .top_4 .s_1 .bl_1 {
  border: 2px solid var(--color-blue-srm);
  border-style: dashed;
  padding: 80px 60px 0px;
  position: relative;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .srm .top_4 .s_1 .bl_1 {
    border-radius: 30px;
    padding: 40px 15px 0px;
  }
}
.srm .top_4 .s_1 .bl_1 .d_1 {
  position: absolute;
  top: -50px;
  left: -40px;
  right: 0px;
  margin: 0px auto;
  display: grid;
  grid-template-columns: 100px auto;
  width: fit-content;
  place-items: center;
}
@media only screen and (max-width: 767px) {
  .srm .top_4 .s_1 .bl_1 .d_1 {
    grid-template-columns: 50px auto;
    top: -25px;
  }
}
.srm .top_4 .s_1 .bl_1 .d_1 img {
  background-color: #fff;
  padding: 0px;
  position: relative;
  left: 40px;
}
.srm .top_4 .s_1 .bl_1 .d_1 .t_1 {
  font-size: 38px;
  font-family: var(--font-bold);
  color: var(--color-green-srm);
  border: 1px solid var(--color-green-srm);
  border-radius: 50px;
  padding: 0px 20px 5px 40px;
  text-transform: uppercase;
  background-color: #fff;
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  .srm .top_4 .s_1 .bl_1 .d_1 .t_1 {
    font-size: 16px;
    padding: 3px 20px 5px 40px;
  }
}
.srm .top_4 .s_1 .bl_1 .d_1 .t_1_2 {
  color: var(--color-blue-srm);
  border: 1px solid var(--color-blue-srm);
}
.srm .top_4 .s_1 .bl_1 .d_2 {
  display: grid;
  place-items: center;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  text-align: center;
  margin: 0px 0px 20px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .srm .top_4 .s_1 .bl_1 .d_2 {
    grid-template-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    align-items: baseline;
  }
}
.srm .top_4 .s_1 .bl_1 .d_2 .img_1 {
  height: 300px;
  margin: 0px auto 10px;
}
@media only screen and (max-width: 767px) {
  .srm .top_4 .s_1 .bl_1 .d_2 .img_1 {
    height: 100px;
  }
}
.srm .top_4 .s_1 .bl_1 .d_2 .img_2 {
  height: 100px;
  position: relative;
  top: -30px;
}
@media only screen and (max-width: 767px) {
  .srm .top_4 .s_1 .bl_1 .d_2 .img_2 {
    height: 30px;
    top: -65px;
  }
}
.srm .top_4 .s_1 .bl_1 .d_2 .t_2 {
  color: #fff;
  font-family: var(--font-book);
  font-size: 18px;
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  .srm .top_4 .s_1 .bl_1 .d_2 .t_2 {
    font-size: 10px;
  }
}
.srm .top_4 .s_1 .bl_1 .img_3 {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .srm .top_4 .s_1 .bl_1 .img_3 {
    display: none;
  }
}
.srm .top_4 .s_1 .img_4 {
  position: absolute;
  bottom: 5%;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 100%;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .srm .top_4 .s_1 .img_4 {
    height: 40%;
  }
}
.srm .top_5 {
  position: relative;
}
.srm .top_5 .bl_1 {
  background: no-repeat center / cover;
  padding: 50px 60px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .srm .top_5 .bl_1 {
    padding: 50px 15px;
  }
}
.srm .top_5 .bl_1 .d_1 {
  display: grid;
  place-items: center;
  float: left;
  grid-template-columns: 35% 65%;
  margin: 50px 0px 0px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .srm .top_5 .bl_1 .d_1 {
    margin: 0px;
    display: unset;
  }
}
.srm .top_6 {
  padding: 50px 0px;
}
@media only screen and (max-width: 767px) {
  .srm .top_6 {
    padding: 50px 15px;
  }
}
.srm .top_6 .t_1 {
  font-size: 32px;
  color: #fff;
  background: url(../images/srm_41.png) no-repeat center / cover;
  padding: 5px 30px 10px;
  text-shadow: 0px 0px 5px #268068;
  margin: 0px 0px 30px;
}
@media only screen and (max-width: 767px) {
  .srm .top_6 .t_1 {
    font-size: 20px;
  }
}
.srm .top_6 .t_1 b {
  font-family: var(--font-black);
}
.srm .top_6 .t_2 {
  font-size: 24px;
  margin: 0px 0px 30px;
}
@media only screen and (max-width: 767px) {
  .srm .top_6 .t_2 {
    font-size: 18px;
  }
}
.srm .top_6 .t_2 b {
  color: var(--color-blue-srm);
}
.srm .top_6 .t_3 {
  font-size: 32px;
  color: var(--color-blue-srm);
  font-family: var(--font-bold-italic);
}
@media only screen and (max-width: 767px) {
  .srm .top_6 .t_3 {
    font-size: 20px;
  }
}
