@charset "UTF-8";
/*WidthDesktop-1700*/
/*WidthDesktop-1520*/
/*WidthDesktop-1400*/
/*WidthDesktop-1200*/
/*WidthDesktop-1024*/
/*WidthDesktop-992*/
/*WidthDesktop-768*/
/*WidthDesktop-580*/
/*WidthDesktop-420*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, button, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  outline: none;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

main, article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block; }

html,
body {
  min-height: 100%;
  font-family: 'Poppins', sans-serif !important; 
  scroll-behavior: smooth;}
  

body {
  color: rgba(35, 41, 56, 0.6);
  font: 400 14px/130% "Josefin Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth; }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  opacity: 0.1;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }
  .wrapper.wrapper_ready-load {
    opacity: 1; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 24px;
  font-weight: 400;
  color: #232938; }

h1,
.h1 {
  font-size: 43px;
  font-weight: 600;
  color: #0047ba;
  line-height: 120%;
  letter-spacing: -2px; }
  @media screen and (max-width: 767px) {
    h1,
    .h1 {
      font-size: 36px; } }

.p-main{
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.5px;
}


@media screen and (max-width: 500px) {
  .p-main{
    font-size: 16px;
    line-height: 20px;
  } }


h2,
.h2 {
  font-size: 36px;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: -3px; }
  @media screen and (max-width: 767px) {
    h2,
    .h2 {
      font-size: 24px; } }

h3,
.h3 {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    h3,
    .h3 {
      font-size: 20px; } }

h4,
.h4 {
  font-size: 18px;
  line-height: 140%; }

h5,
.h5 {
  font-size: 14px;
  line-height: 130%; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #232938; }

strong {
  font-weight: 600; }

a {
  text-decoration: none;
  color: #3993ff;
  position: relative;
  border-bottom: 1px solid transparent; }
  .a-nav:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    background-color: #3993ff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 0; }
  a:hover {
    text-decoration: none; }
    a:hover:before {
      width: 100%; }
  a:focus:before {
    width: 80%; }
  a.btn:before {
    display: none; }

ul, p, ol {
  padding: 0;
  margin-bottom: 24px; }
  @media screen and (max-width: 1023px) {
    ul, p, ol {
      margin-bottom: 16px; } }
  ul:last-child, p:last-child, ol:last-child {
    margin-bottom: 0; }

p:empty {
  display: none; }

ul,
ol {
  margin-left: 24px; }
  ul ul, ul ol,
  ol ul,
  ol ol {
    margin: 8px 0 8px 24px; }
  ul li,
  ol li {
    margin: 0 0 8px; }

img {
  outline: none;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100%;
  margin-bottom: 32px;
  table-layout: fixed; }
  table tr:nth-child(odd) td {
    background-color: rgba(150, 195, 255, 0.2); }
  table tr:hover td {
    background-color: rgba(116, 165, 255, 0.2); }
  table td, table th {
    border-bottom: 1px solid rgba(116, 165, 255, 0.2);;
    border-top: 1px solid rgba(116, 165, 255, 0.2);;
    text-align: left;
    padding: 16px;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  table th {
    padding: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #7f74ff; }

sup,
.sup {
  font-size: 12px;
  position: relative;
  top: -4px; }

blockquote,
blockquote {
  margin-left: 32px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 32px;
  font-style: italic;
  margin-bottom: 32px;
  border-left: 2px solid #1f6c40; }

q,
.q {
  quotes: "\00ab" "\00bb";
  margin-bottom: 24px;
  display: block; }
  q q,
  .q q {
    quotes: "\201e" "\201c"; }

@media (max-width: 1400px) {
  .display-big-desktop-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .display-big-desktop-block {
    display: block !important; } }

@media (max-width: 1200px) {
  .display-middle-desktop-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .display-middle-desktop-block {
    display: block !important; } }

@media screen and (max-width: 1023px) {
  .display-desktop-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .display-desktop-block {
    display: block !important; } }

@media screen and (max-width: 991px) {
  .display-tab-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .display-tab-block {
    display: block !important; } }

@media screen and (max-width: 767px) {
  .display-mob-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .display-mob-block {
    display: block !important; } }

@media screen and (max-width: 579px) {
  .display-mob-p-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .display-mob-p-block {
    display: block !important; } }

.display-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.display-block {
  display: block !important; }

.container {
  width: 100%;
  max-width: 1248px;
  padding: 0 16px;
  margin: 0 auto; }
  @media screen and (max-width: 1023px) {
    .container {
      max-width: calc(100% - 48px); } }
  @media screen and (max-width: 419px) {
    .container {
      max-width: calc(100% - 32px); } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 32px);
  margin: 0 -16px; }
  .row.row_justify-content-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media screen and (max-width: 991px) {
    .row {
      width: calc(100% + 24px);
      margin: 0 -12px; } }

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 991px) {
    .col {
      padding: 0 12px; } }
  .col.col_1 {
    width: 8.3333%; }
  .col.col_2 {
    width: 16.666%; }
  .col.col_3 {
    width: 25%; }
  .col.col_4 {
    width: 33.3%; }
  .col.col_5 {
    width: 41.666667%; }
  .col.col_6 {
    width: 50%;
    justify-content: center;}
  .col.col_7 {
    width: 58.333333%; }
  .col.col_8 {
    width: 66.666667%; }
  .col.col_9 {
    width: 75%; }
  .col.col_10 {
    width: 83.333333%; }
  .col.col_11 {
    width: 91.666667%; }
  .col.col_12 {
    width: 100%; }
  @media (max-width: 1400px) {
    .col.col_big-desktop-2 {
      width: 16.66%; }
    .col.col_big-desktop-3 {
      width: 25%; }
    .col.col_big-desktop-4 {
      width: 33.3%; }
    .col.col_big-desktop-5 {
      width: 41.666667%; }
    .col.col_big-desktop-6 {
      width: 50%; }
    .col.col_big-desktop-7 {
      width: 58.333333%; }
    .col.col_big-desktop-8 {
      width: 66.666667%; }
    .col.col_big-desktop-9 {
      width: 75%; }
    .col.col_big-desktop-10 {
      width: 83.333333%; }
    .col.col_big-desktop-11 {
      width: 91.666667%; }
    .col.col_big-desktop-12 {
      width: 100%; } }
  @media (max-width: 1200px) {
    .col.col_middle-desktop-2 {
      width: 16.66%; }
    .col.col_middle-desktop-3 {
      width: 25%; }
    .col.col_middle-desktop-4 {
      width: 33.3%; }
    .col.col_middle-desktop-5 {
      width: 41.666667%; }
    .col.col_middle-desktop-6 {
      width: 50%; }
    .col.col_middle-desktop-7 {
      width: 58.333333%; }
    .col.col_middle-desktop-8 {
      width: 66.666667%; }
    .col.col_middle-desktop-9 {
      width: 75%; }
    .col.col_middle-desktop-10 {
      width: 83.333333%; }
    .col.col_middle-desktop-11 {
      width: 91.666667%; }
    .col.col_middle-desktop-12 {
      width: 100%; } }
  @media screen and (max-width: 1023px) {
    .col.col_desktop-2 {
      width: 16.66%; }
    .col.col_desktop-3 {
      width: 25%; }
    .col.col_desktop-4 {
      width: 33.3%; }
    .col.col_desktop-5 {
      width: 41.666667%; }
    .col.col_desktop-6 {
      width: 50%; }
    .col.col_desktop-7 {
      width: 58.333333%; }
    .col.col_desktop-8 {
      width: 66.666667%; }
    .col.col_desktop-9 {
      width: 75%; }
    .col.col_desktop-10 {
      width: 83.333333%; }
    .col.col_desktop-11 {
      width: 91.666667%; }
    .col.col_desktop-12 {
      width: 100%; } }
  @media screen and (max-width: 991px) {
    .col.col_tab-3 {
      width: 25%; }
    .col.col_tab-4 {
      width: 33.3%; }
    .col.col_tab-5 {
      width: 41.666667%; }
    .col.col_tab-6 {
      width: 50%; }
    .col.col_tab-7 {
      width: 58.333333%; }
    .col.col_tab-8 {
      width: 66.666667%; }
    .col.col_tab-9 {
      width: 75%; }
    .col.col_tab-10 {
      width: 83.333333%; }
    .col.col_tab-11 {
      width: 91.666667%; }
    .col.col_tab-12 {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .col.col_mob-2 {
      width: 16.66%; }
    .col.col_mob-3 {
      width: 25%; }
    .col.col_mob-4 {
      width: 33.3%; }
    .col.col_mob-6 {
      width: 50%; }
    .col.col_mob-8 {
      width: 66.666667%; }
    .col.col_mob-12 {
      width: 100%; } }
  @media screen and (max-width: 579px) {
    .col.col_mob-p-12 {
      width: 100%; } }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

@media (max-width: 1400px) {
  .text-big-desktop-center {
    text-align: center; }
  .text-big-desktop-left {
    text-align: left; }
  .text-big-desktop-right {
    text-align: right; } }

@media (max-width: 1200px) {
  .text-middle-desktop-center {
    text-align: center; }
  .text-middle-desktop-left {
    text-align: left; }
  .text-middle-desktop-right {
    text-align: right; } }

@media screen and (max-width: 1023px) {
  .text-desktop-center {
    text-align: center; }
  .text-desktop-left {
    text-align: left; }
  .text-desktop-right {
    text-align: right; } }

@media screen and (max-width: 991px) {
  .text-tab-center {
    text-align: center; }
  .text-tab-left {
    text-align: left; }
  .text-tab-right {
    text-align: right; } }

@media screen and (max-width: 767px) {
  .text-mob-center {
    text-align: center; }
  .text-mob-left {
    text-align: left; }
  .text-mob-right {
    text-align: right; } }

@media screen and (max-width: 579px) {
  .text-mob-p-center {
    text-align: center; }
  .text-mob-p-left {
    text-align: left; }
  .text-mob-p-right {
    text-align: right; } }

/*flex-direction */
.direction-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }
  @media screen and (min-width: 1024px) {
    .direction-row-desktop {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important; } }
  @media screen and (min-width: 992px) {
    .direction-row-tab {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important; } }
  @media screen and (min-width: 768px) {
    .direction-row-mob {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important; } }
  @media screen and (min-width: 580px) {
    .direction-row-mob-p {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important; } }

.direction-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }
  @media screen and (min-width: 1024px) {
    .direction-column-desktop {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important; } }
  @media screen and (min-width: 992px) {
    .direction-column-tab {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important; } }
  @media screen and (min-width: 768px) {
    .direction-column-mob {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important; } }
  @media screen and (min-width: 580px) {
    .direction-column-mob-p {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important; } }

.direction-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }
  @media screen and (min-width: 1024px) {
    .direction-row-reverse-desktop {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: row-reverse !important;
              flex-direction: row-reverse !important; } }
  @media screen and (min-width: 992px) {
    .direction-row-reverse-tab {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: row-reverse !important;
              flex-direction: row-reverse !important; } }
  @media screen and (min-width: 768px) {
    .direction-row-reverse-mob {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: row-reverse !important;
              flex-direction: row-reverse !important; } }
  @media screen and (min-width: 580px) {
    .direction-row-reverse-mob-p {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: row-reverse !important;
              flex-direction: row-reverse !important; } }

.direction-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }
  @media screen and (min-width: 1024px) {
    .direction-column-reverse-desktop {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important; } }
  @media screen and (min-width: 992px) {
    .direction-column-reverse-tab {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important; } }
  @media screen and (min-width: 768px) {
    .direction-column-reverse-mob {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important; } }
  @media screen and (min-width: 580px) {
    .direction-column-reverse-mob-p {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important; } }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
  @media (max-width: 1200px) {
    .flex-wrap-desktop {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; } }
  @media screen and (min-width: 1024px) {
    .flex-wrap-tab {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; } }
  @media screen and (min-width: 992px) {
    .flex-wrap-mob {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; } }
  @media screen and (min-width: 768px) {
    .flex-wrap-mob-p {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; } }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
  @media screen and (min-width: 1024px) {
    .flex-nowrap-desktop {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; } }
  @media screen and (min-width: 992px) {
    .flex-nowrap-tab {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; } }
  @media screen and (min-width: 768px) {
    .flex-nowrap-mob {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; } }
  @media screen and (min-width: 580px) {
    .flex-nowrap-mob-p {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; } }

.justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }
  @media screen and (min-width: 1024px) {
    .justify-center-desktop {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important; } }
  @media screen and (min-width: 992px) {
    .justify-center-tab {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important; } }
  @media screen and (min-width: 768px) {
    .justify-center-mob {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important; } }
  @media screen and (min-width: 580px) {
    .justify-center-mob-p {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important; } }

.justify-left {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }
  @media screen and (min-width: 1024px) {
    .justify-left-desktop {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important; } }
  @media screen and (min-width: 992px) {
    .justify-left-tab {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important; } }
  @media screen and (min-width: 768px) {
    .justify-left-mob {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important; } }
  @media screen and (min-width: 580px) {
    .justify-left-mob-p {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important; } }

.justify-right {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }
  @media screen and (min-width: 1024px) {
    .justify-right-desktop {
      -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important; } }
  @media screen and (min-width: 992px) {
    .justify-right-tab {
      -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important; } }
  @media screen and (min-width: 768px) {
    .justify-right-mob {
      -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important; } }
  @media screen and (min-width: 580px) {
    .justify-right-mob-p {
      -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important; } }

.justify-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }
  @media screen and (min-width: 1024px) {
    .justify-between-desktop {
      -webkit-box-pack: justify !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important; } }
  @media screen and (min-width: 992px) {
    .justify-between-tab {
      -webkit-box-pack: justify !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important; } }
  @media screen and (min-width: 768px) {
    .justify-between-mob {
      -webkit-box-pack: justify !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important; } }
  @media screen and (min-width: 580px) {
    .justify-between-mob-p {
      -webkit-box-pack: justify !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important; } }

.justify-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }
  @media screen and (min-width: 1024px) {
    .justify-around-desktop {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; } }
  @media screen and (min-width: 992px) {
    .justify-around-tab {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; } }
  @media screen and (min-width: 768px) {
    .justify-around-mob {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; } }
  @media screen and (min-width: 580px) {
    .justify-around-mob-p {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; } }

.align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }
  @media screen and (min-width: 1024px) {
    .align-center-desktop {
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important; } }
  @media screen and (min-width: 992px) {
    .align-center-tab {
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important; } }
  @media screen and (min-width: 768px) {
    .align-center-mob {
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important; } }
  @media screen and (min-width: 580px) {
    .align-center-mob-p {
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important; } }

.align-left {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }
  @media screen and (min-width: 1024px) {
    .align-left-desktop {
      -webkit-box-align: start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important; } }
  @media screen and (min-width: 992px) {
    .align-left-tab {
      -webkit-box-align: start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important; } }
  @media screen and (min-width: 768px) {
    .align-left-mob {
      -webkit-box-align: start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important; } }
  @media screen and (min-width: 580px) {
    .align-left-mob-p {
      -webkit-box-align: start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important; } }

.align-right {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }
  @media screen and (min-width: 1024px) {
    .align-right-desktop {
      -webkit-box-align: end !important;
          -ms-flex-align: end !important;
              align-items: flex-end !important; } }
  @media screen and (min-width: 992px) {
    .align-right-tab {
      -webkit-box-align: end !important;
          -ms-flex-align: end !important;
              align-items: flex-end !important; } }
  @media screen and (min-width: 768px) {
    .align-right-mob {
      -webkit-box-align: end !important;
          -ms-flex-align: end !important;
              align-items: flex-end !important; } }
  @media screen and (min-width: 580px) {
    .align-right-mob-p {
      -webkit-box-align: end !important;
          -ms-flex-align: end !important;
              align-items: flex-end !important; } }

.align-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }
  @media screen and (min-width: 1024px) {
    .align-between-desktop {
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; } }
  @media screen and (min-width: 992px) {
    .align-between-tab {
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; } }
  @media screen and (min-width: 768px) {
    .align-between-mob {
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; } }
  @media screen and (min-width: 580px) {
    .align-between-mob-p {
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; } }

.align-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }
  @media screen and (min-width: 1024px) {
    .align-around-desktop {
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; } }
  @media screen and (min-width: 992px) {
    .align-around-tab {
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; } }
  @media screen and (min-width: 768px) {
    .align-around-mob {
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; } }
  @media screen and (min-width: 580px) {
    .align-around-mob-p {
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; } }

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important; }

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important; }

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important; }

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important; }

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important; }

.order-6 {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important; }

.order-7 {
  -webkit-box-ordinal-group: 8 !important;
      -ms-flex-order: 7 !important;
          order: 7 !important; }

.order-8 {
  -webkit-box-ordinal-group: 9 !important;
      -ms-flex-order: 8 !important;
          order: 8 !important; }

.order-9 {
  -webkit-box-ordinal-group: 10 !important;
      -ms-flex-order: 9 !important;
          order: 9 !important; }

.order-10 {
  -webkit-box-ordinal-group: 11 !important;
      -ms-flex-order: 10 !important;
          order: 10 !important; }

.order-11 {
  -webkit-box-ordinal-group: 12 !important;
      -ms-flex-order: 11 !important;
          order: 11 !important; }

.order-12 {
  -webkit-box-ordinal-group: 13 !important;
      -ms-flex-order: 12 !important;
          order: 12 !important; }

@media screen and (min-width: 1024px) {
  .order-desktop-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-desktop-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-desktop-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-desktop-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-desktop-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-desktop-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .order-desktop-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important; }
  .order-desktop-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important; }
  .order-desktop-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important; }
  .order-desktop-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important; }
  .order-desktop-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important; }
  .order-desktop-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important; } }

@media screen and (min-width: 992px) {
  .order-tab-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-tab-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-tab-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-tab-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-tab-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-tab-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .order-tab-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important; }
  .order-tab-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important; }
  .order-tab-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important; }
  .order-tab-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important; }
  .order-tab-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important; }
  .order-tab-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important; } }

@media screen and (min-width: 768px) {
  .order-mob-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-mob-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-mob-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-mob-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-mob-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-mob-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .order-mob-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important; }
  .order-mob-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important; }
  .order-mob-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important; }
  .order-mob-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important; }
  .order-mob-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important; }
  .order-mob-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important; } }

@media screen and (min-width: 580px) {
  .order-mob-p-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-mob-p-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-mob-p-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-mob-p-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-mob-p-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-mob-p-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .order-mob-p-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important; }
  .order-mob-p-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important; }
  .order-mob-p-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important; }
  .order-mob-p-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important; }
  .order-mob-p-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important; }
  .order-mob-p-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important; } }

svg {
  fill: #7f74ff; }


  .btn,
  button,
  input[type="submit"],
  input[type="reset"] {
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    line-height: 140%;
    padding: 7px 16px;
    border: 1px solid #0047ba;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    outline: none;
    font-weight: 400;
    text-align: center;
    margin: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #0047ba;
    -webkit-box-shadow: 0 10px 40px rgba(114, 133, 255, 0.4);
            box-shadow: 0 10px 40px rgba(114, 133, 255, 0.4);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .btn:hover,
    button:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover {
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #ffffff;
      text-decoration: none;
      background: #0047ba;
      border-color: #0047ba; }
    .btn:focus,
    button:focus,
    input[type="submit"]:focus,
    input[type="reset"]:focus {
      background: #0047ba;
      border-color: #0047ba;
      -webkit-box-shadow: 0 0 0 4px rgba(127, 116, 255, 0.2);
              box-shadow: 0 0 0 4px rgba(127, 116, 255, 0.2); }
    .btn:active,
    button:active,
    input[type="submit"]:active,
    input[type="reset"]:active {
      background: #4940A7;
      border-color: #4940A7;
      -webkit-box-shadow: none;
              box-shadow: none; }

.icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .icon {
      width: 18px;
      height: 18px; } }
  .icon-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .icon-position-left .icon {
    margin-right: 8px; }
  .icon-position-right .icon {
    margin-left: 8px; }

.nav__list {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 991px) {
    .nav__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 16px 0; } }

.nav__item {
  margin: 0; }
  .nav__item.nav__item_active .nav__link, .nav__item:hover .nav__link {
    color: #4940A7; }

.nav__link {
  display: block;
  color: #232938;
  text-decoration: none;
  font-size: 18px;
  line-height: 140%;
  padding: 0 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (max-width: 991px) {
    .nav__link {
      padding: 0 24px; } }

.header {
  background-color: #fff;
  padding: 24px 0; }
  @media screen and (min-width: 1024px) {
    .header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 10; 
      background-color: #fff;
      box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);} }
  @media screen and (min-width: 1024px) {
    .header.header-scroll {
      -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
              box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
      background-color: #ffffff; } }
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media screen and (max-width: 1023px) {
    .header {
      padding: 12px 0; } }

.site-logo .site-logo__link {
  height: 100%;
  display: block; }
  .site-logo .site-logo__link:before {
    display: none; }

.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .nav-toggle__link {
    width: 24px;
    display: block;
    background: #0047ba;

    height: 3px;
    border-radius: 2px;
    margin: 2px 0;
    clear: both;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .nav-toggle__link:nth-of-type(2) {
      height: 2px; }
  @media screen and (max-width: 1023px) {
    .nav-toggle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

@media screen and (max-width: 1023px) {
  .header-mobile {
    position: fixed;
    left: 0;
    right: 0;
    max-width: calc(100% - 48px);
    margin: 0 auto;
    width: 100%;
    padding: 0 16px;
    z-index: 10; } }

.header-nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header-nav__info {
  font-size: 18px;
  line-height: 140%;
  margin-left: 24px; }

@media screen and (max-width: 1023px) {
  .header-nav {
    margin-left: auto;
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 10; }
    .header-nav__container {
      right: 0;
      top: 0;
      min-width: 40px;
      min-height: 40px;
      width: 0;
      height: 0;
      border-radius: 50%;
      background: #ffffff;
      position: absolute;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
              box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .header-nav__container:before, .header-nav__container:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .header-nav__container:before {
        background-color: rgba(255, 255, 255, 0.4);
        z-index: -3; }
      .header-nav__container:after {
        border-radius: 100%;
        -webkit-box-shadow: 0 0 100px rgba(64, 58, 128, 0.24);
                box-shadow: 0 0 100px rgba(64, 58, 128, 0.24);
        background-color: #0047ba;
        z-index: -2; }
    .header-nav__menu, .header-nav__info {
      width: 0;
      height: 0;
      opacity: 0;
      visibility: hidden; }
    .header-nav__menu .nav__list {
      padding-top: 0; }
    .header-nav__menu .nav__item:not(:last-child) {
      margin-bottom: 8px; }
    .header-nav__menu .nav__link {
      padding: 0;
      text-align: right; }
      .header-nav__menu .nav__link:before {
        left: auto;
        right: 0; }
    .header-nav__info {
      text-align: right;
      margin: 0; } }

.header_menu-active .header-nav__container {
  top: -228px;
  right: -200px;
  padding: calc(228px + 48px) 200px 69px 116px;
  width: auto;
  height: auto;
  min-width: 600px;
  min-height: 600px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  .header_menu-active .header-nav__container:after {
    -webkit-transform: translate(26px, 0);
            transform: translate(26px, 0);
    width: calc(100% + 31px);
    height: calc(100% + 31px);
    -webkit-animation-name: move-your-body;
            animation-name: move-your-body;
    -webkit-animation-duration: 7s;
            animation-duration: 7s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

.header_menu-active .header-nav__menu, .header_menu-active .header-nav__info {
  width: 100%;
  height: auto;
  opacity: 1;
  visibility: visible; }

.header_menu-active .header-mobile:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100vh;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 9; }

.header_menu-active .nav-toggle .nav-toggle__link:nth-child(2) {
  display: none; }

.header_menu-active .nav-toggle .nav-toggle__link:nth-child(1), .header_menu-active .nav-toggle .nav-toggle__link:nth-child(3) {
  margin: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.header_menu-active .nav-toggle .nav-toggle__link:nth-child(3) {
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

@-webkit-keyframes move-your-body {
  25% {
    -webkit-transform: translate(-26px, 0);
            transform: translate(-26px, 0); }
  50% {
    -webkit-transform: translate(0, -26px);
            transform: translate(0, -26px); }
  75% {
    -webkit-transform: translate(26px, -26px);
            transform: translate(26px, -26px); }
  100% {
    -webkit-transform: translate(26px, 0);
            transform: translate(26px, 0); } }

@keyframes move-your-body {
  25% {
    -webkit-transform: translate(-26px, 0);
            transform: translate(-26px, 0); }
  50% {
    -webkit-transform: translate(0, -26px);
            transform: translate(0, -26px); }
  75% {
    -webkit-transform: translate(26px, -26px);
            transform: translate(26px, -26px); }
  100% {
    -webkit-transform: translate(26px, 0);
            transform: translate(26px, 0); } }

.footer {
  margin-top: auto; }
  .footer-top__container {
    border-top: 1px solid rgba(127, 116, 255, 0.4);
    padding: 40px 0; }
  .footer-bottom {
    background-color: rgba(127, 116, 255, 0.15);
    color: #7f74ff;
    padding: 32px 0; }
    .footer-bottom .copyright {
      display: block; }
  .footer-logo .site-logo {
    display: block;
    margin-bottom: 4px; }
    .footer-logo .site-logo:before {
      display: none; }
  @media screen and (max-width: 1023px) {
    .footer-logo {
      margin-bottom: 40px; } }
  .footer .subscript-title {
    margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .footer .subscript {
      margin-bottom: 40px; } }

.contact-list {
  list-style-type: none;
  margin: 0; }

.contact-item {
  margin-bottom: 7px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: rgba(35, 41, 56, 0.6); }
  .contact-item:last-child {
    margin-bottom: 0; }
  .contact-item .icon {
    width: 16px;
    height: 16px; }
  @media screen and (max-width: 767px) {
    .contact-item {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.contact-link {
  color: rgba(35, 41, 56, 0.6); }
  .contact-link:hover {
    color: #7f74ff; }

.popup-init {
  cursor: pointer; }

.popup-visible {
  overflow: hidden; }

.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  overflow-y: auto;
  overflow-x: hidden; }

.popup-wrap,
.popup {
  visibility: hidden;
  opacity: 0; }

.popup-visible .popup-wrap {
  visibility: visible;
  opacity: 1; }

@media screen and (max-width: 767px) {
  .popup-visible .site-header,
  .popup-visible .site-main,
  .popup-visible .site-footer {
    opacity: 0;
    visibility: hidden; } }

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: auto;
  min-width: 320px;
  padding: 78px 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 16px 24px rgba(2, 21, 51, 0.1);
          box-shadow: 0 16px 24px rgba(2, 21, 51, 0.1);
  background-color: #ffffff;
  z-index: 111;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media screen and (max-width: 1023px) {
    .popup {
      padding: 48px 0 80px; } }
  .popup.active {
    visibility: visible;
    opacity: 1; }
  .popup .container {
    position: relative; }
  .popup .popup-header {
    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;
    margin-bottom: 24px;
    padding-bottom: 16px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .popup .popup-header {
        position: fixed;
        background-color: #E9EBEE;
        top: 0;
        left: 0;
        width: 100%;
        padding: 16px; } }
    .popup .popup-header .popup-header__title {
      margin-right: 24px; }
      .popup .popup-header .popup-header__title .title-text {
        margin-bottom: 0; }
  .popup .popup-remove {
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    max-width: 1248px;
    padding: 0 16px;
    width: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .popup .popup-remove svg {
      margin-left: auto; }
    @media screen and (max-width: 1023px) {
      .popup .popup-remove {
        max-width: calc(100% - 16px);
        margin: 0 auto;
        top: -30px; } }
  .popup .popup-content {
    margin-bottom: 16px; }
    .popup .popup-content .subscription-icon {
      position: relative; }
      .popup .popup-content .subscription-icon:before {
        content: '';
        position: absolute;
        top: calc(50% - 360px);
        left: calc(50% - 360px);
        background-image: radial-gradient(84.46% 51.78% at 49.16% 50.49%, #4076FF 0%, #FFFFFF 53.65%);
        width: 720px;
        height: 720px;
        z-index: -1;
        opacity: .12; }
      .popup .popup-content .subscription-icon svg {
        width: 100%;
        height: 100%; }
    .popup .popup-content .subscription-description {
      margin-bottom: 32px; }
      .popup .popup-content .subscription-description .title {
        margin-bottom: 8px; }
    .popup .popup-content .subscription-form {
      max-width: 85%;
      width: 100%; }
    @media screen and (max-width: 1023px) {
      .popup .popup-content .subscription-icon {
        margin-bottom: 24px;
        max-width: 592px;
        margin-left: auto;
        margin-right: auto; }
      .popup .popup-content .subscription-form {
        max-width: 384px;
        margin: 0 auto; } }

.section-second{
  background-color: #0047ba;
  padding: 65px 0px 100px 0px !important;
}

.section {
  padding: 100px 0; }
  .section:first-of-type {
    padding-top: 200px; }
  .section:last-of-type {
    padding-bottom: 200px; }
  @media screen and (max-width: 1023px) {
    .section {
      padding: 90px 0; }
      .section:first-of-type {
        padding-top: 180px; }
      .section:last-of-type {
        padding-bottom: 180px; } }
  @media screen and (max-width: 767px) {
    .section {
      padding: 60px 0; }
      .section:first-of-type {
        padding-top: 120px; }
      .section:last-of-type {
        padding-bottom: 120px; } }
  .section.section_secondary-bg {
    padding: 70px 0;
    background: url(../images/bg-local.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;   
  }

  .section.section_tertiary-bg {
    padding: 70px 0;
    background: url(../images/bg-denuncias.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;   
  }

  .section.section_2 {
    padding: 70px 0;
    background-color: #fff;
  }

  .section.reviews-section {
    padding: 96px 0; }
    @media screen and (max-width: 1023px) {
      .section.reviews-section {
        padding: 66px 0 88px; } }
    @media screen and (max-width: 767px) {
      .section.reviews-section {
        padding: 26px 0 40px; } }

.post-slider__container {
  overflow: initial; }

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .post-slider__container {
    padding: 0 25%; } }

.post-slider__wrapper {
  margin-bottom: 24px; }
  @media screen and (min-width: 768px) {
    .post-slider__wrapper {
      min-height: 420px; } }
  @media screen and (min-width: 1024px) {
    .post-slider__wrapper {
      min-height: 435px; } }

.post-slider__item {
  background-color: #ffffff;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid rgba(35, 41, 56, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative; }
  .post-slider__item.active-slider {
    border-color: transparent;
    -webkit-box-shadow: 0 20px 60px rgba(64, 58, 128, 0.12);
            box-shadow: 0 20px 60px rgba(64, 58, 128, 0.12);
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out; }
    @media screen and (min-width: 768px) {
      .post-slider__item.active-slider {
        padding: 24px; }
        .post-slider__item.active-slider .post-slider__info {
          height: auto;
          opacity: 1;
          visibility: visible; }
        .post-slider__item.active-slider .post-slider__next,
        .post-slider__item.active-slider .post-slider__prev {
          width: 52px; }
        .post-slider__item.active-slider .post-slider__prev {
          left: -26px; }
          .post-slider__item.active-slider .post-slider__prev.swiper-button-disabled {
            left: 0;
            width: 0; }
        .post-slider__item.active-slider .post-slider__next {
          right: -26px; }
          .post-slider__item.active-slider .post-slider__next.swiper-button-disabled {
            right: 0;
            width: 0; } }

.post-slider__image {
  margin-bottom: 16px; }
  .post-slider__image img {
    display: block; }

.post-slider__info .title {
  margin-bottom: 8px; }

.post-slider__info .wysiwyg {
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 54px; }

.post-slider__info .prise {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #232938; }
  .post-slider__info .prise .pieces {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: rgba(35, 41, 56, 0.6); }
  @media screen and (max-width: 767px) {
    .post-slider__info .prise {
      font-size: 20px; } }

@media screen and (min-width: 768px) {
  .post-slider__info {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out; } }

@media screen and (max-width: 419px) {
  .post-slider__info .prise {
    width: 100%;
    margin-bottom: 16px; }
  .post-slider__info .btn {
    width: 100%; } }

.post-slider__prev, .post-slider__next {
  position: absolute;
  width: 0;
  height: 52px;
  background-color: transparent;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }
  .post-slider__prev .icon, .post-slider__next .icon {
    width: 13px;
    height: 13px; }
  @media screen and (max-width: 767px) {
    .post-slider__prev, .post-slider__next {
      display: none; } }

.post-slider__prev {
  left: 0;
  background-image: url("../images/content/ellipse-prev.png");
  background-position: 10px 0; }

.post-slider__next {
  right: 0;
  background-image: url("../images/content/ellipse-next.png");
  background-position: calc(100% - 10px) 0; }

.post-slider__pagination {
  position: relative;
  bottom: auto !important; }

.post-description {
  margin-bottom: 40px; }

.reviews-item__top {
  margin-bottom: 16px; }

.reviews-item__middle {
  margin-bottom: 16px;
  min-height: 100px; }
  @media screen and (max-width: 767px) {
    .reviews-item__middle {
      margin-bottom: 8px; } }

.reviews-slider {
  padding: 104px 0;
  /*reviews pagination bubbles*/ }
  @media screen and (max-width: 1023px) {
    .reviews-slider {
      padding: 92px 0; } }
  @media screen and (max-width: 767px) {
    .reviews-slider {
      padding: 94px 0 80px; } }
  .reviews-slider__container {
    position: relative;
    background-color: #ffffff;
    border-radius: 6px;
    -webkit-box-shadow: 0 20px 60px rgba(64, 58, 128, 0.12);
            box-shadow: 0 20px 60px rgba(64, 58, 128, 0.12);
    padding: 40px;
    margin-bottom: 24px; }
    @media screen and (max-width: 767px) {
      .reviews-slider__container {
        padding: 24px 16px; } }
  .reviews-slider__prev, .reviews-slider__next {
    position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .reviews-slider__prev .icon, .reviews-slider__next .icon {
      width: 13px;
      height: 13px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .reviews-slider__prev.disabled-slider, .reviews-slider__next.disabled-slider {
      width: 0; }
      .reviews-slider__prev.disabled-slider .icon, .reviews-slider__next.disabled-slider .icon {
        width: 0; }
  .reviews-slider__prev {
    background-image: url("../images/content/ellipse-prev.png");
    background-position: 10px 0; }
    .reviews-slider__prev.disabled-slider {
      left: 0; }
  .reviews-slider__next {
    background-image: url("../images/content/ellipse-next.png");
    background-position: calc(100% - 10px) 0; }
    .reviews-slider__next.disabled-slider {
      right: 0; }
  .reviews-slider__image {
    width: 26px;
    height: 26px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #7f74ff;
    margin-right: 8px; }
  .reviews-slider__name {
    color: rgba(35, 41, 56, 0.6);
    margin-bottom: 0; }
  .reviews-slider__bubbles {
    position: relative;
    height: 100%; }
    .reviews-slider__bubbles .bubbles-list {
      list-style-type: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0; }
    .reviews-slider__bubbles .bubbles-item {
      max-width: 56px;
      max-height: 56px;
      border-radius: 50%;
      overflow: hidden;
      padding: 3px;
      position: absolute; }
      .reviews-slider__bubbles .bubbles-item:before {
        content: '';
        background-image: -webkit-gradient(linear, left top, right top, from(#DB6DFF), to(#7285FF));
        background-image: linear-gradient(to right, #DB6DFF 0%, #7285FF 100%);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1; }
      .reviews-slider__bubbles .bubbles-item img {
        border-radius: 50%;
        overflow: hidden; }
      .reviews-slider__bubbles .bubbles-item-next-1, .reviews-slider__bubbles .bubbles-item-prev-1 {
        top: calc(50% - 43px);
        max-width: 86px;
        max-height: 86px; }
      .reviews-slider__bubbles .bubbles-item-next-2, .reviews-slider__bubbles .bubbles-item-prev-2 {
        top: calc(25% - 32px);
        max-width: 64px;
        max-height: 64px; }
      .reviews-slider__bubbles .bubbles-item-next-3, .reviews-slider__bubbles .bubbles-item-prev-3 {
        top: calc(75% - 28px); }
      .reviews-slider__bubbles .bubbles-item-next-1 {
        right: 0; }
      .reviews-slider__bubbles .bubbles-item-next-2 {
        right: calc(85% - 32px); }
      .reviews-slider__bubbles .bubbles-item-next-3 {
        right: calc(60% - 28px); }
      .reviews-slider__bubbles .bubbles-item-prev-1 {
        left: 0; }
      .reviews-slider__bubbles .bubbles-item-prev-2 {
        left: calc(60% - 32px); }
      .reviews-slider__bubbles .bubbles-item-prev-3 {
        left: calc(85% - 28px); }
    @media screen and (max-width: 1023px) {
      .reviews-slider__bubbles {
        display: none; } }

.reviews-item__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .reviews-item__column_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 50%; }
  .reviews-item__column_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 50%; }

.reviews-container__fon {
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  bottom: 0;
  z-index: -1;
  width: 800px;
  height: 470px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .reviews-container__fon .reviews-icon {
    width: 100%;
    height: 100%; }

.soc-list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -4px; }

.soc-item {
  margin: 0 4px; }

.soc-link {
  display: block;
  width: 16px;
  height: 16px; }
  .soc-link:before {
    display: none; }
  .soc-link:hover .soc-icon {
    fill: #232938; }

.soc-icon {
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.photo-list {
  position: relative; }

.photo-item {
  max-width: 400px;
  background-color: #ffffff;
  padding: 16px;
  -webkit-box-shadow: 20px 20px 50px rgba(64, 58, 128, 0.05), 50px 50px 80px rgba(64, 58, 128, 0.08);
          box-shadow: 20px 20px 50px rgba(64, 58, 128, 0.05), 50px 50px 80px rgba(64, 58, 128, 0.08);
  border-radius: 8px; }

.photo-img {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden; }
  .photo-img__block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #232938; }
  .photo-img img {
    display: block;
    height: 100%;
    width: 100%; }

.photo-info {
  margin-top: 16px;
  min-height: 16px; }

@media screen and (max-width: 767px) {
  .photo-item {
    padding: 8px; }
  .photo-info {
    min-height: 8px;
    margin-top: 8px;
    font-size: 10px;
    line-height: 120%;
    color: rgba(35, 41, 56, 0.4); } }

.main-section.section {
  padding-top: 100px;
  padding-bottom: 0px; 
  background-color: #fff;
}


.img-main{
  width: 750px;
  max-width: none !important;
}

@media screen and (max-width: 1023px) {
  .img-main{
    width: 600px;
    max-width: none !important;
  }
}

.main-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%; }
  .main-photo:before {
    content: '';
    position: absolute;
    left: calc(50% - 75%);
    top: -167%;
    /* background-image: radial-gradient(53.34% 68.28% at 49.16% 50.49%, #1c64ff 0%, #FFFFFF 57.81%); */
    opacity: .18;
    width: 150%;
    height: 333%;
    z-index: -1; }
  .main-photo__fon {
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 200%;
    height: 200%;
    z-index: -1; }
    .main-photo__fon_icon {
      width: 100%;
      height: 100%; }
  .main-photo-item {
    z-index: 2; }
    .main-photo-item-1 {
      max-width: 312px;
      width: 100%; }
      .main-photo-item-1 .photo-img {
        height: 247px; }
    .main-photo-item-2 {
      position: absolute;
      -webkit-transform: rotate(8.39deg);
              transform: rotate(8.39deg);
      width: 100%;
      right: 35px;
      bottom: 45px; }

.main-container .btn {
  max-width: 280px;
  width: 100%; }

.main-description {
  margin-bottom: 48px; }

@media screen and (max-width: 1023px) {
  .main-section.section {
    padding-top: 185px; }
  .main-photo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0px; }
    .main-photo__fon {
      width: 100%; }
    .main-photo-item-1 {
      max-width: 230px; }
      .main-photo-item-1 .photo-img {
        height: 185px; }
    .main-photo-item-2 {
      max-width: 300px;
      position: relative; }
      .main-photo-item-2 .photo-img {
        height: 225px; }
  .main-container {
    text-align: center; } }

@media screen and (max-width: 767px) {
  .main-section.section {
    padding-top: 80px; }
  .main-photo {
    margin-bottom: 0px; }
  .main-description {
    margin-bottom: 40px; } }

@media screen and (max-width: 579px) {
  .main-photo-item-1 {
    max-width: 116px; }
    .main-photo-item-1 .photo-img {
      height: 92px; }
  .main-photo-item-2 {
    max-width: 150px; }
    .main-photo-item-2 .photo-img {
      height: 111px; } }

.round-border {
  color: #7f74ff;
  position: relative; }
  .round-border:before {
    content: "";
    position: absolute;
    left: -33px;
    right: -33px;
    top: -9px;
    bottom: -9px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left; }
  .round-border-1:before {
    bottom: -16px;
    background-image: url("../images/content/title-1.png"); }
  .round-border-2:before {
    left: -8px;
    right: -8px;
    top: -4px;
    bottom: -4px;
    background-image: url("../images/content/title-2.png"); }

@media screen and (max-width: 767px) {
  .dignity-item:not(:last-child) {
    margin-bottom: 70px; } }

    
.row-advanced{
  justify-content: center;
  align-items: center;
}

.h1-contratar{
    font-size: 43px;
    font-weight: 600;
    color: #ffffff;
    line-height: 120%;
    letter-spacing: -3px;
}

.prot-text{
  margin-left: 230px;
}

.p-prot2{
  margin-bottom: 25px;
  color: rgba(35, 41, 56, 0.6);
  font-size: 23px;
}

.p-prot2 i{
  font-size: 12px;
  color: #3993ff;
  padding-right: 5px;
}

.div-contratar{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
}
.div-contratar2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}


.btn-cont{
  background-color: #0047ba;
  color: #fff;
  font-weight: 600;
  padding: 4px 25px;
  border-radius: 3px;
  letter-spacing: 0.5px;
  font-size: 14px;
  
}

.btn-cont:hover{
  background-color: none;
  color: #fff;
  font-weight: 600;
  padding: 4px 25px;
  border-radius: 3px;
  letter-spacing: 0.5px;
}

.btn-cond{
  background-color: #0047ba;
  color: #fff;
  font-weight: 600;
  padding: 4px 25px;
  border-radius: 3px;
  letter-spacing: 0.5px;
  font-size: 12px;
}
 .btn-cond i{
  padding-right: 3px;
 }

.btn-cond:hover{
  background-color: none;
  color: #fff;
  font-weight: 600;
  padding: 4px 25px;
  border-radius: 3px;
  letter-spacing: 0.5px;
}


.p-termos{
  margin-top: 50px;
  font-size: 16px;
}

.a-termos{
  background-color: #3993ff;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 40px;
  border-radius: 3px;
}

.p-denuncias{
  font-size: 19px;
  text-align: center;
  font-weight: 200;
  line-height: 24px;

}

.a-denuncias{
  background-color: #3993ff;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  padding: 7px 55px;
  border-radius: 3px;
}

.img-denuncias{
  width: 145px;
}

.p-denuncias2{
  margin-top: 50px;
  font-size: 17px;
  font-weight: 200;
  text-align: center;
}

.a-denuncias2{
  font-size: 20px;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.card-prot{
  padding: 40px 20px;
  background-color: #0047ba;
  border-radius: 4px;
  display: flex; margin-bottom: 35px;
}
.div-a-prot{
    background-color: #3993ff;
     padding: 10px 32px;
     max-width: 400px;
    border-radius: 4px;
}

.a-prot{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: none;
}

.h5-prot{
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.prot-img{
  position: absolute;
}

.img-prot{
  width: 210px;
}

.row-adjust{
  display: flex;
}

@media screen and (max-width: 1023px) {
  .row-adjust{
    flex-direction: column-reverse;
  }
  }

.p-prot{
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}

.logo-footer{
  width: 300px;
}

.footer-info{
  display: flex;
  padding-bottom: 15px;
}

.footer-info2{
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.footer-info img{
  width: 44px;
  object-fit: contain;
}

.footer-info2 img{
  width: 44px;
  object-fit: contain;
}

.footer-info p{
  color: rgba(35, 41, 56, 0.6);
  font-size: 13px;
  margin-left: 30px;
}

.footer-info2 p{
  color: rgba(35, 41, 56, 0.6);
  font-size: 13px;
  margin-left: 30px;
  margin-bottom: 13px;
}

.a-seguros{
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 25px;
  border-radius: 3px;
  font-size: 16px;
  margin-top: 50px;
  cursor: pointer;
  display: inline-block;
}




.a-seguros:hover{
  color: #0047ba;
  background-color: #fff;
  transition: 0.4s;
}

.p-modal{
  color: gray;
}

.p-modal b{
  color: #0047ba;
  font-weight: 600;
}


.details-modal {
  background: #ffffff;
  border-radius: 0.5em;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  left: 50%;
  max-width: 90%;
  pointer-events: none;
  z-index: 999999;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  text-align: left;
  max-height: 75vh;
  display: flex;
  flex-direction: column;
}
.details-modal .details-modal-close {
  align-items: center;
  color: #111827;
  display: flex;
  height: 4.5em;
  justify-content: center;
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.5em;
}
.details-modal .details-modal-close svg {
  display: block;
}
.details-modal .details-modal-title {
  color: #111827;
  padding: 1.2em 2em;
  pointer-events: all;
  position: relative;
  text-align: center;
  padding-left: 55px;
  width: calc(100% - 4.5em);
  
}
.details-modal .details-modal-title h1 {
  font-size: 27px;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.details-modal .details-modal-content {
  border-top: 1px solid #e0e0e0;
  padding: 2.5em 4em;
  pointer-events: all;
  overflow: auto;
}

.details-modal-overlay {
  transition: opacity 0.5s ease-out;
  pointer-events: none;
  z-index: 9999;
  background: rgba(15, 23, 42, 1);
  position: fixed;
  opacity: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
details[open] .details-modal-overlay {
  pointer-events: all;
  opacity: 0.5;
}

details summary {
  list-style: none;
}
details summary:focus {
  outline: none;
}
details summary::-webkit-details-marker {
  display: none;
}

code {
  font-family: Monaco, monospace;
  line-height: 100%;
  background-color: #2d2d2c;
  padding: 0.1em 0.4em;
  letter-spacing: -0.05em;
  word-break: normal;
  border-radius: 7px;
  color: white;
  font-weight: normal;
  font-size: 1.75rem;
  position: relative;
  top: -2px;
}

.container-m {
  text-align: center;
  max-width: 40em;
  padding: 2em;
}
.container-m > h1 {
  font-weight: 700;
  font-size: 2rem;
  line-height: normal;
  color: #111827;
}
.container-m > p {
  margin-top: 2em;
  margin-bottom: 2em;
}
.container-m sup {
  font-size: 1rem;
  margin-left: 0.25em;
  opacity: 0.5;
  position: relative;
}

.dignity-block {
  padding: 32px;
  min-height: 230px;
  background-color: #3993ff;
  border-radius: 6px;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  height: 100%; }

  .dignity-block2 {
    padding: 32px;
    min-height: 200px;
    background-color: #3993ff;
    border-radius: 6px;
    -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    height: 100%; }

    .dignity-block2 h3,p{
      color: #fff ;
    }
  
    .dignity-block2 p{
      font-size: 17px;
      line-height: 24px;
    }

    .b-block{
      font-weight: 600 !important;
    }
  

  
  @media screen and (max-width: 1023px) {
    .dignity-block {
      padding: 85px 16px 24px;
      text-align: center; 
      min-height: 300px ;}
       }

  .dignity-block h3,p{
    color: #fff ;
  }

  .dignity-block p{
    max-width: 350px;
    font-size: 15px;
  }

.dignity-title {
  position: relative;
  margin-bottom: 16px; }
  .dignity-title .title {
    margin-bottom: 0;
    max-width: calc(100% - 125px); }


.img-dignity{
  width: 200px;
}

.h3-point{
  color: #fff;
  font-size: 40px;
  margin-bottom: 0;
  font-weight: 500;
}
.img-point{
  width: 125px;
}

.h2-comu{
  font-size: 40px;
    color: #0047ba;
}

.p-comu{
  font-size: 20px;
  color: rgba(35, 41, 56, 0.6);
}

.section-planos{
  background-color: #f8f8f8;
}

.flexx{
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-flexx{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dignity-image {
  position: absolute;
  bottom: -60px;
  right: -56px; }
  @media screen and (max-width: 1023px) {
    .dignity-image {
      left: 0;
    bottom: 11px;
    transform: rotate(340deg); } }

.emotional-list {
  z-index: 1; }

.emotional-title {
  z-index: 1;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .emotional-title {
      margin-bottom: 32px; } }

.emotional-subtitle {
  margin-bottom: 8px; }

.emotional-icon {
  width: 72px;
  height: 72px;
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0 6px 16px rgba(64, 58, 128, 0.08);
          box-shadow: 0 6px 16px rgba(64, 58, 128, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .emotional-icon img {
    max-width: 46px;
    width: auto; }
  @media screen and (max-width: 1023px) {
    .emotional-icon {
      width: 92px;
      height: 92px; }
      .emotional-icon img {
        max-width: 56px;
        width: 100%; } }
  @media screen and (max-width: 767px) {
    .emotional-icon {
      width: 56px;
      height: 56px; }
      .emotional-icon img {
        max-width: 35px; } }

.emotional-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 1023px) {
    .emotional-block {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.emotional-info {
  padding-left: 32px;
  width: calc(100% - 72px); }
  @media screen and (max-width: 1023px) {
    .emotional-info {
      padding-left: 24px;
      width: calc(100% - 92px); } }
  @media screen and (max-width: 767px) {
    .emotional-info {
      padding-left: 16px;
      width: calc(100% - 56px); } }

.emotional-item:not(:last-child) {
  margin-bottom: 40px; }
  @media screen and (max-width: 1023px) {
    .emotional-item:not(:last-child) {
      margin-bottom: 24px; } }

.emotional-photo {
  position: relative; }
  @media screen and (max-width: 1023px) {
    .emotional-photo {
      height: 530px;
      margin-bottom: 48px; } }
  @media screen and (max-width: 767px) {
    .emotional-photo {
      height: auto;
      margin-bottom: 40px; } }
  .emotional-photo:before {
    position: absolute;
    content: '';
    width: 1200px;
    height: 1200px;
    background: radial-gradient(84.46% 51.78% at 49.16% 50.49%, #4076FF 0%, #FFFFFF 53.65%);
    opacity: 0.2;
    top: calc(50% - 600px);
    left: calc(50% - 600px);
    z-index: -2; }
    @media screen and (max-width: 767px) {
      .emotional-photo:before {
        width: 500px;
        height: 500px;
        top: calc(50% - 250px);
        left: calc(50% - 250px); } }
  .emotional-photo__item {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%; }
    @media screen and (max-width: 767px) {
      .emotional-photo__item {
        position: relative;
        top: 0;
        margin: auto; } }
    .emotional-photo__item-1 {
      max-width: 260px;
      -webkit-transform: rotate(-4.89deg);
              transform: rotate(-4.89deg);
      top: -40px; }
      .emotional-photo__item-1 .photo-img {
        height: 205px; }
      @media screen and (max-width: 1023px) {
        .emotional-photo__item-1 {
          left: calc(50% - 215px); } }
      @media screen and (max-width: 767px) {
        .emotional-photo__item-1 {
          top: 0;
          margin-bottom: -85px;
          left: -59px; } }
      @media screen and (max-width: 579px) {
        .emotional-photo__item-1 {
          top: 0;
          margin-bottom: -85px;
          max-width: 117px;
          left: -59px; }
          .emotional-photo__item-1 .photo-img {
            height: 93px; } }
    .emotional-photo__item-2 {
      max-width: 284px;
      -webkit-transform: rotate(20.12deg);
              transform: rotate(20.12deg);
      left: 220px;
      top: 69px; }
      .emotional-photo__item-2 .photo-img {
        height: 225px; }
      @media screen and (max-width: 1023px) {
        .emotional-photo__item-2 {
          left: calc(50% + 5px); } }
      @media screen and (max-width: 767px) {
        .emotional-photo__item-2 {
          top: calc(-25% + 66px);
          margin-bottom: -72px;
          left: calc(50% - 142px); } }
      @media screen and (max-width: 579px) {
        .emotional-photo__item-2 {
          top: 0;
          margin-bottom: -72px;
          max-width: 127px;
          left: 34px; }
          .emotional-photo__item-2 .photo-img {
            height: 101px; } }
    .emotional-photo__item-3 {
      max-width: 312px;
      -webkit-transform: rotate(-15deg);
              transform: rotate(-15deg);
      left: -20px;
      top: 182px; }
      .emotional-photo__item-3 .photo-img {
        height: 246px; }
      @media screen and (max-width: 1023px) {
        .emotional-photo__item-3 {
          left: calc(50% - 234px); } }
      @media screen and (max-width: 767px) {
        .emotional-photo__item-3 {
          top: calc(-50% + 143px);
          left: calc(-25% + 78px); } }
      @media screen and (max-width: 579px) {
        .emotional-photo__item-3 {
          top: 0;
          max-width: 140px;
          left: -55px; }
          .emotional-photo__item-3 .photo-img {
            height: 111px; } }

.subscript-fon {
  background-color: rgba(127, 116, 255, 0.15); }

.subscript-icon {
  display: inline-block;
  position: relative;
  margin-bottom: 24px; }
  .subscript-icon .icon {
    width: 109px;
    height: 72px;
    fill: none; }
  .subscript-icon .sale {
    width: 42px;
    height: 37px;
    border-radius: 50%;
    background-color: #F35050;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    position: absolute;
    bottom: 0;
    right: -10px; }
    .subscript-icon .sale span {
      font-size: 18px;
      line-height: 18px;
      font-weight: 600;
      -webkit-transform: rotate(-6.21deg);
              transform: rotate(-6.21deg); }

.subscript-title {
  margin-bottom: 40px; }
  .subscript-title .title {
    margin-bottom: 0; }

.description-container {
  padding: 120px 0 71px;
  position: relative; }
  .description-container:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(-16.66% - 312px);
    left: -100%;
    background-color: rgba(127, 116, 255, 0.15);
    -webkit-clip-path: polygon(0 15%, 70% 0, 95% 100%, 0% 100%);
            clip-path: polygon(0 15%, 70% 0, 95% 100%, 0% 100%);
    z-index: -1; }
  .description-container:after {
    content: '';
    position: absolute;
    height: 2px;
    background-color: rgba(127, 116, 255, 0.4);
    left: -100%;
    right: 0;
    bottom: -40px;
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg); }
  .description-container .wysiwyg ol {
    list-style-type: none;
    counter-reset: number-zero;
    margin: 0; }
    .description-container .wysiwyg ol > li {
      display: inline-block;
      counter-increment: number-zero;
      padding-left: 8px;
      font-family: "Josefin Sans", sans-serif;
      font-weight: 400;
      color: #7f74ff;
      font-size: 14px;
      line-height: 130%;
      margin: 0 16px 8px; }
      .description-container .wysiwyg ol > li:nth-child(-n+9):before {
        content: "0" counter(number-zero); }
      .description-container .wysiwyg ol > li:before {
        display: inline-block;
        margin-left: -20px;
        min-width: 20px;
        content: counter(number-zero);
        font-family: "Josefin Sans", sans-serif;
        font-weight: 700;
        color: #7f74ff;
        font-size: 14px;
        line-height: 140%; }
  @media screen and (max-width: 1023px) {
    .description-container {
      padding: 106px 0 71px; }
      .description-container:after {
        right: 50%;
        top: 24px;
        bottom: auto;
        -webkit-transform: rotate(-4deg);
                transform: rotate(-4deg); } }
  @media screen and (max-width: 767px) {
    .description-container {
      padding: 68px 0 28px; }
      .description-container:before {
        -webkit-clip-path: polygon(0 10%, 70% 0, 95% 100%, 0% 100%);
                clip-path: polygon(0 10%, 70% 0, 95% 100%, 0% 100%); }
      .description-container:after {
        -webkit-transform: rotate(-6deg);
                transform: rotate(-6deg); }
      .description-container .wysiwyg ol > li {
        display: block;
        margin-bottom: 18px; }
        .description-container .wysiwyg ol > li:last-child {
          margin-bottom: 0; } }

.description-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%; }
  @media screen and (max-width: 1023px) {
    .description-photo {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .description-photo-fon {
    position: absolute;
    top: 45%;
    left: 45%;
    right: 0;
    bottom: 0;
    width: 175%;
    height: 175%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1; }
    .description-photo-fon__icon {
      width: 100%;
      height: 100%; }
  .description-photo-item {
    display: inline-block;
    position: relative;
    top: 35px; }
    .description-photo-item:before {
      content: '';
      position: absolute;
      left: 50%;
      top: calc(50% - 162%);
      background-image: radial-gradient(67.06% 67.59% at 49.16% 50.49%, #8729FF 0%, #FFFFFF 53.65%);
      opacity: .11;
      width: 325%;
      height: 325%;
      z-index: -1; }
    .description-photo-item-1 {
      padding: 24px;
      -webkit-transform: rotate(10deg);
              transform: rotate(10deg); }
    @media screen and (max-width: 1023px) {
      .description-photo-item {
        top: 0;
        padding: 75px 0; }
        .description-photo-item:before {
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          height: 200%; }
        .description-photo-item-1 {
          max-width: 420px; } }
    @media screen and (max-width: 579px) {
      .description-photo-item {
        padding: 40px 0; }
        .description-photo-item-1 {
          max-width: 230px;
          padding: 14px; }
          .description-photo-item-1 .photo-img {
            height: 175px; } }

/*read-more*/
.readMore-container {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }
  .readMore-container.active {
    display: block; }

    .row-footer{
    display: flex;
    }

    @media screen and (max-width: 1023px) {
      .dignity-title .title {
        max-width: 100%; } 
      
      .h3-point{
        text-align: center;
      }
      .p-comu{
        text-align: center;
        padding-bottom: 15px;
      }
      .row-footer{
        justify-content: center;
        align-items: center;
      }
      }
       
    @media screen and (max-width: 773px) {
      .dignity-block{
        display: flex;
        flex-direction: column;
        padding: 85px 16px 24px;
        text-align: center;
        min-height: 300px;
        justify-content: center;
        align-items: center;
        } 
        
      .h3-point{
        font-size: 30px;
      }
      .img-point {
        width: 100px;
        padding-bottom: 20px;
      }     
      .h2-comu{
        text-align: center;
      }
      .prot-text{
        margin-left: 0px;
      }
      .prot-img {
        position: static;
      }
      .card-prot{
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
      .prot-text{
        text-align: center;
      }
      .div-contratar2{
        text-align: center;
      }
    } 
  
    @media screen and (max-width: 500px) {
      .dignity-block p {
        max-width: 350px;
        font-size: 13px;
        padding-bottom: 15px; 
      }
      .h1-contratar{
        text-align: center;
      }
      .p-prot{
        font-size: 14px;
      }
      .p-prot2{
        font-size: 17px;
      }
      .dignity-block2 p {
        font-size: 14px;
      }
      .p-denuncias {
        font-size: 15px;
        line-height: 19px;
      }
      .p-denuncias2 {
        font-size: 15px;
        line-height: 19px;
      }
      .a-denuncias2{
        font-size: 15px;
      }
      .img-main {
        width: 500px;
        max-width: none !important;
    }
      
    }

.conveniadas{
  background-image: url('../images/bg-conveniadas.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.oticas{
  background-image: url('../images/bg-otica.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.clinicas{
  background-image: url('../images/bg-clinicas.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}


.vali{
  background-image: url('../images/bg-login.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.padrao{
  background: #002f7d;
}

.nav__link2 {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 140%;
  padding: 0 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (max-width: 991px) {
    .nav__link2 {
      padding: 0 24px; } }

      .header2 {
        background-color: transparent;
        padding: 24px 0; }
        @media screen and (min-width: 1024px) {
          .header2 {
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 10; 
            background-color: rgb(0, 26, 63, 0.3) !important;
            box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);} }
        @media screen and (min-width: 1024px) {
          .header2.header-scroll {
            -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
                    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
                    background-color: rgb(0, 26, 63, 0.3) !important; } }
        .header2 .container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 100%;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
        @media screen and (max-width: 1023px) {
          .header2 {
            padding: 12px 0; } }

  a{
    text-decoration: none !important;
  }
  
.section-conveniadas{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 120px;
}

.section-oticas{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 110px;
}

.section-conveniadas h1{
  color: #fff;
  margin-bottom: 15px;
}

.section-conveniadas p{
  color: #fff;
  font-size: 17px;
  margin-bottom: 40px;
}

.section-oticas h1{
  color: #fff;
  margin-bottom: 15px;
}

.section-oticas p{
  color: #fff;
  font-size: 17px;
  margin-bottom: 40px;
}

.card-conveniadas{
  border: 1px solid #3993ff;
  border-radius: 4px;
  padding: 35px 10px;
  margin: 10px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.card-conveniadas:hover{
  border: 1px solid #3993ff;
  background-color: #3993ff;
  color: #fff !important;
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
}

.card-conveniadas i{
  color: #fff;
  font-size: 40px;
}

.card-conveniadas h4{
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  padding-top: 20px;
  margin-bottom: 0px;
}

.card-conveniadas b{
  font-weight: 600;
}

.a-conveniadas{
  text-decoration: none;
}

.a-conveniadas:before{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    background-color: none !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 0;
    
}

.icon-conve{
  color: #008ABF;
  padding-right: 20px;
}

.search-container {
  width: 490px;
  display: block;
  margin: 0 auto;
}

.search-bar{
  color: #fff !important;
}

input#search-bar {
  margin: 0 auto;
  width: 100%;
  height: 55px;
  padding: 0 20px;
  color: #fff !important;
  font-size: 20px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  text-align: center;
  outline: none;
  font-family: 'Poppins', sans-serif !important; 
  margin-bottom: 45px;
}

input#search-bar:focus {
  border: 1px solid #008ABF;
  transition: 0.35s ease;
  color: #008ABF;
  
}

::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}

input#search-bar:focus::-webkit-input-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
input#search-bar:focus::-moz-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
input#search-bar:focus:-ms-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

.search-icon {
  position: relative;
  float: right;
  width: 75px;
  height: 75px;
  top: -62px;
  right: -45px;
}

.button-cep{
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  line-height: 140%;
  padding: 7px 75px;
  border: 1px solid #008ABF;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  outline: none;
  font-weight: 400;
  text-align: center;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #008ABF;
  -webkit-box-shadow: none;
  box-shadow:none ;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.teste{
  height: 390px;
  overflow: auto;
}

.card-oticas{
  background-color: rgb(0, 138, 191, 0.75);
  border-radius: 4px;
  padding: 20px ;
  margin: 0px 0px 20px 0px;
}

.card-oticas i {
  color: #002c72;
  font-size: 25px;
  margin-bottom: 5px;
}

.card-oticas h5 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 500;
}

.card-oticas p {
  font-size: 15px;
  margin-bottom: 5px;
}

.card-oticas a {
  font-size: 15px;
  font-weight: 600;
  color: #002c72;
  margin-bottom: 0px;
  text-decoration: none;
  cursor: pointer;
}

.card-oticas a:hover {
  color: #fff;
  transition: 0.5s;
}

.conve{
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.btn-conveniadas{
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  line-height: 140%;
  padding: 7px 36px;
  border: 1px solid #0047ba;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  outline: none;
  font-weight: 400;
  text-align: center;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #0047ba;
  -webkit-box-shadow: 0 10px 40px rgba(114, 133, 255, 0.4);
          box-shadow: 0 10px 40px rgba(114, 133, 255, 0.4);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; 
}

.btn-conveniadas:hover{
  -webkit-box-shadow: none;
            box-shadow: none;
    color: #ffffff;
    text-decoration: none;
    background: #0047ba;
    border-color: #0047ba;
}

.btn-conveniadas i{
  padding-right: 10px;
}

.search-local  {
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: center;
  column-gap: 2rem;
  padding-left: 20px;
  background: var(--white);
  border-radius: 4px;
  min-height: 55px;
  height: auto;
  border: 0.1rem solid var(--black);
  border-right: none;
  margin-bottom: 45px;
}

.search-form form {
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: center;
  column-gap: 2rem;
  padding-left: 20px;
  background: var(--white);
  border-radius: 4px;
  min-height: 55px;
  height: auto;
  border: 0.1rem solid var(--black);
  border-right: none;
  margin-bottom: 45px;
}

/* ICON */
.icon {
	color: #008ABF  ;
	font-size: 3.5rem;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.icon:hover {
	animation: funny-icon 0.4s ease-in-out;
}

@keyframes funny-icon {
	0% {
		scale: 1;
	}

	50% {
		scale: 0.8;
		transform-origin: bottom;
		transform: rotate(-15deg);
	}

	100% {
		scale: 1;
	}
}

/* INPUT */
.search-local  input {
  height: 100%;
  width: 100%;
  flex: 1 1 25rem;
  background: var(--white);
  display: flex;
  outline: none;
  border: none;
  color: var(--black);
  font-size: 20px;
}

.search-form form input {
  height: 100%;
  width: 100%;
  flex: 1 1 25rem;
  background: var(--white);
  display: flex;
  outline: none;
  border: none;
  color: var(--black);
  font-size: 20px;
}

input[type="text"]::placeholder {
	color: var(--black);
	font-size: 20px;
}

/* BUTTON */
.search-local button {
	background: #008ABF;
    border: none;
    border-radius: 0 4px 4px 0;
    font-weight: 500;
    font-size: 20px;
    height: 55px;
    width: 18rem;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;

}

.search-form button {
	background: #008ABF;
    border: none;
    border-radius: 0 4px 4px 0;
    font-weight: 500;
    font-size: 20px;
    height: 55px;
    width: 18rem;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;

}

button a {
	color: var(--white);
}

.search-local button .search-icon {
	display: none;
}

.search-local button:hover {
	letter-spacing: 0.2rem;
}

.search-form button .search-icon {
	display: none;
}

.search-form button:hover {
	letter-spacing: 0.2rem;
}

.section-politicas{
  padding-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: left;
}

.bg-politicas{
  background-image: url('../images/bg-politicas.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 160px;
  width: 100%;
}

.pointers-politicas{
  margin-left: 20px;
}

.h2-politicas{
  color: #ffffff;
  margin: 0 0 10px;
  letter-spacing: -2px;
}

.h3-politicas{
  letter-spacing: -1px;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 60px;
}

.h4-politicas{
  letter-spacing: -1px;
  font-size: 27px;
  color: #0047ba;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 35px;
}

.h5-politicas {
  letter-spacing: -1px;
  font-size: 19px;
  color: #0047ba;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 35px;
}

.p-politicas{
  color: #868686;
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 30px;
}

.cookies-box {
  position: fixed;
  max-width: 1200px;
  left: 0;
  right: 0;
  bottom: -225px;
  width: 100%;
  background-color: #00296a;
  padding: 25px;
  margin: 0 auto;
  color: #112d32;
  transition: all 0.3s ease;
}
.cookies-box.show {
  bottom: 25px;
  z-index: 999999;

}
.cookies__title {
  margin: 0;
  padding: 0;
  line-height: 18px;
}
.cookies__text {
  font-size: 15px;
  text-align: center;
}
.cookies__title,
.cookies__text {
  margin-bottom: 15px;
}
.cookies__link {
  margin-left: 10px;
  display: inline-block;
  color: #8fc1e3;
}
.cookies__btn {
  font-size: 14px;
  padding: 6px 66px;
  background-color: #3993ff;
  color: #ffffff;
  border-radius: 3px;
  border: none;
  transition: background 0.3s;
  cursor: pointer;
  box-shadow: none !important;
}
.cookies__btn2 {
  font-size: 14px;
  padding: 6px 66px;
  background-color: transparent;
  border: 1px solid #3993ff;
  color: #3993ff;
  border-radius: 3px;
  transition: background 0.3s;
  cursor: pointer;
  box-shadow: none !important;
  margin-right: 20px;
}
.cookies__btn--accept {
  margin-right: 15px;
}
.cookies__btn:hover {
  background-color: #2777da;
}
.cookies__link:hover {
  color: #31708e;
}
.cookies__buttons{
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-oticas.loading {
  animation-name: loadingAnim;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

iframe#acionarSinistro {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.d-flex{
  display: flex;
}

.lgpd-image-div{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
}

.lgpd-image{
  width: 90%;
}

.lgpd-text{
  width: 75%;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lgpd-text h4{
  margin-bottom: 10px;
}

.lgpd-text p{
  color: #4d4d4d;
}

.wrapper.oticas .nav__link, .wrapper.conveniadas .nav__link, .wrapper.clinicas .nav__link, .wrapper.padrao .nav__link {
  color: #fff;
}

@keyframes loadingAnim {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .6;
  }
  100% {
    opacity: 1;
  }
}

/* MEDIAS */
@media (max-width: 575px) {
	.search-local {
		padding-left: 15px;
		column-gap: 1rem;
	}

	.search-local button {
		width: 10rem;
    font-size: 16px;
	}

	button a {
		display: none;
	}

	.search-local button .search-icon {
		display: block;
		margin-inline: auto;
		color: var(--white);
		font-size: 3rem;
	}

	input[type="text"]::placeholder {
		font-size: 16px;
	}
}

.row2{
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .card-conveniadas{
    min-height: 240px;
  }
  .section-oticas{
    padding-bottom: 100px;
    padding-top: 80px;
  }
  .bg-politicas{
    padding-top: 85px;
  }
}

@media screen and (max-width: 1025px) {
  .wrapper.oticas .nav__link, .wrapper.conveniadas .nav__link, .wrapper.clinicas .nav__link, .wrapper.padrao .nav__link {
    color: #222;
  }
}

@media screen and (max-width: 778px) {
  .row2{
    flex-direction: column;
  }
  .section-conveniadas{
    padding-top: 80px;
  }
  .card-conveniadas{
    min-height: 200px;
  }
}

@media screen and (max-width: 573px) {
  .search-container{
    width: 100%;
  }

  .section-oticas p {
    font-size: 14px;
}
  .section-oticas h1 {
    font-size: 2.2rem;
  }
  .section-conveniadas h1 {
    font-size: 1.9rem;
}
  .section-conveniadas p{
    font-size: 15px;
  }
  .card-conveniadas h4{
    font-size: 15px;
  }
  
}

.ijEGQQ {
  background-color: transparent !important;
  border: transparent !important;
}

.eZRRWv{
  background-color: transparent !important;
}

.jnnwJH{
  opacity: 0 !important;
  cursor: default !important;
}

.xqtmq{
  opacity: 0 !important;
  cursor: default !important;
}

.bmExGq{
  text-align: center;
  font-size: 30px !important;
  margin-bottom: 30px !important;
}

form input[type="text"], form input[type="password"], form input[type="tel"], form input[type="email"], form textarea{
  font-size: 20px;
}

.dkQBLC .MuiOutlinedInput-root.MuiInputBase-sizeSmall {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 10px !important;
}

.section-assistencia{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.assistencia{
  display: flex;
  justify-content: center;
  align-items: center;
}

.assistencia-img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.assistencia-img img{
  width: 500px;
}

.assistencia-txt{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  flex-direction: column;
  text-align: left;
}

.assistencia-txt h5{
  font-size: 29px;
}

.assistencia-description{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 25px;
}

.description{
  margin-left: 30px;
}

.description h3{
  margin-bottom: 10px;
  font-size: 38px;
  color: #00359f;
}

.description h4{
  font-size: 23px;
  margin-bottom: 0px;
  color: #7a7a7a
}

.description p{
  color: #00359f;
  font-size: 18px;
  letter-spacing: 3px;
}

.assistencia-description img{
  width: 85px;
}


@media (max-width: 40em) {
  .fpbNvI {
      width: calc(-86px + 100vw) !important;
      display: flex;
  }
  .bmExGq{
    font-size: 25px !important;
  }
}

.header-vali {
  background-color: transparent;
  padding: 24px 0;
  box-shadow:none !important;
}

.logo-ossel{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.logo-ossel img{
    width: 300px;
  }
  @media screen and (min-width: 1024px) {
    .header-vali {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 10; 
      background-color: rgb(0, 26, 63, 0.2) !important;}
    }
  .header-vali.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media screen and (max-width: 1023px) {
    .header-vali{
      padding: 12px 0; } }

  @media screen and (max-width: 1025px) {
  .assistencia{
     flex-direction: column;
  }
  .assistencia-txt{
    justify-content: center;
    width: 90%;
}
 .assistencia-img{
    justify-content: center;
    width: 90%;
}
}
    @media screen and (max-width: 700px) {
    .assistencia-txt h5 {
    font-size: 25px;
    text-align: center;
    }
    .logo-footer {
    width: 230px;
  }
    }

     @media screen and (max-width: 490px) {
    .assistencia-txt h5 {
      font-size: 22px;
    } 
    .assistencia-description{
      flex-direction: column;
    }
    .description {
    margin-left: 0px;
    }
    .description h4 {
    text-align: center;
    font-size: 22px;
  }
  .assistencia-description img {
    width: 45px;
    margin-bottom: 20px;
  }
.assistencia-img img {
     margin-bottom: 20px;
}
.description h3{
  font-size: 30px;
  text-align: center;
}
}

.a-b{
  color: #0047ba !important;
}