/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html {
  height: auto; }

body {
  height: auto;
  overflow: visible; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* OTHERS STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*==========  Form Style  ==========*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #222;
  opacity: 1; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #222;
  opacity: 1; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #222;
  opacity: 1; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #222;
  opacity: 1; }

input, textarea, select {
  border-radius: 0;
  background: none;
  border: none;
  margin: 0;
  width: 100%;
  padding: 0; }

textarea {
  display: block;
  resize: none;
  overflow: auto; }

select::-ms-expand {
  display: none; }

.invalid {
  border-color: red;
  color: red; }

/*==========  Text fields  ==========*/
.input-error {
  display: none;
  margin-top: 5px;
  color: #FA665B;
  font-size: 14px; }

.input {
  font-size: 16px;
  color: #323232;
  height: 65px;
  background: #FFFFFF;
  border-radius: 7px;
  padding: 0 40px 0 40px;
  outline: none;
  -webkit-transition: 0.24s;
  transition: 0.24s; }
  .input::-webkit-input-placeholder {
    font-size: 16px;
    color: #757575; }
  .input::-moz-placeholder {
    font-size: 16px;
    color: #757575; }
  .input:-ms-input-placeholder {
    font-size: 16px;
    color: #757575; }
  .input::-ms-input-placeholder {
    font-size: 16px;
    color: #757575; }
  .input::placeholder {
    font-size: 16px;
    color: #757575; }
  .input:focus {
    -webkit-box-shadow: 0px 0px 0px 2px #9B8ADE;
            box-shadow: 0px 0px 0px 2px #9B8ADE; }
  .input:disabled {
    pointer-events: none;
    color: #AAAAAA; }
  .input.error {
    -webkit-box-shadow: 0px 0px 0px 1.5px #FA665B;
            box-shadow: 0px 0px 0px 1.5px #FA665B; }
    .input.error + .input-error {
      display: block; }
  .input-wrapper.with-icon .input {
    padding: 0 64px 0 64px; }
  .input-wrapper.with-icon textarea.input {
    padding: 24px 64px 0 64px; }
    .input-wrapper.with-icon textarea.input + .icon {
      top: 20px !important;
      -webkit-transform: none !important;
              transform: none !important; }
  .input-wrapper.with-icon .input-inner {
    position: relative; }
    .input-wrapper.with-icon .input-inner .icon {
      display: block;
      width: 24px;
      line-height: 0;
      position: absolute;
      top: 50%;
      left: 30px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .input-wrapper.with-icon .input-inner .icon img {
        width: 100%; }

textarea.input {
  padding-top: 24px;
  line-height: 18px;
  min-height: 164px; }

.form-group.sm .checkbox-entry,
.form-group.sm .input {
  margin-bottom: 8px; }

/*==========  Hover  ==========*/
@media (min-width: 1200px) {
  .input:hover {
    background-color: #fafafa; } }

/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1500px) {
  .input {
    font-size: 14px;
    height: 60px;
    padding: 0 25px 0 25px; }
    .input::-webkit-input-placeholder {
      font-size: 14px; }
    .input::-moz-placeholder {
      font-size: 14px; }
    .input:-ms-input-placeholder {
      font-size: 14px; }
    .input::-ms-input-placeholder {
      font-size: 14px; }
    .input::placeholder {
      font-size: 14px; }
    .input-wrapper.with-icon .input {
      padding: 0 50px 0 50px; }
    .input-wrapper.with-icon textarea.input {
      padding: 18px 50px 0 50px; }
      .input-wrapper.with-icon textarea.input + .icon {
        top: 15px !important; }
    .input-wrapper.with-icon .input-inner .icon {
      left: 15px; }
  textarea.input {
    padding-top: 18px;
    line-height: 18px;
    min-height: 120px; } }

a {
  -webkit-transition: all .34s ease-out;
  transition: all .34s ease-out; }

/*==========  OTHER ELEMENTS  ==========*/
/* dropdown */
.dropdown {
  position: relative; }
  .dropdown-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none; }
  .dropdown.active .dropdown-overlay {
    display: block; }

/* page-not */
.page-not-inner {
  min-height: calc(100vh - 110px);
  text-align: center;
  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;
  padding-top: 60px;
  padding-bottom: 60px; }
  .page-not-inner .image {
    line-height: 0;
    margin-bottom: 60px; }
    .page-not-inner .image img {
      max-width: 100%; }
  .page-not-inner .title {
    margin-bottom: 54px; }

.page-not-content {
  max-width: 810px; }

/* thumbnails */
.thumbnail-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .thumbnail-01 .number {
    font-size: 96px;
    line-height: 1.1em;
    font-weight: 700;
    color: #C196E3;
    padding-right: 30px;
    border-right: 3px solid rgba(193, 150, 227, 0.13);
    min-width: 280px;
    text-align: right; }
  .thumbnail-01 .info {
    padding-left: 15px; }
  .thumbnail-01 .title {
    margin-bottom: 15px;
    font-weight: 700; }
  .thumbnail-01-wrapper [class*=col-] {
    margin-bottom: 60px; }
    .thumbnail-01-wrapper [class*=col-]:last-child {
      margin-bottom: 0; }

.thumbnail-02 {
  padding-top: 38px;
  padding-left: 120px;
  position: relative; }
  .thumbnail-02 .icon-wrapper {
    width: 138px;
    height: 138px;
    border-radius: 50%;
    border: 1px solid rgba(114, 110, 241, 0.12);
    position: absolute;
    top: 0;
    left: 0; }
    .thumbnail-02 .icon-wrapper:after {
      content: '';
      width: 128px;
      height: 128px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border-radius: 50%;
      background: radial-gradient(50% 50% at 50% 50%, rgba(114, 110, 241, 0) 0%, rgba(114, 110, 241, 0.1) 100%);
      border: 1px solid rgba(114, 110, 241, 0.12);
      z-index: -1; }
    .thumbnail-02 .icon-wrapper .icon {
      width: 61px;
      line-height: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .thumbnail-02 .icon-wrapper .icon img {
        width: 100%; }
    .thumbnail-02 .icon-wrapper .number {
      font-size: 55px;
      font-weight: 700;
      color: #C196E3;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .thumbnail-02 .title {
    margin-bottom: 20px; }
  .thumbnail-02-wrapper.mod1 {
    margin-bottom: -50px; }
    .thumbnail-02-wrapper.mod1 [class*=col-] {
      margin-bottom: 50px; }
  .thumbnail-02-wrapper > div:nth-child(4n - 2) .thumbnail-02 .icon-wrapper:after {
    background: radial-gradient(50% 50% at 50% 50%, rgba(245, 148, 189, 0) 0%, rgba(245, 148, 189, 0.1) 100%), #FFFFFF;
    border: 1px solid rgba(231, 128, 212, 0.12); }
  .thumbnail-02-wrapper > div:nth-child(4n - 1) .thumbnail-02 .icon-wrapper:after {
    background: radial-gradient(50% 50% at 50% 50%, rgba(80, 200, 254, 0) 0%, rgba(80, 200, 254, 0.1) 100%), #FFFFFF;
    border: 1px solid rgba(80, 200, 254, 0.12); }
  .thumbnail-02-wrapper > div:nth-child(4n) .thumbnail-02 .icon-wrapper:after {
    background: radial-gradient(50% 50% at 50% 50%, rgba(245, 148, 189, 0) 0%, rgba(245, 148, 189, 0.1) 100%), #FFFFFF;
    border: 1px solid rgba(231, 128, 212, 0.12); }
  .thumbnail-02-decor {
    position: absolute; }
    .thumbnail-02-decor img {
      max-width: 100%; }
    .thumbnail-02-decor.ps-01 {
      width: 280px;
      bottom: 100%;
      right: 100%; }
    .thumbnail-02-decor.ps-02 {
      width: 300px;
      right: 80%;
      top: 84%; }

.thumbnail-03 {
  position: relative;
  min-height: 250px;
  border-radius: 8px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  z-index: 0; }
  .thumbnail-03 .bg:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(83, 150, 251, 0)), color-stop(97.09%, #5396FB));
    background: linear-gradient(180deg, rgba(83, 150, 251, 0) 0%, #5396FB 97.09%); }
  .thumbnail-03 .info {
    z-index: 1; }
  .thumbnail-03 .title {
    color: #fff; }
  .thumbnail-03 .des {
    color: #fff;
    margin-top: 2px; }
  .thumbnail-03-wrapper {
    margin-bottom: -30px; }
    .thumbnail-03-wrapper [class*=col-] {
      margin-bottom: 30px; }
  .thumbnail-03.type-02 .bg:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(231, 128, 212, 0)), color-stop(97.09%, #E780D4));
    background: linear-gradient(180deg, rgba(231, 128, 212, 0) 0%, #E780D4 97.09%); }

.thumbnail-04 {
  padding: 32px 22px 32px 90px;
  background: #FFFFFF;
  border: 1px solid #726EF1;
  border-radius: 8px;
  position: relative;
  -webkit-box-shadow: 16px 16px 20px 6px rgba(114, 110, 241, 0.12);
          box-shadow: 16px 16px 20px 6px rgba(114, 110, 241, 0.12);
  height: 100%; }
  .thumbnail-04 .icon {
    display: block;
    position: absolute;
    top: 26px;
    left: 26px;
    line-height: 0;
    width: 44px; }
    .thumbnail-04 .icon img {
      width: 100%; }
  .thumbnail-04 .title {
    margin-bottom: 15px; }
  .thumbnail-04 .item {
    margin-bottom: 5px;
    line-height: 1.5em; }
    .thumbnail-04 .item:last-child {
      margin-bottom: 0; }
  .thumbnail-04 a.item {
    display: block;
    color: inherit;
    text-decoration: none; }
  .thumbnail-04-wrapper .thumbnail-04 {
    margin-bottom: 40px; }
    .thumbnail-04-wrapper .thumbnail-04:last-child {
      margin-bottom: 0; }

.thumbnail-05 {
  padding-bottom: 68%;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden; }
  .thumbnail-05 .icon {
    width: 110px;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .thumbnail-05 .icon img {
      width: 100%; }
  .thumbnail-05 .bg {
    -webkit-transition: all .8s ease-out;
    transition: all .8s ease-out; }
  .thumbnail-05.type-01 {
    padding-bottom: 66%; }
    .thumbnail-05.type-01 .icon {
      width: 70px;
      -webkit-transform: none;
              transform: none;
      left: auto;
      top: 15px;
      right: 15px; }

.thumbnail-06 {
  position: relative;
  padding-bottom: 132%;
  border-radius: 10px;
  /* overflow: hidden; */ }
  .thumbnail-06 .info {
    position: absolute;
    bottom: 25px;
    left: 25px;
    max-width: calc(100% - 50px);
    color: #fff;
    line-height: 1.1em; }
    .thumbnail-06 .info .name {
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 5px; }
    .thumbnail-06 .info .prof {
      font-size: 14px;
      font-weight: 500; }
  .thumbnail-06 .bg {
    border-radius: 10px;
    overflow: hidden; }
    .thumbnail-06 .bg:after {
      top: 50%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(231, 128, 212, 0)), color-stop(97.09%, #E780D4));
      background: linear-gradient(180deg, rgba(231, 128, 212, 0) 0%, #E780D4 97.09%); }
  .thumbnail-06.blue .bg:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(83, 150, 251, 0)), color-stop(97.09%, #5396FB));
    background: linear-gradient(180deg, rgba(83, 150, 251, 0) 0%, #5396FB 97.09%); }
  .thumbnail-06.violet .bg:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(193, 150, 227, 0)), color-stop(97.09%, #C196E3));
    background: linear-gradient(180deg, rgba(193, 150, 227, 0) 0%, #C196E3 97.09%); }
  .thumbnail-06-wrapper {
    margin-bottom: -30px; }
    .thumbnail-06-wrapper [class*=col-] {
      margin-bottom: 30px; }

.thumbnail-07 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0 105px 0;
  position: relative;
  z-index: 0; }
  .thumbnail-07:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 74%;
    height: 100%;
    background-color: #F7F1FC;
    border-radius: 10px;
    z-index: -1; }
  .thumbnail-07 .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 100px;
    padding-left: 100px; }
    .thumbnail-07 .content .title {
      margin-bottom: 30px; }
    .thumbnail-07 .content .text-in {
      margin-bottom: 30px; }
  .thumbnail-07 .image {
    line-height: 0;
    border-radius: 10px;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    z-index: 0; }
    .thumbnail-07 .image img {
      max-width: 100%;
      border-radius: 10px; }
  .thumbnail-07-decor {
    position: absolute;
    line-height: 0; }
    .thumbnail-07-decor img {
      width: 100%; }
    .thumbnail-07-decor.ps-01 {
      width: 110px;
      top: 0;
      left: 0;
      -webkit-transform: translate(-80px, -70px);
              transform: translate(-80px, -70px);
      z-index: -1; }
    .thumbnail-07-decor.ps-02 {
      width: 76px;
      right: 0;
      bottom: 0;
      -webkit-transform: translate(50%, 50%);
              transform: translate(50%, 50%); }
  .thumbnail-07-wrapper .thumbnail-07 {
    margin-bottom: 124px; }
    .thumbnail-07-wrapper .thumbnail-07:last-child {
      margin-bottom: 0; }
    .thumbnail-07-wrapper .thumbnail-07:nth-child(even):after {
      background-color: #F7F4FF;
      left: auto;
      right: 0; }
    .thumbnail-07-wrapper .thumbnail-07:nth-child(even) .image {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .thumbnail-07-wrapper .thumbnail-07:nth-child(even) .content {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }

.thumbnail-08 {
  position: relative;
  min-height: 430px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
  padding: 30px 89px;
  background-color: #3E2765; }
  .thumbnail-08 .bg {
    z-index: -1; }
  .thumbnail-08-content {
    width: 100%;
    min-height: 180px;
    color: #fff;
    text-align: center; }
    .thumbnail-08-content .title {
      margin-bottom: 30px; }
  .thumbnail-08-btn {
    margin-top: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out; }
  .thumbnail-08-logo{
    max-width: 320px;
    line-height: 0;
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .thumbnail-08-logo img{
    max-width: 100%;
  }
  .thumbnail-08-wrapper {
    margin-bottom: -30px; }
    .thumbnail-08-wrapper [class*=col-] {
      margin-bottom: 30px; }

.thumbnail-09 .image {
  display: block;
  padding-bottom: 50%;
  border-radius: 6px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden; }
  .thumbnail-09 .image:after {
    content: '';
    width: 49px;
    height: 39px;
    background-image: url("../img/icons/icon-arrow-0093.svg");
    position: absolute;
    right: 16px;
    bottom: 12px;
    display: none; }
  .thumbnail-09 .image .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 70px;
    line-height: 0;
    z-index: 1; }
    .thumbnail-09 .image .icon img {
      width: 100%; }
  .thumbnail-09 .image .bg {
    -webkit-transition: all .8s ease-out;
    transition: all .8s ease-out; }

.thumbnail-09 .title {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.34s ease-out;
  transition: all 0.34s ease-out; }

.thumbnail-09 .content {
  margin-top: 10px; }

.thumbnail-09-wrapper {
  margin-bottom: -30px; }
  .thumbnail-09-wrapper .thumbnail-09 {
    margin-bottom: 30px; }

.thumbnail-10 .icon {
  width: 135px;
  line-height: 0;
  margin-bottom: 15px; }
  .thumbnail-10 .icon img {
    width: 100%; }

.thumbnail-10-wrapper {
  margin-bottom: -50px; }
  .thumbnail-10-wrapper > [class*=col-] {
    margin-bottom: 50px; }

.thumbnail-11 {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto; }
  .thumbnail-11 .icon {
    width: 124px;
    line-height: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    text-align: center; }
    .thumbnail-11 .icon img {
      max-width: 100%; }
  .thumbnail-11 .title {
    text-align: center; }
  .thumbnail-11 .content {
    padding-top: 12px;
    text-align: center; }
  .thumbnail-11-wrapper {
    margin-bottom: -30px; }
    .thumbnail-11-wrapper > [class*=col-] {
      margin-bottom: 30px; }

.thumbnail-12 {
  padding: 24px 16px 40px 16px;
  background: rgba(255, 255, 255, 0.46);
  height: 100%; }
  .thumbnail-12 .title {
    text-align: center;
    font-weight: 700;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(114, 110, 241, 0.4); }
  .thumbnail-12 .content {
    padding: 28px 16px 0 16px; }
  .thumbnail-12-wrapper > div:nth-child(odd) .thumbnail-12 {
    background-color: #EDECFD; }

.thumbnail-13 .title {
  margin-bottom: 15px; }

.thumbnail-13-wrapper {
  margin-bottom: -50px; }
  .thumbnail-13-wrapper [class*=col-] {
    margin-bottom: 50px; }

.thumbnail-14 {
  background-color: #F7F1FC;
  border-radius: 6px 6px 0px 0px;
  overflow: hidden; }
  .thumbnail-14 .title {
    padding: 14px 4px;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(rgba(80, 200, 254, 0.4)), color-stop(93.25%, rgba(97, 161, 230, 0.4))), #FFFFFF;
    background: linear-gradient(90deg, rgba(80, 200, 254, 0.4) 0%, rgba(97, 161, 230, 0.4) 93.25%), #FFFFFF; }
    .thumbnail-14 .title.grad-01 {
      background: -webkit-gradient(linear, left top, right top, from(rgba(80, 200, 254, 0.4)), color-stop(93.25%, rgba(97, 161, 230, 0.4))), #FFFFFF;
      background: linear-gradient(90deg, rgba(80, 200, 254, 0.4) 0%, rgba(97, 161, 230, 0.4) 93.25%), #FFFFFF; }
    .thumbnail-14 .title.grad-02 {
      background: -webkit-gradient(linear, left top, right top, from(rgba(97, 161, 230, 0.4)), color-stop(93.25%, rgba(114, 110, 241, 0.4))), #FFFFFF;
      background: linear-gradient(90deg, rgba(97, 161, 230, 0.4) 0%, rgba(114, 110, 241, 0.4) 93.25%), #FFFFFF; }
    .thumbnail-14 .title.grad-03 {
      background: -webkit-gradient(linear, left top, right top, from(rgba(114, 110, 241, 0.4)), color-stop(93.25%, rgba(160, 139, 222, 0.4))), #FFFFFF;
      background: linear-gradient(90deg, rgba(114, 110, 241, 0.4) 0%, rgba(160, 139, 222, 0.4) 93.25%), #FFFFFF; }
    .thumbnail-14 .title.grad-04 {
      background: -webkit-gradient(linear, left top, right top, color-stop(36.45%, rgba(149, 123, 218, 0.4)), color-stop(93.25%, rgba(245, 176, 242, 0.4))), #FFFFFF;
      background: linear-gradient(90deg, rgba(149, 123, 218, 0.4) 36.45%, rgba(245, 176, 242, 0.4) 93.25%), #FFFFFF; }
    .thumbnail-14 .title.grad-05 {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 170, 206, 0.4)), color-stop(93.25%, rgba(242, 129, 213, 0.4))), #FFFFFF;
      background: linear-gradient(90deg, rgba(255, 170, 206, 0.4) 0%, rgba(242, 129, 213, 0.4) 93.25%), #FFFFFF; }
    .thumbnail-14 .title.grad-06 {
      background: -webkit-gradient(linear, left top, right top, from(rgba(254, 145, 234, 0.4)), color-stop(93.25%, rgba(254, 56, 199, 0.4))), #FFFFFF;
      background: linear-gradient(90deg, rgba(254, 145, 234, 0.4) 0%, rgba(254, 56, 199, 0.4) 93.25%), #FFFFFF; }
    .thumbnail-14 .title.grad-07 {
      background: linear-gradient(90.59deg, rgba(255, 11, 47, 0.54) -5.53%, rgba(255, 123, 4, 0.54) 11.44%, rgba(219, 208, 61, 0.54) 31.65%, rgba(42, 187, 97, 0.54) 52.29%, rgba(75, 143, 251, 0.54) 80.99%, rgba(141, 75, 202, 0.54) 103.08%), #FFFFFF; }
  .thumbnail-14 .content {
    height: 120px;
    padding: 20px 20px 0 20px;
    overflow: hidden; }
  .thumbnail-14 .bottom {
    padding: 20px;
    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; }
  .thumbnail-14 .el01-hidden {
    display: none; }
  .thumbnail-14 .btn-hidden {
    display: none; }
  .thumbnail-14.active .content {
    height: auto !important; }
  .thumbnail-14.active .el01-hidden {
    display: inline-block; }
  .thumbnail-14.active .btn-show {
    display: none; }
  .thumbnail-14.active .btn-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .thumbnail-14-wrapper {
    margin-bottom: -50px; }
    .thumbnail-14-wrapper [class*=col-] {
      margin-bottom: 50px; }

.thumbnail-15 .image {
  display: none; }

.thumbnail-15-wrapper .thumbnail-15 {
  margin-bottom: 90px; }
  .thumbnail-15-wrapper .thumbnail-15:last-child {
    margin-bottom: 0; }

.thumbnail-16 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 920px; }
  .thumbnail-16:nth-child(even) {
    margin-left: auto; }
  .thumbnail-16 .image-wrap {
    width: 272px;
    height: 272px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 272px;
            flex: 0 0 272px;
    border: 1px solid rgba(114, 110, 241, 0.12);
    border-radius: 50%;
    margin-right: 40px;
    position: relative; }
    .thumbnail-16 .image-wrap .image {
      width: 255px;
      height: 255px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border-radius: 50%;
      overflow: hidden;
      background: radial-gradient(50% 50% at 50% 50%, rgba(245, 148, 189, 0) 0%, rgba(245, 148, 189, 0.1) 100%), #FFFFFF;
      border: 1px solid rgba(114, 110, 241, 0.12); }
    .thumbnail-16 .image-wrap .info {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #fff;
      text-align: center;
      line-height: 0.6em;
      padding: 30px 30px;
      width: 100%; }
  .thumbnail-16 .content {
    font-size: 16px !important;
    line-height: 1.7em !important;
    padding-top: 30px; }
    .thumbnail-16 .content > * {
      margin-bottom: 15px; }
      .thumbnail-16 .content > *:last-child {
        margin-bottom: 0; }
  .thumbnail-16-wrapper {
    width: 1230px; }
    .thumbnail-16-wrapper .thumbnail-16 {
      margin-bottom: 75px; }
      .thumbnail-16-wrapper .thumbnail-16:last-child {
        margin-bottom: 0; }
  .thumbnail-16-decor {
    position: absolute;
    line-height: 0; }
    .thumbnail-16-decor img {
      max-width: 100%; }
    .thumbnail-16-decor.ps-01 {
      top: 100%;
      left: 50%;
      width: 290px; }
    .thumbnail-16-decor.ps-02 {
      top: 100%;
      right: 50%;
      width: 290px; }
    .thumbnail-16-decor.ps-03 {
      top: 100%;
      left: 50%;
      width: 275px; }
    .thumbnail-16-decor.ps-04 {
      top: 98%;
      right: 50%;
      width: 440px; }
    .thumbnail-16-decor.ps-05 {
      top: 98%;
      left: 25%;
      width: 370px;
      -webkit-transform: rotate(8deg);
              transform: rotate(8deg);
      -webkit-transform-origin: left;
              transform-origin: left; }
    .thumbnail-16-decor.ps-06 {
      top: 100%;
      right: 50%;
      width: 330px; }

.thumbnail-17 .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px; }

.thumbnail-17 .image-wrap {
  width: 116px;
  height: 116px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 116px;
          flex: 0 0 116px;
  border: 1px solid rgba(114, 110, 241, 0.12);
  border-radius: 50%;
  margin-right: 20px;
  position: relative; }
  .thumbnail-17 .image-wrap .image {
    width: 107px;
    height: 107px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
    background: radial-gradient(50% 50% at 50% 50%, rgba(245, 148, 189, 0) 0%, rgba(245, 148, 189, 0.1) 100%), #FFFFFF;
    border: 1px solid rgba(114, 110, 241, 0.12); }
  .thumbnail-17 .image-wrap .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 50px;
    line-height: 0;
    text-align: center; }
    .thumbnail-17 .image-wrap .icon img {
      max-width: 100%; }

.thumbnail-image {
  position: relative;
  padding-bottom: 64%; }

/* Social-block */
.social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .social-block a {
    display: block;
    width: 44px;
    height: 44px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44px;
            flex: 0 0 44px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 30px;
    position: relative; }
    .social-block a:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      background-color: #fff;
      border-radius: 50%;
      -webkit-transition: all 0.34s ease-out;
      transition: all 0.34s ease-out; }
    .social-block a:last-child {
      margin-right: 0; }
    .social-block a .color {
      -webkit-transition: all 0.34s ease-out;
      transition: all 0.34s ease-out;
      fill: #7752B5; }
    .social-block a svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 2; }
  .social-block.type-01 a {
    border-color: #726EF1; }
    .social-block.type-01 a:after {
      background-color: #726EF1; }
  .social-block.type-01 .color {
    fill: #fff; }

.social-block-wrapper {
  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;
  background-color: #fff;
  border: 1px solid #726EF1;
  border-radius: 8px;
  -webkit-box-shadow: 16px 16px 20px 6px rgba(114, 110, 241, 0.12);
          box-shadow: 16px 16px 20px 6px rgba(114, 110, 241, 0.12);
  position: relative;
  z-index: 1;
  padding: 18px 28px 18px 96px; }
  .social-block-wrapper .icon {
    width: 44px;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 26px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .social-block-wrapper .icon img {
      width: 100%; }
  .social-block-wrapper .title {
    margin-right: 30px; }

.subscribe-block {
  position: relative;
  margin-bottom: 14px; }
  .subscribe-block input {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.46);
    height: 50px;
    width: 100%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid #FCA4C9;
    border-radius: 100px;
    outline: none;
    padding: 0 150px 0 49px; }
    .subscribe-block input::-webkit-input-placeholder {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.46); }
    .subscribe-block input::-moz-placeholder {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.46); }
    .subscribe-block input:-ms-input-placeholder {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.46); }
    .subscribe-block input::-ms-input-placeholder {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.46); }
    .subscribe-block input::placeholder {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.46); }
    .subscribe-block input.error {
      border-color: #FA665B; }
  .subscribe-block .btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  .subscribe-block.type-01 .subscribe-input .icon {
    left: 30px; }
  .subscribe-block.type-01 .btn {
    font-size: 20px;
    min-width: 240px; }
  .subscribe-block.type-01 input {
    color: inherit;
    height: 64px;
    padding-left: 64px;
    background-color: #fff; }
    .subscribe-block.type-01 input::-webkit-input-placeholder {
      color: #757575; }
    .subscribe-block.type-01 input::-moz-placeholder {
      color: #757575; }
    .subscribe-block.type-01 input:-ms-input-placeholder {
      color: #757575; }
    .subscribe-block.type-01 input::-ms-input-placeholder {
      color: #757575; }
    .subscribe-block.type-01 input::placeholder {
      color: #757575; }

.subscribe-input {
  position: relative; }
  .subscribe-input .icon {
    display: block;
    width: 24px;
    line-height: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 15px; }
    .subscribe-input .icon img {
      width: 100%; }

.wrapper-logo {
  position: relative;
  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; }
  .wrapper-logo .item {
    line-height: 0;
    margin-right: 15px; }
    .wrapper-logo .item img {
      max-width: 100%; }

/* badge */
.badge {
  font-size: 14px;
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 28px 0 8px;
  border: 1px solid rgba(114, 110, 241, 0.4);
  border-radius: 28px;
  text-decoration: none;
  -webkit-transition: all 0.34s ease-out;
  transition: all 0.34s ease-out; }
  .badge .icon {
    width: 44px;
    line-height: 0; }
    .badge .icon img {
      width: 100%; }
  .badge-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .badge-wrapper .badge {
      margin-right: 30px; }
      .badge-wrapper .badge:last-child {
        margin-right: 0; }

.blog-nav {
  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; }
  .blog-nav .title {
    margin-right: 15px; }

/*==========  Hover  ==========*/
@media (min-width: 1200px) {
  .social-block a:hover:after {
    width: 0;
    height: 0; }
  .social-block a:hover .color {
    fill: #fff; }
  .social-block.type-01 a:hover .color {
    fill: #726EF1; }
  .thumbnail-04 a.item:hover {
    text-decoration: underline; }
  .thumbnail-05:hover .bg {
    -webkit-transform: scale(1.06);
            transform: scale(1.06); }
  .thumbnail-09 .image:hover .bg {
    -webkit-transform: scale(1.06);
            transform: scale(1.06); }
  .thumbnail-09 .title:hover {
    color: #9B8ADE; }
  .thumbnail-08:hover .thumbnail-08-btn {
    opacity: 1;
    visibility: visible; }
  .badge:hover {
    background-color: rgba(114, 110, 241, 0.1); } }

/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1500px) {
  .page-not-inner {
    min-height: calc(100vh - 92px); }
  .thumbnail-01 .title {
    margin-bottom: 5px; }
  .thumbnail-01 .number {
    font-size: 60px;
    padding-right: 15px;
    min-width: 200px; }
  .thumbnail-02 {
    padding-top: 26px;
    padding-left: 84px; }
    .thumbnail-02 .title {
      margin-bottom: 10px; }
    .thumbnail-02 .icon-wrapper {
      width: 96px;
      height: 96px; }
      .thumbnail-02 .icon-wrapper:after {
        width: 90px;
        height: 90px; }
      .thumbnail-02 .icon-wrapper .icon {
        width: 44px; }
    .thumbnail-02-decor.ps-01 {
      width: 230px;
      bottom: 94%;
      right: 104%; }
    .thumbnail-02-decor.ps-02 {
      width: 220px; }
  .thumbnail-03 {
    min-height: 200px;
    border-radius: 8px;
    padding: 20px; }
  .thumbnail-04 {
    padding: 26px 22px 26px 80px; }
    .thumbnail-04 .icon {
      top: 20px;
      left: 20px; }
    .thumbnail-04-wrapper .thumbnail-04 {
      margin-bottom: 28px; }
      .thumbnail-04-wrapper .thumbnail-04:last-child {
        margin-bottom: 0; }
  .thumbnail-05 {
    padding-bottom: 60%; }
    .thumbnail-05 .icon {
      width: 70px; }
    .thumbnail-05.type-01 .icon {
      width: 50px; }
  .wrapper-logo .item {
    max-width: 150px; }
  .social-block a {
    margin-right: 20px; }
  .social-block-wrapper {
    padding: 26px 22px 26px 80px; }
    .social-block-wrapper .icon {
      top: 20px;
      left: 20px;
      -webkit-transform: none;
              transform: none; } }

@media (max-width: 1199px) {
  .thumbnail-16 .decor {
    display: none; }
  .thumbnail-16-scroll {
    overflow-y: auto;
    padding-bottom: 50px; } }

@media (max-width: 991px) {
  .page-not-inner {
    min-height: calc(100vh - 74px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .page-not-inner .image {
      width: 240px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px; }
    .page-not-inner .title {
      margin-bottom: 30px; }
  .page-not-content {
    max-width: 480px; }
  .thumbnail-01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 30px 15px 30px 15px;
    margin-left: -15px;
    margin-right: -15px; }
    .thumbnail-01 .number {
      font-size: 70px;
      border-right: none;
      padding-right: 0;
      padding-bottom: 18px;
      display: inline-block;
      min-width: auto;
      position: relative; }
      .thumbnail-01 .number:after {
        content: '';
        display: block;
        position: absolute;
        height: 3px;
        width: 100px;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        background-color: rgba(193, 150, 227, 0.13);
        border-radius: 18px; }
    .thumbnail-01 .info {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding-left: 0;
      padding-top: 18px; }
    .thumbnail-01 .title {
      font-size: 18px;
      margin-bottom: 15px;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto; }
    .thumbnail-01 .text-in {
      max-width: 300px;
      margin-left: auto;
      margin-right: auto; }
    .thumbnail-01-wrapper > div:nth-child(even) .thumbnail-01 {
      background-color: #F7F4FF; }
    .thumbnail-01-wrapper [class*=col-] {
      margin-bottom: 0; }
  .thumbnail-03 {
    min-height: 160px;
    padding: 20px 9px 9px 9px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .thumbnail-04-wrapper-01 > [class*=col-] {
    margin-bottom: 28px; }
    .thumbnail-04-wrapper-01 > [class*=col-]:last-child {
      margin-bottom: 0; }
  .thumbnail-05 .icon {
    width: 54px; }
  .thumbnail-05.type-01 .icon {
    width: 40px;
    top: 8px;
    right: 8px; }
  .thumbnail-07 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 0 45px 25px; }
    .thumbnail-07:after {
      width: 100%;
      height: 74%;
      top: auto;
      bottom: 0; }
    .thumbnail-07 .content {
      -webkit-box-ordinal-group: 3 !important;
          -ms-flex-order: 2 !important;
              order: 2 !important;
      padding: 0 25px 0 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
      .thumbnail-07 .content .title {
        margin-bottom: 18px; }
      .thumbnail-07 .content .text-in {
        margin-bottom: 18px; }
    .thumbnail-07 .image {
      -webkit-box-ordinal-group: 2 !important;
          -ms-flex-order: 1 !important;
              order: 1 !important;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-bottom: 45px; }
    .thumbnail-07-decor.ps-01 {
      width: 58px;
      -webkit-transform: translate(-24px, -24px);
              transform: translate(-24px, -24px); }
    .thumbnail-07-decor.ps-02 {
      display: none; }
    .thumbnail-07-wrapper .thumbnail-07 {
      margin-bottom: 50px; }
      .thumbnail-07-wrapper .thumbnail-07:last-child {
        margin-bottom: 0; }
  .thumbnail-08 {
    padding: 30px 15px; }
    .thumbnail-08-btn {
      margin-top: 20px;
      opacity: 1;
      visibility: visible; }
  .thumbnail-09 .image {
    display: block;
    padding-bottom: 50%;
    border-radius: 6px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden; }
    .thumbnail-09 .image:after {
      display: block; }
    .thumbnail-09 .image .bg:after {
      background: -webkit-gradient(linear, right top, left top, color-stop(3.01%, rgba(0, 0, 0, 0.2)), color-stop(32.03%, rgba(0, 0, 0, 0)));
      background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 3.01%, rgba(0, 0, 0, 0) 32.03%); }
  .thumbnail-09 .title {
    display: block;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out; }
  .thumbnail-09 .content {
    margin-top: 10px; }
  .thumbnail-09.video .image:after {
    display: none; }
    .thumbnail-08-logo{
    max-width: 60%;
  }
  .thumbnail-09-wrapper {
    margin-bottom: -30px; }
    .thumbnail-09-wrapper .thumbnail-09 {
      margin-bottom: 30px; }
  .thumbnail-10 .icon {
    width: 100px;
    margin-bottom: 10px; }
  .thumbnail-10-wrapper {
    margin-bottom: -30px; }
    .thumbnail-10-wrapper > [class*=col-] {
      margin-bottom: 30px; }
  .thumbnail-11 .icon {
    margin-bottom: 8px; }
  .thumbnail-13 .title {
    margin-bottom: 10px; }
  .thumbnail-13-wrapper {
    margin-bottom: -20px; }
    .thumbnail-13-wrapper > [class*=col-] {
      margin-bottom: 20px; }
  .thumbnail-14 .content {
    height: auto !important;
    padding: 20px 15px 0 15px; }
  .thumbnail-14 .bottom {
    padding: 15px 20px; }
  .thumbnail-14 .thumbnail-14-toggle {
    display: none; }
  .thumbnail-14 .el01-hidden {
    display: inline-block !important; }
  .thumbnail-15 .title {
    display: none; }
  .thumbnail-15 .image-wrapper {
    display: none; }
  .thumbnail-15 .image {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 10px;
    padding-bottom: 50%; }
    .thumbnail-15 .image .bg:after {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(62, 39, 101, 0)), color-stop(96.28%, rgba(62, 39, 101, 0.54)));
      background: linear-gradient(180deg, rgba(62, 39, 101, 0) 0%, rgba(62, 39, 101, 0.54) 96.28%); }
  .thumbnail-15 .title-mob {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: calc(100% - 30px);
    color: #fff;
    z-index: 2; }
  .thumbnail-15-wrapper .thumbnail-15 {
    margin-bottom: 30px; }
    .thumbnail-15-wrapper .thumbnail-15:last-child {
      margin-bottom: 0; }
  .wrapper-logo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -50px; }
    .wrapper-logo .item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      text-align: center;
      margin-bottom: 50px;
      max-width: 100%;
      margin-right: 0; }
      .wrapper-logo .item img {
        max-width: 170px;
        max-height: 80px; }
  .subscribe-block {
    margin-bottom: 5px; }
    .subscribe-block input {
      padding: 0 48px; }
    .subscribe-block .btn {
      position: static;
      width: 100%; }
    .subscribe-block.type-01 input {
      height: 50px; }
    .subscribe-block.type-01 .btn {
      font-size: 16px; }
  .subscribe-input {
    margin-bottom: 10px; }
  .social-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .social-block a {
      margin-right: 30px; }
      .social-block a:last-child {
        margin-right: 0; }
  .social-block-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .social-block-wrapper .title {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-bottom: 15px; }
    .social-block-wrapper .social-block a {
      margin-right: 15px; }
  .blog-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .blog-nav .title {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-right: 0;
      margin-bottom: 30px; }
  .badge-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -15px; }
    .badge-wrapper .badge {
      margin-right: 15px;
      margin-bottom: 15px; }
      .badge-wrapper .badge .icon {
        width: 40px; } }

/*==========  Footer Style  ==========*/
.footer {
  background-color: #7752B5;
  padding: 65px 0 60px 0; }
  .footer .logo {
            color: #fff;
        text-decoration: none;
        font-size: 20px;
    display: block;
    line-height: 0;
    width: 290px;
    margin-bottom: 50px; }
    .footer .logo img {
      width: 100%; }
  .footer .menu-wrapper .title {
    display: block;
    margin-bottom: 12px; }
  .footer .menu-wrapper ul {
    margin-bottom: 12px; }
    .footer .menu-wrapper ul li {
      margin-bottom: 8px; }
      .footer .menu-wrapper ul li:last-child {
        margin-bottom: 0; }
  .footer .menu-wrapper a {
    text-decoration: none;
    color: inherit; }
  .footer .menu-container,
  .footer .menu-container-mobile {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px; }
    .menu-container-mobile ul{
      display: none;
    }
    .footer .menu-container .menu-wrapper {
      margin-bottom: 12px; }
      .footer .menu-container .menu-wrapper .title {
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .footer .menu-container .menu-wrapper .title .icon {
          width: 16px;
          line-height: 0;
          margin-left: 8px; }
          .footer .menu-container .menu-wrapper .title .icon img {
            width: 100%; }
      .footer .menu-container .menu-wrapper ul {
        padding-top: 12px;
        display: none; }
  .footer-bottom {
    padding-top: 80px;
    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; }

.footer-inner{position: relative;}
.footer-menu_button{ width: 91px;height: 91px;border-radius: 50%;background: radial-gradient(176.32% 1225.66% at 0% -32.24%, #FFAACE 0%, #F18BB6 100%)!important;position: relative;}
.footer-menu_button .open{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 44px;line-height: 0;display: none;}
.footer-menu_button .open img{width: 100%;}
.footer-menu_button .closed{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);color: #fff;font-size: 16px;font-weight: 700;width: 100%;}
.footer-menu.active .footer-menu_button .open{display: block;}
.footer-menu.active .footer-menu_button .closed{display: none;}
.footer-menu{position: absolute;bottom: 0;left: calc(100% + 100px); display: inline-block;z-index: 2;}
.footer-menu_inner{background: #FFFFFF;border-radius: 9px;padding: 8px;position: absolute;right: 45px;bottom: 45px;min-width: 300px;z-index: -1;max-height: 500px;height: 500px;overflow: auto;visibility: hidden;opacity: 0;}
.footer-menu_inner a{display: block;padding: 14px 12px;font-size: 14px;font-weight: 500;color: #323232;border-bottom: 1px solid #DECBEE;text-decoration: none;}
.footer-menu_inner a:hover{background-color: #EDECFD;}
.footer-menu_inner ul{margin-right: 4px;}
.footer-menu_overlay {position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: -2;display: none;}
.footer-menu.active .footer-menu_overlay{display: block;}
.footer-menu.active .footer-menu_inner{visibility: visible;opacity: 1;}

.scrollbot-scrollbar-holder{
    background-color: rgba(1,1,1,0)!important;
}
.scrollbot-scrollbar-holder:after{
    content: '';
    width: 4px;
    height: 100%;
    background-color: #EDEDED;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 18px;
    z-index: -1;
}

@media (max-width: 1650px){
    .footer-menu{
        left: auto;
        right: 0;
        bottom: 50px;
    }
}
@media (max-width: 991px){
    .footer-menu{
        top: 200px;
        bottom: auto;
    }
    .footer-menu_inner {
      height: 400px;
  }
}

/*==========  Hover  ==========*/
@media (min-width: 1200px) {
  .footer .menu-wrapper a:hover {
    text-decoration: underline; } }

/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1500px) {
  .footer {
    padding: 50px 0 50px 0; }
    .footer .logo {
      width: 200px;
      margin-bottom: 30px; } }

@media (max-width: 991px) {
  .footer {
    padding: 30px 0; }
    .footer .logo {
      width: 220px;
      margin-bottom: 25px;
      margin-left: auto;
      margin-right: auto; }
    .footer-bottom {
      padding-top: 60px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .footer-bottom .btn-link {
        margin-bottom: 30px; }
      .footer-bottom .build-company {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .footer-bottom .copyright {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 60px;
        margin-top: 30px; } }

/*==========  PopUp Style  ==========*/
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 22;
  background: rgba(49, 26, 87, 0.5);
  -webkit-transition: all .22s ease-out;
  transition: all .22s ease-out;
  opacity: 0;
  visibility: hidden; }

.popup-conteiner {
  display: block;
  width: 100%;
  position: fixed;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #fff;
  border-radius: 16px;
  z-index: 24;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all .24s ease-out;
  transition: all .24s ease-out; }
  .popup-conteiner.size-v {
    max-width: 1000px; }
  .popup-conteiner.size-a {
    width: 1230px;
    max-width: calc(100vw - 30px); }
  .popup-conteiner.size-c {
    width: 100vw;
    height: 100vh; }
  .popup-conteiner.style-01 {
    border-radius: 0;
    background-color: #F7F4FF;
    overflow: auto; }
    .popup-conteiner.style-01 .popup-align {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 60px 0; }
  .popup-conteiner.style-02 {
    -webkit-box-shadow: 5px 25px 80px rgba(111, 106, 184, 0.13);
            box-shadow: 5px 25px 80px rgba(111, 106, 184, 0.13);
    border-radius: 10px;
    padding: 4px;
    background: -webkit-gradient(linear, right top, left top, from(#F18FD8), color-stop(17.71%, #A08BDE), color-stop(38.02%, #C59CE8), color-stop(67.71%, #61A1E6), to(#50C8FE));
    background: linear-gradient(270deg, #F18FD8 0%, #A08BDE 17.71%, #C59CE8 38.02%, #61A1E6 67.71%, #50C8FE 100%); }
    .popup-conteiner.style-02 .popup-align {
      border-radius: 10px;
      background: #fff;
      padding: 80px 150px 50px 150px; }
  .popup-conteiner.active {
    opacity: 1;
    visibility: visible;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.popup-align {
  padding: 24px;
  overflow-x: hidden;
  position: relative;
  max-height: calc(100vh - 30px);
  overflow-y: auto; }
  .popup-align .btn-close {
    position: absolute;
    top: 16px;
    right: 16px; }
  .popup-align .btn-close-02 {
    position: absolute;
    top: 30px;
    right: 30px; }

.popup-wrapper.active .popup-overlay {
  opacity: 1;
  visibility: visible; }

.popup-conteiner.video-popup .popup-align {
  padding: 0; }

.popup-conteiner.video-popup .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.5%; }
  .popup-conteiner.video-popup .embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

/*==========  Hover  ==========*/
/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1199px) {
  .popup-conteiner {
    border-radius: 8px; }
    .popup-conteiner.size-v {
      max-width: calc(100vw - 30px); } }

@media (max-width: 991px) {
  .popup-conteiner.style-01 .popup-align {
    padding: 45px 0; }
  .popup-conteiner.style-02 .popup-align {
    border-radius: 10px;
    background: #fff;
    padding: 15px 15px 30px 15px; }
  .popup-align .btn-close-02 {
    top: 0;
    right: 0; } }

/*==========  Checkbox Style  ==========*/
.checkbox-entry {
  display: inline-block;
  cursor: pointer;
  margin: 0;
  position: relative;
  padding: 0 0 0 25px;
  -webkit-transition: all .34s ease-out;
  transition: all .34s ease-out; }
  .checkbox-entry.checkbox-block {
    display: block;
    width: 100%; }
  .checkbox-entry input {
    display: none; }
  .checkbox-entry span {
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 0; }
  .checkbox-entry span:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 2px;
    width: 5px;
    height: 9px;
    z-index: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .checkbox-entry input:checked + span {
    background-color: #9B8ADE; }
  .checkbox-entry input:checked + span:after {
    opacity: 1;
    visibility: visible; }
  .checkbox-entry input[type=radio] + span {
    width: 24px;
    height: 24px; }
  .checkbox-entry input[type=radio] + span:after {
    width: 12px;
    height: 12px;
    left: 5px; }
  .checkbox-entry input[type=radio] + span,
  .checkbox-entry input[type=radio] + span:after {
    border-radius: 50%; }
  .checkbox-entry.disable {
    pointer-events: none; }
    .checkbox-entry.disable span:before {
      background-color: #F0F0F0; }
  .checkbox-entry.disable-checked {
    pointer-events: none; }
    .checkbox-entry.disable-checked input:checked + span:after {
      border-color: #AAAAAA; }
    .checkbox-entry.disable-checked input:checked + span:before {
      border-color: #F0F0F0;
      background-color: rgba(1, 1, 1, 0); }
    .checkbox-entry.disable-checked input[type=radio] + span:after {
      background-color: #F0F0F0; }
  .checkbox-entry.dark {
    color: #757575; }
    .checkbox-entry.dark span {
      border-color: #757575; }

.checkbox-wrapper .checkbox-entry {
  display: block;
  margin-bottom: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .checkbox-wrapper .checkbox-entry:last-of-type {
    margin-bottom: 0; }

.checkbox-entry-wrapper .error-text {
  display: none;
  margin-top: 4px;
  color: #FA665B;
  font-size: 14px;
  line-height: 0.9em; }

.checkbox-entry-wrapper.error .error-text {
  display: block; }

/*==========  Hover  ==========*/
@media (min-width: 1200px) {
  .checkbox-entry:hover {
    opacity: 0.9; } }

/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1368px) {
  .checkbox-entry {
    font-size: 18px; } }

@media (max-width: 1199px) {
  .checkbox-entry {
    font-size: 16px; } }

/*==========  Map Style  ==========*/
.map-wrapper {
  width: 100%;
  height: 100%;
  min-height: 470px; }

/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 991px) {
  .map-wrapper {
    height: auto;
    min-height: 300px; } }

/*==========  Swiper Style  ==========*/
.swiper-entry.style1 {
  padding: 0 100px;
  margin: 0 -100px;
  position: relative; }
  .swiper-entry.style1 .swiper-pagination {
    background-color: #EDEDED;
    line-height: 0;
    height: 4px;
    border-radius: 18px;
    margin-top: 50px;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .swiper-entry.style1 .swiper-pagination .swiper-pagination-bullet {
      height: 8px;
      width: 100%;
      border-radius: 18px;
      background-color: #726EF1;
      opacity: 0;
      -webkit-transition: all 0.34s ease-out;
      transition: all 0.34s ease-out; }
      .swiper-entry.style1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1; }
  .swiper-entry.style1.mod1 .swiper-pagination {
    margin-top: 30px; }

.swiper-entry.style2 {
  height: 100%; }
  .swiper-entry.style2 .swiper-controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px; }
  .swiper-entry.style2 .swiper-button-prev,
  .swiper-entry.style2 .swiper-button-next {
    width: 32px;
    height: 32px;
    background-size: 98%;
    position: static;
    margin: 0;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out; }
  .swiper-entry.style2 .swiper-button-prev {
    background-image: url("../img/icons/icon-arrow-left.png");
    margin-right: 30px; }
  .swiper-entry.style2 .swiper-button-next {
    background-image: url("../img/icons/icon-arrow-right.png"); }
  .swiper-entry.style2.mod1 .swiper-controller {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 50px; }
  .swiper-entry.style2.mod1 .swiper-button-prev {
    margin-right: 15px; }
  .swiper-entry.style2.mod1 .swiper-button-next {
    margin-left: 15px; }

.swiper-entry.style-03 {
  padding-right: 76px;
  padding-left: 76px;
  position: relative; }
  .swiper-entry.style-03 .swiper-button-prev,
  .swiper-entry.style-03 .swiper-button-next {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid rgba(114, 110, 241, 0.4);
    background-image: none;
    margin-top: 0;
    top: 38%;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out; }
    .swiper-entry.style-03 .swiper-button-prev:after,
    .swiper-entry.style-03 .swiper-button-next:after {
      content: '';
      display: block;
      width: 19px;
      height: 28px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-image: url("../img/icons/icon-0093p.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
  .swiper-entry.style-03 .swiper-button-next:after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg); }
  .swiper-entry.style-03 .swiper-wrapper {
    padding: 45px 0 10px 0; }
    .swiper-entry.style-03 .swiper-wrapper .swiper-slide {
      position: relative; }
      .swiper-entry.style-03 .swiper-wrapper .swiper-slide .timeline-circle {
        display: block;
        width: 23px;
        height: 23px;
        border-radius: 50%;
        border: 2px solid #726EF1;
        background-color: #726EF1;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 2;
        cursor: pointer;
        opacity: 0;
        -webkit-transition: 0.45s;
        transition: 0.45s; }
      .swiper-entry.style-03 .swiper-wrapper .swiper-slide .title {
        opacity: 0;
        -webkit-transition: 0.45s;
        transition: 0.45s; }
      .swiper-entry.style-03 .swiper-wrapper .swiper-slide.swiper-slide-active .timeline-circle, .swiper-entry.style-03 .swiper-wrapper .swiper-slide.swiper-slide-next .timeline-circle {
        opacity: 1; }
      .swiper-entry.style-03 .swiper-wrapper .swiper-slide.swiper-slide-active .title, .swiper-entry.style-03 .swiper-wrapper .swiper-slide.swiper-slide-next .title {
        opacity: 1; }
  .swiper-entry.style-03 .swiper-line-wrapper {
    position: absolute;
    height: 5px;
    background-color: #EDECFD;
    width: 9999999999999vw;
    left: 0;
    bottom: 10px;
    z-index: -2; }
  .swiper-entry.style-03 .swiper-line {
    display: block;
    position: absolute;
    background-color: #726EF1;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out; }

.swiper-entry.style-04 {
  padding-right: 76px;
  padding-left: 76px; }

.timeline-line {
  display: block;
  height: 5px;
  background-color: rgba(1, 1, 1, 0);
  border-radius: 14px;
  position: relative;
  pointer-events: none; }
  .timeline-line:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    background: #726EF1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: none; }
  .timeline-line .title {
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    bottom: calc(100% + 14px);
    right: 11px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }

.swiper-slide.swiper-slide-thumb-active ~ .swiper-slide .timeline-line:after {
  width: 0; }

.swiper-slide.swiper-slide-thumb-active ~ .swiper-slide .timeline-circle {
  background-color: #fff !important;
  -webkit-transition: all 0.34s ease-out;
  transition: all 0.34s ease-out; }

/*==========  Hover  ==========*/
@media (min-width: 1200px) {
  .swiper-entry.style2 .swiper-button-prev:hover,
  .swiper-entry.style2 .swiper-button-next:hover {
    opacity: 0.8; }
  .swiper-entry.style-03 .swiper-button-prev:hover,
  .swiper-entry.style-03 .swiper-button-next:hover {
    background-color: rgba(114, 110, 241, 0.1); } }

/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 991px) {
  .swiper-entry.style1 .swiper-pagination {
    margin-top: 35px; }
  .swiper-entry.style2.mod1 .swiper-controller {
    padding-top: 20px; } }

/*==========  Decor Style  ==========*/
.decor {
  position: absolute;
  line-height: 0; }
  .decor img {
    max-width: 100%; }
  .decor.z-index {
    z-index: -1; }
  .decor.ps-01 {
    width: 200px;
    left: 0;
    bottom: 0; }
  .decor.ps-02 {
    width: 190px;
    top: 0;
    right: 80px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .decor.ps-03 {
    width: 230px;
    top: 80px;
    left: 80px; }
  .decor.ps-04 {
    width: 160px;
    left: 0;
    bottom: 22%; }
  .decor.ps-05 {
    width: 190px;
    right: 0;
    top: 20%; }
  .decor.ps-06 {
    width: 110px;
    right: -50px;
    top: -60px;
    z-index: 1; }
  .decor.ps-07 {
    width: 64px;
    left: -80px;
    bottom: -90px;
    z-index: 1; }
  .decor.ps-08 {
    width: 150px;
    left: 50px;
    top: 10%; }
  .decor.ps-09 {
    width: 380px;
    left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .decor.ps-09 img {
      max-height: 80vh; }
  .decor.ps-10 {
    width: 110px;
    top: 10%;
    right: 14%; }
  .decor.ps-11 {
    width: 420px;
    right: 5%;
    bottom: 5%; }
  .decor.ps-12 {
    width: 120px;
    top: 4%;
    right: 0; }
  .decor.ps-13 {
    width: 120px;
    top: 20%;
    left: 0; }
  .decor.ps-14 {
    width: 220px;
    bottom: 120px;
    left: 0; }
  .decor.ps-15 {
    width: 150px;
    bottom: 0;
    right: 0; }
  .decor.ps-16 {
    width: 240px;
    bottom: 0;
    right: 0; }
  .decor.ps-17 {
    width: 200px;
    left: 0;
    top: 10%; }
  .decor.ps-18 {
    width: 240px;
    left: 0;
    top: -120px; }
  .decor.ps-19 {
    width: 170px;
    top: 20%;
    right: 0; }
  .decor.ps-20 {
    bottom: 0;
    left: 0; }
  .decor.ps-21 {
    right: 0;
    top: 30%; }
  .decor.ps-22 {
    left: 0;
    top: 28%; }
  .decor.ps-23 {
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
  .decor.ps-24 {
    width: 150px;
    left: 100px;
    bottom: 4%; }
  .decor.ps-25 {
    width: 280px;
    right: 0;
    top: 20%; }
  .decor.ps-26 {
    width: 300px;
    top: 0;
    left: calc(100% + 100px); }
  .decor.ps-27 {
    width: 160px;
    top: 15%;
    left: -50%; }
  .decor.ps-28 {
    width: 70px;
    bottom: 12px;
    left: 280px; }
  .decor.ps-29 {
    width: 200px;
    top: 12px;
    left: calc(100% + 200px); }
  .decor.ps-30 {
    width: 100px;
    top: 20%;
    right: calc(100% + 200px); }
  .decor.ps-31 {
    width: 70px;
    bottom: 12px;
    left: 80px; }
  .decor.ps-32 {
    width: 300px;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
  .decor.ps-33 {
    width: 90px;
    left: calc(100% + 150px);
    bottom: 0; }
  .decor.ps-34 {
    width: 110px;
    bottom: 100px;
    left: calc(100% + 150px); }
  .decor.ps-35 {
    width: 200px;
    top: 30%;
    left: calc(100% + 200px); }
  .decor.ps-36 {
    width: 380px;
    bottom: -75px;
    left: -30%; }

.decor-btn-wrapper {
  display: inline-block;
  position: relative; }
  .decor-btn-wrapper .decor-btn {
    position: absolute;
    line-height: 0; }
    .decor-btn-wrapper .decor-btn img {
      max-width: 100%; }
    .decor-btn-wrapper .decor-btn.ps-01 {
      width: 230px;
      left: 120%;
      top: 130%; }

.decor-block {
  position: relative; }
  .decor-block .decor-in {
    position: absolute;
    line-height: 0; }
    .decor-block .decor-in img {
      max-width: 100%; }
    .decor-block .decor-in.ps-01 {
      width: 200px;
      left: 110%;
      top: -16%; }

/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1500px) {
  .decor.ps-01 {
    width: 120px; }
  .decor.ps-02 {
    width: 120px;
    right: 40px; }
  .decor.ps-03 {
    width: 140px;
    top: 80px;
    left: 20px; }
  .decor.ps-04 {
    width: 100px;
    left: 0;
    bottom: 14%; }
  .decor.ps-05 {
    width: 110px;
    top: 20%; }
  .decor-block .decor-in.ps-01 {
    width: 120px;
    left: 105%;
    top: -60%; }
  .decor-btn-wrapper .decor-btn.ps-01 {
    width: 180px;
    left: 120%;
    top: 110%; } }

@media (max-width: 1199px) {
  .decor.ps-08 {
    width: 70px;
    left: -28px;
    top: 2%; }
  .decor.ps-09 {
    width: 200px;
    left: -40px;
    top: auto;
    bottom: 0px;
    -webkit-transform: none;
            transform: none; }
  .decor.ps-10 {
    width: 25px;
    top: 6%;
    right: 8%; }
  .decor.ps-11 {
    width: 150px;
    right: -30px;
    bottom: 0; } }

/*==========  Accordion Style  ==========*/
.type-01.accordion .accordion-header {
  padding: 15px 15px 15px 30px;
  background-color: #F7F1FC;
  border-radius: 95px;
  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;
  cursor: pointer;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.34s ease-out;
  transition: all 0.34s ease-out; }

.type-01.accordion .accordion-content {
  padding: 50px 0; }

.type-01.accordion .accordion-btn-hidden,
.type-01.accordion .accordion-btn-show {
  -webkit-transition: all 0.34s ease-out;
  transition: all 0.34s ease-out; }

.type-01.accordion .accordion-btn-hidden {
  display: none; }

.type-01.accordion .accordion-item {
  margin-bottom: 30px; }
  .type-01.accordion .accordion-item:last-child {
    margin-bottom: 0; }
  .type-01.accordion .accordion-item.active .accordion-btn-show {
    display: none; }
  .type-01.accordion .accordion-item.active .accordion-btn-hidden {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }

.type-02.accordion {
  margin-bottom: -50px; }
  .type-02.accordion .accordion-header {
    position: relative;
    padding: 8px 30px 8px 0;
    border-bottom: 1px solid rgba(114, 110, 241, 0.4);
    font-size: 22px;
    font-weight: 700;
    color: #9B8ADE;
    cursor: pointer;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out; }
    .type-02.accordion .accordion-header .icon {
      width: 28px;
      line-height: 0;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg);
      -webkit-transition: all 0.34s ease-out;
      transition: all 0.34s ease-out; }
      .type-02.accordion .accordion-header .icon img {
        width: 100%; }
  .type-02.accordion .accordion-content {
    padding-top: 20px; }
  .type-02.accordion .accordion-item.active .accordion-header .icon {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg); }
  .type-02.accordion > [class*=col-] {
    margin-bottom: 50px; }
  .type-02.accordion.mod1 {
    margin-bottom: 0 !important; }

/*==========  Hover  ==========*/
@media (min-width: 1200px) {
  .type-01.accordion .accordion-header:hover {
    background-color: #eae7fe; }
  .type-02.accordion .accordion-header:hover {
    background-color: rgba(114, 110, 241, 0.05); } }

/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 991px) {
  .type-01.accordion .accordion-content {
    padding: 30px 0 30px 0; }
  .type-01.accordion .accordion-header .h5 {
    font-size: 16px; }
  .type-01.accordion .accordion-btn-show > span:first-child,
  .type-01.accordion .accordion-btn-hidden > span:first-child {
    display: none; }
  .type-01.accordion .accordion-item {
    margin-bottom: 20px; }
    .type-01.accordion .accordion-item:last-child {
      margin-bottom: 0; }
  .type-02.accordion {
    margin-bottom: -4px; }
    .type-02.accordion > [class*=col-] {
      margin-bottom: 4px; } }

/*==========  Decor Style  ==========*/
.article-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .article-share a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
    margin-right: 40px;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out; }
    .article-share a:last-child {
      margin-right: 0; }
    .article-share a .icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 44px;
              flex: 0 0 44px;
      line-height: 0;
      display: block;
      margin-right: 5px; }
      .article-share a .icon img {
        max-width: 100%; }

.article-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .article-tags .title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 195px;
            flex: 0 0 195px;
    margin-right: 15px; }

.tags-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -15px; }
  .tags-wrapper .tag {
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 500;
    padding: 13px 30px;
    border: 1px solid #726EF1;
    border-radius: 28px;
    margin-right: 15px;
    margin-bottom: 15px; }

/*==========  Hover  ==========*/
@media (min-width: 1200px) {
  .article-share a:hover {
    opacity: 0.8; } }

/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 991px) {
  .article-tags {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .article-tags .title {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-right: 0;
      margin-bottom: 15px; }
  .article-share {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .article-share a {
      font-size: 14px;
      margin-right: 10px; }
      .article-share a:last-child {
        margin-right: 0; }
      .article-share a .icon {
        margin-right: 2px; }
  .tags-wrapper .tag {
    padding: 10px 22px; } }
.none-display{
  display: none!important;
}
/*==========  Cross Browser  ==========*/
/*==========  MEDIA QUERIES  ==========*/

/*# sourceMappingURL=maps/style.css.map */
