/* Font Imported on April 03 from Fontastic */
@import url('https://file.myfontastic.com/n9dYPW6PSChnRUxoRHbmxT/icons.css');
html {
  font-size: 16px;
}
body {
  font-size: 16px;
  font-family: "drakoheart", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
  background-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "drakoheart", Helvetica, Arial, sans-serif;
}
.wrapper {
  padding: 4rem 0;
}
.image-center {
  display: block;
  margin: 0 auto;
}
.row-flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.row-flex.flex-centered {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-faqs {
  position: relative;
  background: #00d3d5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00d3d5 0%, #00ecb2 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00d3d5 0%, #00ecb2 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00d3d5 0%, #00ecb2 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d3d5', endColorstr='#00ecb2', GradientType=0);
  /* IE6-9 */
  padding: 5rem 0;
  margin: 0 0 3rem;
}
.header-faqs .container {
  position: relative;
}
.header-faqs .block-logo,
.header-faqs .block-corporate {
  opacity: .9;
}
.header-faqs .block-logo {
  min-width: 250px;
}
.header-faqs .block-headline .primary__heading {
  font-size: 2.5rem;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 0 black;
  background-color: #005F66;
  padding: 0.5rem 1rem;
}
@media (max-width: 1024px) {
  .block-logo {
    min-width: 180px!important;
  }
}
@media (max-width: 768px) {
  .header-faqs {
    padding: 4rem 0 2rem;
  }
  .header-faqs .row-flex {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-faqs .row-flex .block-logo {
    order: 1;
  }
  .header-faqs .row-flex .block-logo img {
    display: block;
    margin: 0 auto 2rem;
  }
  .header-faqs .row-flex .block-corporate {
    order: 2;
  }
  .header-faqs .row-flex .block-headline {
    order: 3;
    width: 100%;
  }
  .header-faqs .row-flex .block-headline .primary__heading {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .header-faqs .row-flex .block-logo {
    max-width: 100px;
    min-width: inherit!important;
  }
  .header-faqs .row-flex .block-corporate {
    max-width: 190px;
  }
}
.faqs-container {
  width: 90%;
  max-width: 1170px;
  margin: 2em auto;
}
.faqs-container:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 769px) {
  .faqs-container {
    position: relative;
    margin: 4em auto;
    box-shadow: none;
  }
}
@media (max-width: 768px) {
  .faqs-categories li {
    list-style: none;
    margin: 0 0 1.5rem;
  }
  .faqs-categories a {
    position: relative;
    background-color: #005F66 !important;
    border-bottom: none!important;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  .faqs-categories a:after {
    font-family: "adoraset" !important;
    content: "\52";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
  }
  .faqs-categories a:hover,
  .faqs-categories a:focus {
    text-decoration: none;
  }
}
.faqs-categories {
  padding: 0;
  margin-bottom: 0;
}
.faqs-categories li {
  position: relative;
  list-style: none;
}
.faqs-categories li:before {
  font-family: "adoraset" !important;
  position: absolute;
  top: 2px;
  transform: translateY(50%);
  left: 1rem;
  color: white;
  z-index: 99;
}
.faqs-categories li.info:before {
  content: "\e055";
}
.faqs-categories li.instru:before {
  content: "\e01e";
}
.faqs-categories li.set:before {
  content: "\e021";
}
.faqs-categories li.money:before {
  content: "\e021";
}
.faqs-categories li.alert:before {
  content: "\e021";
}
.faqs-categories li.promo:before {
  content: "\e021";
}
.faqs-categories a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding-left: 2.5rem;
  background-color: #353A47;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "drakoheart", Helvetica, Arial, sans-serif;
  color: white;
  white-space: nowrap;
  border-bottom: 1px solid #464d5e;
  text-overflow: ellipsis;
}
.faqs-categories li:last-child a {
  border-bottom: none;
}
@media only screen and (min-width: 769px) {
  .faqs-categories {
    width: 20%;
    float: left;
    padding-left: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  }
  .faqs-categories a {
    font-size: 0.8125rem;
    font-weight: 600;
    padding-left: 2.5rem;
    -webkit-transition: background 0.2s, padding 0.2s;
    -moz-transition: background 0.2s, padding 0.2s;
    transition: background 0.2s, padding 0.2s;
  }
  .faqs-categories a::before,
  .faqs-categories a::after {
    display: none;
  }
  .no-touch .faqs-categories a:hover {
    background: #404656;
    text-decoration: none;
  }
  .no-js .faqs-categories {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1024px) {
  .faqs-categories {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    z-index: 2;
  }
  .faqs-categories a:before {
    /* decorative rectangle on the left visible for the selected item */
    display: block;
    top: 0;
    right: auto;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #353A47;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .faqs-categories .selected {
    background: #1f222a !important;
  }
  .faqs-categories .selected::before {
    opacity: 1;
  }
  .faqs-categories.is-fixed {
    /* top and left value assigned in jQuery */
    position: fixed;
  }
  .no-js .faqs-categories {
    position: relative;
  }
}
.faqs-item {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background: #BCF2F2;
  padding: 2rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) translateX(100%);
  -moz-transform: translateZ(0) translateX(100%);
  -ms-transform: translateZ(0) translateX(100%);
  -o-transform: translateZ(0) translateX(100%);
  transform: translateZ(0) translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform .3s;
}
@media (max-width: 768px) {
  .faqs-item {
    padding: 1rem;
  }
}
.faqs-item.slide-in {
  -webkit-transform: translateZ(0) translateX(0%);
  -moz-transform: translateZ(0) translateX(0%);
  -ms-transform: translateZ(0) translateX(0%);
  -o-transform: translateZ(0) translateX(0%);
  transform: translateZ(0) translateX(0%);
}
.no-js .faqs-item {
  position: static;
  height: auto;
  width: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (min-width: 769px) {
  .faqs-item {
    position: static;
    height: auto;
    width: 78%;
    float: right;
    overflow: visible;
    -webkit-transform: translateZ(0) translateX(0);
    -moz-transform: translateZ(0) translateX(0);
    -ms-transform: translateZ(0) translateX(0);
    -o-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    padding: 0;
    background: transparent;
  }
}
@media only screen and (min-width: 1024px) {
  .faqs-item {
    float: none;
    width: 100%;
    padding-left: 220px;
  }
  .no-js .faqs-item {
    padding-left: 0;
  }
}
.close-panel {
  position: fixed;
  top: 5px;
  right: -100%;
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: right 0.4s;
  -moz-transition: right 0.4s;
  transition: right 0.4s;
}
.close-panel:before,
.close-panel:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 12px;
  display: inline-block;
  height: 3px;
  width: 18px;
  background: #353A47;
}
.close-panel:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-panel:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-panel.move-left {
  right: 2%;
}
@media only screen and (min-width: 769px) {
  .close-panel {
    display: none;
  }
}
.faqs-item__list {
  /* hide group not selected */
  display: none;
  padding-left: 0;
  margin-bottom: 0;
}
.faqs-item__list li {
  list-style: none;
}
.faqs-item__list .faqs-item__heading {
  background: transparent;
  box-shadow: none;
  margin: 1em 0;
}
.faqs-item__list .faqs-item__heading h2 {
  margin-top: 3rem;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 4px;
  color: #4f4f4f;
  text-transform: uppercase;
}
.faqs-item__list.selected {
  display: block;
}
/* No Touch */
.no-touch .faqs-item__list .faqs-item__heading:hover {
  box-shadow: none;
}
@media only screen and (min-width: 769px) {
  .faqs-item__list {
    /* all groups visible */
    display: block;
    padding-left: 1rem;
  }
  .faqs-item__list li {
    list-style: none;
    background: #005F66;
    color: white;
    margin-bottom: 1rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
  }
  .no-touch .faqs-item__list > li:hover {
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
  }
}
a.faqs-item__trigger {
  position: relative;
  display: block;
  margin: 0;
  padding: 1rem;
  font-family: "drakoheart", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 3px;
  color: #353A47;
  background-color: white;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border: 1px solid #DDDDDD;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  a.faqs-item__trigger:before,
  a.faqs-item__trigger:after {
    /* arrow icon on the right */
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    height: 2px;
    width: 12px;
    background: #353A47;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform;
    transition-duration: 0.2s;
  }
  a.faqs-item__trigger:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 32px;
  }
  a.faqs-item__trigger:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .faqs-item__trigger:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .faqs-item__trigger:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.faqs-item__content ul,
.faqs-item__content ol {
  padding-left: 0;
}
.faqs-item__content li {
  color: #4f4f4f;
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 0;
  line-height: 2;
}
.faqs-item__content p {
  font-family: "drakoheart", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 2;
  text-align: left;
  color: #4f4f4f;
}
.faqs-item__content strong {
  background-color: #00ECB2;
  padding: 2px 5px;
}
.faqs-item__content a {
  position: relative;
  padding: 2px 5px;
  font-family: "drakoheart", Helvetica, Arial, sans-serif;
  background-color: transparent;
  color: #005F66;
  border-bottom: 2px solid #005F66;
  z-index: 2;
  transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
}
.faqs-item__content a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #005F66;
  transition: width 0.3s linear;
  -webkit-transition: width 0.3s linear;
}
.faqs-item__content a:hover {
  color: white;
  text-decoration: none;
  transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
}
.faqs-item__content a:hover:before {
  width: 100%;
  z-index: -1;
  transition: width 0.3s linear;
  -webkit-transition: width 0.3s linear;
}
.faqs-item__content a:after {
  font-family: "adoraset" !important;
  content: "\e000";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3rem;
}
@media only screen and (min-width: 769px) {
  .faqs-item__content {
    display: none;
    background-color: white;
    padding: 2rem;
  }
  .faqs-item__content p {
    font-family: "drakoheart", Helvetica, Arial, sans-serif;
  }
  .no-js .faqs-item__content {
    display: block;
  }
}
/* Languages */
.faqs-language {
  position: absolute;
  right: 2rem;
  top: -2rem;
}
.faqs-language #lang_sel li {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
}
.faqs-language #lang_sel li a {
  background-color: white;
  font-family: "drakoheart", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
}
.faqs-language #lang_sel img.iclflag {
  top: -1px;
}
.faqs-language #lang_sel ul ul {
  left: 0;
}
.faqs-language #lang_sel ul ul li {
  border: none;
}
.faqs-language #lang_sel ul ul li a {
  background-color: white;
  padding: 0.5rem;
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .faqs-language {
    top: -3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  /* Footer Breakpoint */
  .footer-faqs .row-flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-faqs .row-flex .block-footer {
    margin: 1rem 0;
  }
}
/* Footer */
.footer-faqs {
  background-color: #353A47;
  padding: 4rem 0;
  margin: 3rem 0 0;
}
.footer-faqs .block-footer {
  margin: 0 2rem;
  opacity: .6;
}
/* Fonts Generated*/
@font-face {
  font-family: 'drakoheart';
  src: url('../fonts/drakoheart_revofit_solid_2-webfont.eot');
  src: url('../fonts/drakoheart_revofit_solid_2-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/drakoheart_revofit_solid_2-webfont.woff2') format('woff2'), url('../fonts/drakoheart_revofit_solid_2-webfont.woff') format('woff'), url('../fonts/drakoheart_revofit_solid_2-webfont.ttf') format('truetype'), url('../fonts/drakoheart_revofit_solid_2-webfont.svg#drakoheart_revofit_sooriginal') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* --------------------------------
#SLICK SLIDER
-------------------------------- */
.slick-loading .slick-list {
  background: #fff url('../../img/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 3rem;
  height: 3rem;
  padding: 10% 15%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 9;
  margin-top: -10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-disabled {
  cursor: not-allowed;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'adoraset' !important;
  font-size: 3rem;
  line-height: 1;
  opacity: .75;
  color: #00ECB2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 2rem;
}
[dir='rtl'] .slick-prev {
  right: 2rem;
  left: auto;
}
.slick-prev:before {
  content: '\65';
}
[dir='rtl'] .slick-prev:before {
  content: '\66';
}
.slick-next {
  right: 2rem;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 2rem;
}
.slick-next:before {
  content: '\66';
}
[dir='rtl'] .slick-next:before {
  content: '\65';
}
.slick-slider {
  margin-bottom: 1.5rem;
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -5rem;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
  transition: opacity 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
}
.slick-dots li button:before {
  font-family: 'adoraset' !important;
  font-size: 0.9rem;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  content: "\69";
  text-align: center;
  opacity: .25;
  color: #00ECB2;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .9;
  color: #353A47;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  padding-top: 70px;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-center-mode .slick-slide {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  transition: filter 1s ease 0s;
  -webkit-transition: filter 1s ease 0s;
  -moz-transition: filter 1s ease 0s;
}
.slick-center-mode .slick-slide img {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transition: transform 1s ease 0s;
  -webkit-transition: transform 1s ease 0s;
  -moz-transition: transform 1s ease 0s;
}
.slick-center-mode .slick-slide .wrap-cta {
  opacity: 0;
  transition: opacity 1s ease 0s;
  -webkit-transition: opacity 1.25s ease 0s;
  -moz-transition: opacity 1s ease 0s;
}
.slick-center-mode .slick-current {
  filter: blur(0px);
  -webkit-filter: blur(0px);
  transition: filter 1s ease 0s;
  -webkit-transition: filter 1s ease 0s;
  -moz-transition: filter 1s ease 0s;
}
.slick-center-mode .slick-current img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: transform 1s ease 0s;
  -webkit-transition: transform 1.25s ease 0s;
  -moz-transition: transform 1s ease 0s;
}
.slick-center-mode .slick-current .wrap-cta {
  opacity: 1;
  transition: opacity 1s ease 0s;
  -webkit-transition: opacity 1.25s ease 0s;
  -moz-transition: opacity 1s ease 0s;
}
.slick-slide {
  overflow: hidden;
  opacity: .25;
  transition: 0.3s ease-out;
}
.slick-slide.slick-active {
  opacity: 1;
  transition: 0.3s ease-in;
}
.card-form {
  padding: 2rem 3rem 3rem 3rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.15);
  transform: translateY(10%);
  background-color: white;
  border-radius: 15px;
  width: 60%;
}
.card-form h2 {
  text-align: center;
  padding: 1rem 0;
  font-size: 40px;
}
@media (max-width: 768px) {
  .card-form {
    width: 90%;
    padding: 0;
    box-shadow: none;
    transform: translateY(10%);
    background-color: white;
    border-radius: 0;
  }
}
.form-control.comment {
  height: auto !important;
}
.error-server {
  list-style: none;
  padding: 0.5rem 0;
}
.button-send {
  background-color: #00ECB2;
  font-size: 1.2rem;
  padding: 5px 15px;
  width: auto;
}
.button-home {
  padding: 5px 0;
  max-width: 100px;
  text-transform: uppercase;
}
.button-home:hover {
  text-decoration: none;
  color: #353A47;
}
.taskcomplete {
  width: 100px;
  margin: 0 auto;
  padding-top: 10px;
}
.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash 2s ease-in-out;
  -webkit-animation: dash 2s ease-in-out;
}
.spin {
  animation: spin 2s;
  -webkit-animation: spin 2s;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.frame-full {
  width: 640px;
  height: 360px;
}
@media (max-width: 640px) {
  .frame-full {
    width: 320px;
    height: 180px;
  }
}
