/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* CUSTOM VARIABLE */
/*TRANSITION*/
/*BREAKPOINT*/
/* Font */
#main.policy {
  position: relative;
}

#main.policy .firstRow {
  background-image: url(../../img/background/bg-item.svg);
  padding: 80px 0 120px;
}

@media screen and (max-width: 1200px) {
  #main.policy .firstRow {
    padding: 60px 0 100px;
  }
}

@media screen and (max-width: 1000px) {
  #main.policy .firstRow {
    padding: 40px 0 80px;
  }
}

@media screen and (max-width: 767px) {
  #main.policy .firstRow {
    padding: 30px 0 60px;
  }
}

#main.policy .firstRow .heading {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #main.policy .firstRow .heading {
    margin-bottom: 30px;
  }
}

#main.policy .firstRow .heading h2 {
  font-size: 36px;
  font-weight: bold;
  color: #C1272D;
  padding-top: 1px;
}

@media screen and (max-width: 1200px) {
  #main.policy .firstRow .heading h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  #main.policy .firstRow .heading h2 {
    font-size: 24px;
  }
}

#main.policy .firstRow .inner {
  background-color: white;
  padding: 50px 40px;
  border-radius: 10px;
}

@media screen and (max-width: 1000px) {
  #main.policy .firstRow .inner {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  #main.policy .firstRow .inner {
    padding: 20px;
  }
}

#main.policy .firstRow .inner .email-img {
  height: 18px;
  position: relative;
  top: -6px;
  margin-left: 6px;
}

#main.policy .firstRow .inner .text-right {
  text-align: right;
  margin-bottom: 30px;
}

#main.policy .firstRow .inner .text-right2 {
  text-align: right;
}

#main.policy .firstRow .inner .firstText {
  line-height: 2;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #main.policy .firstRow .inner .firstText {
    line-height: 1.6;
    font-size: 15px;
  }
}

#main.policy .firstRow .inner .boxContent .item {
  margin-bottom: 30px;
}

#main.policy .firstRow .inner .boxContent .item .heading {
  font-size: 20px;
  position: relative;
  color: #C1272D;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 2px solid #C1272D;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  #main.policy .firstRow .inner .boxContent .item .heading {
    font-size: 16px;
  }
}

#main.policy .firstRow .inner .boxContent .item .heading span {
  width: 25px;
}

#main.policy .firstRow .inner .boxContent .item .heading span.two {
  width: 40px;
}

#main.policy .firstRow .inner .boxContent .item .heading p {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#main.policy .firstRow .inner .boxContent .item .text {
  line-height: 2;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  #main.policy .firstRow .inner .boxContent .item .text {
    line-height: 1.6;
    font-size: 14px;
  }
}

#main.policy .firstRow .inner .boxContent .item .text ul {
  padding-left: 20px;
}

#main.policy .firstRow .inner .boxContent .item .text ul li {
  list-style-type: decimal;
}

#main.policy .firstRow .inner .boxContent .item .text ul li ul {
  padding-left: 0;
}

#main.policy .firstRow .inner .boxContent .item .text ul li ul li {
  list-style-type: unset;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#main.policy .firstRow .inner .boxContent .item .text ul li ul li span {
  width: 40px;
}

#main.policy .firstRow .inner .boxContent .item .text ul li ul li p {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#main.policy .firstRow .inner .boxContent .item .text ul li ul li p a {
  color: #0000EE;
  position: relative;
}

#main.policy .firstRow .inner .boxContent .item .text ul li ul li p a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #0000EE;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

#main.policy .firstRow .inner .boxContent .item .text ul li ul li p a:hover {
  text-decoration: none;
}

#main.policy .firstRow .inner .boxContent .item .text ul li ul li p a:hover:before {
  transform: scale(1, 1);
}

#main.policy .firstRow .inner .lastText {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #main.policy .firstRow .inner .lastText {
    line-height: 1.6;
    font-size: 15px;
  }
}

#main.policy .firstRow .inner .lastText a {
  color: #0000EE;
  position: relative;
  font-weight: bold;
}

#main.policy .firstRow .inner .rightText {
  margin-top: 50px;
  text-align: right;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  #main.policy .firstRow .inner .rightText {
    line-height: 1.5;
    font-size: 15px;
  }
}

#main.policy.social .subList {
  margin-bottom: 15px;
}

#main.policy.social .subList .red {
  color: red;
}

#main.policy.social strong {
  font-weight: bold;
}

#main.policy.social .firstRow a {
  color: #0000EE;
  position: relative;
}

#main.policy.social .firstRow a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #0000EE;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

#main.policy.social .firstRow a:hover:before {
  transform: scale(1, 1);
}

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