@font-face{
  font-family:Avenir LT Pro;

  font-style:normal;

  font-weight:300;

  src:local("Avenir LT Pro 45 Book"),url(../fonts/Avenir/AvenirLTProBook.woff) format("woff")
}

@font-face{
  font-family:Avenir LT Pro;

  font-style:italic;

  font-weight:300;

  src:local("Avenir LT Pro 45 Book Oblique"),url(../fonts/Avenir/AvenirLTProBookOblique.woff) format("woff")
}

@font-face{
  font-family:Avenir LT Pro;

  font-style:normal;

  font-weight:400;

  src:local("Avenir LT Pro 55 Roman"),url(../fonts/Avenir/AvenirLTProRoman.woff) format("woff")
}

@font-face{
  font-family:Avenir LT Pro;

  font-style:italic;

  font-weight:400;

  src:local("Avenir LT Pro 55 Oblique"),url(../fonts/Avenir/AvenirLTProOblique.woff) format("woff")
}

@font-face{
  font-family:Avenir LT Pro;

  font-style:normal;

  font-weight:200;

  src:local("Avenir LT Pro 35 Light"),url(../fonts/Avenir/AvenirLTProLight.woff) format("woff")
}

@font-face{
  font-family:Avenir LT Pro;

  font-style:italic;

  font-weight:200;

  src:local("Avenir LT Pro 35 Light Oblique"),url(../fonts/Avenir/AvenirLTProLightOblique.woff) format("woff")
}

@font-face{
  font-family:Avenir LT Pro;

  font-style:normal;

  font-weight:500;

  src:local("Avenir LT Pro 65 Medium"),url(../fonts/Avenir/AvenirLTProMedium.woff) format("woff")
}

@font-face{
  font-family:Avenir LT Pro;

  font-style:italic;

  font-weight:500;

  src:local("Avenir LT Pro 65 Medium Oblique"),url(../fonts/Avenir/AvenirLTProMediumOblique.woff) format("woff")
}

@font-face{
  font-family:Avenir LT Pro;

  font-style:normal;

  font-weight:700;

  src:local("Avenir LT Pro 85 Heavy"),url(../fonts/Avenir/AvenirLTProHeavy.woff) format("woff")
}

@font-face{
  font-family:Avenir LT Pro;

  font-style:italic;

  font-weight:700;

  src:local("Avenir LT Pro 85 Heavy Oblique"),url(../fonts/Avenir/AvenirLTProHeavyOblique.woff) format("woff")
}

@font-face{
  font-family:Avenir LT Pro;

  font-style:normal;

  font-weight:900;

  src:local("Avenir LT Pro 95 Black"),url(../fonts/Avenir/AvenirLTProBlack.woff) format("woff")
}

@font-face{
  font-family:Avenir LT Pro;

  font-style:italic;

  font-weight:900;

  src:local("Avenir LT Pro 95 Black Oblique"),url(../fonts/Avenir/AvenirLTProBlackOblique.woff) format("woff")
}

::selection{
  background-color:rgba(253,203,110,.5)
}

*,:after,:before{
  box-sizing:border-box
}

article,aside,figure,footer,header,hgroup,section{
  display:block
}

button,input,select,textarea{
  -webkit-tap-highlight-color:transparent;
  font-family:Avenir LT Pro,sans-serif;
  font-size:14px
}

code,pre{
  -moz-osx-font-smoothing:auto;
  -webkit-font-smoothing:auto
}

body,code,pre{
  font-family:Avenir LT Pro,sans-serif
}

body{
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  background-color:#fff;
  color:#2d3436;
  font-size:16px;
  font-weight:400;
  line-height:1.5;
  margin:0;
  text-rendering:optimizeLegibility;
  -webkit-text-size-adjust:100%;
     -moz-text-size-adjust:100%;
      -ms-text-size-adjust:100%;
          text-size-adjust:100%
}

a{
  -webkit-tap-highlight-color:transparent;
  color:#0984e3;
  cursor:pointer;
  text-decoration:none
}

a:hover{
  color:#065999
}

a:active{
  color:#043d68
}

a strong{
  color:currentColor
}

hr{
  background-color:#d9d9d9;
  border:none;
  display:block;
  height:2px;
  margin-bottom:16px;
  margin-top:16px
}

img{
  height:auto;
  max-width:100%
}

input[type=checkbox],input[type=radio]{
  vertical-align:baseline
}

small{
  font-size:.875em
}

span{
  font-style:inherit;
  font-weight:inherit
}

strong{
  font-weight:600
}

fieldset{
  border:none
}

table td,table th{
  text-align:left;
  vertical-align:top
}

.w-sn{
  overflow:hidden
}

.w-sn__wrapper{
  position:relative;
  -webkit-transition:all .5s;
  transition:all .5s
}

.w-sn__item{
  left:0;
  opacity:0;
  position:absolute;
  top:0;
  -webkit-transform:translateX(100%);
          transform:translateX(100%);
  -webkit-transition:all .5s;
  transition:all .5s;
  visibility:hidden;
  width:100%
}

.w-sn__item:first-child{
  position:static;
  -webkit-transform:none;
          transform:none
}

.w-sn__item.w-sn__item--activated,.w-sn__item:first-child{
  opacity:1;
  visibility:visible
}

.c-default-header{
  background-color:#fff;
  position:-webkit-sticky;
  position:sticky;
  top:0;
  z-index:5
}

.c-default-header__wrapper{
  -webkit-box-align:center;
  -webkit-align-items:center;
          align-items:center;
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  height:80px;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
          justify-content:space-between
}

.c-default-header__logo{
  display:inline-block;
  -webkit-flex-shrink:0;
          flex-shrink:0;
  max-width:300px;
  width:100%
}

.c-default-header__nav{
  -webkit-flex-shrink:0;
          flex-shrink:0
}

.c-default-header__nav button{
  -webkit-box-align:center;
  -webkit-align-items:center;
          align-items:center;
  background-color:transparent;
  background-image:-webkit-gradient(linear,left top, right top,from(#71bfae),to(#56abe0));
  background-image:linear-gradient(90deg,#71bfae,#56abe0);
  border-width:0;
  display:none;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
          flex-direction:column;
  height:36px;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
          justify-content:center;
  width:36px
}

.c-default-header__nav button span{
  background-color:#fff;
  display:block;
  height:2px;
  width:18px
}

.c-default-header__nav button span:not(:last-child){
  margin-bottom:4px
}

.c-default-header__nav>ul{
  -webkit-box-align:center;
  -webkit-align-items:center;
          align-items:center;
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  list-style-type:none;
  margin-bottom:0;
  padding-left:0
}

.c-default-header__nav>ul>li:hover>a,.c-default-header__nav>ul>li:hover span{
  color:#56abe0
}

.c-default-header__nav>ul>li:hover>.c-default-header__nav__dropdown{
  display:block
}

.c-default-header__nav>ul>li>a,.c-default-header__nav>ul>li span{
  -webkit-box-align:center;
  -webkit-align-items:center;
          align-items:center;
  color:#2d3436;
  cursor:pointer;
  display:-webkit-inline-box;
  display:-webkit-inline-flex;
  display:inline-flex;
  height:80px;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
          justify-content:center;
  padding-left:25px;
  padding-right:25px
}

.c-default-header__nav__dropdown{
  background-color:hsla(0,0%,100%,.95);
  box-shadow:0 14px 25px 0 rgba(0,0,0,.09);
  display:none;
  left:0;
  padding-bottom:30px;
  padding-top:30px;
  position:absolute;
  top:100%;
  width:100%;
  z-index:5
}

.c-default-header__nav__dropdown hr{
  background-color:rgba(84,84,84,.2);
  height:1px;
  margin-bottom:15px;
  margin-top:15px
}

.c-default-header__nav__dropdown ul{
  list-style-type:none;
  margin-bottom:0;
  padding-left:0
}

.c-default-header__nav__dropdown ul li a{
  color:#545454;
  display:inline-block;
  font-weight:300
}

.c-default-header__nav__dropdown ul li a strong{
  font-weight:500
}

.c-default-header__nav__dropdown ul li a:hover{
  color:#56abe0
}

.c-default-header__nav__dropdown ul li:not(:last-child){
  margin-bottom:10px
}

.c-default-header__nav__dropdown__footer{
  color:#545454;
  font-size:14px
}

.c-default-header__nav__dropdown__footer strong{
  display:block
}

.c-default-header__nav__dropdown__footer p{
  margin-bottom:0
}

.c-default-footer{
  background-color:#e5e5e5;
  padding-bottom:30px;
  padding-top:30px
}

.c-default-footer__logo{
  display:block;
  max-width:330px;
  width:100%
}

.c-default-footer__logo img{
  width:100%
}

.c-default-footer__nav{
  list-style-type:none;
  margin-bottom:0;
  padding-left:0
}

.c-default-footer__nav li{
  font-size:14px
}

.c-default-footer__nav li strong{
  color:#545454
}

.c-default-footer__nav li a{
  color:#545454;
  display:inline-block
}

.c-default-footer__nav li:not(:last-child){
  margin-bottom:5px
}

.c-default-footer__nav:not(:last-child){
  margin-bottom:15px
}

.c-default-footer__test{
  color:#545454;
  font-size:14px;
  text-align:right
}

.c-default-footer__test h6{
  color:#545454;
  font-size:14px;
  font-weight:600;
  margin-bottom:10px
}

.c-default-footer__test p{
  margin-bottom:10px
}

.c-default-footer__test a.c-button{
  -webkit-box-align:center;
  -webkit-align-items:center;
          align-items:center;
  border:2px solid #71bfae;
  border-radius:40px;
  color:#71bfae;
  display:-webkit-inline-box;
  display:-webkit-inline-flex;
  display:inline-flex;
  font-size:14px;
  height:40px;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
          justify-content:center;
  padding-left:15px;
  padding-right:15px;
  text-align:center
}

.c-default-footer__test a.c-button:hover{
  background-color:#71bfae;
  color:#fff
}

.c-default-footer__bottom{
  -webkit-box-align:center;
  -webkit-align-items:center;
          align-items:center;
  border-top:1px solid #545454;
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  margin-top:15px;
  padding-top:15px
}

.c-default-footer__bottom a,.c-default-footer__bottom span{
  color:#545454;
  font-size:14px
}

.c-default-footer__bottom span{
  margin-left:15px;
  margin-right:15px
}

.c-side-navigation{
  background-color:rgba(45,52,54,.5);
  height:100%;
  left:0;
  opacity:0;
  position:fixed;
  top:0;
  -webkit-transition:all .5s;
  transition:all .5s;
  visibility:hidden;
  width:100%;
  z-index:10
}

.c-side-navigation__wrapper{
  background-color:#fff;
  height:100%;
  overflow:auto;
  position:absolute;
  right:0;
  top:0;
  -webkit-transform:translateX(320px);
          transform:translateX(320px);
  -webkit-transition:all .5s;
  transition:all .5s;
  width:320px
}

.c-side-navigation__logo{
  display:block;
  padding:30px
}

.c-side-navigation__nav{
  list-style-type:none;
  margin-bottom:0;
  padding-left:0
}

.c-side-navigation__nav li a{
  -webkit-box-align:center;
  -webkit-align-items:center;
          align-items:center;
  border-bottom:1px solid rgba(84,84,84,.1);
  color:#545454;
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
          justify-content:space-between;
  padding:15px 30px
}

.c-side-navigation__nav li a.prev{
  -webkit-box-orient:horizontal;
  -webkit-box-direction:reverse;
  -webkit-flex-direction:row-reverse;
          flex-direction:row-reverse;
  -webkit-box-pack:end;
  -webkit-justify-content:flex-end;
          justify-content:flex-end
}

.c-side-navigation__nav li a.prev i{
  margin-right:15px
}

.c-side-navigation.c-side-navigation--active{
  opacity:1;
  visibility:visible
}

.c-side-navigation.c-side-navigation--active .c-side-navigation__wrapper{
  -webkit-transform:none;
          transform:none
}

.c-contact-side{
  padding-bottom:100px;
  padding-top:100px
}

.c-contact-side h3{
  color:#545454;
  font-size:40px;
  margin-bottom:30px
}

.c-contact-side p{
  color:#545454;
  font-size:20px;
  margin-bottom:0
}

.c-contact-side__form__item:not(:last-child){
  margin-bottom:20px
}

.c-contact-side__form__item label{
  color:#545454;
  display:block;
  font-size:13px;
  margin-bottom:5px
}

.c-contact-side__form__item input[type=text]{
  border:1px solid #545454;
  color:#545454;
  display:block;
  height:45px;
  padding-left:15px;
  padding-right:15px;
  width:100%
}

.c-contact-side__form__item input[type=text]:focus{
  border-color:#141414;
  outline-width:0
}

.c-contact-side__form__item select{
  /*border:1px solid #545454;*/
  /*background-color:#fff;*/
  color:#545454;
  display:block;
  height:45px;
  padding-left:15px;
  padding-right:15px;
  width:100%
}

.c-contact-side__form__item select:focus{
    /*border-color:#141414;*/
  outline-width:0
}

.c-contact-side__form__item textarea{
  border:1px solid #545454;
  color:#545454;
  display:block;
  padding:15px;
  width:100%
}

.c-contact-side__form__item textarea:focus{
  border-color:#141414;
  outline-width:0
}

.c-contact-side__form__item button{
  -webkit-box-align:center;
  -webkit-align-items:center;
          align-items:center;
  background-image:-webkit-gradient(linear,left top, right bottom,from(#71bfae),to(#56abe0));
  background-image:linear-gradient(to bottom right,#71bfae,#56abe0);
  border-radius:40px;
  border-width:0;
  color:#fff;
  display:-webkit-inline-box;
  display:-webkit-inline-flex;
  display:inline-flex;
  height:40px;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
          justify-content:center;
  line-height:1;
  max-width:250px;
  padding-left:30px;
  padding-right:30px;
  width:100%
}

.c-contact-side__form__item button:focus{
  outline-width:0
}

.c-contact-side__form__item__checkbox{
  -webkit-box-align:center;
  -webkit-align-items:center;
          align-items:center;
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  line-height:1
}

.c-contact-side__form__item__checkbox:not(:last-child){
  margin-bottom:10px
}

.c-contact-side__form__item__checkbox input[type=checkbox]{
  border-radius:0;
  height:16px;
  margin-right:10px;
  width:16px
}

.c-contact-side__form__item__checkbox span{
  color:#545454;
  display:inline-block;
  font-size:14px
}

.c-linear-header{
  background-image:-webkit-gradient(linear,left top, right bottom,from(#71bfae),to(#56abe0));
  background-image:linear-gradient(to bottom right,#71bfae,#56abe0);
  height:200px
}

.c-linear-header .container,.c-linear-header .row{
  height:100%
}

.c-linear-header h1{
  color:#fff;
  font-size:48px;
  margin-bottom:0
}

.big-hero{
  background-position:50%;
  background-repeat:no-repeat;
  background-size:cover
}

.big-hero .container{
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
          flex-direction:column;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
          justify-content:center;
  min-height:350px
}

.big-hero h6{
  font-size:18px;
  font-weight:700;
  margin-bottom:15px
}

.big-hero h1{
  color:#545454;
  font-size:48px;
  font-weight:500;
  margin-bottom:0
}

.big-hero ul{
  -webkit-box-align:center;
  -webkit-align-items:center;
          align-items:center;
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  -webkit-flex-wrap:wrap;
          flex-wrap:wrap;
  list-style-type:none;
  margin-bottom:0;
  margin-top:15px;
  padding-left:0
}

.big-hero ul li:not(:last-child){
  margin-right:30px
}

.big-hero ul li a{
  color:#545454;
  display:inline-block;
  font-size:20px
}

.big-hero ul li a.active{
  color:#71bfae;
  font-weight:700
}

.big-hero--dark h1,.big-hero--dark h6{
  color:#fff
}

.c-contact-banner{
  background-image:-webkit-gradient(linear,left top, right bottom,from(#71bfae),to(#56abe0));
  background-image:linear-gradient(to bottom right,#71bfae,#56abe0);
  color:#fff;
  padding-bottom:30px;
  padding-top:30px
}

.c-contact-banner h3{
  color:#fff;
  font-size:26px;
  font-weight:700;
  margin-bottom:10px
}

.c-contact-banner p{
  font-size:20px;
  margin-bottom:15px
}

.c-contact-banner a.c-button{
  -webkit-box-align:center;
  -webkit-align-items:center;
          align-items:center;
  border:1px solid #fff;
  border-radius:40px;
  color:#fff;
  display:-webkit-inline-box;
  display:-webkit-inline-flex;
  display:inline-flex;
  height:40px;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
          justify-content:center;
  line-height:1;
  padding-left:50px;
  padding-right:50px;
  text-align:center
}

.c-contact-banner a.c-button:hover{
  background-color:hsla(0,0%,100%,.1)
}

.p-home__carousel{
  position:relative
}

.p-home__carousel .owl-dots{
  bottom:0;
  left:0;
  margin-left:auto;
  margin-right:auto;
  max-width:1320px;
  padding:60px 15px;
  position:absolute;
  right:0;
  width:100%
}

.p-home__carousel .owl-dots button.owl-dot{
  background-color:#c4c4c4;
  border-radius:100%;
  border-width:0;
  display:inline-block;
  height:13px;
  width:13px
}

.p-home__carousel .owl-dots button.owl-dot:not(:last-child){
  margin-right:15px
}

.p-home__carousel .owl-dots button.owl-dot.active{
  background-color:#6bbaba
}

.p-home__carousel__item{
  background-color:#fff;
  background-position:50%;
  background-repeat:no-repeat;
  background-size:cover
}

.p-home__carousel__item__wrapper{
  -webkit-box-align:start;
  -webkit-align-items:flex-start;
          align-items:flex-start;
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
          flex-direction:column;
  height:600px;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
          justify-content:center
}

.p-home__carousel__item h2{
  color:#545454;
  font-size:48px;
  margin-bottom:10px
}

.p-home__carousel__item p{
  color:#545454;
  font-size:20px;
  margin-bottom:30px
}

.p-home__carousel__item a.c-button{
  -webkit-box-align:center;
  -webkit-align-items:center;
          align-items:center;
  background-image:-webkit-gradient(linear,left top, right bottom,from(#71bfae),to(#56abe0));
  background-image:linear-gradient(to bottom right,#71bfae,#56abe0);
  border-radius:40px;
  color:#fff;
  display:-webkit-inline-box;
  display:-webkit-inline-flex;
  display:inline-flex;
  height:40px;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
          justify-content:center;
  line-height:1;
  padding-left:30px;
  padding-right:30px
}

.p-home__text-desc{
  padding-bottom:100px;
  padding-top:100px;
  text-align:center
}

.p-home__text-desc p{
  color:#545454;
  font-size:20px;
  margin-bottom:30px
}

.p-home__text-desc a.c-button{
  -webkit-box-align:center;
  -webkit-align-items:center;
          align-items:center;
  border:2px solid #71bfae;
  border-radius:40px;
  color:#71bfae;
  display:-webkit-inline-box;
  display:-webkit-inline-flex;
  display:inline-flex;
  font-size:18px;
  font-weight:500;
  height:40px;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
          justify-content:center;
  padding-left:60px;
  padding-right:60px;
  text-align:center
}

.p-home__big-hero__image{
  height:600px;
  -o-object-fit:cover;
     object-fit:cover;
  width:100%
}

.p-home__big-hero__wrapper{
  position:relative
}

.p-home__big-hero__wrapper img{
  display:none;
  height:100%;
  left:0;
  -o-object-fit:cover;
     object-fit:cover;
  opacity:.25;
  position:absolute;
  top:0;
  width:100%;
  z-index:1
}

.p-home__big-hero__wrapper__content{
  padding:60px;
  position:relative;
  text-align:right;
  z-index:3
}

.p-home__big-hero__wrapper__content h3{
  color:#545454;
  font-size:40px
}

.p-home__big-hero__wrapper__content p{
  color:#545454;
  font-size:20px
}

.p-home__big-hero__wrapper__content a.c-button{
  -webkit-box-align:center;
  -webkit-align-items:center;
          align-items:center;
  background-image:-webkit-gradient(linear,left top, right bottom,from(#71bfae),to(#56abe0));
  background-image:linear-gradient(to bottom right,#71bfae,#56abe0);
  border-radius:40px;
  color:#fff;
  display:-webkit-inline-box;
  display:-webkit-inline-flex;
  display:inline-flex;
  height:40px;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
          justify-content:center;
  line-height:1;
  padding-left:30px;
  padding-right:30px
}

.p-home__big-hero--dark{
  background-color:#f5f6f6
}

.p-home__big-hero--reverse .p-home__big-hero__wrapper__content{
  text-align:left
}

.p-home__agenda{
  padding-bottom:100px;
  padding-top:100px
}

.p-home__agenda__title{
  color:#545454;
  font-size:40px;
  margin-bottom:30px;
  text-align:center
}

.p-home__agenda__item{
  background-color:#fff
}

.p-home__agenda__item img{
  -webkit-filter:grayscale(100%);
          filter:grayscale(100%);
  height:250px;
  -o-object-fit:cover;
     object-fit:cover;
  -webkit-transition:all .5s;
  transition:all .5s;
  width:100%
}

.p-home__agenda__item__body{
  padding:15px
}

.p-home__agenda__item h6{
  -webkit-box-align:center;
  -webkit-align-items:center;
          align-items:center;
  color:#545454;
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  font-size:14px;
  font-weight:700;
  height:14px;
  line-height:1;
  margin-bottom:5px;
  margin-top:10px;
  text-transform:uppercase
}

.p-home__agenda__item h3{
  font-size:28px
}

.p-home__agenda__item h3,.p-home__agenda__item p{
  color:#545454;
  font-weight:500;
  margin-bottom:15px
}

.p-home__agenda__item a.c-button{
  color:#545454;
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  -webkit-transition:all .5s;
  transition:all .5s
}

.p-home__agenda__item:hover img{
  -webkit-filter:none;
          filter:none
}

.p-home__agenda__item:hover a.c-button{
  color:#71bfae
}

.p-services__start{
  padding-bottom:60px;
  padding-top:60px
}

.p-services__start__nav a{
  border-bottom:1px solid rgba(84,84,84,.2);
  color:#545454;
  display:block;
  font-size:18px;
  padding:10px
}

.p-services__start__nav a.active{
  color:#71bfae;
  font-weight:700
}

.p-services__start__nav a.title{
  font-weight:700;
  padding:10px 0
}

.p-services__start__content{
  color:#545454
}

.p-services__start__content h3{
  font-size:26px;
  font-weight:700;
  margin-bottom:15px
}

.p-services__start__content p{
  font-size:20px;
  margin-bottom:0
}

.p-services__start__content p a{
  color:#56abe0;
  text-decoration:underline
}

.p-services__start__content p:not(:last-child){
  margin-bottom:15px
}

.p-services__start__content p.big{
  font-size:26px
}

.p-services__videos{
  background-color:#f2f1f2;
  padding-bottom:60px;
  padding-top:60px
}

.p-services__videos h3{
  color:#545454;
  font-size:26px;
  font-weight:700;
  margin-bottom:15px
}

.p-services__videos p{
  color:#545454;
  font-size:20px;
  margin-bottom:60px
}

.p-services__videos__item iframe{
  margin-bottom:15px;
  width:100%
}

.p-services__videos__item p{
  color:#545454;
  font-size:20px;
  margin-bottom:0
}

.p-services__authorized-specialist__wrapper{
  border-top:1px solid #545454;
  padding-bottom:30px;
  padding-top:30px
}

.p-services__authorized-specialist__wrapper h4{
  color:#545454;
  font-size:26px;
  font-weight:700;
  margin-bottom:15px
}

.p-services__authorized-specialist__content{
  -webkit-box-align:start;
  -webkit-align-items:flex-start;
          align-items:flex-start;
  color:#545454;
  display:-webkit-box;
  display:-webkit-flex;
  display:flex
}

.p-services__authorized-specialist__content img{
  -webkit-filter:grayscale(100%);
          filter:grayscale(100%);
  margin-right:30px;
  -webkit-transition:all .5s;
  transition:all .5s;
  width:150px
}

.p-services__authorized-specialist__content a{
  color:#545454;
  display:inline-block;
  font-size:26px;
  font-weight:900
}

.p-services__authorized-specialist__content p{
  font-size:20px;
  margin-bottom:0
}

.p-services__authorized-specialist__content:hover img{
  -webkit-filter:none;
          filter:none
}

.p-services__carousel{
  background-color:#f2f1f2;
  padding-bottom:60px;
  padding-top:60px
}

.p-services__carousel__head{
  margin-bottom:60px
}

.p-services__carousel__head h4{
  color:#545454;
  font-size:26px;
  font-weight:900;
  margin-bottom:10px
}

.p-services__carousel__head p{
  color:#545454;
  font-size:20px;
  margin-bottom:0
}

.p-services__carousel__slider .owl-dots{
  margin-top:30px;
  text-align:center
}

.p-services__carousel__slider .owl-dots button.owl-dot{
  background-color:#c4c4c4;
  border-radius:100%;
  border-width:0;
  display:inline-block;
  height:13px;
  width:13px
}

.p-services__carousel__slider .owl-dots button.owl-dot:not(:last-child){
  margin-right:15px
}

.p-services__carousel__slider .owl-dots button.owl-dot.active{
  background-color:#6bbaba
}

.p-services__carousel__slider__item{
  background-color:#fff;
  padding:30px;
  text-align:center
}

.p-services__carousel__slider__item img{
  display:inline-block!important
}

.p-services__carousel__slider__item img:first-child{
  margin-bottom:30px;
  width:200px!important
}

.p-services__carousel__slider__item img:last-child{
  width:260px
}

.p-services__carousel__slider__item p{
  color:#545454;
  font-size:20px;
  margin-bottom:30px
}

.p-agenda__posts{
  background-color:#f9f9f9;
  padding-bottom:60px;
  padding-top:60px
}

.p-agenda__detail{
  padding-bottom:100px;
  padding-top:100px
}

.p-agenda__detail__sidebar{
  color:#545454;
  font-size:20px
}

.p-agenda__detail__sidebar h3{
  color:#545454;
  font-size:26px;
  font-weight:700;
  margin-bottom:15px
}

.p-agenda__detail__content{
  color:#545454
}

.p-agenda__detail__content h3{
  color:#545454;
  font-size:26px;
  font-weight:700;
  margin-bottom:15px
}

.p-agenda__detail__content p{
  font-size:20px;
  margin-bottom:15px
}

.p-agenda__detail__content img{
  margin-bottom:15px
}

.p-agenda__detail__content ul{
  margin-bottom:15px;
  padding-left:20px
}

.p-agenda__detail__content ul li{
  font-size:20px
}

.p-corporate__start{
  padding-bottom:60px;
  padding-top:60px
}

.p-corporate__start__sidebar a,.p-corporate__start__sidebar strong{
  border-bottom:1px solid rgba(84,84,84,.2);
  color:#545454;
  display:block;
  font-size:18px;
  padding:10px
}

.p-corporate__start__sidebar a.active,.p-corporate__start__sidebar strong.active{
  color:#71bfae;
  font-weight:700
}

.p-corporate__start__sidebar strong{
  padding:10px 0
}

.p-corporate__start__content{
  color:#545454
}

.p-corporate__start__content h3{
  color:#545454;
  font-size:26px;
  font-weight:700;
  margin-bottom:15px
}

.p-corporate__start__content p{
  font-size:20px
}

.p-corporate__start__content p.big{
  font-size:26px
}

.p-corporate__start__team{
  margin-top:60px
}

.p-corporate__start__team__item{
  color:#545454
}

.p-corporate__start__team__item img{
  -webkit-filter:grayscale(100%);
          filter:grayscale(100%);
  margin-bottom:15px;
  -webkit-transition:all .5s;
  transition:all .5s;
  width:100%
}

.p-corporate__start__team__item h3{
  font-size:26px;
  font-weight:700;
  -webkit-transition:all .5s;
  transition:all .5s
}

.p-corporate__start__team__item h4{
  font-size:20px;
  margin-bottom:15px;
  -webkit-transition:all .5s;
  transition:all .5s
}

.p-corporate__start__team__item p{
  font-size:20px;
  margin-bottom:0
}

.p-corporate__start__team__item:hover{
  color:#545454
}

.p-corporate__start__team__item:hover img{
  -webkit-filter:none;
          filter:none
}

.p-corporate__start__team__item:hover h3,.p-corporate__start__team__item:hover h4{
  color:#71bfae
}

.p-corporate__column{
  color:#545454;
  margin-top:60px
}

.p-corporate__column h3{
  font-size:26px;
  font-weight:700
}

.p-corporate__column p{
  font-size:20px
}

.p-team__cover{
  background-image:url(/images/shutterstock_571553608\ 1.jpg);
  background-position:50%;
  background-repeat:no-repeat;
  background-size:cover
}

.p-team__cover__content{
  padding-bottom:30px;
  padding-top:30px
}

.p-team__cover img{
  -webkit-filter:grayscale(100%);
          filter:grayscale(100%);
  height:350px;
  -o-object-fit:cover;
     object-fit:cover;
  -webkit-transition:all .5s;
  transition:all .5s;
  width:100%
}

.p-team__cover h1{
  color:#545454;
  font-size:48px;
  font-weight:500
}

.p-team__cover h3{
  color:#545454;
  font-size:26px;
  font-weight:700
}

.p-team__cover ul{
  -webkit-box-align:center;
  -webkit-align-items:center;
          align-items:center;
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  list-style-type:none;
  margin-bottom:0;
  margin-top:60px;
  padding-left:0
}

.p-team__cover ul li:not(:last-child){
  margin-right:15px
}

.p-team__cover ul li a{
  color:#71bfae;
  display:inline-block;
  font-size:20px;
  line-height:1
}

.p-team__cover ul li a i{
  font-size:26px
}

.p-team__cover:hover img{
  -webkit-filter:none;
          filter:none
}

.p-team__start{
  color:#545454;
  padding-bottom:60px;
  padding-top:60px
}

.p-team__start p{
  font-size:26px
}

.p-team__content{
  color:#545454;
  padding-bottom:60px;
  padding-top:60px
}

.p-team__content h3{
  color:#545454;
  font-size:26px;
  font-weight:700;
  margin-bottom:15px
}

.p-team__content p{
  font-size:20px;
  margin-bottom:15px
}

.p-contact{
  padding-bottom:100px;
  padding-top:100px
}

.p-contact__start p{
  color:#545454;
  font-size:20px
}

.p-contact__start p a{
  color:#71bfae;
  text-decoration:underline
}

.p-contact__start p.big{
  font-size:26px
}

.p-contact__form p{
  color:#545454;
  font-size:20px
}

.p-test__cover{
  color:#545454;
  padding-bottom:30px;
  padding-top:30px;
  position:relative
}

.p-test__cover img{
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  position:absolute;
  right:0;
  top:0;
  width:800px;
  z-index:1
}

.p-test__cover .row{
  min-height:550px;
  position:relative;
  z-index:3
}

.p-test__cover h6{
  font-size:18px;
  font-weight:700
}

.p-test__cover h1{
  font-size:48px;
  margin-bottom:60px
}

.p-test__cover h4{
  font-size:26px;
  font-weight:700
}

.p-test__cover p{
  font-size:26px
}

.p-test__questions{
  padding-bottom:100px
}

.p-test__questions__header{
  background-color:#f9f9f9;
  margin-bottom:100px;
  padding-bottom:60px;
  padding-top:60px
}

.p-test__questions__header p{
  color:#545454;
  font-size:20px;
  margin-bottom:60px
}

.p-test__questions__form hr{
  background-color:#c4c4c4;
  margin-bottom:60px;
  margin-top:60px
}

.p-test__question{
  color:#545454
}

.p-test__question:not(:last-child){
  margin-bottom:60px
}

.p-test__question>label{
  display:block;
  font-size:20px;
  font-weight:700;
  margin-bottom:15px
}

.p-test__question>label strong{
  color:#71bfae
}

.p-test__question__group{
  -webkit-box-align:center;
  -webkit-align-items:center;
          align-items:center;
  display:-webkit-box;
  display:-webkit-flex;
  display:flex
}

.p-test__question__table{
  margin-top:30px
}

.p-test__question__table__tr{
  margin-bottom:15px
}

.p-test__question__table__thth{
  color:#545454;
  display:block;
  letter-spacing:1.3px;
  line-height:1;
  margin-bottom:10px;
  text-transform:uppercase
}

.p-test__question__table__trtd{
  color:#545454;
  font-size:20px
}

.p-test__question__description{
  margin-bottom:60px;
  margin-top:60px
}

.p-test__question__description p{
  font-size:20px
}

.p-test__question__description p:not(:last-child){
  margin-bottom:15px
}

.p-test__question__input{
  -webkit-box-align:center;
  -webkit-align-items:center;
          align-items:center;
  display:-webkit-inline-box;
  display:-webkit-inline-flex;
  display:inline-flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
          flex-direction:column;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
          justify-content:center;
  text-align:center;
  width:100%
}

.p-test__question__input i{
  font-size:20px;
  font-weight:700;
  margin-bottom:5px
}

.p-test__question__input input[type=text]{
  border:1px solid #545454;
  border-radius:60px;
  color:#545454;
  display:inline-block;
  font-size:20px;
  height:50px;
  padding-left:15px;
  padding-right:15px;
  width:100%
}

.p-test__question__input input[type=text]:focus{
  outline-width:0
}

.p-test__question__input--start{
  margin-right:-1px
}

.p-test__question__input--start input[type=text]{
  border-bottom-right-radius:0;
  border-right-color:transparent;
  border-top-right-radius:0;
  text-align:right
}

.p-test__question__input--end input[type=text]{
  border-bottom-left-radius:0;
  border-top-left-radius:0;
  text-align:left
}

.p-test__question__radiobox:not(:last-child){
  margin-right:30px
}

.p-test__question__radiobox label{
  -webkit-box-align:center;
  -webkit-align-items:center;
          align-items:center;
  color:#545454;
  cursor:pointer;
  display:-webkit-inline-box;
  display:-webkit-inline-flex;
  display:inline-flex;
  font-size:20px
}

.p-test__question__radiobox label input[type=radio]{
  display:none
}

.p-test__question__radiobox label input[type=radio]:checked+i:after{
  opacity:1;
  visibility:visible
}

.p-test__question__radiobox label i{
  -webkit-box-align:center;
  -webkit-align-items:center;
          align-items:center;
  border:1px solid #545454;
  border-radius:10px;
  display:-webkit-inline-box;
  display:-webkit-inline-flex;
  display:inline-flex;
  height:32px;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
          justify-content:center;
  margin-right:15px;
  width:32px
}

.p-test__question__radiobox label i:after{
  background-color:#71bfae;
  border:1px solid #545454;
  border-radius:10px;
  content:"";
  display:inline-block;
  height:22px;
  opacity:0;
  visibility:hidden;
  width:22px
}

.p-test__question__selectbox{
  display:inline-block;
  position:relative
}

.p-test__question__selectbox i{
  pointer-events:none;
  position:absolute;
  right:20px;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%)
}

.p-test__question__selectbox select{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  background-color:#fff;
  border:1px solid #545454;
  border-radius:50px;
  color:#545454;
  cursor:pointer;
  display:inline-block;
  font-size:20px;
  height:50px;
  padding-left:15px;
  padding-right:40px;
  width:140px
}

.p-test__question__selectbox select:focus{
  outline-width:0
}

.p-test__result{
  background-image:-webkit-gradient(linear,left top, right bottom,from(#71bfae),to(#56abe0));
  background-image:linear-gradient(to bottom right,#71bfae,#56abe0);
  color:#fff;
  padding-bottom:60px;
  padding-top:60px
}

.p-test__result h6{
  font-size:20px;
  font-weight:700;
  margin-bottom:18px
}

.p-test__result h4{
  font-size:26px;
  font-weight:700;
  margin-bottom:18px
}

.p-test__result p{
  font-size:20px;
  margin-bottom:85px
}

.p-test__result p.small{
  font-size:16px;
  margin-bottom:0
}

@media (min-width:576px){
  .p-home__carousel .owl-dots{
    /* max-width:540px */
  }}

@media (min-width:768px){
  .p-home__carousel .owl-dots{
    max-width:720px
  }}

@media (min-width:992px){
  .p-home__carousel .owl-dots{
    max-width:960px
  }}

@media (min-width:1200px){
  .p-home__carousel .owl-dots{
    max-width:1140px
  }}

@media (min-width:1400px){
  .p-home__carousel .owl-dots{
    max-width:1320px
  }}

@media (max-width:1199px){
  .c-default-header__logo{
    max-width:250px
  }}

@media (max-width:991px){
  .c-default-header__nav button{
    display:-webkit-inline-box;
    display:-webkit-inline-flex;
    display:inline-flex
  }
  .c-default-header__nav>ul{
    display:none
  }
  .c-default-footer__test{
    text-align:left
  }
  .p-home__big-hero__wrapper img{
    display:block
  }
  .p-home__big-hero__wrapper__content{
    text-align:center
  }
  .p-test__cover img{
    opacity:.3
  }}

@media (max-width:575px){
  .p-services__authorized-specialist__wrapper{
    text-align:center
  }
  .p-services__authorized-specialist__content{
    -webkit-box-align:center;
    -webkit-align-items:center;
            align-items:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
            flex-direction:column;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
            justify-content:center;
    text-align:center
  }
  .p-services__authorized-specialist__content img{
    margin-bottom:15px;
    margin-right:0
  }}
