/*  MICROTHEMER STYLES  */

/*= Animations ================ */

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}


/*= General =================== */

/** General >> Anititle **/
.anititle {
	display: inline-block;
	opacity: 0;
}

/** General >> About anititle:(1) **/
.about_us_part_1_left_content .anititle:nth-of-type(1) {
	opacity: 0;
}
.about_us_part_1_left_content .anititle:nth-of-type(1).mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: .35s;
	animation-delay: .35s;
}

/** General >> About anititle:(3) **/
.about_us_part_1_left_content .anititle:nth-of-type(3) {
	opacity: 0;
}
.about_us_part_1_left_content .anititle:nth-of-type(3).mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: .35s;
	animation-delay: .35s;
}

/** General >> About anititle:(2) **/
.about_us_part_1_left_content .anititle:nth-of-type(2) {
	opacity: 0;
}
.about_us_part_1_left_content .anititle:nth-of-type(2).mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: .35s;
	animation-delay: .35s;
}

/** General >> About paragraph **/
.about_us_part_1_left_content p {
	opacity: 0;
}
.about_us_part_1_left_content p.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: .35s;
	animation-delay: .35s;
}

/** General >> Support +6 more **/
button.support_button_from_part_1, 
button.form-btn.bold, 
button.about_us_button_from_part_1, 
button.api_button_from_part_1, 
button.api_button_from_part_2, 
.home_slide_button_from_part_2, 
.home_slide_1_button_from_part_1 {
	opacity: 0;
}
button.support_button_from_part_1.mt-inview_once, 
button.form-btn.bold.mt-inview_once, 
button.about_us_button_from_part_1.mt-inview_once, 
button.api_button_from_part_1.mt-inview_once, 
button.api_button_from_part_2.mt-inview_once, 
.home_slide_button_from_part_2.mt-inview_once, 
.home_slide_1_button_from_part_1.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

/** General >> About **/
.about_us_part_2_content_2_h2 {
	opacity: 0;
}
.about_us_part_2_content_2_h2.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

/** General >> About paragraph _2 **/
.about_us_part_2_content_2_container p {
	opacity: 0;
}
.about_us_part_2_content_2_container p.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
}

/** General >> About _2 **/
.about_us_part_2_content_1_container_h2 {
	opacity: 0;
}
.about_us_part_2_content_1_container_h2.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

/** General >> About _3 **/
.about_us_part_3_content_1_title {
	opacity: 0;
}
.about_us_part_3_content_1_title.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

/** General >> Col 12:(3) about +5 more **/
.col-12:nth-of-type(3) .about_us_part_3_content_3_text, 
.col-12:nth-of-type(2) .about_us_part_3_content_3_text, 
.col-12:nth-of-type(1) .about_us_part_3_content_3_text, 
.col-12:nth-of-type(3) .about_us_part_3_content_3_title, 
.col-12:nth-of-type(2) .about_us_part_3_content_3_title, 
.col-12:nth-of-type(1) .about_us_part_3_content_3_title {
	opacity: 0;
}
.col-12:nth-of-type(3) .about_us_part_3_content_3_text.mt-inview_once, 
.col-12:nth-of-type(2) .about_us_part_3_content_3_text.mt-inview_once, 
.col-12:nth-of-type(1) .about_us_part_3_content_3_text.mt-inview_once, 
.col-12:nth-of-type(3) .about_us_part_3_content_3_title.mt-inview_once, 
.col-12:nth-of-type(2) .about_us_part_3_content_3_title.mt-inview_once, 
.col-12:nth-of-type(1) .about_us_part_3_content_3_title.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

/** General >> Home paragraph **/
.home_slide_1_left_content p {
	opacity: 0;
}
.home_slide_1_left_content p.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-delay: .35s;
	animation-delay: .35s;
}

/** General >> Active home **/
.active .home_slide_2_right_p {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-duration: 1.8s;
	animation-duration: 1.8s;
}

/** General >> Home paragraph _2 **/
.active .home_slide_3_left_content p {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 1.8s;
	animation-duration: 1.8s;
}

/** General >> Home _2 **/
.active .home_slide_4_right_p {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-duration: 1.8s;
	animation-duration: 1.8s;
}

/** General >> Home paragraph _3 **/
.active .home_slide_5_left_content p {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 1.8s;
	animation-duration: 1.8s;
}

/** General >> Support paragraph **/
.support_part_1_left_content p {
	opacity: 0;
}
.support_part_1_left_content p.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 1.8s;
	animation-duration: 1.8s;
	-webkit-animation-delay: 0.35s;
	animation-delay: 0.35s;
}

/** General >> Support paragraph +2 more **/
.support_part_2_right_block_3 p, 
.support_part_2_right_block_2 p, 
.support_part_2_right_block_1 p {
	opacity: 0;
}
.support_part_2_right_block_3 p.mt-inview_once, 
.support_part_2_right_block_2 p.mt-inview_once, 
.support_part_2_right_block_1 p.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

/** General >> Support heading 2 **/
.support_part_2_left_title h2 {
	opacity: 0;
}
.support_part_2_left_title h2.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

/** General >> Form group **/
.form-group {
	opacity: 0;
}
.form-group.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

/** General >> Support heading 2 _2 **/
.support_part_2_right_block_of_three h2 {
	opacity: 0;
}
.support_part_2_right_block_of_three h2.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

/** General >> Api **/
.api_part_2_right_h2 {
	opacity: 0;
}
.api_part_2_right_h2.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

/** General >> Api _2 **/
.api_part_2_right_p {
	opacity: 0;
}
.api_part_2_right_p.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

/** General >> Api _4 **/
.api_part_2_left {
	opacity: 0;
}
.api_part_2_left.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

/** General >> Api heading 2 **/
.api_part_3_content h2 {
	opacity: 0;
}
.api_part_3_content h2.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

/** General >> Select **/
.select_part {
	opacity: 0;
}
.select_part.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

/** General >> Partner list col 6 **/
.partner-list .col-6 {
	opacity: 0;
}
.partner-list .col-6.mt-inview {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

/** General >> Title paragraph **/
.title_animation p {
	opacity: 0;
}
.title_animation p.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-duration: 1.8s;
	animation-duration: 1.8s;
}

/** General >> Login **/
#login_block {
	opacity: 0;
}
#login_block.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
}

/** General >> Post **/
.post {
	opacity: 0;
}
.post.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

/** General >> Mt inview **/
.mt-inview_once, 
.mt-inview {
	opacity: 1 !important;
}

/** General >> Sin testiText paragraph **/
.sin-testiText p {
	opacity: 0;
}
.sin-testiText p.mt-inview {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

/** General >> Sin testiText paragraph _2 **/
.slick-active .sin-testiText .mt-inview {
	opacity: 0.8;
}


/*( Large Desktop )*/
@media (min-width: 1200px) {

	/*= General =================== */

	/** General >> Heading 2 span **/
	h2 > span {
	
}


}


/*( Tablet & Phone )*/
@media (max-width: 767px) {

	/*= General =================== */

	/** General >> About anititle:(1) **/
	.about_us_part_1_left_content .anititle:nth-of-type(1) {
	
}
.about_us_part_1_left_content .anititle:nth-of-type(1).mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

	/** General >> About anititle:(3) **/
	.about_us_part_1_left_content .anititle:nth-of-type(3) {
	
}
.about_us_part_1_left_content .anititle:nth-of-type(3).mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

	/** General >> About anititle:(2) **/
	.about_us_part_1_left_content .anititle:nth-of-type(2) {
	
}
.about_us_part_1_left_content .anititle:nth-of-type(2).mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

	/** General >> About paragraph **/
	.about_us_part_1_left_content p {
	
}
.about_us_part_1_left_content p.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

	/** General >> Support +6 more **/
	button.support_button_from_part_1, 
button.form-btn.bold, 
button.about_us_button_from_part_1, 
button.api_button_from_part_1, 
button.api_button_from_part_2, 
.home_slide_button_from_part_2, 
.home_slide_1_button_from_part_1 {
	
}
button.support_button_from_part_1.mt-inview_once, 
button.form-btn.bold.mt-inview_once, 
button.about_us_button_from_part_1.mt-inview_once, 
button.api_button_from_part_1.mt-inview_once, 
button.api_button_from_part_2.mt-inview_once, 
.home_slide_button_from_part_2.mt-inview_once, 
.home_slide_1_button_from_part_1.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
}

	/** General >> About **/
	.about_us_part_2_content_2_h2 {
	
}
.about_us_part_2_content_2_h2.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

	/** General >> About paragraph _2 **/
	.about_us_part_2_content_2_container p {
	
}
.about_us_part_2_content_2_container p.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

	/** General >> About _2 **/
	.about_us_part_2_content_1_container_h2 {
	
}
.about_us_part_2_content_1_container_h2.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

	/** General >> About _3 **/
	.about_us_part_3_content_1_title {
	-webkit-animation-name: none !important;
	animation-name: none !important;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

	/** General >> Col 12:(3) about +5 more **/
	.col-12:nth-of-type(3) .about_us_part_3_content_3_text, 
.col-12:nth-of-type(2) .about_us_part_3_content_3_text, 
.col-12:nth-of-type(1) .about_us_part_3_content_3_text, 
.col-12:nth-of-type(3) .about_us_part_3_content_3_title, 
.col-12:nth-of-type(2) .about_us_part_3_content_3_title, 
.col-12:nth-of-type(1) .about_us_part_3_content_3_title {
	
}
.col-12:nth-of-type(3) .about_us_part_3_content_3_text.mt-inview_once, 
.col-12:nth-of-type(2) .about_us_part_3_content_3_text.mt-inview_once, 
.col-12:nth-of-type(1) .about_us_part_3_content_3_text.mt-inview_once, 
.col-12:nth-of-type(3) .about_us_part_3_content_3_title.mt-inview_once, 
.col-12:nth-of-type(2) .about_us_part_3_content_3_title.mt-inview_once, 
.col-12:nth-of-type(1) .about_us_part_3_content_3_title.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

	/** General >> Home paragraph **/
	.home_slide_1_left_content p {
	
}
.home_slide_1_left_content p.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

	/** General >> Active home **/
	.active .home_slide_2_right_p {
	
}
.active .home_slide_2_right_p.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

	/** General >> Home **/
	.active .home_slide_2_right_h2 {
	
}
.active .home_slide_2_right_h2.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

	/** General >> Home paragraph _2 **/
	.active .home_slide_3_left_content p {
	
}
.active .home_slide_3_left_content p.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

	/** General >> Home _2 **/
	.active .home_slide_4_right_p {
	
}
.active .home_slide_4_right_p.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

	/** General >> Home paragraph _3 **/
	.active .home_slide_5_left_content p {
	
}
.active .home_slide_5_left_content p.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

	/** General >> Support paragraph **/
	.support_part_1_left_content p {
	
}
.support_part_1_left_content p.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

	/** General >> Support paragraph +2 more **/
	.support_part_2_right_block_3 p, 
.support_part_2_right_block_2 p, 
.support_part_2_right_block_1 p {
	
}
.support_part_2_right_block_3 p.mt-inview_once, 
.support_part_2_right_block_2 p.mt-inview_once, 
.support_part_2_right_block_1 p.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

	/** General >> Support heading 2 **/
	.support_part_2_left_title h2 {
	
}
.support_part_2_left_title h2.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

	/** General >> Form group **/
	.form-group {
	
}
.form-group.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

	/** General >> Support heading 2 _2 **/
	.support_part_2_right_block_of_three h2 {
	
}
.support_part_2_right_block_of_three h2.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

	/** General >> Api **/
	.api_part_2_right_h2 {
	
}
.api_part_2_right_h2.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

	/** General >> Api _2 **/
	.api_part_2_right_p {
	
}
.api_part_2_right_p.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

	/** General >> Api _4 **/
	.api_part_2_left {
	
}
.api_part_2_left.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

	/** General >> Api heading 2 **/
	.api_part_3_content h2 {
	
}
.api_part_3_content h2.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

	/** General >> Select **/
	.select_part {
	
}
.select_part.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

	/** General >> Partner list col 6 **/
	.partner-list .col-6 {
	
}
.partner-list .col-6.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

	/** General >> Title paragraph **/
	.title_animation p {
	
}
.title_animation p.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
}

	/** General >> Login **/
	#login_block {
	
}
#login_block.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
}

	/** General >> Post **/
	.post {
	
}
.post.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: none !important;
	animation-name: none !important;
}

	/** General >> Support svg **/
	.support_part_2_right_block_of_three svg {
	width: 50px;
}


}

