@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Regular.otf);
}

body {
  font-family: Lato;
}

h1 {
  color: #1d1d1d;
  letter-spacing: 0.4px;
}

p {
  color: #333333;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

button.btn-tsu {
  border-radius: 100px;
  box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.55;
  letter-spacing: 3px;
  font-family: Montserrat;
  padding: 30px 55px;
}

button.btn-tsu:hover,
button.btn-tsu:focus {
  color: #ffffff;
}

button.btn-blue {
  background-color: #9013fe;
}

button.btn-blue:hover {
  background-color: #6b12ba;
}

button.btn-purple {
  -webkit-backdrop-filter: blur(3.4px);
  backdrop-filter: blur(3.4px);
  background-color: #ab37f1;
}

button.btn-purple:hover {
  background-color: #9d15ea;
}

button.btn-grey {
  background-color: #b8e1e7;
}

button.btn-grey:hover {
  background-color: #92d2db;
}

.header {
  padding-top: 20px;
}

hr {
  border-color: #ececec;
}

.carousel-control .arrow-right {
  background-image: url(../img/arrow_right.png);
  width: 93px;
  height: 118px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .arrow-right:hover {
  background-image: url(../img/arrow_right_hover.png);
}

.carousel-control .arrow-left {
  background-image: url(../img/arrow_left.png);
  width: 93px;
  height: 118px;
  top: 50%;
  z-index: 5;
  display: inline-block;
  position: absolute;
}

.carousel-control .arrow-left:hover {
  background-image: url(../img/arrow_left_hover.png);
}

.first-section {
  padding: 20px 0 60px;
}

.first-section h1 {
  margin-bottom: 35px;
}

.first-section button {
  margin-top: 35px;
}

.first-section p {
  font-size: 21px;
  margin-bottom: 40px;
}

.first-section .letter.date {
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #cecece;
  margin-bottom: 30px;
}

.first-section .social-links {
  padding: 20px 0 30px;
}

.first-section .social-links a {
  margin-right: 25px;
}

.first-section a:hover,
.fifth-section a:hover {
  text-decoration: none;
}

.first-section img,
.fifth-section img {
  opacity: 0.7;
}

.first-section img:hover,
.fifth-section img:hover {
  opacity: 1.0;
}

.first-section .signature {
  padding-top: 30px;
}

.first-section .signature .name {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3.8px;
  color: #333333;
  margin-bottom: 20px;
}

.first-section .signature .title {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 2px;
  color: #9013fe;
}

.first-section button.collapse.in {
  display: inline-block;;
}

.first-section tsupresentation {
    font-size: 21px;
}

.second-section {
  background-color: #f3f7f8;
  padding: 60px 0;
}

.second-section h3 {
  font-size: 50px;
  font-weight: 600;
  margin-top: 0;
}

.second-section h4 {
  letter-spacing: 2px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}

#carousel-stats .carousel-inner {
  margin-bottom: 35px;
}

#carousel-stats .carousel-indicators {
  bottom: -60px;
}

#carousel-stats .carousel-indicators li {
  width: 13px;
  height: 13px;
  border: none;
  background-color: #d8d8d8;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  margin: 0 10px;
}

#carousel-stats .carousel-indicators .active {
  width: 13px;
  height: 13px;
  border: none;
  background-color: #bd10e0;
  margin: 0 10px
}

.third-section {
  padding: 50px 0 100px;
  background: url(../img/community_remarks_bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.third-section h2 {
  color: #ffffff;
  letter-spacing: 0.3px;
}

#carousel-remarks {
  margin: 30px 0;
}

#carousel-remarks .carousel-inner {
  padding: 20px 0;
}

#carousel-remarks .item {
  border-radius: 7px;
  box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 40px 80px;
}

@media (max-width: 767px) {
  #carousel-remarks .item {
    padding: 20px;
  }
}

#carousel-remarks .item p {
  color: #ffffff;
  font-family: Lato;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 30px;
  word-spacing: 2.5px;
}

#carousel-remarks a {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.94;
  letter-spacing: 3px;
  color: #ff6f6f;
}

#carousel-remarks .carousel-control.right,
#carousel-remarks .carousel-control.left {
  background-image: none;
  margin-top: -100px;
}

#carousel-remarks .carousel-control.left {
  margin-left: -50px;
}

#carousel-remarks .carousel-control.right {
  margin-right: 50px;
}

.third-section button {
  padding: 30px 80px;
}

.fourth-section {
  padding: 20px 0 50px;
}

.fourth-section h2 {
  margin-bottom: 40px;
}

.fourth-section h3 {
  color: #333;
  font-size: 20px;
}

.fourth-section a {
  text-decoration: none;
}

.fourth-section span {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.44;
  letter-spacing: 3px;
  color: #ff6f6f;
}

.fourth-section .caption {
  margin-bottom: 20px;
}

.fourth-section .embed-fox {
  margin-top: -20px;
}

.fourth-section .iframe-abc {
  background: url(../img/press/abcnews_poster.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fifth-section {
  background-color: #f3f7f8;
  padding: 60px 0;
}

.fifth-section a {
  color: #333333;
  line-height: 20px;
  font-size: 21px;
}

.fifth-section a span {
  color: #ff6f6f;
  font-weight: 900;
}

.fifth-section p {
  padding: 10px 0;
}

.fifth-section button {
  margin-top: 20px;
}

.fifth-section .press .row {
  margin-bottom: 45px;
}

.footer {
  background-color: #232323;
  color: #ffffff;
  padding: 60px 0 80px;
}

.footer p.credentials {
  color: #ffffff;
  letter-spacing: 1.7px;
  margin-top: 60px;
  opacity: 0.4;
}

.footer a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.7px;
}

@media (max-width: 767px) {
  .footer img {
    margin-bottom: 50px;
  }
}
