.added-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-box-shadow: 0 15px 40px rgba(157, 174, 185, 0.15);
    box-shadow: 0 15px 40px rgba(157, 174, 185, 0.15);
}

.added-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 26px 23px 31px;
    -webkit-box-shadow: -15px -10px 14px rgba(157, 174, 185, 0.05) !important;
    box-shadow: -15px -10px 14px rgba(157, 174, 185, 0.05) !important;
}

.added-info__item .added-info__icon {
    font-size: 40px;
    color: #6984c2;
}

.added-info__item .added-info__icon>* {
    position: relative;
    top: 4px;
}

.added-info__item .added-info__icon+.added-info__description {
    margin-left: 20px;
}

.added-info__item .added-info__icon .icon-684847 {
    font-size: 36px;
}

.added-info__item .added-info__icon .icon-45765 {
    font-size: 43px;
}

.added-info__item .added-info__description {
    color: #7b7b7b;
}

.added-info__item .added-info__title {
    font-family: "Poppins", sans-serif;
    color: #323232;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.added-info__item .added-info__title+p {
    margin-top: 0;
}

.added-info__item .added-info__title span {
    display: inline-block;
    position: relative;
}

.added-info__item .added-info__title span:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    width: 0%;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #323232;
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
}

.added-info__item:hover .added-info__title {
    color: #6984c2;
}

.added-info__item:hover .added-info__title span:before {
    width: 100%;
    background-color: #6984c2;
}

@media (max-width: 1024.98px) {
    .added-info__item {
        padding: 16px 23px 17px 18px;
    }
    .added-info__item .added-info__icon {
        font-size: 29px;
    }
    .added-info__item .added-info__icon+.added-info__description {
        margin-left: 20px;
    }
    .added-info__item .added-info__icon .icon-684847 {
        font-size: 25px;
    }
    .added-info__item .added-info__icon .icon-45765 {
        font-size: 31px;
    }
    .added-info__item .added-info__title {
        font-size: 17px;
        line-height: 27px;
    }
}

@media (max-width: 767.98px) {
    .added-info__item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 16px 23px 16px 45px;
        -webkit-box-shadow: 0px 19px 40px rgba(157, 174, 185, 0.15);
        box-shadow: 0px 19px 40px rgba(157, 174, 185, 0.15);
    }
    .added-info__item .added-info__icon {
        font-size: 29px;
    }
    .added-info__item .added-info__icon .icon-684847 {
        font-size: 26px;
    }
    .added-info__item .added-info__icon .icon-45765 {
        font-size: 29px;
    }
    .added-info__item .added-info__icon+.added-info__description {
        margin-left: 12px;
    }
    .added-info__item .added-info__title {
        font-size: 16px;
        line-height: 25px;
    }
}.round-layout01 {
    width: calc(715px + 28px);
    height: 715px;
    margin-right: -28px;
    background-repeat: no-repeat;
    position: relative; }
    .round-layout01 .round-layout01__img-motion {
      position: absolute;
      top: 157px; }
      .round-layout01 .round-layout01__img-motion img:first-child {
        -webkit-animation: 40s linear 0s normal none infinite running rot;
        animation: 40s linear 0s normal none infinite running rot;
        position: relative;
        z-index: 2; }
      .round-layout01 .round-layout01__img-motion img:last-child {
        position: absolute;
        top: 0;
        left: -17px;
        z-index: 0; }
    .round-layout01 .round-layout01__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 528px;
      height: 528px;
      background-color: #ffffff;
      border: 35px solid #f1f3f5;
      border-radius: 50%;
      position: relative;
      top: 100px;
      left: 100px; }
    .round-layout01 .round-layout01_center {
      max-width: 250px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      .round-layout01 .round-layout01_center .tt-title {
        padding: 0;
        margin: 0;
        color: #323232;
        font-family: "Poppins", sans-serif;
        font-size: 28px;
        line-height: 38px;
        padding: 0 0 15px 0;
        font-weight: 600;
      }
        .round-layout01 .round-layout01_center .tt-title + * {
          margin-top: 0; }
      .round-layout01 .round-layout01_center:nth-child(1) {
        margin-top: 0;
        padding-bottom: 0; }
    .round-layout01 .round-layout01_item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      width: 208px;
      height: 208px;
      border-radius: 50%;
      background-color: #ffffff;
      border: 10px solid #f1f3f5;
      position: absolute;
      font-size: 20px;
      line-height: 30px;
      color: #323232;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      -webkit-box-shadow: 7px 10px 20px rgba(141, 158, 168, 0.25);
      box-shadow: 7px 10px 20px rgba(141, 158, 168, 0.25); }
      .round-layout01 .round-layout01_item.item-absent {
        background-color: #f1f3f5;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .round-layout01 .round-layout01_item.item-absent:before {
          content: '';
          width: 100%;
          height: 100%;
          border: 6px solid #6984c2;
          border-radius: 50%;
          position: absolute;
          top: 0;
          left: 0; }
        .round-layout01 .round-layout01_item.item-absent:after {
          content: '';
          width: calc(100% - 4px);
          height: 5px;
          background-color: #6984c2;
          display: block;
          position: absolute;
          top: calc(50% - 4px);
          left: 4px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          -webkit-box-shadow: 0px 5px 10px rgba(141, 158, 168, 0.75);
          box-shadow: 0px 5px 10px rgba(141, 158, 168, 0.75); }
    .round-layout01 .item-position-01 {
      top: -118px;
      right: 130px; }
    .round-layout01 .item-position-02 {
      top: 40px;
      right: -96px; }
    .round-layout01 .item-position-03 {
      bottom: -69px;
      right: -20px; }
    .round-layout01 .item-position-04 {
      bottom: -69px;
      left: -20px; }
    @media (max-width: 1229.98px) {
      .round-layout01 {
        margin-left: auto;
        margin-right: auto;
        width: 715px; } }
    @media (max-width: 1024.98px) {
      .round-layout01 {
        width: 632px;
        height: 630px;
        background-size: cover;
        background-position: center center; }
        .round-layout01 .round-layout01__img-motion {
          top: 147px;
          left: 10px; 
          display: grid;
        }
          .round-layout01 .round-layout01__img-motion img {
            width: 90%; 
          }
          .round-layout01 .round-layout01__img-motion img:last-child {
              display: none;
          }
        .round-layout01 .round-layout01__wrapper {
          width: 445px;
          height: 445px;
          border-width: 30px; }
        .round-layout01 .round-layout01_center .tt-title {
          font-size: 24px;
          line-height: 30px; }
        .round-layout01 .round-layout01_item {
          width: 176px;
          height: 176px;
          font-size: 17px;
          line-height: 27px; }
        .round-layout01 .item-position-01 {
          top: -95px;
          right: 107px; }
        .round-layout01 .item-position-02 {
          top: 36px;
          right: -84px; }
        .round-layout01 .item-position-03 {
          bottom: -63px;
          right: -20px; }
        .round-layout01 .item-position-04 {
          bottom: -63px;
          left: -20px; } }
    @media (max-width: 790px) {
      .round-layout01 {
        height: 610px; } }
    @media (max-width: 660px) {
      .round-layout01 {
        width: 100%;
        height: 457px;
        background-size: cover;
        background-position: center center; }
        .round-layout01 .round-layout01__img-motion {
          top: 147px;
          left: 50%;
          margin-left: -280px; }
          .round-layout01 .round-layout01__img-motion img {
            width: 67%; }
        .round-layout01 .round-layout01__wrapper {
          width: 331px;
          height: 331px;
          border-width: 22px;
          margin-left: auto;
          margin-right: auto;
          top: 63px;
          left: 0; }
        .round-layout01 .round-layout01_center .tt-title {
          font-size: 20px;
          line-height: 30px;
          padding-bottom: 10px; }
          .round-layout01 .round-layout01_center .tt-title br {
            display: none; }
        .round-layout01 .round-layout01_item {
          width: 130px;
          height: 130px;
          font-size: 16px;
          line-height: 24px;
          border-width: 6px;
          -webkit-box-shadow: 4px 5px 15px rgba(141, 158, 168, 0.25);
          box-shadow: 4px 5px 15px rgba(141, 158, 168, 0.25); }
          .round-layout01 .round-layout01_item.item-absent {
            background-color: #f1f3f5;
            -webkit-box-shadow: none;
            box-shadow: none; }
            .round-layout01 .round-layout01_item.item-absent:before {
              border-width: 3px; }
            .round-layout01 .round-layout01_item.item-absent:after {
              width: calc(100% - 2px);
              height: 3px;
              background-color: #6984c2;
              display: block;
              position: absolute;
              top: calc(50% - 1px);
              left: 2px;
              -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
              -webkit-box-shadow: 0px 5px 10px rgba(141, 158, 168, 0.75);
              box-shadow: 0px 5px 10px rgba(141, 158, 168, 0.75); }
        .round-layout01 .item-position-01 {
          top: -55px;
          right: 152px; }
        .round-layout01 .item-position-02 {
          top: -55px;
          right: 2px; }
        .round-layout01 .item-position-03 {
          bottom: -52px;
          right: 1px; }
        .round-layout01 .item-position-04 {
          bottom: -52px;
          left: 5px; } }
    @media (max-width: 380px) {
      .round-layout01 .round-layout01__wrapper {
        width: 320px;
        height: 320px; } }
    @media (max-width: 350px) {
      .round-layout01 .round-layout01__wrapper {
        left: -8.5%; } }
  
  @keyframes rot {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
  
  @-webkit-keyframes rot {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
  
  @media (min-width: 1230px) {
    .tt-custom-width {
      max-width: 370px; } }
  
  @media (min-width: 1230px) {
    .round-layout01__align {
      margin-top: -34px; } }
  
  .round-layout02 {
    width: 714px;
    height: 714px;
    background-repeat: no-repeat;
    position: relative; }
    .round-layout02 .round-layout02__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 534px;
      height: 534px;
      background-color: #ffffff;
      border-radius: 50%;
      position: relative;
      top: 86px;
      left: 100px; }
    .round-layout02 .round-layout02_center {
      max-width: 290px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      padding-bottom: 18px; }
      .round-layout02 .round-layout02_center .tt-title {
        padding: 0;
        margin: 0;
        color: #323232;
        font-family: "Poppins", sans-serif;
        font-size: 28px;
        line-height: 38px;
        padding: 0 0 15px 0; }
        .round-layout02 .round-layout02_center .tt-title + * {
          margin-top: 0; }
      .round-layout02 .round-layout02_center:nth-child(1) {
        margin-top: 0;
        padding-bottom: 0; }
    .round-layout02 .round-layout02_item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      width: 208px;
      height: 208px;
      border-radius: 50%;
      background-color: #ffffff;
      border: 10px solid #f1f3f5;
      position: absolute;
      padding-left: 5px;
      padding-right: 5px;
      -webkit-box-shadow: 7px 10px 20px rgba(141, 158, 168, 0.25);
      box-shadow: 7px 10px 20px rgba(141, 158, 168, 0.25); }
      .round-layout02 .round-layout02_item .tt-icon {
        font-size: 51px;
        color: #6984c2;
        margin-top: 4px; }
      .round-layout02 .round-layout02_item .tt-title {
        font-size: 16px;
        line-height: 24px;
        color: #323232;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        margin-top: 14px;
        width: 100%; }
      .round-layout02 .round-layout02_item.item-select {
        background-color: #f1f3f5;
        border: 10px solid #ffffff;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .round-layout02 .round-layout02_item.item-absent {
        background-color: #ffffff !important;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .round-layout02 .round-layout02_item.item-absent:before {
          content: '';
          width: 100%;
          height: 100%;
          border: 6px solid #6984c2;
          border-radius: 50%;
          position: absolute;
          top: 0;
          left: 0; }
        .round-layout02 .round-layout02_item.item-absent:after {
          content: '';
          width: calc(100% - 4px);
          height: 5px;
          background-color: #6984c2;
          display: block;
          position: absolute;
          top: calc(50% - 4px);
          left: 4px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          -webkit-box-shadow: 0px 5px 10px rgba(141, 158, 168, 0.75);
          box-shadow: 0px 5px 10px rgba(141, 158, 168, 0.75); }
    .round-layout02 .item-position-01 {
      top: -85px;
      left: 165px; }
    .round-layout02 .item-position-02 {
      top: 35px;
      right: -66px; }
    .round-layout02 .item-position-03 {
      top: 287px;
      right: -67px; }
    .round-layout02 .item-position-04 {
      bottom: -75px;
      left: 170px; }
    .round-layout02 .item-position-05 {
      top: 287px;
      left: -57px; }
    .round-layout02 .item-position-06 {
      top: 35px;
      left: -57px; }
    @media (max-width: 1229.98px) {
      .round-layout02 {
        margin-left: auto;
        margin-right: auto;
        width: 715px; } }
    @media (max-width: 1024.98px) {
      .round-layout02 {
        width: 632px;
        height: 632px;
        background-size: cover;
        background-position: center center; }
        .round-layout02 .round-layout02__wrapper {
          width: 445px;
          height: 445px;
          border-width: 30px; }
        .round-layout02 .round-layout02_center .tt-title {
          font-size: 22px;
          line-height: 28px; }
        .round-layout02 .round-layout02_item {
          width: 176px;
          height: 176px; }
          .round-layout02 .round-layout02_item .tt-icon {
            font-size: 35px;
            margin-top: -7px; }
          .round-layout02 .round-layout02_item .tt-title {
            font-size: 16px;
            line-height: 22px;
            margin-top: 7px;
            padding-bottom: 10px; }
        .round-layout02 .item-position-01 {
          top: -85px;
          left: 145px; }
        .round-layout02 .item-position-02 {
          top: 15px;
          right: -67px; }
        .round-layout02 .item-position-03 {
          top: 237px;
          right: -67px; }
        .round-layout02 .item-position-04 {
          bottom: -75px;
          left: 150px; }
        .round-layout02 .item-position-05 {
          top: 237px;
          left: -67px; }
        .round-layout02 .item-position-06 {
          top: 15px;
          left: -67px; } }
    @media (max-width: 660px) {
      .round-layout02 {
        width: 320px;
        height: 506px;
        background-size: cover;
        background-position: center center; }
        .round-layout02 .round-layout02__wrapper {
          width: 282px;
          height: 282px;
          border-width: 22px;
          margin-left: auto;
          margin-right: auto;
          top: 81px;
          left: 0; }
        .round-layout02 .round-layout02_center {
          padding-left: 15px;
          padding-right: 15px;
          padding-bottom: 10px;
          max-width: 225px; }
          .round-layout02 .round-layout02_center .tt-title {
            font-size: 20px;
            line-height: 30px;
            padding-bottom: 3px; }
        .round-layout02 .round-layout02_item {
          width: 128px;
          height: 128px;
          font-size: 16px;
          line-height: 24px;
          border-width: 6px;
          padding-left: 10px;
          padding-right: 10px;
          -webkit-box-shadow: 4px 5px 15px rgba(141, 158, 168, 0.25);
          box-shadow: 4px 5px 15px rgba(141, 158, 168, 0.25);
          border-width: 7px; }
          .round-layout02 .round-layout02_item.item-select {
            border-width: 7px; }
          .round-layout02 .round-layout02_item.item-absent {
            background-color: #f1f3f5;
            -webkit-box-shadow: none;
            box-shadow: none; }
            .round-layout02 .round-layout02_item.item-absent:before {
              border-width: 4px; }
            .round-layout02 .round-layout02_item.item-absent:after {
              width: calc(100% - 2px);
              height: 3px;
              background-color: #6984c2;
              display: block;
              position: absolute;
              top: calc(50% - 1px);
              left: 2px;
              -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
              -webkit-box-shadow: 0px 5px 10px rgba(141, 158, 168, 0.75);
              box-shadow: 0px 5px 10px rgba(141, 158, 168, 0.75); }
          .round-layout02 .round-layout02_item .tt-icon {
            font-size: 28px;
            margin-top: 0px; }
          .round-layout02 .round-layout02_item .tt-title {
            font-size: 14px;
            line-height: 19px;
            margin-top: 3px;
            padding-bottom: 8px; }
        .round-layout02 .item-position-01 {
          top: -77px;
          left: 80px; }
        .round-layout02 .item-position-02 {
          top: -3px;
          right: -42px; }
        .round-layout02 .item-position-03 {
          top: 155px;
          right: -43px; }
        .round-layout02 .item-position-04 {
          bottom: -83px;
          left: 79px; }
        .round-layout02 .item-position-05 {
          top: 155px;
          left: -42px; }
        .round-layout02 .item-position-06 {
          top: -3px;
          left: -42px; } }
    @media (max-width: 575.98px) {
      .round-layout02 {
        height: 506px; } }
  
  @keyframes rot {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
  
  @-webkit-keyframes rot {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }@media (min-width: 1230px) {
  .tt-custom-width {
    max-width: 370px; } }

.tabs-default .nav-tabs {
  margin: 0 -10px -11px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .tabs-default .nav-tabs li {
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .tabs-default .nav-tabs li a {
      background-color: #ffffff;
      -webkit-transition: .2s linear;
      transition: .2s linear;
      padding: 31px 53px;
      display: inline-block;
      -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0);
      box-shadow: 0 19px 40px rgba(157, 174, 185, 0); }
      .tabs-default .nav-tabs li a .tt-large {
        font-size: 20px;
        line-height: 1;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        color: #323232; }
      .tabs-default .nav-tabs li a .tt-small {
        color: #7b7b7b; }
      .tabs-default .nav-tabs li a span {
        display: block; }
      .tabs-default .nav-tabs li a:hover .tt-large {
        color: #6984c2;
        display: block; }
      .tabs-default .nav-tabs li a:hover .tt-small {
        color: #7b7b7b;
        display: block; }
      .tabs-default .nav-tabs li a.active {
        background-color: #f1f3f5; }
        .tabs-default .nav-tabs li a.active .tt-large {
          color: #6984c2; }
      .tabs-default .nav-tabs li a:not(.active) {
        -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
        box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15); }
    .tabs-default .nav-tabs li:first-child {
      margin-left: 0; }
    .tabs-default .nav-tabs li:last-child {
      margin-right: 0; }
  .tabs-default .nav-tabs.nav-tabs__right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .tabs-default .nav-tabs.nav-tabs__center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.tabs-default .tab-content {
  margin-top: -11px; }
  @media (max-width: 767.98px) {
    .tabs-default .tab-content {
      margin-top: -15px; } }
  .tabs-default .tab-content .tab-pane:not(.active) {
    display: none; }

@media (max-width: 1024.98px) {
  .tabs-default .nav-tabs li {
    margin-left: 5px;
    margin-right: 5px; }
    .tabs-default .nav-tabs li a {
      padding: 29px 35px 26px; }
      .tabs-default .nav-tabs li a .tt-large {
        font-size: 17px; } }

@media (max-width: 767.98px) {
  .tabs-default .nav-tabs {
    margin: 0 0 -15px 0; }
    .tabs-default .nav-tabs li {
      width: 100%;
      margin: 0; }
      .tabs-default .nav-tabs li a {
        display: block;
        text-align: center;
        width: 100%;
        padding: 24px 15px 23px; }
        .tabs-default .nav-tabs li a .tt-large {
          font-size: 16px; } }

@media (max-width: 575.98px) {
  .tabs-default {
    margin-top: -7px; } }

.tabs-default02 .nav-tabs {
  margin: 0 -10px -11px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .tabs-default02 .nav-tabs li {
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: calc(33.333% - 20px); }
    .tabs-default02 .nav-tabs li a {
      background-color: #ffffff;
      -webkit-transition: .2s linear;
      transition: .2s linear;
      padding: 39px 53px 37px 40px;
      display: block;
      -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0);
      box-shadow: 0 19px 40px rgba(157, 174, 185, 0); }
      .tabs-default02 .nav-tabs li a .tt-large {
        font-size: 20px;
        line-height: 1;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        color: #323232; }
      .tabs-default02 .nav-tabs li a .tt-small {
        color: #7b7b7b;
        margin-top: 10px; }
      .tabs-default02 .nav-tabs li a span {
        display: block; }
      .tabs-default02 .nav-tabs li a:hover .tt-large {
        color: #6984c2;
        display: block; }
      .tabs-default02 .nav-tabs li a:hover .tt-small {
        color: #7b7b7b;
        display: block; }
      .tabs-default02 .nav-tabs li a.active {
        background-color: #f1f3f5; }
        .tabs-default02 .nav-tabs li a.active .tt-large {
          color: #6984c2; }
      .tabs-default02 .nav-tabs li a:not(.active) {
        -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
        box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15); }
  .tabs-default02 .nav-tabs.nav-tabs__right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .tabs-default02 .nav-tabs.nav-tabs__center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  @media (max-width: 1024.98px) {
    .tabs-default02 .nav-tabs {
      margin-top: 7px; } }

.tabs-default02 .tab-content {
  margin-top: -11px; }
  @media (max-width: 767.98px) {
    .tabs-default02 .tab-content {
      margin-top: -15px; } }
  .tabs-default02 .tab-content .tab-pane:not(.active) {
    display: none; }

@media (max-width: 1024.98px) {
  .tabs-default02 .nav-tabs li a {
    padding: 22px 30px 19px;
    min-height: 112px; }
    .tabs-default02 .nav-tabs li a .tt-large {
      font-size: 17px; }
    .tabs-default02 .nav-tabs li a .tt-small {
      margin-top: 6px; } }

@media (max-width: 767.98px) {
  .tabs-default02 .nav-tabs {
    margin: 0 0 -15px 0; }
    .tabs-default02 .nav-tabs li {
      width: 100%;
      margin: 0; }
      .tabs-default02 .nav-tabs li a {
        display: block;
        text-align: center;
        width: 100%;
        padding: 24px 15px 23px;
        min-height: inherit;
        font-size: 16px; }
        .tabs-default02 .nav-tabs li a .tt-large {
          font-size: 16px; }
        .tabs-default02 .nav-tabs li a .tt-small {
          display: none !important; } }



.tabs-default03 .tab-content {
  margin-top: -11px; }
  @media (max-width: 767.98px) {
    .tabs-default03 .tab-content {
      margin-top: -15px; } }
  .tabs-default03 .tab-content .tab-pane:not(.active) {
    display: none; }

@media (max-width: 1024.98px) {
  .tabs-default03 .nav-tabs li {
    margin-left: 5px;
    margin-right: 5px; }
    .tabs-default03 .nav-tabs li a {
      padding: 29px 35px 26px; }
      .tabs-default03 .nav-tabs li a .tt-large {
        font-size: 17px; } }

@media (max-width: 767.98px) {
  .tabs-default03 .nav-tabs {
    margin: 0 0 -15px 0; }
    .tabs-default03 .nav-tabs li {
      width: 100%;
      margin: 0; }
      .tabs-default03 .nav-tabs li a {
        display: block;
        text-align: center;
        width: 100%;
        padding: 24px 15px 23px; }
        .tabs-default03 .nav-tabs li a .tt-large {
          font-size: 16px; } }

@media (max-width: 575.98px) {
  .tabs-default03 {
    margin-top: -7px; } }

.tab-layout01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f1f3f5; }
  .tab-layout01 .tab-layout01__img {
    width: 56.5%;
    padding-right: 25px; }
    .tab-layout01 .tab-layout01__img img {
      margin-top: -81px;
      max-width: 100%;
      height: auto; }

  .tab-layout01 .tab-layout01__descriptions {
    width: 43.5%;
    padding: 87px 15px 87px 0;
    max-width: 472px; }
  .tab-layout01 .tab-layout01__title {
    font-size: 36px;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    color: #323232;
    margin: 0;
    padding: 0 0 26px 0; }
    .tab-layout01 .tab-layout01__title + * {
      margin-top: 0; }
  .tab-layout01 .tt-icon-list {
    margin-top: 0px; }
  @media (max-width: 1229.98px) {
    .tab-layout01 .tab-layout01__img {
      width: 50%; }
    .tab-layout01 .tab-layout01__descriptions {
      width: 50%; } }
  @media (max-width: 1024.98px) {
    .tab-layout01 .tab-layout01__img {
      width: 45%; }
      .tab-layout01 .tab-layout01__img img {
        margin-top: -32px; }
    .tab-layout01 .tab-layout01__descriptions {
      padding: 52px 15px 60px 0;
      width: 55%;
      max-width: inherit; }
    .tab-layout01 .tab-layout01__title {
      font-size: 30px;
      line-height: 38px;
      padding: 0 0 16px 0; } }
  @media (max-width: 767.98px) {
    .tab-layout01 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 45px 0; }
      .tab-layout01 .tab-layout01__img {
        padding-right: 0;
        width: 100%;
        text-align: center; 
        margin-bottom: 30px;
      }
        .tab-layout01 .tab-layout01__img img {
          margin: 0; 
        }
        .tab-layout01 .tab-layout01__img img {
          width: 100%;
          max-width: 359px;
       } 
      .tab-layout01 .tab-layout01__descriptions {
        width: 100%;
        max-width: inherit;
        padding: 0px 15px;
        text-align: center; }
      .tab-layout01 .tab-layout01__title {
        font-size: 24px;
        line-height: 34px;
        padding: 0 0 16px 0;
        text-align: left; }
      .tab-layout01 p {
        text-align: left; } }

.tab-layout02 {
  padding: 60px 0 120px;
  background-color: #f1f3f5;
  background-position: 89% 0%;
  background-repeat: no-repeat; }
  @media (max-width: 1229.98px) {
    .tab-layout02 {
      background-position: right bottom; } }
  @media (max-width: 1024.98px) {
    .tab-layout02 {
      background-size: 60%, 60%;
      padding: 53px 0 80px; } }
  @media (max-width: 790px) {
    .tab-layout02 {
      padding: 60px 0 59px; } }
  @media (max-width: 767.98px) {
    .tab-layout02 {
      background-size: 70%, 70%; } }


.section-parallax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 615px;
    color: #ffffff; }
    .section-parallax .section-parallax__title {
      font-size: 36px;
      line-height: 46px;
      color: #ffffff;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      margin: 0;
      padding: 0 0 23px 0; }
      .section-parallax .section-parallax__title + p {
        margin-top: 0; }
    .section-parallax p {
      letter-spacing: 0.01em; }
    @media (max-width: 1024.98px) {
      .section-parallax {
        height: 356px; }
        .section-parallax .section-parallax__title {
          font-size: 30px;
          line-height: 38px;
          padding: 0 0 10px 0; } }
    @media (max-width: 767.98px) {
      .section-parallax {
        height: auto;
        padding: 74px 15px; }
        .section-parallax .section-parallax__title {
          font-size: 24px;
          line-height: 30px;
          padding: 0 0 10px 0; }
        .section-parallax br {
          display: none; } }
  
  @media (min-width: 1025px) {
    html:not(.mac) .section-parallax {
      background-attachment: fixed; } }.tt-box-wrapper {
    padding: 65px 60px 72px; }
    @media (max-width: 1024.98px) {
      .tt-box-wrapper {
        padding: 72px 15px 80px; } }
    @media (max-width: 790px) {
      .tt-box-wrapper {
        padding: 53px 15px 60px; } }
  
  .tt-box-indent {
    padding: 30px; }
    @media (max-width: 1024.98px) {
      .tt-box-indent {
        padding: 30px; } }
    @media (max-width: 767.98px) {
      .tt-box-indent {
        padding: 20px; } }
  
.accordeon-01 {
    margin-top: 0px; }
    .accordeon-01 .tt-item {
      position: relative;
      padding: 0px 27px 11px 27px;
      background-color: #fdfefe;
      -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
      box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
      -webkit-transition: background-color .2s;
      transition: background-color .2s; }
      .accordeon-01 .tt-item .tt-item__content {
        display: none;
        padding-right: 50px;
        padding-bottom: 19px; }
      .accordeon-01 .tt-item.tt-item__open {
        background-color: #ffffff; }
        .accordeon-01 .tt-item.tt-item__open .tt-item__title:before {
          content: '-';
          right: -9px; }
        .accordeon-01 .tt-item.tt-item__open .tt-item__content {
          display: block; }
      .accordeon-01 .tt-item:not(.tt-item__open) {
        cursor: pointer; }
      .accordeon-01 .tt-item:not(:first-child) {
        margin-top: 10px; }
    .accordeon-01 .tt-item__title {
      font-size: 16px;
      line-height: 26px;
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      color: #323232;
      -webkit-transition: color .2s;
      transition: color .2s;
      padding: 21px 20px 7px 0px;
      position: relative; }
      .accordeon-01 .tt-item__title:hover {
        color: #6984c2; }
      .accordeon-01 .tt-item__title:before {
        content: '+';
        display: block;
        position: absolute;
        color: #6984c2;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 27px;
        line-height: 1;
        top: 31px;
        right: -10px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    @media (max-width: 767.98px) {
      .accordeon-01 .tt-item {
        padding: 0px 20px 11px; }
        .accordeon-01 .tt-item .tt-item__content {
          padding-right: 15px; }
      .accordeon-01 .tt-item__title {
        font-size: 16px;
        line-height: 24px; } }