/*----------------------------------------------------------------------------------------------------------------------
Project:	    StartUps
Version:        1.0.0

Default Color   #ff6a6a;

Body copy:		'Poppins', sans-serif; 15px;
Headers:		'Poppins', sans-serif;

----------------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------------------
[Table of contents]

A. Basic Styling
  -- Styling

B. Helpers
  -- Animations
  -- Borders
  -- Colors
  -- Column Count
  -- Transitions
  -- Background
  -- Headings
  -- Height
  -- Margin
  -- No Gutter
  -- Opacity
  -- Overflow
  -- Padding
  -- Position
  -- Shadow
  -- Shape Mask
  -- Typography
  -- Title
  -- Transitions
  -- Utilities
  -- Width
  -- Z-Index

C. Components
  -- Block
  -- Blockquote
  -- Box
  -- Buttons
  -- Card
  -- Circle
  -- Forms
  -- Inputs
  -- Item
  -- List
  -- Map
  -- Hero
  -- Navbar
  -- Page
  -- Partners
  -- Plugins
  -- Price Box
  -- Progress
  -- Promo Numbers
  -- Select
  -- Slider
  -- Tabs

D. Plugins Styles
  -- Magnific Popup
  -- Owl Carousel

E. Template Specific Elements
  -- Price Box
  -- Other
  -- Story


----------------------------------------------------------------------------------------------------------------------*/

/***********************************************************************************************************************
A. Basic Styling
***********************************************************************************************************************/

/*-------------------------------------------
  -- Styling - Colors, Font Size, Font Family
-------------------------------------------*/

/* Change the color in the stroke property of the image data */

.navbar-toggler {
  background-color: #ffffff;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,15,159,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.disclaimer {
  max-width: 1400px;
  margin: auto;
}

.disclaimer p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  /*font-size: 0.8rem;*/
  font-size: 14px;
  font-family: "helvetica", sans-serif;
  font-weight: 400;
  line-height: 21px;
}

.bigger-numbers {
    -moz-font-feature-settings: "pnum";
    -webkit-font-feature-settings: "pnum";
    font-feature-settings: "pnum";
}

.home-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* 1 column on mobile */
  gap: 20px;
  margin: 20px;
}

.row-1 {
  display: grid;
  grid-template-columns: repeat(1fr);
  gap: 20px;
}

.row-2 {
  display: grid;
  grid-template-columns: repeat(1fr);
  gap: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.home-grid a img {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .home-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* 1 column on mobile */
    gap: 50px;
    margin: 50px;
  }

  .row-1 {
    display: grid;
    grid-template-columns: repeat(1fr);
    gap: 50px;
  }

  .row-2 {
    display: grid;
    grid-template-columns: repeat(1fr);
    gap: 80px;
    margin-left: 80px;
    margin-right: 80px;
  }

  .home-grid a img {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
.home-grid-wrapper{
max-width: 1920px;
margin: auto;
}

  .home-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
    gap: 30px;
    margin: 30px;
    max-width: 1920px;
  }

  .grid-1 {
    grid-column: span 1;
  }
  .grid-2 {
    grid-column: span 2;
  }

  .grid-3,
  .grid-4,
  .grid-5 {
    grid-column: span 1;
  }

  /* Force equal widths by wrapping them in a 2-column row */
  .row-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 1 / -1; /* span entire grid width */
    gap: 30px;
  }

  .row-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column: 1 / -1;
    gap: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1600px) {
  .home-grid {
    gap: 50px;
    margin: 50px;
  }

  .row-1,
  .row-2 {
    gap: 50px;
  }

}

  /* events page */

  @import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,400italic");
  @import url("//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css");

  .event-documents-title {
    font-size: 22px;
  }

  .event-documents-click-here {
    font-size: 16px;
  }

  @media screen and (min-width: 512px) {
    .event-documents-title {
      font-size: 28px;
    }

    .event-documents-click-here {
      font-size: 22px;
    }
  }

  @media screen and (min-width: 1028px) {
    .event-documents-title {
      font-size: 32px;
    }

    .event-documents-click-here {
      font-size: 22px;
    }
  }

  .event-list {
    list-style: none;
    font-family: "Lato", sans-serif;
    margin: 0px;
    padding: 0px;
  }
  .event-list > li {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px rgb(51, 51, 51);
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
    padding: 0px;
    margin: 0px 0px 20px;
  }
  .event-list > li > time {
    display: inline-block;
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: rgb(197, 44, 102);
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
  }
  .event-list > li:nth-child(even) > time {
    background-color: rgb(165, 82, 167);
  }
  .event-list > li > time > span {
    display: none;
  }
  .event-list > li > time > .day {
    display: block;
    font-size: 56pt;
    font-weight: 100;
    line-height: 1;
  }
  .event-list > li time > .month {
    display: block;
    font-size: 24pt;
    font-weight: 900;
    line-height: 1;
  }
  .event-list > li > img {
    width: 100%;
  }
  .event-list > li > .info {
    padding-top: 5px;
    text-align: center;
  }
  .event-list > li > .info > .title {
    font-size: 17pt;
    font-weight: 700;
    margin: 0px;
  }
  .event-list > li > .info > .desc {
    font-size: 13pt;
    font-weight: 300;
    margin: 0px;
  }
  .event-list > li > .info > ul,
  .event-list > li > .social > ul {
    display: table;
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
  }
  .event-list > li > .social > ul {
    margin: 0px;
  }
  .event-list > li > .info > ul > li,
  .event-list > li > .social > ul > li {
    display: table-cell;
    cursor: pointer;
    color: rgb(30, 30, 30);
    font-size: 11pt;
    font-weight: 300;
    padding: 3px 0px;
  }
  .event-list > li > .info > ul > li > a {
    display: block;
    width: 100%;
    color: rgb(30, 30, 30);
    text-decoration: none;
  }
  .event-list > li > .social > ul > li {
    padding: 0px;
  }
  .event-list > li > .social > ul > li > a {
    padding: 3px 0px;
  }
  .event-list > li > .info > ul > li:hover,
  .event-list > li > .social > ul > li:hover {
    color: rgb(30, 30, 30);
    background-color: rgb(200, 200, 200);
  }
  .facebook a,
  .twitter a,
  .google-plus a {
    display: block;
    width: 100%;
    color: rgb(75, 110, 168) !important;
  }
  .twitter a {
    color: rgb(79, 213, 248) !important;
  }
  .google-plus a {
    color: rgb(221, 75, 57) !important;
  }
  .facebook:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(75, 110, 168) !important;
  }
  .twitter:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(79, 213, 248) !important;
  }
  .google-plus:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(221, 75, 57) !important;
  }

  .teamffn.btn {
    color: #ffffff;
    background-color: #414141;
    font-family: "proxima-nova-extra-condensed";
    font-size: 1.6rem;
    line-height: 1.8rem;
    padding: 10px 60px;
    width: auto;
    text-align: center;
    border-radius: 0.8rem;
    margin-top: 20px;
    min-width: 246px;
    border: none;
  }

  .forms-docs{
    text-align: center;
  }

  .forms-docs .teamffn.btn{
    padding: 25px 40px;
    width: 340px;
    font-size: 32px;
    display: block;
    margin-left: auto;
    margin-right: auto;

  }

@media screen and (min-width: 600px) {
    .forms-docs .teamffn.btn{
    width: 400px;
    }
}

@media screen and (min-width: 1200px) {
    .forms-docs .teamffn.btn{
    width: 360px;
    }
}


  .teamffn-buttons:not(.vip) .teamffn.btn:last-child {
    margin-bottom: 40px;
  }

  .teamffn-buttons.vip .teamffn {
    margin-left: 30px;
    margin-right: 30px;
  }

  .teamffn-buttons.vip {
    margin-bottom: 40px;
  }

  .teamffn.btn:hover {
    color: #ffffff;
  }

  .page-title {
    margin-bottom: 1rem;
  }

  .page-title-wrapper {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  .page-title-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    /* or auto */
  }

  .page-title {
    color: #414141;
    font-size: 4.2rem;
    font-weight: 900;
    width: 100%;
    font-family: "freightbigcmp-pro", serif;
    text-transform: none;
    letter-spacing: 0.05rem;
    grid-column: 2;
    /* middle column */
    justify-self: center;
    line-height: 1;
    padding-bottom: 1rem;
    text-align: center;
  }

  .title-icon {
    grid-row: 2;
    /* right column */
    justify-self: center;
    width: 70px;
    grid-column: 2;
  }

  .title-icon.product-icon{
    width: 90px;
  }

  .teamffn-buttons {
    text-align: center;
  }

  .teamffn-buttons .teamffn {
    margin-left: 10px;
    margin-right: 10px;
  }

  @media only screen and (min-width: 768px) {
    .page-title {
      font-size: 5rem;
      margin-bottom: 0;
    }

    .page-title-grid {
      grid-template-rows: 1fr;
    }

    .title-icon {
      grid-row: 1;
      grid-column: 3;
      /* right column */
      justify-self: end;
      width: 90px;
      margin-right: 35px;
    }

      .title-icon.product-icon{
    margin-right: 10px;
  }

    .teamffn-buttons:not(.vip) .teamffn.btn:last-child {
      margin-bottom: 0;
    }
  }

  @media (min-width: 992px) {
    .page-title {
      text-align: center;
      margin-left: 0;
    }

    .teamffn-buttons {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-around;
      margin-bottom: 40px;
    }

      .title-icon.product-icon{
    width: 110px;
    margin-left: 35px;
  }

  .forms-docs .forms-last-column{
    margin-top: 4rem !important;
  }
  }

    @media (min-width: 1200px) {

    .title-icon.form-icon{
    width: 90px;
  }

  .forms-docs{
    margin-top: 40px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

    .forms-docs .forms-last-column{
    margin-top: 0rem !important;
  }
  

}

  @media only screen and (min-width: 1600px) {
    .page-title {
      font-size: 6rem;
    }

    .teamffn-buttons {
      padding-bottom: 60px;
      padding-top: 20px;
    }

    .teamffn-buttons a.btn:last-child {
      margin-bottom: 0;
    }
  }

  .teamffn-subtitle {
    color: #00aeef;
    font-family: "freightbigcmp-pro", serif;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
  }

  .teamffn-sub-subtitle {
    font-family: "helvetica", sans-serif;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: -10px;
    margin-bottom: 20px;
    color: #414141;
    line-height: 1.2;
  }

  .embed-container {
    margin-bottom: 20px;
  }

  .page-description-bullets {
    list-style: none;
  }

  .page-description-bullets.focus-on-3{
    margin-top: 20px;
  }

  .page-description-bullets li {
    position: relative;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 20px;
  }

  .page-description-bullets li span:first-child {
    padding-left: 20px;
  }

  .page-description-bullets.focus-on-3 li span:first-child {
    padding-left: 10px;
  }

  .page-description-bullets li::before {
    content: "\2022";
    color: #00aeef;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    font-size: 2rem;
    position: absolute;
    display: block;
  }

  .page-description-bullets.focus-on-3 li::before {
    color: #04c0df;
  }


  .page-description-bullets li span {
    font-weight: 700;
  }


  @media only screen and (min-width: 1200px) {
    .page-description-bullets {
      list-style: none;
    }

    .page-description-bullets li {
      position: relative;
    }

    .teamffn-buttons .teamffn {
      margin-top: 0;
    }
    .teamffn-buttons {
      margin-top: 40px;
    }

    .title-icon {
      width: 125px;
      right: 30px;
      top: 20px;
    }

      .title-icon.product-icon{
    width: 135px;
  }
  }

  @media only screen and (min-width: 768px) {


      .page-description-bullets.focus-on-3 li span:first-child {
        padding-left: 20px;
      }
  }

  .page-description {
    padding-left: 35px;
    font-family: "helvetica", sans-serif;
    font-weight: 500;
  }

  .page-description.focus-on-3{
    padding-left: 10px;
  }

      .page-description.focus-on-3{
      padding-left: 35px;
    }

  @media (min-width: 992px) and (max-width: 1090px) {
    .navbar-brand {
      width: 24%;
    }

    .navbar-brand img {
      width: 100%;
    }
  }

  @media (min-width: 768px) {
    .mr-md-5px {
      margin-right: 5px;
    }

    .event-list > li {
      position: relative;
      display: block;
      width: 100%;
      height: 120px;
      padding: 0px;
    }
    .event-list > li > time,
    .event-list > li > img {
      display: inline-block;
    }
    .event-list > li > time,
    .event-list > li > img {
      width: 120px;
      float: left;
    }
    .event-list > li > .info {
      background-color: rgb(245, 245, 245);
      overflow: hidden;
    }
    .event-list > li > time,
    .event-list > li > img {
      width: 120px;
      height: 120px;
      padding: 0px;
      margin: 0px;
    }
    .event-list > li > .info {
      position: relative;
      height: 120px;
      text-align: left;
      padding-right: 40px;
    }
    .event-list > li > .info > .title,
    .event-list > li > .info > .desc {
      padding: 0px 10px;
    }
    .event-list > li > .info > ul {
      position: absolute;
      left: 0px;
      bottom: 0px;
    }
    .event-list > li > .social {
      position: absolute;
      top: 0px;
      right: 0px;
      display: block;
      width: 40px;
    }
    .event-list > li > .social > ul {
      border-left: 1px solid rgb(230, 230, 230);
    }
    .event-list > li > .social > ul > li {
      display: block;
      padding: 0px;
    }
    .event-list > li > .social > ul > li > a {
      display: block;
      width: 40px;
      padding: 10px 0px 9px;
    }
  }

  *:focus {
    outline: none !important;
    box-shadow: none;
  }

  .btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  html,
  body {
    height: 100vh;
  }

  body {
    color: #191919;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 0.9375rem;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .content {
    flex: 1 0 auto;
  }
  .footer {
    flex-shrink: 0;
  }

  html {
    font-size: 80%;
  }

  h1,
  .ts-h1 {
    font-family: "proxima-nova-extra-condensed";
    color: #134f9f;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 0px;
  }

  h2,
  .ts-h2 {
    font-weight: 500;
    font-size: 1.5rem;
  }

  h3,
  .ts-h3 {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 1.5625rem;
  }

  h4,
  .ts-h4 {
    font-weight: 500;
    /*margin-bottom: 1.875rem;*/
  }

  h5,
  .ts-h5 {
    font-size: 1rem;
    font-weight: 600;
  }

  h6,
  .ts-h6 {
    font-size: 0.9375rem;
  }

  hr {
    background-color: #00aeef;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .navbar-brand img {
    max-width: 325px;
  }

  .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    bottom: -50px;
    background-color: #000000;
  }

  @media only screen and (max-width: 800px) {
    .carousel-indicators.hide-on-small {
      display: none;
    }
  }

  .slideshow-content {
    width: 100%;
    padding: 0;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
  }

  .slideshow-content .carousel-control-prev {
    border-bottom: 0;
    color: #000000;
    opacity: 0.5;
    margin-right: 15px;
  }

  .slideshow-content .carousel-control-next {
    border-bottom: 0;
    color: #000000;
    opacity: 0.5;
    margin-left: 15px;
  }

  .slideshow-content-wrapper {
    height: 100%;
    background-image: url("../../images/slider_square_fold.png");
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
  }

  .carousel-inner {
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    text-align: center;
    width: auto;
  }

  .slideshow-content .carousel-item img {
    height: auto;
    max-height: calc(100vh - 200px);
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }

  /*
.carousel-control-prev i{
    color: #000000;
    opacity: .5;
}
*/

  .carousel-control-prev i:hover {
    color: #000f9f;
    opacity: 1;
  }

  .carousel-control-prev {
    width: auto;
    position: static;
    margin-left: 15px;
    color: #000000;
  }

  .carousel-control-prev:hover {
    opacity: 1;
    color: #000f9f;
  }

  .carousel-control-next {
    width: auto;
    position: static;
    margin-right: 15px;
    color: #000000;
  }

  .carousel-control-next:hover {
    opacity: 1;
    color: #000f9f;
  }

  .carousel {
    display: flex;
    justify-content: center;
    align-self: center;
    width: 100%;
  }

  .carousel-indicators li.active {
    background-color: #000f9f;
    opacity: 1;
  }

  .carousel-indicators li {
    color: #808080;
    background-color: #808080;
  }

  .square-video .embed-overlay {
    padding: 0;
  }

  @media screen and (min-width: 1200px) {
    .smaller-video-titles {
      padding: 0 4rem;
    }

    .smaller-video-titles > div {
      margin-left: 10px;
      margin-right: 10px;
    }

    .square-video .embed-overlay {
      padding: 0;
    }

    .square-video {
      padding: 4rem 4rem 0;
    }
    .teamffn-title-sub.sixty-second-video {
      margin-bottom: -3rem;
    }
  }

  @media screen and (min-width: 1500px) {
    .smaller-video-titles {
      padding: 0 6rem;
    }

    .square-video .embed-overlay {
      padding: 0;
    }

    .square-video {
      padding: 6rem 6rem 0;
    }
  }

  .zoom-info-mobile {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ec008c;
    color: #ffffff;
  }

  .zoom-info-mobile p {
    font-size: 2rem;
  }

  .zoom-info p,
  .zoom-info-mobile p {
    color: #ffffff;
  }

  .zoom-info p {
    font-size: 2rem;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .zoom-info {
    display: flex;
    justify-content: space-around;
  }

  p.zoom-time {
    font-size: 1.4rem;
  }

  /* NEW */

  /***********************************************************************************************************************
B. Helpers
***********************************************************************************************************************/

  /*-------------------------------------------
  -- Animations
-------------------------------------------*/

  [data-animate] {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-duration: 0.6s;
    animation-timing-function: ease;
  }

  /* Fade In Up */

  @keyframes ts-fadeInUp {
    from {
      opacity: 0;
      transform: translate3d(0, 1.25rem, 0);
    }

    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }

  .ts-fadeInUp {
    animation-name: ts-fadeInUp;
  }

  /* Fade In Down */

  @keyframes ts-fadeInDown {
    from {
      opacity: 0;
      transform: translate3d(0, -1.25rem, 0);
    }

    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }

  .ts-fadeInDown {
    animation-name: ts-fadeInDown;
  }

  /* Fade In Left */

  @keyframes ts-fadeInLeft {
    from {
      opacity: 0;
      transform: translate3d(-1.25rem, 0, 0);
    }

    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }

  .ts-fadeInLeft {
    animation-name: ts-fadeInLeft;
  }

  /* Fade In Right */

  @keyframes ts-fadeInRight {
    from {
      opacity: 0;
      transform: translate3d(1.25rem, 0, 0);
    }

    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }

  .ts-fadeInRight {
    animation-name: ts-fadeInRight;
  }

  /* Zoom In */

  @keyframes ts-zoomIn {
    from {
      opacity: 0;
      transform: scale(0.5);
    }

    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  .ts-zoomIn {
    animation-name: ts-zoomIn;
  }

  /* Zoom Out In */

  @keyframes ts-zoomOutIn {
    from {
      opacity: 0;
      transform: scale(1.1);
    }

    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  .ts-zoomOutIn {
    animation-name: ts-zoomOutIn;
  }

  /* Zoom In Short */

  @keyframes ts-zoomInShort {
    from {
      opacity: 0;
      transform: scale(0.9);
    }

    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  .ts-zoomInShort {
    animation-name: ts-zoomInShort;
  }

  /*-------------------------------------------
  -- Borders
-------------------------------------------*/

  .ts-border-radius__sm {
    border-radius: 0.125rem;
    overflow: hidden;
  }

  .ts-border-radius__md {
    border-radius: 0.25rem;
    overflow: hidden;
  }

  .ts-border-radius__lg {
    border-radius: 0.5rem;
    overflow: hidden;
  }

  .ts-border-radius__xl {
    border-radius: 0.75rem;
    overflow: hidden;
  }

  .ts-border-radius__pill {
    border-radius: 6.25rem !important;
    overflow: hidden;
  }

  .ts-border-radius__round-shape {
    border-radius: 187.5rem;
    overflow: hidden;
  }

  .ts-border-none {
    border: none;
  }

  .ts-border-bottom {
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
  }

  .ts-font-color__white {
    color: #fff;
  }

  .ts-font-color__black {
    color: #000;
  }

  .ts-font-color__primary {
    color: #3a79f9;
  }

  /*-------------------------------------------
  -- Background
-------------------------------------------*/

  [data-bg-image] {
    background-size: cover;
    background-position: 50%;
  }

  .ts-background {
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -2;
  }

  .ts-background .ts-background {
    height: 100%;
    width: 100%;
  }

  .ts-background-repeat {
    background-repeat: repeat;
    background-size: inherit;
  }

  .ts-background-repeat .ts-background-image {
    background-repeat: repeat;
    background-size: inherit;
  }

  .ts-background-image,
  .ts-img-into-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 100%;
    overflow: hidden;
    width: 100%;
  }

  .ts-background-image img,
  .ts-img-into-bg img {
    display: none;
  }

  .ts-background-original-size {
    background-size: inherit;
  }

  .ts-background-size-cover {
    background-size: cover;
  }

  .ts-background-size-contain {
    background-size: contain;
  }

  .ts-background-repeat-x {
    background-repeat: repeat-x;
  }

  .ts-background-repeat-y {
    background-repeat: repeat-y;
  }

  .ts-background-repeat-repeat {
    background-repeat: repeat;
    background-size: inherit;
  }

  .ts-background-position-top {
    background-position: top;
  }

  .ts-background-position-center {
    background-position: center;
  }

  .ts-background-position-bottom {
    background-position: bottom;
  }

  .ts-background-position-left {
    background-position-x: left !important;
  }

  .ts-background-position-right {
    background-position-x: right !important;
  }

  .ts-background-particles {
    height: 120%;
    left: 0;
    margin-left: -10%;
    margin-top: -10%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 120%;
    z-index: 1;
  }

  .ts-background-is-dark {
    color: #fff;
  }

  .ts-background-is-dark .form-control {
    box-shadow: 0 0 0 0.125rem rgba(255, 255, 255, 0.2);
  }

  .ts-background-is-dark .form-control:focus {
    box-shadow: 0 0 0 0.125rem rgba(255, 255, 255, 0.4);
  }

  .ts-background-is-dark .ts-btn-border-muted {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .ts-video-bg {
    height: 100%;
  }

  .ts-video-bg .fluid-width-video-wrapper {
    height: 100%;
  }

  /*-------------------------------------------
  -- Height
-------------------------------------------*/

  .ts-height__50px {
    height: 3.125rem;
  }

  .ts-height__100px {
    height: 6.25rem;
  }

  .ts-height__150px {
    height: 9.375rem;
  }

  .ts-height__200px {
    height: 12.5rem;
  }

  .ts-height__250px {
    height: 15.625rem;
  }

  .ts-height__300px {
    height: 18.75rem;
  }

  .ts-height__350px {
    height: 21.875rem;
  }

  .ts-height__400px {
    height: 25rem;
  }

  .ts-height__450px {
    height: 28.125rem;
  }

  .ts-height__500px {
    height: 31.25rem;
  }

  .ts-height__600px {
    height: 37.5rem;
  }

  .ts-height__700px {
    height: 43.75rem;
  }

  .ts-height__800px {
    height: 50rem;
  }

  .ts-height__900px {
    height: 56.25rem;
  }

  .ts-height__1000px {
    height: 62.5rem;
  }

  /*-------------------------------------------
  -- Margin
-------------------------------------------*/

  .ts-mt__0 {
    margin-top: 0 !important;
  }

  .ts-mr__0 {
    margin-right: 0 !important;
  }

  .ts-mb__0 {
    margin-bottom: 0 !important;
  }

  .ts-ml__0 {
    margin-left: 0 !important;
  }

  /*-------------------------------------------
  -- No Gutters - Removes padding from col*
-------------------------------------------*/

  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }

  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  /*-------------------------------------------
  -- Opacity
-------------------------------------------*/

  .ts-opacity__5 {
    opacity: 0.05;
  }

  .ts-opacity__10 {
    opacity: 0.1;
  }

  .ts-opacity__20 {
    opacity: 0.2;
  }

  .ts-opacity__30 {
    opacity: 0.3;
  }

  .ts-opacity__40 {
    opacity: 0.4;
  }

  .ts-opacity__50 {
    opacity: 0.5;
  }

  .ts-opacity__60 {
    opacity: 0.6;
  }

  .ts-opacity__70 {
    opacity: 0.7;
  }

  .ts-opacity__80 {
    opacity: 0.8;
  }

  .ts-opacity__90 {
    opacity: 0.9;
  }

  /*-------------------------------------------
  -- Overflow
-------------------------------------------*/

  .ts-overflow__hidden {
    overflow: hidden;
  }

  .ts-overflow__visible {
    overflow: visible;
  }

  /*-------------------------------------------
  -- Padding
-------------------------------------------*/

  .ts-pt__0 {
    padding-top: 0 !important;
  }

  .ts-pr__0 {
    padding-right: 0 !important;
  }

  .ts-pb__0 {
    padding-bottom: 0 !important;
  }

  .ts-pl__0 {
    padding-left: 0 !important;
  }

  /*-------------------------------------------
  -- Position
-------------------------------------------*/

  /* Top */

  .ts-top__0 {
    top: 0%;
  }

  .ts-top__50 {
    top: 50%;
  }

  .ts-top__100 {
    top: 100%;
  }

  /* Right */

  .ts-right__0 {
    right: 0%;
  }

  .ts-right__50 {
    right: 50%;
  }

  .ts-right__100 {
    right: 100%;
  }

  .ts-right__inherit {
    right: inherit;
  }

  /* Bottom */

  .ts-bottom__0 {
    bottom: 0%;
  }

  .ts-bottom__50 {
    bottom: 50%;
  }

  .ts-bottom__100 {
    bottom: 100%;
  }

  /* Left */

  .ts-left__0 {
    left: 0%;
  }

  .ts-left__50 {
    left: 50%;
  }

  .ts-left__100 {
    left: 100%;
  }

  .ts-left__inherit {
    left: inherit;
  }

  .ts-push-left__100 {
    transform: translateX(100%);
  }

  /*-------------------------------------------
  -- Shadow
-------------------------------------------*/

  .ts-shadow__sm {
    box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1);
  }

  .ts-shadow__md {
    box-shadow: 0.125rem 0.1875rem 0.9375rem rgba(0, 0, 0, 0.15);
  }

  .ts-shadow__lg {
    box-shadow: 0.375rem 0.3125rem 1.5625rem rgba(0, 0, 0, 0.2);
  }

  .ts-shadow__none {
    box-shadow: none !important;
  }

  /*-------------------------------------------
  -- Typography
-------------------------------------------*/

  a {
    color: #134f9f;
    transition: 0.3s ease;
  }

  a:hover {
    color: rgb(7, 84, 237);
    text-decoration: none;
  }

  p {
    line-height: 1.6875rem;
    /*margin-bottom: 1.875rem;*/
    /*color: rgba(0, 0, 0, .5);*/
    color: rgba(0, 0, 0, 1);
    font-size: 1.2rem;
    color: #343538;
  }

  .ts-font-weight__normal {
    font-weight: normal;
  }

  .ts-font-weight__light {
    font-weight: lighter;
  }

  .ts-font-weight__bold {
    font-weight: bold;
  }

  .ts-text-small {
    font-size: 0.8125rem !important;
  }

  .ts-xs-text-center {
  }

  /*-------------------------------------------
  -- Title
-------------------------------------------*/

  .ts-title {
  }

  .ts-title h5 {
    font-weight: normal;
    opacity: 0.5;
  }

  /*-------------------------------------------
  -- Utilities
-------------------------------------------*/

  .ts-element {
    position: relative;
  }

  /* Social Icons */

  .ts-social-icons {
    font-size: 120%;
  }

  .ts-social-icons a {
    padding: 0.125rem 0.25rem;
    color: #9e9e9e;
  }

  /* Overlay */

  .ts-has-overlay {
    position: relative;
  }

  .ts-has-overlay:after {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }

  /* Flip x */

  .ts-flip-x {
    transform: scaleY(-1);
  }

  /* Flip Y */

  .ts-flip-y {
    transform: scaleX(-1);
  }

  .ts-video-bg {
    height: 100%;
  }

  .ts-video-bg .fluid-width-video-wrapper {
    height: 100%;
  }

  .ts-video-bg iframe {
    border: 0;
    height: 100%;
    width: 100%;
  }

  /*-------------------------------------------
  -- Width
-------------------------------------------*/

  .ts-width__10px {
    width: 0.625rem;
  }

  .ts-width__20px {
    width: 1.25rem;
  }

  .ts-width__30px {
    width: 1.875rem;
  }

  .ts-width__40px {
    width: 2.5rem;
  }

  .ts-width__50px {
    width: 3.125rem;
  }

  .ts-width__100px {
    width: 6.25rem;
  }

  .ts-width__200px {
    width: 12.5rem;
  }

  .ts-width__300px {
    width: 18.75rem;
  }

  .ts-width__400px {
    width: 25rem;
  }

  .ts-width__500px {
    width: 31.25rem;
  }

  .ts-width__inherit {
    width: inherit !important;
  }

  .ts-width__auto {
    width: auto !important;
  }

  /*-------------------------------------------
  -- Z-index
-------------------------------------------*/

  .ts-z-index__-1 {
    z-index: -1 !important;
  }

  .ts-z-index__0 {
    z-index: 0 !important;
  }

  .ts-z-index__1 {
    z-index: 1 !important;
  }

  .ts-z-index__2 {
    z-index: 2 !important;
  }

  .ts-z-index__1000 {
    z-index: 1000 !important;
  }

  /***********************************************************************************************************************
C. Components
***********************************************************************************************************************/

  /*-------------------------------------------
  -- Block
-------------------------------------------*/

  .ts-block {
    padding-bottom: 5rem;
    padding-top: 5rem;
    position: relative;
    /*
  &:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'  width='103.987' height='105.599'%3E%3cpath fill='var(--color-primary-svg)' d='M101.017 45.961c-10.338 22.34-33.156 61.239-62.326 59.586-31.984-1.803-44.52-48.772-36.182-73.996 15.682-47.439 120.287-40.376 98.508 14.41-10.998 23.766 1.923-4.836 0 0z'/%3E%3c/svg%3E");
  }
  */
  }

  .ts-block-inside {
    padding: 1.25rem;
    position: relative;
  }

  section {
    position: relative;
  }

  /*-------------------------------------------
  -- Blockquote
-------------------------------------------*/

  blockquote {
    font-size: 1.125rem;
    position: relative;
    padding-bottom: 2rem;
  }

  blockquote [class*="ts-circle"] {
    box-shadow: 0.375rem 0.3125rem 1.5625rem rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
    margin-top: 1rem;
  }

  blockquote p {
    background-color: #f1f1f1;
    border-radius: 0.25rem;
    margin-top: -2.5rem;
    padding: 2.5rem;
    position: relative;
    z-index: 1;
  }

  blockquote p:after {
    border-color: #f1f1f1 transparent transparent transparent;
    border-style: solid;
    border-width: 0.8125rem 0.8125rem 0 0.8125rem;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -0.8125rem;
  }

  blockquote h4 {
    margin-bottom: 0.3125rem;
  }

  blockquote h6 {
    opacity: 0.5;
  }

  .blockquote-footer {
    color: inherit;
  }

  .blockquote-footer:before {
    display: none;
  }

  .ts-carousel-blockquote .owl-item figure,
  .ts-carousel-blockquote .owl-item p,
  .ts-carousel-blockquote .owl-item .blockquote-footer {
    opacity: 0;
    transition: 0.6s ease;
    transform: translateY(0.625rem);
  }

  .ts-carousel-blockquote .owl-item.active figure,
  .ts-carousel-blockquote .owl-item.active p,
  .ts-carousel-blockquote .owl-item.active .blockquote-footer {
    opacity: 1;
    transform: translateY(0);
  }

  .ts-carousel-blockquote .owl-item.active p {
    transition-delay: 0.1s;
  }

  .ts-carousel-blockquote .owl-item.active .blockquote-footer {
    transition-delay: 0.2s;
  }

  .owl-prev,
  .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #fff;
  }
  .owl-next {
    right: 0px;
  }

  /*-------------------------------------------
  -- Box
-------------------------------------------*/

  .ts-box {
    background-color: #fff;
    border-radius: 0.25rem;
    margin-bottom: 1.875rem;
    box-shadow: 0.125rem 0.1875rem 0.9375rem rgba(0, 0, 0, 0.15);
    padding: 1.5625rem;
  }

  /*-------------------------------------------
  -- Buttons
-------------------------------------------*/

  .btn {
    /*border-radius: 6.25rem;*/
    border-width: 0.125rem;
    box-shadow: 0.125rem 0.1875rem 0.9375rem rgba(0, 0, 0, 0.15);
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 0.5rem 1.25rem;
    position: relative;
    outline: none !important;
  }

  .btn:hover .fa-arrow-right {
    transform: translateX(0.5rem);
  }

  .btn .fa-arrow-right {
    transition: 0.6s cubic-bezier(0.85, -0.37, 0.17, 1.45);
    transform: translateX(0) rotate(0.02deg);
  }

  .btn span {
    transition: 0.3s ease;
  }

  .btn .status {
    bottom: 0;
    height: 1.375rem;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5rem;
  }

  .btn .status .spinner {
    left: 0.3125rem;
    transition: 0.3s ease;
    top: 0.1875rem;
    position: absolute;
    opacity: 0;
  }

  .btn .status .status-icon {
    border-radius: 50%;
    left: 0;
    opacity: 0;
    font-size: 0.625rem;
    padding: 0.25rem 0.4375rem;
    position: relative;
    transition: 0.3s ease;
    z-index: 1;
    transform: scale(0);
  }

  .btn .status .status-icon.valid {
    background-color: var(--green);
  }

  .btn .status .status-icon.invalid {
    background-color: var(--red);
  }

  .btn.processing span {
    opacity: 0.2;
  }

  .btn.processing .spinner {
    opacity: 1;
  }

  .btn.done .ts-spinner {
    opacity: 0;
  }

  .btn.done .status-icon {
    transform: scale(1);
    opacity: 1;
  }

  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active {
    /*background-color: darken( var(--color-primary), 20% );
    border-color: darken( var(--color-primary), 20% );*/
    background-color: #0998b3 !important;
    border-color: #0998b3 !important;
    box-shadow: 0.125rem 0.1875rem 0.9375rem rgba(0, 0, 0, 0.3);
  }

  .btn-primary {
    background-color: #0998b3;
    border-color: #0998b3;
    color: #fff;
  }

  .btn-primary.disabled,
  .btn-primary:disabled {
    background-color: rgb(7, 84, 237);
    border-color: rgb(7, 84, 237);
  }

  .btn-primary:not(:disabled):not(.disabled):active:focus,
  .btn-primary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-primary.dropdown-toggle:focus {
    background-color: rgb(7, 84, 237);
    border-color: rgb(6, 74, 208);
    box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.2);
  }

  .btn-primary:not(:disabled):not(.disabled):active,
  .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    background-color: rgb(7, 84, 237);
    border-color: rgb(7, 84, 237);
    box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.2);
  }

  .btn-blue {
    background-color: #00aeef;
    border-color: #00aeef;
    color: #fff;
  }

  .btn-dark {
    background-color: #191919;
    border-color: #191919;
  }

  .btn-outline-primary {
    border-color: #3a79f9;
    color: #3a79f9;
  }

  .btn-outline-primary:hover {
    background-color: #3a79f9;
    border-color: #3a79f9;
  }

  .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #3a79f9;
    border-color: #3a79f9;
    box-shadow: 0 0 0 0.2rem rgba(58, 121, 249, 0.5);
  }

  .btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1.125rem;
  }

  .btn-sm {
    font-size: 0.8125rem;
    padding: 0.375rem 1rem;
  }

  .btn-xs {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.125rem 0.6875rem;
    text-transform: uppercase;
  }

  [class*="btn-outline-"] {
    box-shadow: none;
  }

  .ts-btn-border-muted {
    border-color: rgba(25, 25, 25, 0.1);
  }

  /*-------------------------------------------
  -- Card
-------------------------------------------*/

  .card {
    backface-visibility: hidden;
    border: none;
    box-shadow: 0.125rem 0.1875rem 0.9375rem rgba(0, 0, 0, 0.15);
    margin-bottom: 1.875rem;
    overflow: hidden;
  }

  .card-columns .card {
    margin-bottom: 1.25rem;
  }

  .card-body,
  .card-footer,
  .card-header {
    padding: 1.5625rem;
  }

  .ts-cards-same-height > div[class*="col-"] {
    display: flex;
  }

  .ts-cards-same-height > div[class*="col-"] .card {
    width: 100%;
  }

  .ts-card__flat {
    border-radius: 0;
    box-shadow: none;
  }

  .ts-card__flat .card-footer {
    background-color: transparent;
    border: none;
  }

  .ts-card__image {
  }

  /*-------------------------------------------
  -- Circle
-------------------------------------------*/

  .ts-circle__xs {
    border-radius: 50%;
    display: inline-block;
    height: 3rem;
    flex: 0 0 3rem;
    overflow: hidden;
    text-align: center;
    line-height: 3rem;
    width: 3rem;
  }

  .ts-circle__sm {
    border-radius: 50%;
    display: inline-block;
    height: 4.375rem;
    flex: 0 0 4.375rem;
    overflow: hidden;
    text-align: center;
    line-height: 4.375rem;
    width: 4.375rem;
  }

  .ts-circle__md {
    border-radius: 50%;
    display: inline-block;
    height: 6.25rem;
    flex: 0 0 6.25rem;
    overflow: hidden;
    text-align: center;
    line-height: 6.25rem;
    width: 6.25rem;
  }

  .ts-circle__lg {
    border-radius: 50%;
    display: inline-block;
    height: 8.125rem;
    flex: 0 0 8.125rem;
    overflow: hidden;
    text-align: center;
    line-height: 8.125rem;
    width: 8.125rem;
  }

  .ts-circle__xl {
    border-radius: 50%;
    display: inline-block;
    height: 10rem;
    flex: 0 0 10rem;
    overflow: hidden;
    text-align: center;
    line-height: 10rem;
    width: 10rem;
  }

  .ts-circle__xxl {
    border-radius: 50%;
    display: inline-block;
    height: 15.625rem;
    flex: 0 0 15.625rem;
    overflow: hidden;
    text-align: center;
    line-height: 15.625rem;
    width: 15.625rem;
  }

  /*-------------------------------------------
  -- Forms
-------------------------------------------*/

  form.ts-labels-inside-input .form-group,
  .ts-form.ts-labels-inside-input .form-group {
    position: relative;
  }

  form.ts-labels-inside-input .form-group label,
  .ts-form.ts-labels-inside-input .form-group label {
    line-height: 2.625rem;
    left: 0.8125rem;
    opacity: 0.4;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: 0.3s ease;
  }

  form.ts-labels-inside-input .form-group label.focused,
  .ts-form.ts-labels-inside-input .form-group label.focused {
    top: -2.1875rem;
    left: 0;
    font-size: 0.75rem;
    opacity: 1;
  }

  .form-control {
    border: 0;
    box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.2);
    border-radius: 0.125rem;
    padding: 0.5625rem 0.75rem;
  }

  .form-control:focus {
    box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.4);
  }

  .form-group {
    margin-bottom: 1.5625rem;
  }

  .form-group label {
    font-size: 0.8125rem;
  }

  .ts-gallery {
    position: relative;
  }

  .ts-gallery .ts-gallery__image {
    background-color: #191919;
    color: #fff;
    display: block;
    height: 28rem;
    overflow: hidden;
  }

  .ts-gallery .ts-gallery__image:hover .ts-img-into-bg {
    opacity: 0.3;
    transform: scale(1.1);
  }

  .ts-gallery .ts-gallery__caption {
    padding: 3rem;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 2;
  }

  .ts-gallery .ts-img-into-bg {
    opacity: 0.6;
    transition: 1s cubic-bezier(0.23, 0.05, 0.17, 1.02);
    transform: scale(1.03);
  }

  /*-------------------------------------------
  -- Inputs
-------------------------------------------*/

  .ts-input__static {
    pointer-events: none;
    box-shadow: none;
  }

  .ts-inputs__transparent input,
  .ts-inputs__transparent textarea {
    background-color: transparent;
    color: #fff;
  }

  .ts-inputs__transparent input:active,
  .ts-inputs__transparent input:focus,
  .ts-inputs__transparent textarea:active,
  .ts-inputs__transparent textarea:focus {
    background-color: transparent;
    color: #fff;
  }

  .ts-item {
    height: 100%;
    padding-bottom: 1.875rem;
  }

  .ts-item-content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .ts-item-header {
    margin-bottom: 1.5625rem;
    position: relative;
  }

  .ts-item-header .icon {
    position: relative;
    display: inline-block;
  }

  .ts-item-header .icon .step {
    background-color: #3a79f9;
    top: 0;
    box-shadow: 0.125rem 0.1875rem 0.9375rem rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    line-height: 1.875rem;
    right: 0;
    height: 1.875rem;
    position: absolute;
    text-align: center;
    width: 1.875rem;
  }

  .ts-item-body {
    flex: 1 1 auto;
  }

  .ts-item-footer {
  }

  /*-------------------------------------------
  -- List
-------------------------------------------*/

  ul {
    line-height: 1.8rem;
    list-style: none;
    padding-left: 0;
  }

  ul.ts-list-colored-bullets li:before {
    content: "•";
    color: #3a79f9;
    vertical-align: middle;
    font-size: 1.75rem;
    padding-right: 0.75rem;
  }

  ul.ts-list-divided li {
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0.3125rem;
    padding-top: 0.3125rem;
  }

  ul.ts-list-divided li:last-child {
    border-bottom: none;
  }

  /*-------------------------------------------
  -- Loading Screen
-------------------------------------------*/

  body.has-loading-screen:before {
    background-color: #000;
    content: "";
    height: 100%;
    right: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    transition: 1.5s ease;
    opacity: 1;
  }

  body.has-loading-screen:after {
    content: url("../../assets/img/loading.svg");
    height: 2.5rem;
    width: 2.5rem;
    position: fixed;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    transform: scale(1);
    transition: 1.5s ease;
    top: 0;
    z-index: 10000;
  }

  body.has-loading-screen.loading-done:before {
    width: 0;
  }

  body.has-loading-screen.loading-done:after {
    transform: scale(0);
    opacity: 0;
  }

  /*-------------------------------------------
  -- Map
-------------------------------------------*/

  .map {
    min-height: 12.5rem;
  }

  .map a[href^="http://maps.google.com/maps"]
  {
    display: none !important;
  }

  .map a[href^="https://maps.google.com/maps"]
  {
    display: none !important;
  }

  .map .gmnoprint a,
  .map .gmnoprint span,
  .map .gm-style-cc {
    display: none;
  }

  /*-------------------------------------------
  -- Hero
-------------------------------------------*/

  #ts-hero {
    color: #fff;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  #ts-hero .ts-background-image {
    background-position: top center;
  }

  .masthead {
    min-height: 500px;
    background-image: url("../../images/TeamFFN_LiveLifeLady.png");
    background-size: cover;
    background-position: 0 60%;
    background-repeat: no-repeat;
    height: 80%;
  }

  .masthead h1 {
    font-weight: 700;
    line-height: 70px;
  }

  .masthead .lead {
    font-size: 1.8rem;
    line-height: normal;
  }

  .home-images-first {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .home-images-second {
    margin-bottom: 50px;
  }

  /*-------------------------------------------
  -- Navbar
-------------------------------------------*/

  .navbar {
    font-size: 1rem;
    font-weight: 500;
    padding-bottom: 2rem;
    padding-top: 2rem;
    transition: 0.3s ease;
  }

  .navbar li a {
    font-size: 1rem;
  }

  .navbar.in {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .navbar.in .ts-background {
    opacity: 1 !important;
  }

  .navbar .ts-background {
    transition: 1s ease;
  }

  [class*="navbar-expand"] .navbar-nav .nav-link {
    /*padding-top: .3125rem;
    padding-bottom: .3125rem;*/
    color: #ffffff;
  }

  .dropdown-item {
    font-size: 0.875rem;
  }

  .dropdown-menu {
    left: 5px;
    min-width: 1rem;
    z-index: 99;
  }

  .nav-item a {
    font: #fff;
  }

  /*XL*/

  /*LG*/

  /*MD*/

  /*SM*/

  /*-------------------------------------------
  -- Page
-------------------------------------------*/

  .ts-page-wrapper {
    overflow: hidden;
  }

  /*-------------------------------------------
  -- Partners
-------------------------------------------*/

  .ts-partners a {
    display: block;
    padding: 0.625rem 0.3125rem;
  }

  /*-------------------------------------------
  -- Plugins
-------------------------------------------*/

  .tv-site-widget {
    border: none !important;
  }

  iframe div {
    border: none;
  }

  /*-------------------------------------------
  -- Progress
-------------------------------------------*/

  .progress {
    background-color: transparent;
    border: 0.125rem solid #3a79f9;
    border-radius: 0;
    height: 0.625rem;
  }

  .progress .progress-bar {
    background-color: #3a79f9;
  }

  /*-------------------------------------------
  -- Promo Numbers
-------------------------------------------*/

  .ts-promo-numbers h2 {
    font-weight: normal;
  }

  .ts-promo-numbers h3 {
    font-weight: normal;
  }

  .ts-promo-number {
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative;
  }

  .ts-promo-number .ts-promo-number-divider:after {
    content: "";
    bottom: 0;
    border: 0.125rem solid #3a79f9;
    border-radius: 50%;
    height: 0.625rem;
    margin: auto;
    position: absolute;
    right: -0.3125rem;
    top: 0;
    width: 0.625rem;
  }

  /*-------------------------------------------
  -- Select
-------------------------------------------*/

  select.form-control {
    box-shadow: 0.125rem 0.1875rem 0.9375rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    cursor: pointer;
    height: 2.8125rem !important;
    margin-top: -0.125rem;
    padding: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.0625rem;
    text-overflow: "";
  }

  select.form-control:focus,
  select.form-control:hover {
    box-shadow: 0.375rem 0.3125rem 1.5625rem rgba(0, 0, 0, 0.2);
  }

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

  .select-wrapper {
    position: relative;
  }

  .select-wrapper:before {
    position: absolute;
    display: inline-block;
    font-weight: 900;
    text-rendering: auto;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0.9375rem;
    height: 1.875rem;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome\ 5 Free";
    content: "\f0dd";
  }

  /*-------------------------------------------
  -- Slider
-------------------------------------------*/

  .ts-slider {
    height: 100% !important;
  }

  .ts-slider div {
    height: 100% !important;
  }

  /*-------------------------------------------
  -- Tabs
-------------------------------------------*/

  .nav-tabs {
    border-bottom: none;
  }

  .nav-tabs h4 {
    font-weight: normal;
    margin-bottom: 0;
  }

  .nav-tabs .nav-link {
    background-color: transparent;
    border: none;
    border-bottom: 0.1875rem solid transparent;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    padding-right: 0;
    padding-left: 0;
    color: inherit;
    opacity: 0.5;
  }

  .nav-tabs .nav-link.active {
    color: #191919;
    background-color: transparent;
    border-bottom: 0.1875rem solid #3a79f9;
    opacity: 1;
  }

  /***********************************************************************************************************************
D. Plugins Styles
***********************************************************************************************************************/

  /*-------------------------------------------
  -- Magnific Popup
-------------------------------------------*/

  /* overlay at start */

  .mfp-fade.mfp-bg {
    opacity: 0;
    background-color: #000;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }

  /* overlay animate in */

  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
  }

  /* overlay animate out */

  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
  }

  /* content at start */

  .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }

  /* content animate it */

  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
  }

  /* content animate out */

  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
  }

  /*-------------------------------------------
  -- Owl Carousel
-------------------------------------------*/

  .owl-carousel .owl-stage,
  .owl-carousel .owl-stage-outer,
  .owl-carousel .owl-item {
    height: 100%;
  }

  .owl-carousel .owl-dots {
    text-align: center;
  }

  .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    padding: 0.3125rem;
  }

  .owl-carousel .owl-dots .owl-dot:hover span,
  .owl-carousel .owl-dots .owl-dot.active span {
    opacity: 0.7;
  }

  .owl-carousel .owl-dots .owl-dot span {
    background-color: #191919;
    border-radius: 50%;
    display: inline-block;
    height: 0.625rem;
    opacity: 0.2;
    transition: 0.3s ease;
    width: 0.625rem;
  }

  .owl-carousel .owl-nav {
    position: absolute;
    top: -1.25rem;
    bottom: 0;
    height: 0;
    margin: auto;
    width: 100%;
  }

  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    background-color: rgba(25, 25, 25, 0.6);
    border-radius: 50%;
    box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1);
    color: #fff;
    display: inline-block;
    height: 2.5rem;
    position: absolute;
    text-align: center;
    transition: 0.3s ease;
    width: 2.5rem;
    padding-top: 10px;
  }

  .owl-carousel .owl-nav .owl-prev:hover,
  .owl-carousel .owl-nav .owl-next:hover {
    background-color: rgba(25, 25, 25, 0.8);
  }

  /***********************************************************************************************************************
E. Template Specific Elements
***********************************************************************************************************************/

  /*-------------------------------------------
  -- Centered Slider
-------------------------------------------*/

  .ts-carousel-centered .slide {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 1rem;
  }

  .ts-carousel-centered .owl-item {
    perspective: 1000;
  }

  .ts-carousel-centered .owl-item .slide {
    opacity: 0.5;
    transition: 0.3s ease;
    transform: scale(0.95);
  }

  .ts-carousel-centered .owl-item.active.center .slide {
    opacity: 1;
    transform: scale(1);
  }

  .ts-carousel-centered .owl-nav .owl-prev,
  .ts-carousel-centered .owl-nav .owl-next {
    height: 3.75rem;
    width: 3.75rem;
  }

  .ts-carousel-centered .owl-nav .owl-prev:after,
  .ts-carousel-centered .owl-nav .owl-next:after {
    font-size: 1.375rem;
    line-height: 3.75rem;
  }

  .ts-carousel-centered .owl-nav .owl-prev:hover,
  .ts-carousel-centered .owl-nav .owl-next:hover {
    background-color: rgb(25, 25, 25);
  }

  .ts-carousel-centered .owl-nav .owl-next {
    right: 1.25rem;
  }

  .ts-carousel-centered .owl-nav .owl-prev {
    left: 1.25rem;
  }

  /*-------------------------------------------
  -- Hero Form Floated
-------------------------------------------*/

  .floated {
    position: relative;
    width: 100%;
    z-index: 1;
    bottom: -1.875rem;
  }

  .floated form {
    position: relative;
    padding: 1.875rem 3.75rem;
  }

  /*-------------------------------------------
  -- Price Box
-------------------------------------------*/

  .ts-price-box__promoted {
    box-shadow: 0.375rem 0.3125rem 1.5625rem rgba(0, 0, 0, 0.2);
    margin-top: -1.25rem;
    margin-bottom: 0.625rem;
    z-index: 2;
  }

  .ts-price-box__promoted .ts-title {
    transform: scale(1.2);
  }

  /*-------------------------------------------
  -- Time Line
-------------------------------------------*/

  .ts-time-line__horizontal {
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
    position: relative;
    /* timeline line */
  }

  .ts-time-line__horizontal ul {
    padding-left: 1.875rem;
    list-style: none;
    position: relative;
  }

  .ts-time-line__horizontal:after {
    background-color: #474747;
    content: "";
    bottom: 6.875rem;
    height: 0.1875rem;
    left: 0;
    position: absolute;
    width: 100%;
  }

  .ts-time-line__horizontal .ts-time-line__item {
    flex: 0 0 auto;
    margin-right: 1.875rem;
    position: relative;
    width: 18.75rem;
  }

  .ts-time-line__horizontal .ts-time-line__item .ts-box {
    position: relative;
    /* dot */
  }

  .ts-time-line__horizontal .ts-time-line__item .ts-box:before {
    background-color: #474747;
    bottom: -4.375rem;
    border-radius: 100%;
    content: "";
    left: 1.6875rem;
    height: 0.75rem;
    position: absolute;
    width: 0.75rem;
  }

  .ts-time-line__horizontal .ts-time-line__item .ts-box {
    /*triangle*/
  }

  .ts-time-line__horizontal .ts-time-line__item .ts-box:after {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 0.5rem 0.5rem 0 0.5rem;
    bottom: -0.4375rem;
    content: "";
    left: 1.5625rem;
    height: 0;
    position: absolute;
    width: 0;
  }

  .ts-time-line__horizontal .ts-time-line__item.ts-time-line__milestone {
    width: 4.375rem;
  }

  .ts-time-line__horizontal
    .ts-time-line__item.ts-time-line__milestone
    .ts-box {
    background-color: #3a79f9;
    color: #fff;
  }

  .ts-time-line__horizontal
    .ts-time-line__item.ts-time-line__milestone
    .ts-box:after {
    border-color: #3a79f9 transparent transparent transparent;
  }

  .ts-time-line__horizontal .ts-time-line__item.ts-time-line__milestone h5 {
    writing-mode: vertical-lr;
    margin: 0;
  }

  .ts-time-line__horizontal .ts-time-line__item figure {
    margin-left: 1.875rem;
    margin-top: 4.6875rem;
  }

  .ts-time-line__horizontal .ts-time-line__item figure small {
    text-transform: uppercase;
    opacity: 0.4;
  }

  .ts-time-line__horizontal .ts-time-line__item figure small,
  .ts-time-line__horizontal .ts-time-line__item figure h6 {
    font-weight: 600;
  }

  .ts-time-line__horizontal .owl-stage-outer {
    padding: 1rem 1rem 0 1rem;
  }

  .ts-time-line__horizontal .owl-stage {
    align-items: flex-end;
    display: flex;
  }

  .ts-time-line__horizontal .ts-sly-frame.ts-loaded > ul {
    align-items: flex-end;
    display: flex;
  }

  /*-------------------------------------------
  -- SVG Shapes
-------------------------------------------*/

  .ts-svg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    margin: auto;
  }

  .ts-story:hover {
    color: #fff;
  }

  .ts-story:hover p {
    color: #fff;
  }

  .ts-story:hover .ts-background {
    background-color: #000 !important;
  }

  .ts-story:hover .ts-background-image {
    opacity: 0.4 !important;
  }

  .ts-story {
    margin-bottom: 2rem;
    padding: 14rem 2rem 2rem 2rem;
    position: relative;
  }

  .ts-story .ts-background,
  .ts-story .ts-background-image {
    transition: 0.3s ease;
  }

  .ts-story figure {
    background-color: #fff;
    color: rgba(25, 25, 25, 0.2);
    font-weight: 500;
    position: absolute;
    top: -0.375rem;
    left: 3rem;
    padding: 1rem;
    transform: rotate(-90deg);
    transform-origin: bottom;
  }

  /*-------------------------------------------
  -- Other
-------------------------------------------*/

  /* Footer push up */

  #ts-footer .ts-box {
    margin-top: -3.125rem;
  }

  .ts-tabs-presentation .tab-pane img {
    opacity: 0;
    transition: 0.3s ease;
    transform: translateY(1.25rem);
  }

  .ts-tabs-presentation .tab-pane.show.active img {
    opacity: 1;
    transform: translateY(0);
  }

  /* Hero navigation arrows */

  #ts-hero .owl-prev,
  #ts-hero .owl-next {
    background-color: transparent;
    border: 0.125rem solid rgba(255, 255, 255, 0.8);
  }

  #ts-hero .owl-prev:after,
  #ts-hero .owl-next:after {
    line-height: 2.25rem;
  }

  /* Hero slider height */

  .ts-hero-slider {
    height: 100% !important;
  }

  .ts-hero-slider div {
    height: 100% !important;
  }

  .container-fluid,
  .page-title-wrapper {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .teamffn-title {
    font-family: "proxima-nova-extra-condensed";
    font-size: 3.5rem;
    color: #00aeef;
    font-weight: 900;
    margin-top: 40px;
  }

  .teamffn-title-sub {
  font-family: "helvetica", sans-serif;
    font-size: 2.4rem;
    color: #00aeef;
    font-weight: 900;
    margin-top: 5px;
    margin-bottom: 15px;
    line-height: 1.2;
  }

  .training-docs-subtitle,
  .forms-flyers-column-title {
    font-family: "freightbigcmp-pro", serif;
    letter-spacing: 0.05rem;
    color: #00aeef;
    font-weight: 900;
    font-size: 2rem;
    margin-top: -10px;
  }

  .forms-flyers-column-title {
    font-size: 3.3rem;
  }

  .embed-container > img,
  .embed-container > a > img {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }

  @media only screen and (min-width: 600px) {
    .teamffn-title {
      font-size: 5rem;
    }

    .teamffn-title-sub {
      font-size: 2.6rem;
    }

    .training-docs-subtitle {
      font-size: 2.5rem;
    }
  }

  @media only screen and (min-width: 768px) {
    .forms-flyers-column-title {
      font-size: 3.4rem;
    }
  }

  @media only screen and (min-width: 900px) {
    .teamffn-title {
      font-size: 5.8rem;
      margin-top: 60px;
    }

    .teamffn-title-sub {
      /*margin-top: 25px;*/
      margin-top: 10px;
    }

    .training-docs-subtitle {
      margin-top: -20px;
    }
  }

  @media only screen and (min-width: 1200px) {
    .teamffn-title {
      font-size: 6rem;
    }

  }

      .forms-flyers-column-title {
      font-size: 3.2rem;
    }

  .forms-docs > div > div {
    margin-bottom: 20px;
  }

  .forms-docs > div > div {
    background-color: #414141;
    filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.2));
    padding: 10px;
    color: #ffffff;
    text-align: center;
    border-radius: 3.2px;
  }

  .forms-docs > div > div a {
    color: #ffffff;
    font-size: 2.4rem;
  }

  .forms-docs > div > div:hover {
    background-color: #1f2972;
  }

  .forms-docs p {
    text-align: center;
    padding-top: 0.25rem;
    color: #00aeef;
    font-size: 0.9375rem;
  }

  .video-title {
    margin-top: 30px;
    font-family: Poppins;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 0px;
  }

  .video-title.opportunity {
    background-color: #00aeef;
    padding: 0.2rem;
  }

  @media only screen and (min-width: 1400px) {
    .video-title.opportunity {
      background-color: #00aeef;
      padding: 0.8rem;
    }
  }

  .video-title.opportunity p {
    color: white;
    margin: 0;
    font-size: 1rem;
  }

  .footer-button p.video-title {
    font-size: 1.2rem;
  }

  @media only screen and (min-width: 1400px) {
    .footer-button .video-title {
      font-size: 1.6rem;
    }
  }

  .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .embed-container {
    position: relative;
  }

  .embed-container.change iframe {
    display: none;
  }

  .embed-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;

    -webkit-transition: all 0.2s ease; /* Safari 3.2+, Chrome */
    -moz-transition: all 0.2s ease; /* Firefox 4-15 */
    -o-transition: all 0.2s ease; /* Opera 10.5-12.00 */
    transition: all 0.2s ease; /* Firefox 16+, Opera 12.50+ */
  }

  .embed-overlay button {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 24px;
    border: none;
    background: none;
    color: #ffffff;
    cursor: pointer;
    max-width: 200px;
  }

  .embed-overlay button i {
    display: block;
    font-size: 40px;
    margin-bottom: 5px;
  }

  #product .row {
    margin-bottom: 30px;
  }

  #contact-invite-bullets ul li {
    margin: 10px 0;
    font-size: 1.2rem;
    position: relative;
    line-height: 22px;
  }

  #contact-invite-bullets ul li:before {
    content: "\2022";
    color: #3fb44f;
    /*margin-right: 10px;*/
    /*font-size: 36px;*/
    font-size: 2rem;
    left: -30px;
    top: -4px;
    position: absolute;
  }

  .action-plan-background {
    background-image: url(../../images/2021_ActionPlan.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    cursor: pointer;
  }

  /*launch-my-biz */

  .biz-step {
    display: flex;
    align-items: center;
  }

  .step-title {
    margin-left: 20px;
    font-size: 24px;
    font-weight: 500;
  }

  .active-icon .step-icon {
    background: #ec008c;
  }

  .step-icon {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 3px solid #ec008c;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
  }

  .step-icon a {
    color: #ec008c;
    font-weight: 500;
    font-size: 24px;
  }

  .show-share-padding {
    padding: 1rem 4rem;
  }

  .connect-padding {
    padding: 1rem 4rem 1rem 15px;
  }

  @media (max-width: 1200px) {
    .navbar li a {
      font-size: 0.8rem;
    }
  }

  @media (max-width: 991px) {
    .connect-padding {
      padding: 1rem 4rem;
    }

    .show-share-padding {
      padding: 1rem 4rem;
    }
  }

  @media (max-width: 770px) {
    .masthead {
      height: auto;
      background-position: center;
    }
  }

  @media (max-width: 767px) {
    .action-plan-background {
      height: 24rem;
      margin-bottom: 30px;
    }

    .home-images-first {
      margin-top: 0px;
    }

    .forms-docs .col-md-5 div a {
      font-size: 14px;
    }
  }

  @media (max-width: 622px) {
    .masthead {
      background-position: -150px 0px;
    }
  }

  @media (max-width: 548px) {
    .masthead {
      background-position: -200px 0px;
    }
  }

  @media (max-width: 414px) {
    .masthead {
      background-position: -300px 0px;
    }

    .masthead h1 {
      font-size: 4rem;
    }
  }

  @media (max-width: 388px) {
    .navbar-brand img {
      max-width: 190px;
    }

    .masthead {
      background-position: 90% 0px;
    }
  }

  @media (min-width: 36rem) and (max-width: 47.9375rem) {
    html {
      font-size: 85%;
    }

    h1,
    .ts-h1 {
      font-size: 2.5rem;
    }

    h2,
    .ts-h2 {
      font-size: 1.625rem;
    }

    h3,
    .ts-h3 {
      font-size: 1.25rem;
    }

    .ts-column-count-sm-1 {
      column-count: 1;
    }

    .ts-column-count-sm-2 {
      column-count: 2;
    }

    .ts-column-count-sm-3 {
      column-count: 3;
    }

    .ts-column-count-sm-4 {
      column-count: 4;
    }

    .ts-promo-numbers h2 {
      font-size: 2.375rem;
    }
  }

  @media (min-width: 48rem) and (max-width: 61.9375rem) {
    html {
      font-size: 90%;
    }

    h1,
    .ts-h1 {
      font-size: 2.8rem;
    }

    h2,
    .ts-h2 {
      font-size: 1.875rem;
    }

    h3,
    .ts-h3 {
      font-size: 1.375rem;
    }

    .ts-column-count-md-1 {
      column-count: 1;
    }

    .ts-column-count-md-2 {
      column-count: 2;
    }

    .ts-column-count-md-3 {
      column-count: 3;
    }

    .ts-column-count-md-4 {
      column-count: 4;
    }

    .ts-promo-numbers h2 {
      font-size: 2.5rem;
    }
  }

  @media (min-width: 62rem) and (max-width: 74.9375rem) {
    html {
      font-size: 95%;
    }

    h1,
    .ts-h1 {
      font-size: 3.125rem;
    }

    h2,
    .ts-h2 {
      font-size: 2rem;
    }

    h3,
    .ts-h3 {
      font-size: 1.375rem;
    }

    .ts-column-count-lg-1 {
      column-count: 1;
    }

    .ts-column-count-lg-2 {
      column-count: 2;
    }

    .ts-column-count-lg-3 {
      column-count: 3;
    }

    .ts-column-count-lg-4 {
      column-count: 4;
    }

    .ts-block {
      padding-bottom: 6.25rem;
      padding-top: 6.25rem;
    }

    .ts-card__image {
      height: 12.5rem;
    }

    .ts-promo-numbers h2 {
      font-size: 2.75rem;
    }
  }

  @media (min-width: 75rem) {
    html {
      font-size: 100%;
    }

    h1,
    .ts-h1 {
      font-size: 2.75rem;
    }

    h2,
    .ts-h2 {
      font-size: 2.25rem;
    }

    h3,
    .ts-h3 {
      font-size: 1.625rem;
    }

    .ts-column-count-xl-1 {
      column-count: 1;
    }

    .ts-column-count-xl-2 {
      column-count: 2;
    }

    .ts-column-count-xl-3 {
      column-count: 3;
    }

    .ts-column-count-xl-4 {
      column-count: 4;
    }

    .ts-block {
      padding-bottom: 8.125rem;
      padding-top: 8.125rem;
    }

    .ts-card__image {
      height: 15.625rem;
    }

    .navbar.navbar-expand-xl .navbar-nav {
      align-items: center;
    }

    .navbar.navbar-expand-xl .ts-background {
      opacity: 0;
    }

    .ts-promo-numbers h2 {
      font-size: 3rem;
    }

    .ts-carousel-centered .owl-nav .owl-next {
      right: 5rem;
    }

    .ts-carousel-centered .owl-nav .owl-prev {
      left: 5rem;
    }

    .floated form {
      padding: 2.5rem 5rem;
    }
  }

  @media (max-width: 35.9375rem) {
    h1,
    .ts-h1 {
      margin-top: 1.25rem;
      margin-bottom: 1.25rem;
      font-size: 2.5rem;
    }

    [class*="ts-column-count-"] {
      column-count: 1;
    }

    .ts-xs-text-center {
      text-align: center !important;
    }

    .ts-title {
      margin-bottom: 1.875rem;
    }

    .ts-promo-numbers h2 {
      font-size: 2.25rem;
    }
  }

  @media (min-width: 36rem) and (max-width: 61.9375rem) {
    h1,
    .ts-h1 {
      margin-top: 1.875rem;
      margin-bottom: 1.875rem;
    }

    .ts-title {
      margin-bottom: 3.125rem;
    }

    .ts-block-inside {
      padding: 2.5rem;
    }
  }

  @media (min-width: 62rem) {
    h1,
    .ts-h1 {
      margin-top: 1.875rem;
      /*margin-bottom: 2.5rem;*/
      margin-bottom: 1.875rem;
    }

    .ts-title {
      margin-bottom: 5rem;
    }

    .ts-block-inside {
      padding: 3.75rem;
    }

    .navbar.navbar-expand-lg .navbar-nav {
      align-items: center;
    }

    .navbar.navbar-expand-lg .ts-background {
      opacity: 0;
    }

    .floated {
      position: absolute;
    }

    .carousel-item img {
      /*height: 100%;
        width: auto;*/
    }
  }

  @media (max-width: 47.9375rem) {
    h4,
    .ts-h4 {
      font-size: 1.125rem;
    }
  }

  @media (min-width: 48rem) {
    h4,
    .ts-h4 {
      font-size: 1.25rem;
    }

    .navbar.navbar-expand-md .navbar-nav {
      align-items: center;
    }

    .navbar.navbar-expand-md .ts-background {
      opacity: 0;
    }
  }

  @media (max-width: 61.9375rem) {
    .ts-card__image {
      height: 15.625rem;
    }
  }

  @media (min-width: 36rem) {
    .navbar.navbar-expand-sm .navbar-nav {
      align-items: center;
    }

    .navbar.navbar-expand-sm .ts-background {
      opacity: 0;
    }

    .ts-carousel-centered .owl-nav .owl-next {
      right: 2.5rem;
    }

    .ts-carousel-centered .owl-nav .owl-prev {
      left: 2.5rem;
    }
  }
}

#vip-faqs .title-1 {
  font-family: sweet-sans-pro;
  font-weight: 700;
  font-size: 2rem;
}

#vip-faqs .question {
  font-family: sweet-sans-pro;
  font-weight: 400;
  position: relative;
}

#vip-faqs .question:after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../../images/plus-icon.svg);
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}

#vip-faqs .answer {
  font-family: HelveticaNeueLTStd-Roman, Arial, sans-serif;
  font-weight: 400;
}

#vip-faqs .answer b {
  font-weight: 700;
}

#vip-faqs .answer ul li i {
  color: #000000;
  font-size: 0.4rem;
  padding-right: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
}

#vip-faqs .q-a {
  border-width: 0;
  border-bottom: 1px solid #000000;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

#vip-faqs .q-a .question {
  font-size: 1rem;
}

#vip-faqs .q-a .answer {
  font-size: 0.8rem;
}

#vip-faqs .q-a.open .question {
  font-weight: 800;
}

#vip-faqs .q-a.open .question:after {
  background-image: url(../../images/minus-icon.svg);
}

#vip-faqs.faq-smaller-text .q-a .question {
  font-size: 1rem;
}

#vip-faqs.faq-smaller-text .q-a .answer {
  font-size: 1rem;
}

.faqs {
  background: #ffffff;
  padding: 50px 0;
  display: none;
}

.q-a {
  padding-left: 45px;
  padding-right: 70px;
  cursor: pointer;
  border: 1px solid #f4f4f4;
  margin: 10px 0;

  -webkit-transition: all 0.2s ease; /* Safari 3.2+, Chrome */
  -moz-transition: all 0.2s ease; /* Firefox 4-15 */
  -o-transition: all 0.2s ease; /* Opera 10.5-12.00 */
  transition: all 0.2s ease; /* Firefox 16+, Opera 12.50+ */
}

.q-a.open {
  border: 1px solid #000f9f;
}

.q-a .question {
  padding: 25px 0;
  position: relative;
  font-size: 24px;
  /*text-transform: uppercase;*/
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}

.q-a .question i {
  color: #000000;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.q-a .question .fa-minus {
  display: none;
}

.q-a.open .question .fa-minus {
  display: block;
}

.q-a.open .question .fa-plus {
  display: none;
}

.answer {
  display: none;
  padding-bottom: 25px;
  font-size: 20px;
}

@media screen and (max-width: 500px) {
  #vip-faqs .question:after {
    right: -5px;
    /*top: 37%;*/
  }
}

@media (min-width: 748px) {
  #vip-faqs .q-a .answer {
    font-size: 1.2rem;
  }

  #vip-faqs .q-a .question {
    font-size: 1.4rem;
  }
}
