html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  background-color: #fff;
  font-family: "PTSans-Regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px; }

a {
  text-decoration: none; }

ul {
  margin: 0; }

li {
  list-style-type: none; }

p {
  margin: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

section {
  position: relative; }

.icon {
  display: inline-block; }

.my-container {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto; }

@font-face {
  font-family: 'PTSans-Regular';
  font-weight: 400;
  src: local("PTSans"), local("PTSans-Regular");
  src: url("../fonts/PTSans-Regular/PTSans-Regular.eot");
  src: url("../fonts/PTSans-Regular/PTSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSans-Regular/PTSans-Regular.woff") format("woff"), url("../fonts/PTSans-Regular/PTSans-Regular.ttf") format("truetype"), url("../fonts/PTSans-Regular/PTSans-Regular.svg#PTSans-Regular") format("svg"); }

@font-face {
  font-family: 'PTSans-Bold';
  font-weight: 700;
  src: local("PTSans-Bold"), local("PTSans-Bold");
  src: url("../fonts/PTSans-Bold/PTSans-Bold.eot");
  src: url("../fonts/PTSans-Bold/PTSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSans-Bold/PTSans-Bold.woff") format("woff"), url("../fonts/PTSans-Bold/PTSans-Bold.ttf") format("truetype"), url("../fonts/PTSans-Bold/PTSans-Bold.svg#PTSans-Regular") format("svg"); }

h1, h2, h3, h4, h5 {
  margin: 0;
  text-align: center; }

h3 {
  font-size: 36px;
  font-family: "PTSans-Bold", Helvetica, Arial, sans-serif; }
  @media screen and (max-width: 414px) {
    h3 {
      font-size: 30px; } }

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-check {
  background-image: url(../images/spritesheet.png);
  background-position: 0px 0px;
  width: 26px;
  height: 20px; }

.icon-close {
  background-image: url(../images/spritesheet.png);
  background-position: -28px 0px;
  width: 20px;
  height: 20px; }

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='search'],
input[type='password'],
textarea,
select {
  font-family: inherit;
  width: 100%;
  max-width: 100%;
  background: none;
  outline: 0 none;
  border: 1px solid #dedede;
  padding: 15px;
  color: #333;
  background-color: #fff;
  margin-top: 8px;
  margin-bottom: 12px; }

.btn-check {
  width: 233px;
  padding-top: 21px;
  padding-bottom: 19px;
  padding-left: 0;
  padding-right: 0;
  border: none;
  border-radius: 30px;
  background-color: #3ce3c7;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.btn-check:hover {
  background-color: #33c7ae; }

.btn-check:focus {
  outline: none; }

.page-header {
  position: relative; }

.header-content {
  font-size: 36px;
  line-height: 48px;
  text-align: right;
  z-index: 2; }
  @media screen and (max-width: 768px) {
    .header-content {
      font-size: 4vw; } }
  .header-content span {
    color: #ffffff; }
  .header-content a {
    color: #3ce3c7;
    font-weight: 700; }

.header-content {
  position: absolute;
  right: 15px;
  top: 17px; }

footer {
  position: relative;
  background-color: #4a4e7e;
  padding-top: 29px;
  padding-bottom: 40px; }
  footer nav {
    max-width: 320px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #4a4e7e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 414px) {
      footer nav {
        display: block; } }
    footer nav a {
      font-size: 16px;
      line-height: 36px;
      color: #ffffff;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      @media screen and (max-width: 414px) {
        footer nav a {
          width: 100%;
          display: block;
          margin-bottom: 10px;
          text-align: center; } }
    footer nav a:hover {
      color: #3ce3c7;
      font-family: "PTSans-Bold", Helvetica, Arial, sans-serif; }
    footer nav span {
      display: inline-block;
      width: 1px;
      color: #fff; }
      @media screen and (max-width: 414px) {
        footer nav span {
          display: none; } }

.footer-content {
  max-width: 1058px;
  padding-top: 26px;
  margin: 0 auto;
  text-align: center;
  line-height: 17px; }
  @media screen and (max-width: 1040px) {
    .footer-content {
      padding-right: 15px;
      padding-left: 15px; } }
  @media screen and (max-width: 768px) {
    .footer-content {
      max-width: 80%; } }
  @media screen and (max-width: 414px) {
    .footer-content {
      max-width: 100%;
      line-height: 24px; } }
  .footer-content p {
    color: #ccccff;
    font-size: 14px; }
    @media screen and (max-width: 1040px) {
      .footer-content p br {
        display: none; } }

.active-item {
  color: #3ce3c7;
  font-family: "PTSans-Bold", Helvetica, Arial, sans-serif; }

.pr-pol-container {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px; }
  @media screen and (max-width: 416px) {
    .pr-pol-container {
      padding-top: 25px;
      padding-bottom: 25px; } }
  @media screen and (max-width: 375px) {
    .pr-pol-container {
      padding-top: 20px;
      padding-bottom: 20px; } }

.pr-pol-header-content {
  text-align: right; }
  @media screen and (max-width: 1344px) {
    .pr-pol-header-content {
      padding-right: 15px; } }
  .pr-pol-header-content span {
    color: #cc1c78; }
  .pr-pol-header-content a {
    color: #cc1c78;
    font-family: "PTSans-Bold", Helvetica, Arial, sans-serif; }

/*-----------.banner-top----------*/
.banner-top {
  padding-top: 205px;
  padding-bottom: 76px;
  background-color: #5b6097;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .banner-top {
      padding-bottom: 134px; } }
  @media screen and (max-width: 759px) {
    .banner-top {
      padding-bottom: 76px; } }
  @media screen and (max-width: 767px) {
    .banner-top {
      padding-bottom: 76px; } }
  @media screen and (max-width: 526px) {
    .banner-top {
      padding-top: 124px; } }
  @media screen and (max-width: 414px) {
    .banner-top {
      padding-bottom: 46px; } }
  .banner-top h2 {
    color: #ffffff;
    font-family: "PTSans-Bold", Helvetica, Arial, sans-serif;
    font-size: 72px;
    line-height: 53px;
    font-weight: 700;
    text-align: left; }
    @media screen and (max-width: 1024px) {
      .banner-top h2 {
        text-align: center; } }
    @media screen and (max-width: 1000px) {
      .banner-top h2 {
        font-size: 60px; } }
    @media screen and (max-width: 768px) {
      .banner-top h2 {
        font-size: 7vw; } }
  .banner-top ul {
    padding-left: 68px;
    margin-top: 74px; }
    @media screen and (max-width: 759px) {
      .banner-top ul {
        padding-left: 15px; } }
    @media screen and (max-width: 414px) {
      .banner-top ul {
        margin-top: 16px;
        padding-left: 0; } }
    @media screen and (max-width: 375px) {
      .banner-top ul {
        margin-top: 30px; } }
    .banner-top ul li {
      padding-left: 34px;
      color: #ffffff;
      font-size: 24px;
      line-height: 60px;
      list-style-type: none;
      background-image: url("../images/selection.png");
      background-repeat: no-repeat;
      background-position-y: center; }
      @media screen and (max-width: 523px) {
        .banner-top ul li {
          font-size: 4vw; } }
  @media screen and (max-width: 414px) {
    .banner-top .btn-check {
      margin: 0 auto;
      display: block; } }

.block-find {
  padding-left: 68px; }
  @media screen and (max-width: 759px) {
    .block-find {
      padding-left: 15px; } }
  @media screen and (max-width: 414px) {
    .block-find {
      padding-left: 0; } }
  .block-find .block-find__description {
    padding-top: 60px;
    padding-bottom: 31px;
    display: block;
    color: #ffffff;
    font-family: "PTSans-Bold", Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 48px;
    text-align: left; }
    @media screen and (max-width: 414px) {
      .block-find .block-find__description {
        font-size: 22px;
        text-align: center; } }
    @media screen and (max-width: 375px) {
      .block-find .block-find__description {
        font-size: 20px; } }
    @media screen and (max-width: 320px) {
      .block-find .block-find__description {
        font-size: 18px; } }

.banner-top__img {
  max-width: 44.2%;
  position: absolute;
  bottom: 0;
  right: 368px; }
  @media screen and (max-width: 1920px) {
    .banner-top__img {
      right: 84px; } }
  @media screen and (max-width: 1680px) {
    .banner-top__img {
      right: 74px; } }
  @media screen and (max-width: 1024px) {
    .banner-top__img {
      right: 20px; } }
  @media screen and (max-width: 767px) {
    .banner-top__img {
      display: none; } }
  .banner-top__img img {
    width: 100%; }

/*-----------.look-block----------*/
.look-block {
  position: relative;
  padding-bottom: 86px; }
  @media screen and (max-width: 1000px) {
    .look-block {
      padding-bottom: 261px; } }
  @media screen and (max-width: 768px) {
    .look-block {
      padding-bottom: 300px; } }
  @media screen and (max-width: 414px) {
    .look-block {
      padding-bottom: 195px; } }
  .look-block h3 {
    padding-top: 76px;
    color: #4a4e7e;
    text-align: center; }
    @media screen and (max-width: 414px) {
      .look-block h3 {
        padding-top: 30px; } }
  .look-block span {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    color: #666666;
    font-size: 24px;
    line-height: 48px; }
    @media screen and (max-width: 400px) {
      .look-block span {
        font-size: 21px; } }
  .look-block .look-block__content {
    max-width: 545px;
    text-align: left;
    margin-right: 44px;
    margin-left: auto;
    color: #999999;
    font-size: 18px;
    line-height: 30px; }
    @media screen and (max-width: 1000px) {
      .look-block .look-block__content {
        max-width: 590px;
        margin: 0 auto; } }
    @media screen and (max-width: 768px) {
      .look-block .look-block__content {
        max-width: 723px; } }
    @media screen and (max-width: 375px) {
      .look-block .look-block__content {
        line-height: 24px; } }
  .look-block .block-find__description {
    color: #4a4e7e;
    padding-top: 38px; }
  .look-block__img {
    max-width: 52%;
    position: absolute;
    bottom: 86px;
    left: -120px; }
    @media screen and (max-width: 1410px) {
      .look-block__img {
        max-width: 46%;
        left: -50px; } }
    @media screen and (max-width: 1280px) {
      .look-block__img {
        max-width: 40%;
        left: 3px; } }
    @media screen and (max-width: 1000px) {
      .look-block__img {
        left: 0;
        right: 0;
        bottom: 32px;
        margin: auto; } }
    @media screen and (max-width: 1077px) {
      .look-block__img {
        max-width: 35%;
        left: 25px; } }
    @media screen and (max-width: 768px) {
      .look-block__img {
        max-width: 50%;
        left: 0; } }
    @media screen and (max-width: 375px) {
      .look-block__img {
        bottom: 40px; } }

.block-find_right {
  max-width: 590px;
  padding-left: 0;
  margin-right: 0;
  margin-left: auto; }
  @media screen and (max-width: 1000px) {
    .block-find_right {
      margin: 0 auto; } }
  @media screen and (max-width: 1000px) {
    .block-find_right .btn-check {
      margin: 0 auto;
      display: block; } }

/*----------------.block-description-works--------------------*/
.block-description-works__elements.my-container {
  padding-right: 0;
  padding-left: 0; }

.block-description-works {
  background-color: #7077bf;
  padding-bottom: 80px; }
  @media screen and (max-width: 414px) {
    .block-description-works {
      padding-bottom: 50px; } }
  .block-description-works h3 {
    padding-top: 76px;
    color: #fff; }
    @media screen and (max-width: 414px) {
      .block-description-works h3 {
        padding-top: 30px; } }
  .block-description-works__content {
    max-width: 723px;
    margin: 0 auto;
    padding-top: 21px;
    color: #ccccff;
    font-size: 18px;
    line-height: 30px;
    text-align: center; }
    @media screen and (max-width: 414px) {
      .block-description-works__content {
        padding-right: 15px;
        padding-left: 15px;
        text-align: left; } }
    @media screen and (max-width: 375px) {
      .block-description-works__content {
        line-height: 24px; } }

.block-description-works__elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 32px; }
  @media screen and (max-width: 1137px) {
    .block-description-works__elements {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 767px) {
    .block-description-works__elements {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.block-description-works__element {
  width: 33%;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (max-width: 767px) {
    .block-description-works__element {
      width: 90%;
      margin-bottom: 40px;
      padding-bottom: 20px;
      border-bottom: 1px solid #fff; } }
  .block-description-works__element .block-description-works__img {
    height: 117px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: center; }
  .block-description-works__element .block-description-works__element-content {
    padding-top: 42px;
    color: #ffffff;
    font-size: 24px;
    text-align: center; }
    @media screen and (max-width: 919px) {
      .block-description-works__element .block-description-works__element-content {
        font-size: 19px; } }
    @media screen and (max-width: 768px) {
      .block-description-works__element .block-description-works__element-content {
        font-size: 16px; } }
    @media screen and (max-width: 400px) {
      .block-description-works__element .block-description-works__element-content {
        font-size: 20px; } }

.block-find.block-description-works__find {
  width: 80%;
  padding-left: 0;
  margin: 0 auto;
  text-align: center; }
  .block-find.block-description-works__find span.block-find__description {
    padding-top: 40px;
    color: #ccccff !important;
    text-align: center; }
    @media screen and (max-width: 400px) {
      .block-find.block-description-works__find span.block-find__description {
        padding-top: 0; } }

/*------------------.solution-------------------------*/
.solution {
  padding-bottom: 115px;
  position: relative; }
  @media screen and (max-width: 414px) {
    .solution {
      padding-bottom: 50px; } }
  .solution h3 {
    padding-top: 76px;
    color: #4a4e7e; }
    @media screen and (max-width: 414px) {
      .solution h3 {
        padding-top: 30px; } }
  .solution__description {
    display: block;
    padding-top: 22px;
    padding-bottom: 64px;
    color: #666666;
    font-size: 24px;
    line-height: 48px;
    text-align: center; }
    @media screen and (max-width: 414px) {
      .solution__description {
        font-size: 21px;
        line-height: 21px; } }
  .solution__img {
    max-width: 420px;
    height: auto;
    position: absolute;
    bottom: 78px;
    left: 152px; }
    @media screen and (max-width: 1024px) {
      .solution__img {
        left: 77px; } }
    @media screen and (max-width: 1000px) {
      .solution__img {
        left: 15px; } }
    @media screen and (max-width: 767px) {
      .solution__img {
        position: relative;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        left: 0; } }
    @media screen and (max-width: 414px) {
      .solution__img {
        bottom: 10px;
        margin-top: 0px; } }

.solution-list {
  width: 517px;
  -webkit-box-shadow: 0 0 10px rgba(159, 159, 159, 0.34);
          box-shadow: 0 0 10px rgba(159, 159, 159, 0.34);
  background-color: #7077bf;
  margin-left: auto;
  margin-right: 143px;
  z-index: 4;
  position: relative; }
  @media screen and (max-width: 1777px) {
    .solution-list {
      margin-right: 21px; } }
  @media screen and (max-width: 1186px) {
    .solution-list {
      margin-right: 0px; } }
  @media screen and (max-width: 768px) {
    .solution-list {
      width: 475px; } }
  @media screen and (max-width: 767px) {
    .solution-list {
      width: 80%;
      margin: 0 auto; } }
  @media screen and (max-width: 414px) {
    .solution-list {
      width: 100%; } }
  .solution-list ul {
    padding-top: 18px;
    padding-bottom: 20px;
    padding-left: 30px; }
    @media screen and (max-width: 412px) {
      .solution-list ul {
        padding-left: 15px; } }
    @media screen and (max-width: 375px) {
      .solution-list ul {
        padding-left: 5px; } }
    .solution-list ul li {
      display: block; }
      .solution-list ul li a {
        color: #ffffff;
        font-size: 18px;
        line-height: 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        @media screen and (max-width: 375px) {
          .solution-list ul li a {
            font-size: 15px; } }
        .solution-list ul li a span {
          width: 88px;
          display: inline-block;
          text-align: left; }
          @media screen and (max-width: 375px) {
            .solution-list ul li a span {
              width: 75px; } }
      .solution-list ul li a:hover {
        font-family: "PTSans-Bold", Helvetica, Arial, sans-serif; }
        .solution-list ul li a:hover span {
          color: #3ce3c7; }

@media screen and (max-width: 1777px) {
  .solution__container {
    max-width: 900px;
    margin: 0 auto; } }

@media screen and (max-width: 1186px) {
  .solution__container {
    max-width: 853px; } }

@media screen and (max-width: 1000px) {
  .solution__container {
    max-width: 100%; } }

/*------------------.content-bottom----------------------*/
.content-bottom {
  -webkit-box-shadow: 0 0 35px rgba(159, 159, 159, 0.34);
          box-shadow: 0 0 35px rgba(159, 159, 159, 0.34); }
  .content-bottom__wrapper {
    max-width: 1006px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 1015px) {
      .content-bottom__wrapper {
        padding-left: 15px; } }
    @media screen and (max-width: 955px) {
      .content-bottom__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media screen and (max-width: 768px) {
      .content-bottom__wrapper {
        padding-right: 15px; } }
  .content-bottom__img {
    max-width: 100px;
    padding-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media screen and (max-width: 955px) {
      .content-bottom__img {
        margin: 0 auto;
        padding-top: 25px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .content-bottom__text {
    max-width: 825px;
    color: #666666;
    text-align: left;
    line-height: 36px; }
    @media screen and (max-width: 955px) {
      .content-bottom__text {
        margin: 0 auto; } }
    @media screen and (max-width: 375px) {
      .content-bottom__text p {
        line-height: 24px; } }
    .content-bottom__text p a {
      color: #666666; }
    .content-bottom__text p a:hover {
      color: #3ce3c7;
      font-family: "PTSans-Bold", Helvetica, Arial, sans-serif; }
    .content-bottom__text p:nth-child(1) {
      padding-bottom: 17px; }

header.page-header.my-container.pr-pol-container {
  max-width: 1315px;
  padding-right: 0; }

.pafe-conteiner {
  background-color: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #b3b3b3; }

.privacy-policy-wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25); }

.my-container.privacy-policy-wrapper {
  max-width: 1315px;
  padding: 0;
  margin: 16px; }

.privacy-policy-cotent {
  max-width: 73.66667%;
  padding-left: 4.16667%;
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: #fff; }
  @media screen and (max-width: 669px) {
    .privacy-policy-cotent {
      max-width: 100%;
      padding: 24px 16px 32px; } }
  .privacy-policy-cotent p + p, .privacy-policy-cotent p + ul, .privacy-policy-cotent p + ol, .privacy-policy-cotent ul + p, .privacy-policy-cotent ul + ul, .privacy-policy-cotent ul + ol {
    margin-top: 1rem; }
  .privacy-policy-cotent h1 + p, .privacy-policy-cotent h1 + ul, .privacy-policy-cotent h1 + ol, .privacy-policy-cotent h2 + p, .privacy-policy-cotent h2 + ul, .privacy-policy-cotent h2 + ol, .privacy-policy-cotent h3 + p, .privacy-policy-cotent h3 + ul, .privacy-policy-cotent h3 + ol, .privacy-policy-cotent h4 + p, .privacy-policy-cotent h4 + ul, .privacy-policy-cotent h4 + ol, .privacy-policy-cotent h5 + p, .privacy-policy-cotent h5 + ul, .privacy-policy-cotent h5 + ol, .privacy-policy-cotent h6 + p, .privacy-policy-cotent h6 + ul, .privacy-policy-cotent h6 + ol, .privacy-policy-cotent ul + p, .privacy-policy-cotent ul + ul, .privacy-policy-cotent ul + ol {
    margin-top: 1rem; }
  .privacy-policy-cotent p + h1, .privacy-policy-cotent p + h2, .privacy-policy-cotent p + h3, .privacy-policy-cotent p + h4, .privacy-policy-cotent p + h5, .privacy-policy-cotent p + h6, .privacy-policy-cotent ul + h1, .privacy-policy-cotent ul + h2, .privacy-policy-cotent ul + h3, .privacy-policy-cotent ul + h4, .privacy-policy-cotent ul + h5, .privacy-policy-cotent ul + h6 {
    margin-top: 2rem; }
  .privacy-policy-cotent h2 {
    color: #283d89;
    font-size: 2.75rem;
    line-height: 50px;
    text-align: left; }
    @media screen and (max-width: 669px) {
      .privacy-policy-cotent h2 {
        font-size: 1.75rem; } }
  .privacy-policy-cotent p {
    margin-top: 10px;
    font-size: 1.125rem;
    line-height: 24px;
    color: #333; }
    @media screen and (max-width: 669px) {
      .privacy-policy-cotent p {
        font-size: 1rem;
        line-height: 20px; } }
  .privacy-policy-cotent h3 {
    color: #1e74a4;
    font-size: 1.5rem;
    line-height: 30px;
    text-align: left; }
    @media screen and (max-width: 669px) {
      .privacy-policy-cotent h3 {
        font-size: 1.125rem; } }
  .privacy-policy-cotent ul {
    padding-left: 20px; }
    .privacy-policy-cotent ul li {
      font-size: 1.125rem;
      line-height: 24px;
      color: #333;
      position: relative; }
      @media screen and (max-width: 669px) {
        .privacy-policy-cotent ul li {
          font-size: 1rem;
          line-height: 20px; } }
      .privacy-policy-cotent ul li ul {
        margin-top: 1rem;
        position: relative; }
    .privacy-policy-cotent ul li + li {
      margin-top: 1rem; }

.tm-bold {
  font-weight: 700; }

.list-disc li:before {
  content: "";
  background-color: #1e74a4;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-clip: padding-box;
  top: .625rem;
  position: absolute;
  left: -23px; }

.list-disc ul li {
  margin-top: 1rem; }

.marg-top-10 {
  margin-top: 1rem; }

@media screen and (max-width: 669px) {
  .feeTable {
    font-size: 1rem;
    line-height: 20px; } }

.feeTable, .feeTable div {
  border: 1px solid #afe1f3; }

.feeTable div {
  padding: 10px;
  word-wrap: break-word; }

.tm-xs-17 {
  -ms-flex-preferred-size: 70.83333%;
  flex-basis: 70.83333%;
  max-width: 70.83333%; }

.tm-row {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.tm-xs-7 {
  -ms-flex-preferred-size: 29.16667%;
  flex-basis: 29.16667%;
  max-width: 29.16667%; }

p + div, ul + div {
  margin-top: 1.5rem; }

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