* {
  box-sizing: border-box;
}

html, body {
  font-family: "Montserrat", sans-serif;
  color: #272B38;
}

.container {
  margin: 0 20px;
}
@media (min-width: 1366px) {
  .container {
    margin: 0 100px;
  }
}

.dot {
  color: #FF442E;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

video {
  max-width: 100%;
}

@media (min-width: 992px) {
  .mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .desktop {
    display: none;
  }
}

.blue-gradient {
  background: transparent linear-gradient(180deg, #D6FDFF 0%, white 100%) 0 0 no-repeat padding-box;
}

@media (min-width: 992px) {
  .newline-lg {
    display: block;
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.skip-link:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#scrollToTop {
  position: absolute;
  top: 0;
  right: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #0DE496;
  color: #272B38;
  margin-top: -25px;
  cursor: pointer;
}
@media (min-width: 992px) {
  #scrollToTop {
    top: 60px;
    right: 30px;
  }
}
#scrollToTop span {
  font-size: 35px;
  line-height: 40px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5px;
  color: #272B38;
  margin: 0 0 20px;
}

.h1 {
  letter-spacing: 1px;
}

p {
  font-family: "Montserrat", sans-serif;
  color: #272B38;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.4px;
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  p {
    font-size: 20px;
    line-height: 30px;
  }
}

#inplayer-header {
  position: relative;
}
#inplayer-header.showing-submenu .header-inner .nav {
  border-bottom: 1px solid #D7DDE5;
}
#inplayer-header .header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  padding: 15px 20px 0;
  transition: background-color 0.2s ease, top 0.4s ease;
  z-index: 11;
}
#inplayer-header .header-inner.active {
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1366px) {
  #inplayer-header .header-inner {
    padding-left: 100px;
    padding-right: 100px;
  }
}
#inplayer-header .header-inner nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin: auto;
}
#inplayer-header .header-inner nav .logo {
  max-width: 140px;
}
@media (min-width: 992px) {
  #inplayer-header .header-inner nav .logo {
    max-width: none;
  }
}
#inplayer-header .header-inner nav .logo .active {
  display: none;
}
#inplayer-header .header-inner nav .logo img {
  width: 170px;
}
@media all and (min-width: 992px) and (max-width: 1024px) {
  #inplayer-header .header-inner nav .logo img {
    width: 145px;
  }
}
#inplayer-header .header-inner nav .menu-btn {
  border: none;
  padding: 0;
  background-color: transparent;
  font-size: 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media (min-width: 992px) {
  #inplayer-header .header-inner nav .menu-btn {
    display: none;
  }
}
#inplayer-header .header-inner nav .menu-btn span {
  color: white;
}
#inplayer-header .header-inner .desktop-top-menu {
  display: none;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #inplayer-header .header-inner .desktop-top-menu {
    display: flex;
  }
}
#inplayer-header .header-inner .desktop-top-menu .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#inplayer-header .header-inner .desktop-top-menu .menu li {
  margin-right: 20px;
}
@media (min-width: 1440px) {
  #inplayer-header .header-inner .desktop-top-menu .menu li {
    margin-right: 48px;
  }
}
#inplayer-header .header-inner .desktop-top-menu .menu li:last-child {
  margin-right: 0;
}
#inplayer-header .header-inner .desktop-top-menu .menu li a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.28px;
  color: white;
  text-decoration: none;
}
#inplayer-header .header-inner .desktop-top-menu .menu li a img {
  margin-right: 5px;
}
#inplayer-header .header-inner .desktop-top-menu .menu li a img.active {
  display: none;
}
#inplayer-header .header-inner .desktop-top-menu .search-form {
  position: relative;
}
#inplayer-header .header-inner .desktop-top-menu .search-form #search {
  border: none;
  border-radius: 0;
  padding: 0 0 0 30px;
  background-color: transparent;
  width: 80px;
  transition: width 0.5s;
}
#inplayer-header .header-inner .desktop-top-menu .search-form #search:focus, #inplayer-header .header-inner .desktop-top-menu .search-form #search:active {
  border-bottom: 1px solid white;
  width: 300px;
}
#inplayer-header .header-inner .desktop-top-menu .search-form #search, #inplayer-header .header-inner .desktop-top-menu .search-form #search::placeholder {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: white;
}
#inplayer-header .header-inner .desktop-top-menu .search-form button {
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: transparent;
  border: none;
  padding: 0;
}
#inplayer-header .header-inner .desktop-top-menu .search-form button img.active {
  display: none;
}
#inplayer-header .header-inner .nav {
  padding-bottom: 15px;
}
#inplayer-header .header-inner .nav .desktop-menu {
  display: none;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  #inplayer-header .header-inner .nav .desktop-menu {
    display: flex;
  }
}
#inplayer-header .header-inner .nav .desktop-menu .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
#inplayer-header .header-inner .nav .desktop-menu .menu > li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.32px;
  color: white;
  margin-right: 20px;
}
#inplayer-header .header-inner .nav .desktop-menu .menu > li:not(.btn) {
  border-bottom: 5px solid transparent;
}
@media (min-width: 1440px) {
  #inplayer-header .header-inner .nav .desktop-menu .menu > li {
    margin-right: 55px;
  }
}
#inplayer-header .header-inner .nav .desktop-menu .menu > li:last-child {
  margin-right: 0;
}
#inplayer-header .header-inner .nav .desktop-menu .menu > li.has-submenu {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#inplayer-header .header-inner .nav .desktop-menu .menu > li.has-submenu::after {
  content: "\e5cf";
  font-family: "Material Icons";
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
#inplayer-header .header-inner .nav .desktop-menu .menu > li.has-submenu:hover, #inplayer-header .header-inner .nav .desktop-menu .menu > li.has-submenu:focus, #inplayer-header .header-inner .nav .desktop-menu .menu > li.has-submenu:active {
  border-bottom: 5px solid white;
}
#inplayer-header .header-inner .nav .desktop-menu .menu > li.has-submenu.show {
  border-bottom: 5px solid #0DE496;
}
#inplayer-header .header-inner .nav .desktop-menu .menu > li.has-submenu.show::after {
  content: "\e5ce";
}
#inplayer-header .header-inner .nav .desktop-menu .menu > li.has-submenu.show .submenu {
  display: block;
}
#inplayer-header .header-inner .nav .desktop-menu .menu > li.has-submenu.show > .submenu.has-submenu {
  display: flex;
}
#inplayer-header .header-inner .nav .desktop-menu .menu > li.has-submenu > .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-height: 250px;
  background-color: white;
  margin: 0 0;
  padding: 5px 20px;
  list-style: none;
}
#inplayer-header .header-inner .nav .desktop-menu .menu > li.has-submenu > .submenu > li {
  margin: 20px 0;
}
#inplayer-header .header-inner .nav .desktop-menu .menu > li.has-submenu > .submenu.has-submenu {
  justify-content: center;
}
#inplayer-header .header-inner .nav .desktop-menu .menu > li.has-submenu > .submenu.has-submenu > li {
  font-weight: bold;
  margin-right: 30px;
}
@media (min-width: 1200px) {
  #inplayer-header .header-inner .nav .desktop-menu .menu > li.has-submenu > .submenu.has-submenu > li {
    margin-right: 90px;
  }
}
@media (min-width: 1600px) {
  #inplayer-header .header-inner .nav .desktop-menu .menu > li.has-submenu > .submenu.has-submenu > li:last-child {
    margin-right: 0;
  }
}
#inplayer-header .header-inner .nav .desktop-menu .menu > li.has-submenu > .submenu.has-submenu > li .submenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#inplayer-header .header-inner .nav .desktop-menu .menu > li.has-submenu > .submenu.has-submenu > li .submenu li {
  margin: 20px 0;
}
#inplayer-header .header-inner .nav .desktop-menu .menu > li.has-submenu > .submenu.has-submenu > li .submenu li a {
  font-weight: 400;
}
#inplayer-header .header-inner .nav .desktop-menu .menu > li a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-decoration: none;
}
#inplayer-header .header-inner .nav .desktop-menu .btn {
  background-color: transparent;
  border: 1px solid white;
  margin-left: 20px;
  color: white;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.32px;
  padding: 10px 30px;
  transition: color 0.2s ease, background-color 0.2s ease;
}
#inplayer-header .header-inner .nav .desktop-menu .btn:hover, #inplayer-header .header-inner .nav .desktop-menu .btn:active, #inplayer-header .header-inner .nav .desktop-menu .btn:focus {
  color: #272B38;
  background-color: white;
}
#inplayer-header .header-inner.active {
  background-color: white;
}
#inplayer-header .header-inner.active nav .logo img {
  display: none;
}
#inplayer-header .header-inner.active nav .logo .active {
  display: block;
}
#inplayer-header .header-inner.active nav .menu-btn span {
  color: #272B38;
}
#inplayer-header .header-inner.active .desktop-top-menu .menu li a {
  color: #272B38;
}
#inplayer-header .header-inner.active .desktop-top-menu .menu li a img {
  display: none;
}
#inplayer-header .header-inner.active .desktop-top-menu .menu li a img.active {
  display: inline;
}
#inplayer-header .header-inner.active .desktop-top-menu .search-form #search:focus, #inplayer-header .header-inner.active .desktop-top-menu .search-form #search:active {
  border-bottom: 1px solid #272B38;
}
#inplayer-header .header-inner.active .desktop-top-menu .search-form #search, #inplayer-header .header-inner.active .desktop-top-menu .search-form #search::placeholder {
  color: #272B38;
}
#inplayer-header .header-inner.active .desktop-top-menu .search-form button img {
  display: none;
}
#inplayer-header .header-inner.active .desktop-top-menu .search-form button img.active {
  display: block;
}
#inplayer-header .header-inner.active .nav .desktop-menu .menu li {
  color: #272B38;
}
#inplayer-header .header-inner.active .nav .desktop-menu .btn {
  border: 1px solid #272B38;
  color: #272B38;
}
#inplayer-header .header-inner.active .nav .desktop-menu .btn:hover, #inplayer-header .header-inner.active .nav .desktop-menu .btn:active, #inplayer-header .header-inner.active .nav .desktop-menu .btn:focus {
  color: white;
  background-color: #272B38;
}
#inplayer-header .mobile-drawer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 15px 20px;
  overflow: auto;
  z-index: 100;
}
#inplayer-header .mobile-drawer.show {
  display: block;
}
@media (min-width: 992px) {
  #inplayer-header .mobile-drawer.show {
    display: none;
  }
}
#inplayer-header .mobile-drawer .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#inplayer-header .mobile-drawer .header .logo {
  max-width: 75px;
}
#inplayer-header .mobile-drawer .header .drawer-btn {
  border: none;
  padding: 0;
  background-color: transparent;
  font-size: 24px;
  width: 24px;
  height: 24px;
}
#inplayer-header .mobile-drawer .header .drawer-btn span {
  color: #272B38;
  cursor: pointer;
}
#inplayer-header .mobile-drawer .top-menu {
  display: flex;
  flex-direction: column;
  margin: 60px 10px 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D7DDE5;
}
#inplayer-header .mobile-drawer .top-menu .search-form {
  position: relative;
}
#inplayer-header .mobile-drawer .top-menu .search-form #search-mobile {
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  padding: 0;
}
#inplayer-header .mobile-drawer .top-menu .search-form #search-mobile, #inplayer-header .mobile-drawer .top-menu .search-form #search-mobile::placeholder {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #272B38;
}
#inplayer-header .mobile-drawer .top-menu .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  padding: 0;
}
#inplayer-header .mobile-drawer .top-menu a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.28px;
  color: #272B38;
  text-decoration: none;
  margin-top: 30px;
}
#inplayer-header .mobile-drawer .menu {
  margin: 30px 10px 0px;
  padding: 0;
  list-style: none;
}
#inplayer-header .mobile-drawer .menu li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 30px;
}
#inplayer-header .mobile-drawer .menu li.has-submenu.show > .submenu {
  display: block;
}
#inplayer-header .mobile-drawer .menu li.has-submenu.show::after {
  content: "\e5ce";
}
#inplayer-header .mobile-drawer .menu li.has-submenu::after {
  content: "\e5cf";
  font-family: "Material Icons";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  line-height: 26px;
}
#inplayer-header .mobile-drawer .menu li > a {
  text-decoration: none;
  color: #272B38;
}
#inplayer-header .mobile-drawer .menu li .submenu {
  display: none;
  margin: 30px 0 0;
  padding: 0 0 0 20px;
  list-style: none;
}
#inplayer-header .mobile-drawer .menu li .submenu li {
  margin-bottom: 20px;
}
#inplayer-header .mobile-drawer .menu li .submenu li.has-submenu.show > .submenu {
  display: block;
}
#inplayer-header .mobile-drawer .menu li .submenu li a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}
#inplayer-header .mobile-drawer .btn {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.32px;
  padding: 12px 20px;
}

footer {
  position: relative;
  background-color: white;
  padding: 0 20px 30px;
}
@media (min-width: 992px) {
  footer {
    background-color: #272B38;
    padding: 0 20px;
  }
}
@media (min-width: 1366px) {
  footer {
    padding-left: 100px;
    padding-right: 100px;
  }
}
footer .footer-menu-cols {
  max-width: 1600px;
  margin: auto;
}
@media (min-width: 992px) {
  footer .footer-menu-cols {
    display: flex;
    justify-content: space-between;
    padding: 170px 0;
  }
}
@media (min-width: 1440px) {
  footer .footer-menu-cols .menu-col {
    width: 20%;
  }
}
footer .footer-menu-cols .menu-col .menu {
  margin: 0;
  padding: 0 10px;
  list-style: none;
}
footer .footer-menu-cols .menu-col .menu > li {
  border-bottom: 1px solid #D7DDE5;
  padding: 20px 0;
}
footer .footer-menu-cols .menu-col .menu > li.show .submenu {
  display: block;
}
@media (min-width: 992px) {
  footer .footer-menu-cols .menu-col .menu > li {
    border: none;
    padding: 0;
  }
  footer .footer-menu-cols .menu-col .menu > li > a {
    display: block;
    margin-bottom: 30px;
  }
}
footer .footer-menu-cols .menu-col .menu > li span, footer .footer-menu-cols .menu-col .menu > li a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.32px;
  color: #5CB58D;
  text-decoration: none;
}
@media (min-width: 992px) {
  footer .footer-menu-cols .menu-col .menu > li span, footer .footer-menu-cols .menu-col .menu > li a {
    font-size: 16px;
    line-height: 26px;
  }
}
footer .footer-menu-cols .menu-col .menu > li .submenu {
  display: none;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) {
  footer .footer-menu-cols .menu-col .menu > li .submenu {
    display: block;
    margin: 30px 0 0;
  }
}
footer .footer-menu-cols .menu-col .menu > li .submenu li {
  margin-bottom: 20px;
}
footer .footer-menu-cols .menu-col .menu > li .submenu li:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  footer .footer-menu-cols .menu-col .menu > li .submenu li:last-child {
    margin-bottom: 20px;
  }
}
footer .footer-menu-cols .menu-col .menu > li .submenu li a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.32px;
  color: #A0A3AA;
}
footer .bottom {
  margin: 50px auto 0;
  max-width: 1600px;
}
@media (max-width: 991.89px) and (min-width: 768px) {
  footer .bottom {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  footer .bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #A0A3AA;
    padding: 25px 0;
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  footer .bottom {
    align-items: flex-end;
  }
}
footer .bottom .logo img {
  max-width: 100px;
}
@media (min-width: 992px) {
  footer .bottom .logo img {
    max-width: none;
  }
}
footer .bottom .logo img.active {
  display: none;
}
@media (max-width: 991.89px) and (min-width: 768px) {
  footer .bottom .logo {
    margin-bottom: 0;
    width: 50%;
    order: 1;
  }
}
@media (min-width: 992px) {
  footer .bottom .logo {
    order: 1;
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  footer .bottom .logo {
    width: auto;
    margin-bottom: 0;
  }
}
footer .bottom .copyright {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.28px;
  color: #A0A3AA;
  margin-top: 20px;
}
@media (max-width: 991.89px) and (min-width: 768px) {
  footer .bottom .copyright {
    width: 50%;
    order: 3;
  }
}
@media (min-width: 992px) {
  footer .bottom .copyright {
    order: 3;
    margin: 0;
    width: 50%;
  }
}
@media (min-width: 1440px) {
  footer .bottom .copyright {
    width: auto;
    font-size: 14px;
    line-height: 24px;
  }
}
footer .bottom .bottom-menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991.89px) and (min-width: 768px) {
  footer .bottom .bottom-menu {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    order: 2;
  }
}
@media (min-width: 992px) {
  footer .bottom .bottom-menu {
    order: 2;
    justify-content: flex-end;
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  footer .bottom .bottom-menu {
    width: auto;
    margin-bottom: 5px;
  }
  footer .bottom .bottom-menu li a {
    font-size: 14px;
    line-height: 14px;
  }
}
footer .bottom .bottom-menu li {
  line-height: 12px;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #A0A3AA;
}
@media (min-width: 375px) {
  footer .bottom .bottom-menu li {
    padding-right: 14px;
    margin-right: 14px;
  }
}
@media (min-width: 1440px) {
  footer .bottom .bottom-menu li {
    padding-right: 20px;
    margin-right: 20px;
  }
}
footer .bottom .bottom-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
footer .bottom .bottom-menu li a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 0.28px;
  color: #A0A3AA;
  text-decoration: none;
}
@media (min-width: 992px) {
  footer .bottom .bottom-menu li a {
    font-size: 14px;
    line-height: 14px;
  }
}
footer .bottom .logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
@media (min-width: 425px) {
  footer .bottom .logos {
    justify-content: flex-start;
  }
  footer .bottom .logos a {
    margin-right: 30px;
  }
}
@media (min-width: 425px) and (min-width: 1440px) and (max-width: 1450px) {
  footer .bottom .logos a {
    margin-right: 28px;
  }
}
@media (min-width: 425px) {
  footer .bottom .logos a:last-child {
    margin-right: 0;
  }
}
@media (max-width: 991.89px) and (min-width: 768px) {
  footer .bottom .logos {
    justify-content: flex-end;
    margin-top: 0;
    width: 50%;
    order: 4;
  }
}
@media (min-width: 992px) {
  footer .bottom .logos {
    order: 4;
    margin: 0;
    width: 100%;
    justify-content: flex-end;
  }
}
@media (min-width: 1440px) {
  footer .bottom .logos {
    width: auto;
  }
}

.btn {
  display: inline-block;
  min-width: 150px;
  color: #272B38;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.32px;
  background-color: #0DE496;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  padding: 15px 10px;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.btn:hover, .btn:focus, .btn:active {
  background-color: #272B38;
  color: white;
}
@media (min-width: 992px) {
  .btn {
    font-size: 16px;
    line-height: 26px;
    padding: 15px;
  }
}

/* Hubspot integration buttons style for the new attached buttons  */
/* Button with transparent background white */
.button-with-transparent-background_white #cta_button_24975136_bf5347b4-e95e-4559-b05d-00a54cc831bc,
.button-with-transparent-background_white #cta_button_24975136_c64df8c3-fbe0-407f-951d-27cff6bae0ff {
  background-color: transparent !important;
  border: 1px solid white !important;
  color: white !important;
  border-radius: 3px !important;
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 500 !important;
  letter-spacing: 0.32px !important;
  margin-left: 40px !important;
  padding: 10px 30px !important;
  transition: color 0.2s ease, background-color 0.2s ease !important;
  min-width: 150px !important;
  font-family: "Montserrat", sans-serif !important;
}

@media all and (min-width: 992px) and (max-width: 1040px) {
  .button-with-transparent-background_white #cta_button_24975136_bf5347b4-e95e-4559-b05d-00a54cc831bc {
    margin-left: 20px !important;
  }
}
.button-with-transparent-background_white #cta_button_24975136_c64df8c3-fbe0-407f-951d-27cff6bae0ff {
  margin-left: 0px !important;
  padding: 14px 18px !important;
  letter-spacing: unset !important;
  font-size: 14px !important;
  line-height: 17px !important;
}

.button-with-transparent-background_white #cta_button_24975136_bf5347b4-e95e-4559-b05d-00a54cc831bc:hover,
.button-with-transparent-background_white #cta_button_24975136_bf5347b4-e95e-4559-b05d-00a54cc831bc:focus,
.button-with-transparent-background_white #cta_button_24975136_bf5347b4-e95e-4559-b05d-00a54cc831bc:active,
.button-with-transparent-background_white #cta_button_24975136_c64df8c3-fbe0-407f-951d-27cff6bae0ff:hover,
.button-with-transparent-background_white #cta_button_24975136_c64df8c3-fbe0-407f-951d-27cff6bae0ff:focus,
.button-with-transparent-background_white #cta_button_24975136_c64df8c3-fbe0-407f-951d-27cff6bae0ff:active {
  color: #272B38 !important;
  background-color: white !important;
}

#inplayer-header .header-inner.active .button-with-transparent-background_white #cta_button_24975136_bf5347b4-e95e-4559-b05d-00a54cc831bc {
  background-color: transparent !important;
  border: 1px solid #272B38 !important;
  color: #272B38 !important;
}

#inplayer-header .header-inner.active .button-with-transparent-background_white #cta_button_24975136_bf5347b4-e95e-4559-b05d-00a54cc831bc:hover,
#inplayer-header .header-inner.active .button-with-transparent-background_white #cta_button_24975136_bf5347b4-e95e-4559-b05d-00a54cc831bc:focus,
#inplayer-header .header-inner.active .button-with-transparent-background_white #cta_button_24975136_bf5347b4-e95e-4559-b05d-00a54cc831bc:active {
  color: white !important;
  background-color: #272B38 !important;
}

@media only screen and (min-width: 992px) {
  .button-with-transparent-background_white #cta_button_24975136_c64df8c3-fbe0-407f-951d-27cff6bae0ff {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
/* Button with transparent background black */
.button-with-transparent-background_black #cta_button_24975136_bf5347b4-e95e-4559-b05d-00a54cc831bc {
  background-color: transparent !important;
  border: 1px solid #272B38 !important;
  color: #272B38 !important;
  border-radius: 3px !important;
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 500 !important;
  letter-spacing: 0.32px !important;
  margin-left: 40px !important;
  padding: 10px 30px !important;
  transition: color 0.2s ease, background-color 0.2s ease !important;
  min-width: 150px !important;
  font-family: "Montserrat", sans-serif !important;
}

.button-with-transparent-background_black #cta_button_24975136_bf5347b4-e95e-4559-b05d-00a54cc831bc:hover,
.button-with-transparent-background_black #cta_button_24975136_bf5347b4-e95e-4559-b05d-00a54cc831bc:focus,
.button-with-transparent-background_black #cta_button_24975136_bf5347b4-e95e-4559-b05d-00a54cc831bc:active {
  color: white !important;
  background-color: #272B38 !important;
}

/* Button with green background mobile */
.button-with-green-background-mobile {
  padding: 0 10px;
}

.button-with-green-background-mobile #cta_button_24975136_bf5347b4-e95e-4559-b05d-00a54cc831bc {
  display: block !important;
  padding: 12px 20px !important;
  background-color: #0DE496 !important;
  transition: color 0.2s ease, background-color 0.2s ease !important;
  text-align: center !important;
  margin-left: 0px !important;
  position: relative !important;
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 500 !important;
  margin-bottom: 60px !important;
  color: #272B38 !important;
  border-radius: 3px !important;
  letter-spacing: 0.32px !important;
  font-family: "Montserrat", sans-serif !important;
}

.button-with-green-background-mobile #cta_button_24975136_bf5347b4-e95e-4559-b05d-00a54cc831bc:hover,
.button-with-green-background-mobile #cta_button_24975136_bf5347b4-e95e-4559-b05d-00a54cc831bc:focus,
.button-with-green-background-mobile #cta_button_24975136_bf5347b4-e95e-4559-b05d-00a54cc831bc:active {
  background-color: #272B38 !important;
  color: #FFFFFF !important;
}

/* Button with green background  */
.button-with-green-background #cta_button_24975136_6927d66c-e1f5-4ce5-9892-165f0898d634,
.button-with-green-background #cta_button_24975136_89e6062d-8282-4ba6-8f28-e5841afb85ab,
.button-with-green-background #cta_button_24975136_0492b40a-ce1e-4d9f-9519-6b837aa3e3e5,
.button-with-green-background #cta_button_24975136_c703e024-034d-4c30-b38c-5fc3c24b23e0,
.button-with-green-background #cta_button_24975136_872e5a5a-c01e-4d1a-a60f-b50c3bc07db1,
.button-with-green-background #cta_button_24975136_dcf26957-c4cc-49bf-a2d1-50bf15813b0e {
  list-style-type: none !important;
  font-family: "Montserrat", sans-serif !important;
  padding: 15px 10px !important;
  background-color: #0DE496 !important;
  color: #272B38 !important;
  transition: color 0.2s ease, background-color 0.2s ease !important;
  display: inline-block !important;
  min-width: 150px !important;
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 500 !important;
  letter-spacing: 0.32px !important;
  text-align: center !important;
  text-decoration: none !important;
  border-radius: 3px !important;
  margin-top: 40px !important;
}

.button-with-green-background #cta_button_24975136_6927d66c-e1f5-4ce5-9892-165f0898d634:hover,
.button-with-green-background #cta_button_24975136_6927d66c-e1f5-4ce5-9892-165f0898d634:focus,
.button-with-green-background #cta_button_24975136_6927d66c-e1f5-4ce5-9892-165f0898d634:active,
.button-with-green-background #cta_button_24975136_89e6062d-8282-4ba6-8f28-e5841afb85ab:hover,
.button-with-green-background #cta_button_24975136_89e6062d-8282-4ba6-8f28-e5841afb85ab:focus,
.button-with-green-background #cta_button_24975136_89e6062d-8282-4ba6-8f28-e5841afb85ab:active,
.button-with-green-background #cta_button_24975136_0492b40a-ce1e-4d9f-9519-6b837aa3e3e5:hover,
.button-with-green-background #cta_button_24975136_0492b40a-ce1e-4d9f-9519-6b837aa3e3e5:focus,
.button-with-green-background #cta_button_24975136_0492b40a-ce1e-4d9f-9519-6b837aa3e3e5:active,
.button-with-green-background #cta_button_24975136_c703e024-034d-4c30-b38c-5fc3c24b23e0:hover,
.button-with-green-background #cta_button_24975136_c703e024-034d-4c30-b38c-5fc3c24b23e0:focus,
.button-with-green-background #cta_button_24975136_c703e024-034d-4c30-b38c-5fc3c24b23e0:active,
.button-with-green-background #cta_button_24975136_872e5a5a-c01e-4d1a-a60f-b50c3bc07db1:hover,
.button-with-green-background #cta_button_24975136_872e5a5a-c01e-4d1a-a60f-b50c3bc07db1:focus,
.button-with-green-background #cta_button_24975136_872e5a5a-c01e-4d1a-a60f-b50c3bc07db1:active,
.button-with-green-background #cta_button_24975136_dcf26957-c4cc-49bf-a2d1-50bf15813b0e:hover,
.button-with-green-background #cta_button_24975136_dcf26957-c4cc-49bf-a2d1-50bf15813b0e:focus,
.button-with-green-background #cta_button_24975136_dcf26957-c4cc-49bf-a2d1-50bf15813b0e:active {
  background-color: #272B38 !important;
  color: #FFFFFF !important;
}

@media only screen and (min-width: 992px) {
  .button-with-green-background #cta_button_24975136_6927d66c-e1f5-4ce5-9892-165f0898d634,
.button-with-green-background #cta_button_24975136_89e6062d-8282-4ba6-8f28-e5841afb85ab,
.button-with-green-background #cta_button_24975136_0492b40a-ce1e-4d9f-9519-6b837aa3e3e5,
.button-with-green-background #cta_button_24975136_c703e024-034d-4c30-b38c-5fc3c24b23e0,
.button-with-green-background #cta_button_24975136_872e5a5a-c01e-4d1a-a60f-b50c3bc07db1,
.button-with-green-background #cta_button_24975136_dcf26957-c4cc-49bf-a2d1-50bf15813b0e {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
form .form-field {
  margin-bottom: 10px;
}
form .form-field.form-field-select {
  position: relative;
}
form .form-field.form-field-select::after {
  content: "\e5cf";
  font-family: "Material Icons";
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 10%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  form .form-field.form-field-select::after {
    width: 8%;
    font-size: 22px;
  }
}
form input {
  border: none;
}
form textarea {
  resize: none;
}
form input[type=text],
form input[type=email],
form textarea,
form select {
  width: 100%;
  background-color: white;
  border: 2px solid #c9cacd;
  border-radius: 5px;
  padding: 13px 10px;
  letter-spacing: 0.32px;
}
form input[type=text]::placeholder, form input[type=text] option,
form input[type=email]::placeholder,
form input[type=email] option,
form textarea::placeholder,
form textarea option,
form select::placeholder,
form select option {
  color: #272B38;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.32px;
}
@media (min-width: 992px) {
  form input[type=text],
form input[type=email],
form textarea,
form select {
    padding: 13px 15px;
  }
  form input[type=text]::placeholder,
form input[type=email]::placeholder,
form textarea::placeholder,
form select::placeholder {
    font-size: 16px;
    line-height: 26px;
  }
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form select::-ms-expand {
  display: none;
}
form .select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 2px solid #c9cacd;
  border-radius: 5px;
}
form .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 2px;
}
form .select2-container--default .select2-search--inline .select2-search__field {
  margin-top: 5px;
  padding: 9px 12px;
}
form .select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: black;
}
form .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #0DE496 !important;
  border: 1px solid #272B38 !important;
}
form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #272B38 !important;
}
form input[type=submit].btn {
  display: block;
  margin: 40px 0px 20px;
  padding: 15px 35px;
}
form .form-field.form-field-checkbox {
  margin-bottom: 13px;
}
form .form-field.form-field-checkbox label {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 10px;
  line-height: 18px;
  font-weight: 400;
}
@media (min-width: 992px) {
  form .form-field.form-field-checkbox label {
    font-size: 12px;
    line-height: 22px;
  }
}
form .form-field.form-field-checkbox label::before {
  content: "";
  font-family: "Material Icons";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
  border-radius: 3px;
  border: 1px solid #272B38;
  background-color: transparent;
  margin-right: 5px;
}
form .form-field.form-field-checkbox input[type=checkbox] {
  position: absolute;
  width: 12px;
  height: 12px;
  opacity: 0;
}
form .form-field.form-field-checkbox input[type=checkbox]:checked ~ label::before {
  content: "\e5ca";
}

.hubspot-new-design {
  /* Hubspot new form style */
}
.hubspot-new-design .hs-form-booleancheckbox-display input {
  position: absolute;
  width: 12px !important;
  height: 12px;
  opacity: 0;
  z-index: 999999;
}
.hubspot-new-design .hs-form-booleancheckbox-display span {
  position: relative;
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-left: 0 !important;
}
.hubspot-new-design .hs-form-booleancheckbox-display span p {
  margin-bottom: 0 !important;
  font-size: 14px !important;
}
.hubspot-new-design .hs-form-booleancheckbox-display span::before {
  content: "\e5ca";
  font-family: "Material Icons";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
  border-radius: 3px;
  border: 1px solid #272B38;
  background-color: transparent;
  margin-right: 5px;
}
.hubspot-new-design .inputs-list {
  padding-left: 0;
}
.hubspot-new-design .jQueryClass::before {
  content: "" !important;
}
.hubspot-new-design .hs-richtext p {
  font-size: 12px !important;
}
.hubspot-new-design .hs-richtext p {
  margin-bottom: 20px !important;
}
.hubspot-new-design .hs-richtext p a {
  font-weight: 300;
  text-decoration: underline;
  color: #272B38;
}
.hubspot-new-design .hs-input:focus {
  border: 3px solid rgb(0, 0, 0) !important;
}
.hubspot-new-design .input {
  margin-bottom: 20px;
}
.hubspot-new-design .hs-form-booleancheckbox {
  list-style: none;
}
.hubspot-new-design .hs-form-booleancheckbox-display span {
  margin-bottom: 0;
}
.hubspot-new-design .hs-button {
  display: block !important;
  min-width: 150px !important;
  color: #272B38 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 500 !important;
  letter-spacing: 0.32px !important;
  background-color: #0DE496 !important;
  text-align: center !important;
  text-decoration: none !important;
  border-radius: 3px !important;
  padding: 15px 10px !important;
  transition: color 0.2s ease, background-color 0.2s ease !important;
  width: unset !important;
  border: unset !important;
  cursor: pointer !important;
}
.hubspot-new-design .hs-button:hover {
  background-color: #272B38 !important;
  color: white !important;
}
.hubspot-new-design .hs-error-msgs {
  display: block;
  margin-top: -15px;
  margin-bottom: 20px;
  list-style: none;
}
.hubspot-new-design .hs-error-msg {
  margin-top: 0;
  margin-bottom: 20px;
  color: #E54863 !important;
  text-decoration: none;
}

.banner {
  background-image: url("../img/banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .banner {
    background-image: url("../img/banner-desktop.png");
    background-position: bottom right;
  }
}
.banner .banner-inner {
  padding: 150px 0;
}
@media (min-width: 1440px) {
  .banner .banner-inner {
    padding: 300px 0;
  }
}
.banner .banner-inner .banner-content {
  max-width: 1600px;
  margin: auto;
}
.banner .banner-inner .banner-content .h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  letter-spacing: 1.4px;
  color: white;
}
@media (min-width: 992px) {
  .banner .banner-inner .banner-content .h1 {
    max-width: 50%;
    font-size: 55px;
    line-height: 65px;
  }
}
@media (min-width: 1440px) {
  .banner .banner-inner .banner-content .h1 {
    max-width: 40%;
    font-size: 70px;
    line-height: 80px;
  }
}
.banner .banner-inner .banner-content h2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.7px;
  color: white;
}
@media (min-width: 992px) {
  .banner .banner-inner .banner-content h2 {
    max-width: 50%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1440px) {
  .banner .banner-inner .banner-content h2 {
    max-width: 40%;
    font-size: 35px;
    line-height: 45px;
  }
}
.banner .banner-inner .banner-content p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: white;
}
@media (min-width: 992px) {
  .banner .banner-inner .banner-content p {
    max-width: 50%;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1440px) {
  .banner .banner-inner .banner-content p {
    max-width: 40%;
  }
}
.banner .banner-inner .banner-content .banner-btn {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.32px;
  color: white;
  padding: 15px 10px;
  border: 1px solid white;
  border-radius: 3px;
  margin-top: 40px;
  text-decoration: none;
}
.banner .banner-inner .banner-content .banner-btn:hover, .banner .banner-inner .banner-content .banner-btn:focus, .banner .banner-inner .banner-content .banner-btn:active {
  color: #272B38;
  background-color: white;
}
@media (min-width: 992px) {
  .banner .banner-inner .banner-content .banner-btn {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 15px;
  }
}

.img-content {
  padding: 60px 0;
  position: relative;
}
@media (min-width: 992px) {
  .img-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 140px 0 60px;
  }
  .img-content.rtl .img-container {
    order: 1;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .img-content {
    padding: 140px 0 120px;
  }
}
@media (min-width: 1600px) {
  .img-content {
    margin-right: calc((100vw - 1600px) / 2);
  }
  .img-content.rtl {
    margin-right: 0;
    margin-left: calc((100vw - 1600px) / 2);
  }
  .img-content.rtl .img-container {
    order: 1;
    text-align: right;
  }
  .img-content.rtl .container {
    margin-left: 0;
  }
}
.img-content .img-container {
  z-index: 10;
}
@media (min-width: 992px) {
  .img-content .img-container {
    width: 60%;
    position: sticky;
    top: 10%;
  }
}
.img-content .content-container {
  max-width: 600px;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .img-content .content-container {
    width: 40%;
    margin-top: 0;
  }
}
.img-content .content-container .h1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
  margin-top: 60px;
}
.img-content .content-container .h1:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .img-content .content-container .h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .img-content .content-container .h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
.img-content .content-container h2 {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .img-content .content-container h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.img-content .content-container .btn {
  margin-top: 20px;
}

.checklist {
  list-style-type: none;
  padding: 0;
}
.checklist li {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.4px;
  margin: 0 0 20px;
}
.checklist li::before {
  content: "\e5ca";
  font-family: "Material Icons";
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 992px) {
  .checklist li {
    font-size: 20px;
    line-height: 30px;
    padding-left: 60px;
  }
  .checklist li::before {
    font-size: 30px;
  }
}

.green-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 40px 0;
}
@media (min-width: 768px) {
  .green-icons {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 50px auto;
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .green-icons {
    max-width: 900px;
  }
}
@media (min-width: 1440px) {
  .green-icons {
    max-width: 1200px;
  }
}
.green-icons .icon-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .green-icons .icon-container {
    width: 150px;
  }
}
.green-icons .icon-container img {
  max-width: 60px;
}
@media (min-width: 1440px) {
  .green-icons .icon-container img {
    max-width: none;
  }
}
.green-icons .icon-container p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 10px 0 0;
  text-align: center;
}
@media (min-width: 1440px) {
  .green-icons .icon-container p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }
}

.clients-section {
  background-color: #fafafa;
  padding: 0 0 150px;
}
@media (min-width: 992px) {
  .clients-section {
    background-color: transparent;
  }
}
.clients-section .h1 {
  position: sticky;
  top: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0.7px;
  text-align: center;
  margin-bottom: 0;
  padding-top: 75px;
  padding-bottom: 20px;
  background-color: white;
}
@media (min-width: 992px) {
  .clients-section .h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
.clients-section .clients .client {
  margin: 50px auto 200px;
  max-width: 1300px;
}
.clients-section .clients .client:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .clients-section .clients .client {
    margin-bottom: 300px;
  }
}
.clients-section .clients .client p {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
.clients-section .clients .client .authour {
  font-weight: 500;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .clients-section .clients .client .authour {
    margin-bottom: 40px;
  }
}
.clients-section .clients .client .authour .authour-line {
  display: block;
}
@media (min-width: 992px) {
  .clients-section .clients .client .authour .authour-line {
    display: inline;
  }
}
.clients-section .clients .client img {
  display: block;
  max-width: 140px;
  margin: auto;
}
@media (min-width: 992px) {
  .clients-section .clients .client img {
    max-width: none;
  }
}

.contact {
  padding: 60px 0 120px;
  background-image: url("../img/blue-shape-3-desktop.svg");
  background-repeat: no-repeat;
  background-position: 0;
}
.contact .h1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  letter-spacing: 1px;
}
.contact p {
  letter-spacing: 0.5px;
}
@media (min-width: 375px) {
  .contact .h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .contact {
    padding: 175px 20px 130px;
  }
  .contact .contact-cols {
    display: flex;
    justify-content: center;
    max-width: 1300px;
    margin: auto;
  }
  .contact .contact-cols .col {
    width: 50%;
  }
  .contact .contact-cols .col:first-child {
    margin-top: 60px;
  }
  .contact .contact-cols .col .h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .contact .contact-cols .col .h1 img {
    height: 22px;
  }
  .contact .contact-cols .col p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 125px;
  }
  .contact .contact-cols .col p.validationErrorMsg.errorMessage {
    color: red;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 25px;
  }
  .contact .contact-cols .col form {
    max-width: 460px;
    margin: auto;
  }
  .contact .contact-cols .col form .form-bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }
  .contact .contact-cols .col form .form-bottom input[type=submit] {
    order: 1;
    margin: 0;
  }
  .contact .contact-cols .col form .form-bottom .form-field-checkbox {
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .contact .contact-cols .col .h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .contact .contact-cols .col .h1 img {
    height: 35px;
  }
  .contact .contact-cols .col p {
    font-size: 25px;
    line-height: 35px;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .page-template-template-home .section-1-2 {
    background-image: url("../img/blue-shape-1-desktop.svg");
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: right;
  }
}
@media (min-width: 992px) {
  .page-template-template-home .section-3-4-5 {
    background-image: url("../img/blue-shape-2-desktop.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 500px;
  }
}
@media (min-width: 1600px) {
  .page-template-template-home .section-3-4-5 {
    background-size: auto;
  }
}
.page-template-template-home .pay-per-view {
  background-image: url("../img/blue-shape-1.svg");
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .page-template-template-home .pay-per-view {
    background-image: none;
    padding: 140px 0 60px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .page-template-template-home .pay-per-view {
    padding: 140px 0 120px;
  }
}
.page-template-template-home .pay-per-view.img-content .img-container {
  margin-left: 20px;
}
.page-template-template-home .pay-per-view.img-content .img-container img {
  width: 100%;
  height: auto;
}
.page-template-template-home .your-brand {
  background-image: url("../img/blue-shape-2.svg");
  background-repeat: no-repeat;
  background-position-y: 50px;
}
@media (min-width: 992px) {
  .page-template-template-home .your-brand {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .page-template-template-home .your-brand.img-content {
    align-items: flex-start;
  }
}
@media (min-width: 1366px) {
  .page-template-template-home .your-brand.img-content .img-container .container {
    margin: 0 20px;
  }
}
.page-template-template-home .your-brand.img-content .img-container .container .video-container {
  position: relative;
}
.page-template-template-home .your-brand.img-content .img-container .container .video-container img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  height: auto;
  width: 100%;
}
.page-template-template-home .your-brand.img-content .img-container .container .video-container video {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .page-template-template-home .your-brand.img-content .img-container .container .video-container video {
    padding: 6px 6px 0 11.6%;
  }
}
@media (min-width: 1200px) {
  .page-template-template-home .your-brand.img-content .img-container .container .video-container video {
    padding: 10px 10px 0 12%;
  }
}
@media (min-width: 1440px) {
  .page-template-template-home .your-brand.img-content .img-container .container .video-container video {
    padding: 10px 10px 0 11.8%;
  }
}
@media (min-width: 1600px) {
  .page-template-template-home .your-brand.img-content .img-container .container .video-container video {
    padding: 11px 11px 0 11.8%;
  }
}
.page-template-template-home .your-brand.img-content .content-container .green-icons {
  margin-bottom: 0;
}
.page-template-template-home .subscription-icons-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  .page-template-template-home .subscription-icons-mobile {
    display: none;
  }
}
.page-template-template-home .subscription-icons-mobile img {
  max-width: 22%;
  image-rendering: -webkit-optimize-contrast;
}
.page-template-template-home .subscription-icons-desktop {
  display: none;
}
@media (min-width: 992px) {
  .page-template-template-home .subscription-icons-desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
  }
}
.page-template-template-home .subscription-icons-desktop img {
  max-width: 22%;
  image-rendering: -webkit-optimize-contrast;
}
.page-template-template-home .your-subscription-your-fans {
  background-image: url("../img/blue-shape-3.svg");
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: right;
}
@media (min-width: 992px) {
  .page-template-template-home .your-subscription-your-fans {
    background-image: url("../img/blue-shape-3-desktop.svg");
    background-position-y: 0;
    background-position-x: left;
  }
}
@media (min-width: 992px) {
  .page-template-template-home .your-subscription-your-fans .img-content .img-container .container {
    margin: 0;
  }
}
.page-template-template-home .your-fans .img-content .img-container img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .page-template-template-home .your-fans .img-content .img-container {
    text-align: center;
  }
}
.page-template-template-home .easy-setup {
  background-image: url("../img/blue-shape-2.svg");
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .page-template-template-home .easy-setup {
    background-image: none;
  }
}
@media (min-width: 1366px) {
  .page-template-template-home .easy-setup .img-container .container {
    margin: 0 20px;
  }
}
.page-template-template-home .easy-setup .img-container .container .video-container {
  position: relative;
}
.page-template-template-home .easy-setup .img-container .container .video-container img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: auto;
}
.page-template-template-home .easy-setup .img-container .container .video-container video {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .page-template-template-home .easy-setup .img-container .container .video-container video {
    padding: 1.9% 12.2% 0 8px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-home .easy-setup .img-container .container .video-container video {
    padding-left: 10px;
  }
}
@media (min-width: 1440px) {
  .page-template-template-home .easy-setup .img-container .container .video-container video {
    padding-left: 12px;
  }
}
@media (min-width: 1600px) {
  .page-template-template-home .easy-setup .img-container .container .video-container video {
    padding-left: 14px;
  }
}
.page-template-template-home .supported-platforms {
  margin: 100px 0 60px;
}
.page-template-template-home .supported-platforms .h1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 992px) {
  .page-template-template-home .supported-platforms .h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
.page-template-template-home .supported-platforms .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto 0;
  max-width: 1600px;
}
@media (min-width: 768px) {
  .page-template-template-home .supported-platforms .logos {
    justify-content: center;
  }
}
.page-template-template-home .supported-platforms .logos img {
  max-width: 100px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-template-template-home .supported-platforms .logos img {
    max-width: 240px;
  }
}
@media (min-width: 1440px) {
  .page-template-template-home .supported-platforms .logos img {
    max-width: 150px;
  }
}
.page-template-template-home .white-label {
  padding: 10px 0 0;
}
@media (min-width: 992px) {
  .page-template-template-home .white-label {
    padding-top: 90px;
  }
}
.page-template-template-home .white-label .img-container {
  margin-left: 20px;
}
.page-template-template-home .white-label .img-container img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .page-template-template-home .white-label .img-container {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .page-template-template-home .white-label .content-container {
    margin-right: 50px;
  }
}
@media (min-width: 992px) {
  .page-template-template-home .white-label .white-label-green-icons {
    margin-top: 140px;
  }
}
.page-template-template-home .white-label .white-label-green-icons .h1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  text-align: center;
}
@media (min-width: 992px) {
  .page-template-template-home .white-label .white-label-green-icons .h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
.page-template-template-home .video-streaming .img-container {
  margin-right: 20px;
}
.page-template-template-home .video-streaming .img-container img {
  width: 100%;
  height: auto;
}
.page-template-template-home .video-streaming .img-container .second-image {
  display: none;
}
.page-template-template-home .video-streaming .btn {
  margin-top: 20px;
}
@media (min-width: 1440px) {
  .page-template-template-home .video-streaming .content-container {
    margin-right: auto;
    margin-left: 175px;
  }
}
@media (min-width: 1440px) {
  .page-template-template-home .video-streaming .content-container .h1 {
    margin-top: 100px;
  }
}
.page-template-template-home .client-logos {
  margin: 100px 0;
}
.page-template-template-home .client-logos .h1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0.7px;
  text-align: center;
}
@media (min-width: 992px) {
  .page-template-template-home .client-logos .h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
.page-template-template-home .client-logos .logos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  max-width: 600px;
}
@media (min-width: 1366px) {
  .page-template-template-home .client-logos .logos {
    flex-direction: row;
    max-width: 1600px;
  }
}
.page-template-template-home .client-logos .logos .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 45px;
}
.page-template-template-home .client-logos .logos .row:last-child {
  margin-bottom: 0;
}
@media (min-width: 1366px) {
  .page-template-template-home .client-logos .logos .row {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .page-template-template-home .client-logos .logos .row:last-child {
    margin-right: 0;
  }
}
.page-template-template-home .client-logos .logos .row img {
  max-width: 20%;
  max-height: 45px;
  image-rendering: -webkit-optimize-contrast;
  margin-right: 10px;
}
.page-template-template-home .client-logos .logos .row img:last-child {
  margin-right: 0;
}
@media (min-width: 425px) {
  .page-template-template-home .client-logos .logos .row img {
    max-width: 25%;
  }
}
@media (min-width: 1366px) {
  .page-template-template-home .client-logos .logos .row img {
    max-width: none;
    max-height: none;
  }
  .page-template-template-home .client-logos .logos .row img:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1600px) {
  .page-template-template-home .client-logos .logos .row img {
    margin-right: 50px;
  }
  .page-template-template-home .client-logos .logos .row img:last-child {
    margin-right: 60px;
  }
}
.page-template-template-home .support-fans .img-container {
  margin-left: 20px;
}
.page-template-template-home .support-fans .img-container img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .page-template-template-home .support-fans .img-container {
    max-width: none;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .page-template-template-home .support-fans .content-container .btn {
    margin-top: 40px;
  }
}
.page-template-template-home .contact {
  background-color: #D6FDFF;
  background-image: none;
}
.page-template-template-home .contact .h1 {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .page-template-template-home .contact {
    padding: 175px 20px 130px;
  }
  .page-template-template-home .contact .contact-cols {
    align-items: center;
  }
  .page-template-template-home .contact .contact-cols .col:first-child {
    margin-top: 0;
  }
}

.page-template-template-talk-to-us {
  /*form .select2-container--default .select2-selection--multiple {
      background-color: white !important;
      border: 2px solid #c9cacd !important;
      border-radius: 5px !important;
  }

  form .select2-container--default .select2-selection--multiple .select2-container--focus.select2-container--open {
      border: 2px solid black !important;
  }

  form .select2-container--default .select2-selection--multiple .select2-selection__choice {
      background-color: #0DE496 !important;
      border: 1px solid #272B38 !important;
  }

  form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
      color: #272B38 !important;
  }

  form input[type=search] {
      margin-top: 0;
      padding: 9px 12px !important;
  }

  form input[type=search]::placeholder {
      color: black;
  }*/
}
.page-template-template-talk-to-us .contact h1 {
  font: normal normal 800 50px/60px Montserrat;
  letter-spacing: 1px;
  color: #272B38;
}
@media (max-width: 1439.98px) {
  .page-template-template-talk-to-us .contact h1 {
    font: normal normal 800 30px/40px Montserrat;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-talk-to-us .contact h1 {
    font: normal normal 800 24px/34px Montserrat;
  }
}
.page-template-template-talk-to-us .our-offices {
  margin: 100px auto;
  max-width: 1600px;
}
@media (min-width: 1366px) {
  .page-template-template-talk-to-us .our-offices {
    margin: 200px auto 150px;
  }
}
.page-template-template-talk-to-us .our-offices h1 {
  font: normal normal 800 35px/45px Montserrat;
  letter-spacing: 0.7px;
  color: #272B38;
  text-align: center;
}
@media (max-width: 1439.98px) {
  .page-template-template-talk-to-us .our-offices h1 {
    font: normal normal 800 24px/34px Montserrat;
  }
}
.page-template-template-talk-to-us .our-offices .locations {
  margin-top: 50px;
}
@media (min-width: 1366px) {
  .page-template-template-talk-to-us .our-offices .locations {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.page-template-template-talk-to-us .our-offices .locations .location {
  text-align: center;
}
@media (min-width: 1366px) {
  .page-template-template-talk-to-us .our-offices .locations .location {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex: 1;
    margin-right: 50px;
    text-align: left;
  }
  .page-template-template-talk-to-us .our-offices .locations .location:last-child {
    margin-right: 0;
  }
  .page-template-template-talk-to-us .our-offices .locations .location img {
    margin-right: 10px;
  }
  .page-template-template-talk-to-us .our-offices .locations .location .content-container p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .page-template-template-talk-to-us .our-offices .locations .location {
    margin-right: 100px;
  }
}

.successPageWrapper {
  width: 70%;
  text-align: center;
  box-shadow: 0 0 7px 2px #d7dde5;
  margin: 25vh auto 15vh;
  padding: 10em 0;
}
.successPageWrapper h2 {
  margin-top: 0;
  font-family: "Raleway";
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 550px) {
  .successPageWrapper h2 {
    font-size: 30px;
  }
}
.successPageWrapper p {
  font-family: "Raleway";
}
@media (max-width: 1024px) {
  .successPageWrapper {
    padding: 7em 0;
  }
}
@media (max-width: 991px) {
  .successPageWrapper {
    margin-top: 18vh;
  }
}
@media (max-width: 768px) {
  .successPageWrapper {
    width: 85%;
    padding: 6em 4em;
  }
}
@media (max-width: 550px) {
  .successPageWrapper {
    width: 90%;
    padding: 4em 0.8em;
  }
}

.templateGallerySuccessWrapper {
  max-width: 748px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1019607843);
  padding: 40px 0px 57px;
}
.templateGallerySuccessWrapper img {
  margin-bottom: 30px;
}
@media (max-width: 550px) {
  .templateGallerySuccessWrapper img {
    margin-bottom: 20px;
    width: 53px;
  }
}
.templateGallerySuccessWrapper h2 {
  text-transform: unset;
  font: normal normal bold 30px/40px Montserrat;
  letter-spacing: 0.6px;
  color: #272B38;
}
.templateGallerySuccessWrapper p {
  font: normal normal normal 20px/30px Montserrat;
  letter-spacing: 0.4px;
  margin-bottom: 40px;
  color: #272B38;
}
@media (max-width: 550px) {
  .templateGallerySuccessWrapper p {
    font-size: 16px;
    line-height: 26px;
    padding: 0 20px;
  }
}
.templateGallerySuccessWrapper a {
  text-decoration: underline;
  font: normal normal medium 16px/26px Montserrat;
  letter-spacing: 0.32px;
  color: #5CB58D;
}

.page-template-template-sports .banner {
  background-image: url("../img/sports/header-sports.png");
}
.page-template-template-sports .banner .banner-inner .banner-content .h1 {
  max-width: 66%;
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  .page-template-template-sports .banner .banner-inner .banner-content .h1 {
    max-width: 100%;
    font-size: 35px;
    line-height: 45px;
  }
}
.page-template-template-sports .banner .banner-inner .banner-content p {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-template-template-sports .section-1-2 {
    background-image: url("../img/sports/Hexagon shape-1.svg");
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: right;
    background-size: 60%;
  }
}
@media (min-width: 1600px) {
  .page-template-template-sports .section-1-2 .img-content:last-of-type {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .page-template-template-sports .img-content .img-container {
    margin: 0 20px;
  }
}
@media (min-width: 992px) {
  .page-template-template-sports .sports-video-one {
    background-image: none;
  }
}
@media (max-width: 991px) {
  .page-template-template-sports .sports-video-one .img-container {
    margin: 0px;
  }
}
@media (min-width: 1366px) {
  .page-template-template-sports .sports-video-one .img-container .container {
    margin: 0 20px;
  }
}
.page-template-template-sports .sports-video-one .img-container .container .video-container {
  position: relative;
}
.page-template-template-sports .sports-video-one .img-container .container .video-container img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.page-template-template-sports .sports-video-one .img-container .container .video-container video {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .page-template-template-sports .sports-video-one .img-container .container .video-container video {
    padding: 1.9% 12.2% 0 8px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-sports .sports-video-one .img-container .container .video-container video {
    padding-left: 10px;
  }
}
@media (min-width: 1440px) {
  .page-template-template-sports .sports-video-one .img-container .container .video-container video {
    padding-left: 12px;
  }
}
@media (min-width: 1600px) {
  .page-template-template-sports .sports-video-one .img-container .container .video-container video {
    padding-left: 14px;
  }
}
.page-template-template-sports .quote {
  margin: 30px 0px 19px;
  background-image: url("../img/sports/quotation mark.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  padding: 12px 0;
}
@media (min-width: 1600px) {
  .page-template-template-sports .quote {
    margin: 85px 0px 19px;
  }
}
@media (max-width: 991px) {
  .page-template-template-sports .quote {
    margin: 25px 0px 15px;
    padding: 8px 0;
  }
}
.page-template-template-sports p.footer {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
}
.page-template-template-sports p.footer .bold,
.page-template-template-sports .checklist li .bold {
  font-weight: 500;
}
.page-template-template-sports .checklist li .bold {
  display: block;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .page-template-template-sports .section-3-4 {
    background-image: url("../img/sports/Hexagon shape-2.svg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 50%;
  }
}
@media (min-width: 1600px) {
  .page-template-template-sports .section-3-4 {
    background-size: 47%;
  }
}
@media (min-width: 1600px) {
  .page-template-template-sports .section-3-4 .img-content:first-of-type {
    padding-top: 70px;
  }
}
@media (min-width: 992px) {
  .page-template-template-sports .section-3-4 .img-content:first-of-type {
    padding-bottom: 220px;
  }
}
.page-template-template-sports .sport-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  width: 100%;
}
@media (max-width: 1199px) {
  .page-template-template-sports .sport-logos {
    margin-top: 40px;
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .page-template-template-sports .sport-logos {
    margin-top: 0px;
    justify-content: space-around;
  }
}
.page-template-template-sports .sport-logos img {
  max-width: 150px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .page-template-template-sports .sport-logos img {
    max-width: 100px;
  }
}
@media (max-width: 991px) {
  .page-template-template-sports .sport-logos img {
    margin: 0 30px 30px;
  }
}
@media (max-width: 767px) {
  .page-template-template-sports .sport-logos img {
    margin: 0 15px 30px;
    max-width: 90px;
  }
}
@media (max-width: 550px) {
  .page-template-template-sports .sport-logos img {
    margin: 30px 10px;
    max-width: 17%;
  }
}
@media (min-width: 992px) {
  .page-template-template-sports .section-5-6 {
    background-image: url("../img/sports/Hexagon shape-3.svg");
    background-repeat: no-repeat;
    background-position-y: 100%;
    background-position-x: right;
    background-size: 60%;
  }
}
.page-template-template-sports .section-7 .img-content {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1600px) {
  .page-template-template-sports .section-7 .img-content {
    margin-right: auto;
  }
}
.page-template-template-sports .section-7 .blog_feed_title {
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0.7px;
  margin-bottom: 60px;
  text-align: center;
  color: #272B38;
  width: 100%;
}
@media (max-width: 991px) {
  .page-template-template-sports .section-7 .blog_feed_title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 550px) {
  .page-template-template-sports .section-7 .blog_feed_title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 45px;
  }
}
.page-template-template-sports .section-7 .blog_feed_wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
}
@media (max-width: 767px) {
  .page-template-template-sports .section-7 .blog_feed_wrapper {
    flex-wrap: wrap;
  }
}
.page-template-template-sports .section-7 .blog_feed_wrapper a {
  width: 31%;
  text-decoration: unset;
}
@media (max-width: 767px) {
  .page-template-template-sports .section-7 .blog_feed_wrapper a {
    width: 100%;
  }
}
.page-template-template-sports .section-7 .blog_feed_wrapper .blog_feed_card .image {
  padding: 113px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .page-template-template-sports .section-7 .blog_feed_wrapper .blog_feed_card .image {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .page-template-template-sports .section-7 .blog_feed_wrapper .blog_feed_card .image {
    padding: 125px 0;
  }
}
@media (max-width: 550px) {
  .page-template-template-sports .section-7 .blog_feed_wrapper .blog_feed_card .image {
    padding: 100px 0;
  }
}
.page-template-template-sports .section-7 .blog_feed_wrapper .blog_feed_card p.subtitle,
.page-template-template-sports .section-7 .blog_feed_wrapper .blog_feed_card p.excerpt {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.32px;
}
@media (max-width: 991px) {
  .page-template-template-sports .section-7 .blog_feed_wrapper .blog_feed_card p.subtitle,
.page-template-template-sports .section-7 .blog_feed_wrapper .blog_feed_card p.excerpt {
    font-size: 14px;
    line-height: 24px;
  }
}
.page-template-template-sports .section-7 .blog_feed_wrapper .blog_feed_card p.subtitle {
  margin: 18px 0 13px;
  color: #A0A3AA;
}
.page-template-template-sports .section-7 .blog_feed_wrapper .blog_feed_card p.excerpt {
  color: #272B38;
}
.page-template-template-sports .section-7 .blog_feed_wrapper .blog_feed_card h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #272B38;
  margin: 0 0 6px;
}
@media (max-width: 991px) {
  .page-template-template-sports .section-7 .blog_feed_wrapper .blog_feed_card h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.page-template-template-sports .contact {
  background-color: #D6FDFF;
  background-image: none;
}

.page-template-template-get-a-demo .contact h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
}
@media (min-width: 992px) {
  .page-template-template-get-a-demo .contact .contact-cols .col form .form-bottom {
    justify-content: space-between;
  }
  .page-template-template-get-a-demo .contact h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

/*# sourceMappingURL=styles.css.map */
