.golden-bg-gradient {
  background: #f6c217;
  background: -moz-linear-gradient(left, #f6c217 0%, #fdd961 100%);
  background: -webkit-linear-gradient(left, #f6c217 0%, #fdd961 100%);
  background: -o-linear-gradient(left, #f6c217 0%, #fdd961 100%);
  background: -ms-linear-gradient(left, #f6c217 0%, #fdd961 100%);
  background: linear-gradient(to right, #f6c217 0%, #fdd961 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6c217', endColorstr='#fdd961', GradientType=1 ); }

.transition-300 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

section.top-title {
  height: 25em;
  background: #252c62;
  background: -moz-linear-gradient(45deg, #252c62 0%, #4456ab 100%);
  background: -webkit-linear-gradient(45deg, #252c62 0%, #4456ab 100%);
  background: linear-gradient(45deg, #252c62 0%, #4456ab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252c62', endColorstr='#5971e4',GradientType=1 ); }
  section.top-title:before, section.top-title:after {
    display: none; }
  section.top-title .menu-block {
    background-color: rgba(0, 0, 0, 0.35); }
  section.top-title .content-wrap {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding-bottom: 2.5em; }
    section.top-title .content-wrap .line1 {
      height: 36%; }
    section.top-title .content-wrap .line4 {
      height: 10%; }

section.product-info-block.terms-privacy .padding-content {
  padding-left: 8em;
  padding-right: 8em; }
section.product-info-block.terms-privacy .line4 {
  background-color: #DADADA;
  position: absolute;
  top: 0;
  left: 100%;
  width: 1px;
  height: 27%;
  z-index: -1; }
section.product-info-block.terms-privacy .line-dot,
section.product-info-block.terms-privacy .dashed-round {
  top: 100%; }
section.product-info-block.terms-privacy.with-clouds {
  background-size: 100%; }
  section.product-info-block.terms-privacy.with-clouds:before {
    top: initial;
    height: 60em; }

.header1 {
  font-size: 2em;
  color: #3540a1;
  font-family: Saira, serif; }

.header2 {
  font-size: 1.13em;
  color: #3540a1;
  font-weight: 600;
  margin-top: 2em; }

.text-paragraph {
  margin: 1em 0;
  font-size: 1.11em; }
  .text-paragraph.medium {
    font-weight: 600; }

.indent {
  text-indent: 2em; }

.privacy-table {
  table-layout: fixed;
  border-collapse: collapse; }
  .privacy-table th {
    font-weight: 600; }
  .privacy-table .mobile-header {
    display: none; }

.tablet section.top-title,
.mobile section.top-title {
  background: #252c62;
  background: -moz-linear-gradient(45deg, #252c62 0%, #4456ab 100%);
  background: -webkit-linear-gradient(45deg, #252c62 0%, #4456ab 100%);
  background: linear-gradient(45deg, #252c62 0%, #4456ab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252c62', endColorstr='#5971e4',GradientType=1 ); }
  .tablet section.top-title .content-wrap,
  .mobile section.top-title .content-wrap {
    padding-top: 40px;
    padding-bottom: 2.5em; }
.tablet section.product-info-block .line4,
.mobile section.product-info-block .line4 {
  left: inherit;
  right: 10px; }
.tablet section.product-info-block .dashed-round,
.mobile section.product-info-block .dashed-round {
  width: 20px;
  height: 20px; }
.tablet section.product-info-block.terms-privacy .padding-content,
.mobile section.product-info-block.terms-privacy .padding-content {
  width: 80%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto; }

.mobile .line4 {
  display: none; }
.mobile section.top-title .content-wrap {
  padding-bottom: 30px; }
.mobile section.product-info-block.terms-privacy .padding-content {
  padding-left: 25px;
  padding-right: 25px;
  width: 100%; }
.mobile .text-paragraph {
  font-size: 1em;
  word-wrap: break-word; }
.mobile .table-wrap {
  overflow: auto; }
.mobile .privacy-table {
  border-right: 0;
  border-bottom: 0; }
  .mobile .privacy-table thead {
    display: none; }
  .mobile .privacy-table tr {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .mobile .privacy-table tr:nth-of-type(2n) {
      background-color: #f6f6f6; }
  .mobile .privacy-table td {
    display: block;
    width: 70%;
    border: 0;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000; }
  .mobile .privacy-table .mobile-header {
    width: 30%;
    font-weight: 600; }

@media screen and (max-width: 767px) {
  .tablet .line4,
  .desktop .line4 {
    display: none; }
  .tablet section.top-title .content-wrap,
  .desktop section.top-title .content-wrap {
    padding-bottom: 30px; }
  .tablet section.product-info-block.terms-privacy .padding-content,
  .desktop section.product-info-block.terms-privacy .padding-content {
    padding-left: 25px;
    padding-right: 25px;
    width: 100%; }
  .tablet .text-paragraph,
  .desktop .text-paragraph {
    font-size: 1em;
    word-wrap: break-word; }
  .tablet .table-wrap,
  .desktop .table-wrap {
    overflow: auto; }
  .tablet .privacy-table,
  .desktop .privacy-table {
    border-right: 0;
    border-bottom: 0; }
    .tablet .privacy-table thead,
    .desktop .privacy-table thead {
      display: none; }
    .tablet .privacy-table tr,
    .desktop .privacy-table tr {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .tablet .privacy-table tr:nth-of-type(2n),
      .desktop .privacy-table tr:nth-of-type(2n) {
        background-color: #f6f6f6; }
    .tablet .privacy-table td,
    .desktop .privacy-table td {
      display: block;
      width: 70%;
      border: 0;
      border-right: 1px solid #000;
      border-bottom: 1px solid #000; }
    .tablet .privacy-table .mobile-header,
    .desktop .privacy-table .mobile-header {
      width: 30%;
      font-weight: 600; } }

/*# sourceMappingURL=terms-and-privacy.css.map */
