@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*body{font-size:14px;font-family: 'Montserrat', sans-serif;font-weight:400;}*/
body {
  font-family: "SalesforceSansRegular", sans-serif;
  font-weight: 300;
  font-style: normal;
  background: #fff;
  font-size: 20px;
  color: #565555;
}

img, object, embed, video {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

h2, h3 {
  font-size: 37px;
}

img {
  border: 0;
  vertical-align: middlel;
  display: inline-block;
}

.ie6 img {
  width: 100%;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

p {
  text-align: justify;
}

a {
  transition: all 0.4s 0s ease;
  color: inherit;
  text-decoration: none;
  line-height: inherit;
}

header {
  position: relative;
  text-align: left;
}
header img {
  max-height: 600px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  header img {
    max-height: 100%;
    width: auto;
  }
}
header .banner {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  bottom: 0;
  color: #fff;
}
@media (max-width: 767px) {
  header .banner {
    text-align: center;
    top: 16%;
  }
}
header .banner .text-wraper {
  padding: 0 20px;
}
header .banner h1 {
  font-size: 53px;
  position: relative;
  font-family: "AvantGardeForSalesforceDemi";
}
header .banner h1::before {
  content: "";
  background: url("../images/banner-bg2.png") no-repeat;
  position: absolute;
  background-size: contain;
  top: -112px;
  left: 0;
  width: 150px;
  height: 100px;
  background-size: contain;
}
@media (max-width: 1199px) {
  header .banner h1 {
    font-size: 40px;
  }
}
@media (max-width: 1000px) {
  header .banner h1 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  header .banner h1 {
    text-align: center;
    font-size: 40px;
    margin: 20px 0;
  }
  header .banner h1::before {
    top: -117px;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 620px) {
  header .banner h1 {
    text-align: center;
    font-size: 28px;
    margin: 10px 0;
  }
  header .banner h1::before {
    top: -83px;
    right: 0;
    margin: auto;
    width: 94px;
    left: 0;
  }
}
@media (max-width: 400px) {
  header .banner h1 {
    text-align: center;
    font-size: 15px;
    margin: 10px 0;
  }
  header .banner h1::before {
    top: -64px;
    right: 0;
    margin: auto;
    width: 80px;
    left: 0;
  }
}
header .banner p {
  text-align: left;
  width: 70%;
}
@media (max-width: 767px) {
  header .banner p {
    width: 100%;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}
@media (max-width: 620px) {
  header .banner p {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
@media (max-width: 400px) {
  header .banner p {
    font-size: 13px;
  }
}
header .banner a {
  display: inline-block;
  background: #0176D3;
  padding: 3px 8px;
  border-radius: 4px;
}
header .banner a:hover {
  background: #fff;
  color: #0176D3;
}
@media (max-width: 767px) {
  header .banner a {
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 620px) {
  header .banner a {
    margin-top: 0;
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  header .banner a {
    font-size: 10px;
    padding: 3px;
  }
}

.heading-text, .content-wraper.diwalioffer .begin-box h4, .content-wraper.diwalioffer .essence .essence-wraper h4, .title-wraper h4, .title-whtbg h4 {
  font-size: 42px;
  font-family: "AvantGardeForSalesforceDemi";
  font-weight: 400;
}
@media (max-width: 767px) {
  .heading-text, .content-wraper.diwalioffer .begin-box h4, .content-wraper.diwalioffer .essence .essence-wraper h4, .title-wraper h4, .title-whtbg h4 {
    font-size: 28px;
  }
}

.title-wraper, .title-whtbg {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.title-wraper p, .title-whtbg p {
  text-align: center;
}
@media (max-width: 767px) {
  .title-wraper p, .title-whtbg p {
    font-size: 16px;
  }
}
.title-wraper h4 span, .title-whtbg h4 span {
  color: #0D9DDA;
}

.title-whtbg {
  padding: 0 10% 40px;
}
.title-whtbg h4 {
  color: #1E1E1E;
  margin-bottom: 12px;
}
.title-whtbg strong {
  color: #000;
}

.blue_bg {
  position: relative;
  background: #00538E;
  padding: 40px 0;
  width: 100%;
  color: #fff;
}
.blue_bg::before, .blue_bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #00538E;
  width: 100%;
}
.blue_bg::before {
  left: -100%;
}
.blue_bg::after {
  right: -100%;
}

.content-wraper.diwalioffer {
  background: #fff !important;
}
.content-wraper.diwalioffer article p {
  font-size: 26px;
  line-height: 1.2;
}
.content-wraper.diwalioffer article p strong {
  color: #00538E;
}
@media (max-width: 767px) {
  .content-wraper.diwalioffer article p {
    font-size: 16px;
  }
}
.content-wraper.diwalioffer .content-wraperbox {
  box-shadow: none;
  padding: 20px 0;
}
.content-wraper.diwalioffer .content-wraperbox .top-title h2 {
  font-size: 42px;
  color: #060606;
}
.content-wraper.diwalioffer .content-wraperbox .top-title h2::before, .content-wraper.diwalioffer .content-wraperbox .top-title h2::after {
  display: none;
}
.content-wraper.diwalioffer .content-wraperbox .top-title p {
  font-size: 24px;
}
@media (max-width: 767px) {
  .content-wraper.diwalioffer .content-wraperbox .top-title h2 {
    font-size: 28px;
    padding: 10px 0;
  }
  .content-wraper.diwalioffer .content-wraperbox .top-title p {
    font-size: 18px;
  }
}
.content-wraper.diwalioffer .content-wraperbox .faq ol li .que-ans h3 {
  color: #00538E;
  font-size: 30px;
}
@media (max-width: 767px) {
  .content-wraper.diwalioffer .content-wraperbox .faq ol li .que-ans {
    margin-left: 0;
    width: 100%;
  }
  .content-wraper.diwalioffer .content-wraperbox .faq ol li .que-ans h3 {
    font-size: 20px;
  }
}
.content-wraper.diwalioffer .content-wraperbox .faq ol li .main-count {
  flex-direction: unset;
  width: auto;
  display: block;
}
.content-wraper.diwalioffer .content-wraperbox .faq ol li .main-count::after {
  display: none;
}
@media (max-width: 767px) {
  .content-wraper.diwalioffer .content-wraperbox .faq ol li .main-count {
    width: 100%;
    text-align: center;
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .content-wraper.diwalioffer .content-wraperbox .faq ol li {
    padding-top: 55px;
  }
}
.content-wraper.diwalioffer .content-wraperbox .faq article {
  display: block;
  padding: 50px 10% 0px;
}
.content-wraper.diwalioffer .content-wraperbox .faq article p {
  text-align: center;
}
.content-wraper.diwalioffer .built-trust .built-trust-box p {
  text-align: center;
}
.content-wraper.diwalioffer .built-trust .built-trust-box ul {
  margin-top: 30px;
  margin-bottom: 10px;
}
.content-wraper.diwalioffer .built-trust .built-trust-box ul li article {
  width: 258px;
  height: 258px;
  background: #fff;
  color: #333;
  border-radius: 50%;
  position: relative;
  margin: auto;
}
.content-wraper.diwalioffer .built-trust .built-trust-box ul li article::before {
  content: "";
  position: absolute;
  left: -36px;
  top: -14px;
  width: 86px;
  height: 114px;
}
.content-wraper.diwalioffer .built-trust .built-trust-box ul li article p {
  font-size: 22px;
  padding: 50px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  width: 258px;
  height: 258px;
}
@media (max-width: 767px) {
  .content-wraper.diwalioffer .built-trust .built-trust-box ul li article p {
    font-size: 20px;
  }
}
.content-wraper.diwalioffer .built-trust .built-trust-box ul li:nth-child(1) article::before {
  background: url(../images/buil-icon1.png) no-repeat;
}
.content-wraper.diwalioffer .built-trust .built-trust-box ul li:nth-child(2) article::before {
  background: url(../images/buil-icon2.png) no-repeat;
}
.content-wraper.diwalioffer .built-trust .built-trust-box ul li:nth-child(3) article::before {
  background: url(../images/buil-icon3.png) no-repeat;
  left: auto;
  right: -93px;
  width: 137px;
  top: 112px;
  transform: rotate(4deg);
  background-size: contain;
  height: 141px;
}
.content-wraper.diwalioffer .why-matter {
  display: block;
  padding: 30px 0;
}
.content-wraper.diwalioffer .why-matter .why-matter-wrapper {
  text-align: center;
}
.content-wraper.diwalioffer .why-matter .why-matter-wrapper ul li .why-matter-wrapper-box {
  display: block;
  border-radius: 35px;
  box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.07);
  padding: 0 20px 20px;
  min-height: 373px;
}
.content-wraper.diwalioffer .why-matter .why-matter-wrapper ul li .why-matter-wrapper-box p {
  color: #101010;
  text-align: center;
  margin-bottom: 0;
}
.content-wraper.diwalioffer .why-matter .why-matter-wrapper ul li .why-matter-wrapper-box p strong {
  font-weight: 600;
}
.content-wraper.diwalioffer .essence {
  margin-top: 30px;
  padding-bottom: 80px;
}
.content-wraper.diwalioffer .essence .essence-wraper {
  border-radius: 42px;
  background: #fff;
  color: #000;
  text-align: center;
  padding: 20px 140px 70px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.content-wraper.diwalioffer .essence .essence-wraper p {
  text-align: center;
}
.content-wraper.diwalioffer .essence .essence-wraper::before {
  content: url("../images/essence.png");
  position: absolute;
  left: 4px;
  bottom: -68px;
}
.content-wraper.diwalioffer .essence .essence-wraper::after {
  content: "";
  background: url(../images/essence-toy.png) no-repeat;
  position: absolute;
  right: 4px;
  bottom: 21px;
  width: 129px;
  height: 204px;
}
@media (max-width: 767px) {
  .content-wraper.diwalioffer .essence .essence-wraper {
    padding: 20px 50px 70px;
  }
  .content-wraper.diwalioffer .essence .essence-wraper::after {
    width: 46px;
    height: 75px;
    background-size: cover;
    right: 5px;
    bottom: 53px;
  }
}
.content-wraper.diwalioffer .begin-box {
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.content-wraper.diwalioffer .begin-box h4 {
  color: #1E1E1E;
  margin-bottom: 22px;
  position: relative;
}
.content-wraper.diwalioffer .begin-box h4::before {
  content: "🎁";
  margin-right: 10px;
}
.content-wraper.diwalioffer .begin-box strong {
  color: #000;
}
.content-wraper.diwalioffer .begin-box p {
  text-align: left;
}
.content-wraper.diwalioffer .begin-box .link {
  text-align: center;
}
.content-wraper.diwalioffer .begin-box .link a {
  position: relative;
}
.content-wraper.diwalioffer .begin-box .link a::before {
  content: "👉";
  margin-right: 10px;
}
.content-wraper.diwalioffer .begin-box .link a strong {
  color: #000;
}

/* form css start */
.form-box {
  display: block;
  padding: 30px 0;
}

.form-box h3 {
  font-size: 42px;
  color: #1E1E1E;
  font-family: "AvantGardeForSalesforceDemi";
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .form-box h3 {
    font-size: 22px;
  }
}

.form-box ul {
  margin-bottom: 0;
}

.form-box ul li {
  margin-bottom: 10px;
}

.form-box label {
  color: #3e5569;
  font-weight: 400;
}

.form-box input[type=text], .form-box input[type=date], .form-box input[type=tel], .form-box input[type=email], .form-box input[type=password] {
  border: solid 1px #d2d6de;
  min-height: 2.573rem;
  transition: box-shadow 0.25s linear, border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  display: block;
  width: 100%;
  padding: 8px 10px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
}

.form-box textarea {
  border: solid 1px #d2d6de;
  min-height: 2.573rem;
  transition: box-shadow 0.25s linear, border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  display: block;
  width: 100%;
  padding: 8px 10px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  min-height: 150px;
}

.form-box .select {
  display: block;
  position: relative;
  border: solid 1px #e6e6e6;
  overflow: hidden;
  margin-bottom: 10px;
}

.form-box select {
  width: 100%;
  border: none;
  height: 40px;
  cursor: pointer;
  padding-right: 35px;
  background: #fff;
  color: #333;
  padding-left: 10px;
}

.form-box .select:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  right: 0;
  top: 0;
  color: #333;
  background: #fff;
  border-left: solid 1px #e6e6e6;
  text-align: center;
  height: 100%;
  line-height: 43px;
  width: 32px;
  pointer-events: none;
}

.form-box .radio_box {
  display: block;
  overflow: hidden;
}

.form-box .radio_box label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  border: solid 1px #ccc;
  border-radius: 4px;
  padding-right: 16px;
  font-weight: 400;
}

.form-box .radio_box label {
  line-height: 36px;
}

.form-box .radio_box label + label {
  margin-left: 10px;
}

.form-box .radio_box label span {
  color: #333;
}

.form-box .radio_box label span:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  border: solid 2px #333;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
  transition: all 0.4s 0s ease;
}

.form-box .radio_box label span:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #3A73AF;
  z-index: 1;
  transform: scale(0);
  position: absolute;
  left: 4px;
  top: 14px;
  border-radius: 50%;
  transition: all 0.4s 0s ease;
}

.form-box .radio_box label input[type=radio] {
  position: absolute;
  left: 0;
  top: 24%;
  opacity: 0;
}

.form-box .radio_box label input[type=radio]:checked + span {
  color: #3A73AF;
}

.form-box .radio_box label input[type=radio]:checked + span:after {
  transform: scale(1);
}

.form-box .radio_box label input[type=radio]:checked + span:before {
  border-color: #3A73AF;
}

.form-box .radio_box label {
  padding-left: 20px;
  border: none;
  border-radius: 0;
  padding-right: 0;
}

.form-box .radio_box label {
  line-height: 36px;
}

.form-box .check_box {
  display: block;
  overflow: hidden;
}

.form-box .check_box label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  border: solid 1px #ccc;
  border-radius: 4px;
  padding-right: 16px;
  font-weight: 400;
}

.form-box .check_box label {
  line-height: 36px;
}

.form-box .check_box label + label {
  margin-left: 10px;
}

.form-box .check_box label span {
  color: #333;
}

.form-box .check_box label span:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  border: solid 2px #333;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 3px;
  transition: all 0.4s 0s ease;
}

.form-box .check_box label span:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #3A73AF;
  z-index: 1;
  transform: scale(0);
  position: absolute;
  left: 3px;
  top: -1px;
  font-size: 9px;
  transition: all 0.4s 0s ease;
}

.form-box .check_box label input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 24%;
  opacity: 0;
}

.form-box .check_box label input[type=checkbox]:checked + span {
  color: #3A73AF;
}

.form-box .check_box label input[type=checkbox]:checked + span:after {
  transform: scale(1);
}

.form-box .check_box label input[type=checkbox]:checked + span:before {
  border-color: #3A73AF;
}

.form-box .check_box label {
  padding-left: 20px;
  border: none;
  border-radius: 0;
  padding-right: 0;
}

.form-box .check_box label {
  line-height: 36px;
}

.form-box input[type=submit], .form-box input[type=button], .form-box button {
  border: none;
  background: #0c5093;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
}

footer {
  position: relative;
  background: #00538E;
  padding: 20px 0;
  width: 100%;
  color: #fff;
  margin: 30px 0 0;
  font-size: 14px;
}
footer::before, footer::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #00538E;
  width: 100%;
}
footer::before {
  left: -100%;
}
footer::after {
  right: -100%;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: rgb(115, 198, 239);
}

#main {
  overflow: hidden;
}

.content-wraper {
  background: url("../images/bg.jpg") no-repeat;
  background-size: cover;
  padding: 50px 0 0;
  position: relative;
}
.content-wraper .content-wraperbox {
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0 2px 3.8px 7px rgba(0, 0, 0, 0.02);
}
.content-wraper .content-wraperbox .top-title {
  position: relative;
  text-align: center;
  padding: 20px 60px;
}
@media (max-width: 767px) {
  .content-wraper .content-wraperbox .top-title {
    padding: 20px;
    margin-bottom: 40px;
  }
}
.content-wraper .content-wraperbox .top-title h2 {
  position: relative;
  padding: 20px 110px;
  color: #321D71;
  font-size: 45px;
  font-family: "SalesforceSansBold";
}
.content-wraper .content-wraperbox .top-title h2::before, .content-wraper .content-wraperbox .top-title h2::after {
  content: "";
  background: url("../images/diya.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  width: 172px;
  height: 113px;
}
.content-wraper .content-wraperbox .top-title h2::before {
  left: -60px;
}
.content-wraper .content-wraperbox .top-title h2::after {
  right: -70px;
}
@media (max-width: 1199px) and (min-width: 1000px) {
  .content-wraper .content-wraperbox .top-title h2 {
    font-size: 40px;
    padding: 0 10% 20px;
  }
  .content-wraper .content-wraperbox .top-title h2::before, .content-wraper .content-wraperbox .top-title h2::after {
    width: 100px;
  }
}
@media (max-width: 999px) and (min-width: 768px) {
  .content-wraper .content-wraperbox .top-title h2 {
    font-size: 35px;
    padding: 0 10% 20px;
  }
  .content-wraper .content-wraperbox .top-title h2::before, .content-wraper .content-wraperbox .top-title h2::after {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .content-wraper .content-wraperbox .top-title h2 {
    font-size: 24px;
    padding: 0 50px 20px;
  }
  .content-wraper .content-wraperbox .top-title h2::before, .content-wraper .content-wraperbox .top-title h2::after {
    width: 40px;
  }
  .content-wraper .content-wraperbox .top-title h2::before {
    left: 0;
  }
  .content-wraper .content-wraperbox .top-title h2::after {
    right: 0;
  }
}
@media (max-width: 420px) {
  .content-wraper .content-wraperbox .top-title h2 {
    font-size: 16px;
  }
}
.content-wraper .content-wraperbox .top-title p {
  text-align: center;
  font-size: 26px;
  font-family: "SalesforceSansRegular";
  color: #2C2C2C;
}
@media (max-width: 767px) {
  .content-wraper .content-wraperbox .top-title p {
    font-size: 18px;
  }
}
@media (max-width: 420px) {
  .content-wraper .content-wraperbox .top-title p {
    font-size: 13px;
  }
}
.content-wraper .content-wraperbox .faq ol {
  counter-reset: step;
}
.content-wraper .content-wraperbox .faq ol li {
  display: flex;
  justify-content: start;
  box-shadow: 0px 0px 5px rgb(224, 224, 224);
  padding: 20px;
  border-radius: 6px;
  align-items: flex-start;
}
.content-wraper .content-wraperbox .faq ol li .main-count {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  width: 150px;
}
.content-wraper .content-wraperbox .faq ol li .main-count:after {
  content: "";
  background: url("../images/butterfly.png") no-repeat;
  width: 15px;
  height: 15px;
  right: 37px;
  top: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .content-wraper .content-wraperbox .faq ol li .main-count {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -40px;
  }
}
.content-wraper .content-wraperbox .faq ol li .main-count .count {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.18);
  text-align: center;
  line-height: 80px;
  font-weight: 600;
  margin: auto;
  font-size: 30px;
  background: #fff;
}
.content-wraper .content-wraperbox .faq ol li .main-count .count:before {
  content: counter(step, decimal-leading-zero);
  counter-increment: step;
}
.content-wraper .content-wraperbox .faq ol li .main-count .count::after {
  content: "";
  background: url("../images/grass.png") no-repeat;
  background-size: contain;
  width: 18px;
  height: 31px;
  position: absolute;
  left: 0;
  top: 0;
}
.content-wraper .content-wraperbox .faq ol li .main-count span {
  position: relative;
  font-weight: 600;
  padding: 5px 0 0;
}
.content-wraper .content-wraperbox .faq ol li .que-ans {
  margin-left: 30px;
  width: 75%;
}
.content-wraper .content-wraperbox .faq ol li .que-ans h3 {
  font-size: 30px;
  color: #090909;
}
@media (max-width: 767px) {
  .content-wraper .content-wraperbox .faq ol li .que-ans h3 {
    font-size: 16px;
  }
}
.content-wraper .content-wraperbox .faq ol li .que-ans p {
  color: #090909;
  font-size: 26px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .content-wraper .content-wraperbox .faq ol li .que-ans p {
    font-size: 14px;
    text-align: center;
  }
}
.content-wraper .content-wraperbox .faq ol li + li {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .content-wraper .content-wraperbox .faq ol li {
    flex-direction: column;
    text-align: center;
    position: relative;
    padding-top: 84px;
  }
  .content-wraper .content-wraperbox .faq ol li + li {
    margin-top: 80px;
  }
}
.content-wraper .linkbox {
  display: flex;
  justify-content: center;
  font-weight: 600;
  padding: 30px 0 0;
}
.content-wraper .linkbox a {
  position: relative;
  display: inline-block;
  background: #e53667;
  border-radius: 4px;
  padding: 5px 10px;
  color: #fff;
}
.content-wraper .linkbox a::before {
  content: "👉";
  margin-right: 10px;
}
.content-wraper .linkbox a strong {
  color: #000;
}
.content-wraper .linkbox a:hover {
  background: #b00ad5;
}

/*# sourceMappingURL=agent.css.map */
