/*!
Theme Name: ronaldo-theme
Theme URI: http://underscores.me/
Author: Ronaldo.com
Author URI: http://ronaldo.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ronaldo-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ronaldo-theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Base colors */
/* Accent colors */
/* Utility colors sure*/
/* Gradients */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700");
.site-content .content-wrapper > article {
  order: 2;
  margin: 0;
}
@media only screen and (min-width: 930px) {
  .site-content .content-wrapper > article {
    width: 930px;
    margin: 0 auto;
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .site-content .content-wrapper > article {
    margin: 0 1em;
  }
}

.ronaldo-posts-container {
  order: 2;
}
@media only screen and (min-width: 930px) {
  .ronaldo-posts-container {
    margin: 0 auto;
    width: 930px;
  }
}
@media only screen and (min-width: 1024px) {
  .ronaldo-posts-container {
    margin: 0 1em;
  }
}

@media only screen and (min-width: 930px) {
  .archive .page-header {
    width: 930px;
    margin: 0 auto;
  }
}

.w-100 {
  width: 100%;
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*spacing issues - normalize*/
html, body {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.subheading, .display-1, h3, .heading-3, h2, .heading-2, h1, .heading-1 {
  font-family: "Montserrat", sans-serif;
  color: #1d2236;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

h1, .heading-1 {
  font-weight: 700;
  font-size: 18px;
  line-height: 37px;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) {
  h1, .heading-1 {
    line-height: 70px;
    font-size: 26px;
  }
}

h2, .heading-2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin: 2em 0;
}

h3, .heading-3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.display-1 {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
}

.subheading {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
}

.page .page-title,
.page .entry-title,
.blog .page-title,
.blog .entry-title,
.archive .page-title,
.archive .entry-title,
.category .page-title,
.category .entry-title,
.search .page-title,
.search .entry-title {
  color: #ffffff;
  margin: 0.5em 0;
}

p {
  margin-bottom: 1.5em;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0;
  margin-left: 0;
  padding-left: 1em;
  border-left: 2px solid #212529;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #0099FC;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background-color: #11172b !important;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.sticky-bnnr {
  position: fixed;
}

.article-bnnr {
  margin: 1em 0;
}

.home .bnnr-wrapper {
  display: none;
}

.ad-title {
  display: block;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #b8bac0;
  margin: 0.5em 0;
}

@media only screen and (min-width: 1024px) {
  .content-wrapper {
    display: flex;
    justify-content: center;
    max-width: fit-content;
    margin: 0 auto;
  }
}
.content-wrapper .left-sticky-ad > div,
.content-wrapper .left-sticky-ad > img,
.content-wrapper .right-sticky-ad > div,
.content-wrapper .right-sticky-ad > img {
  position: sticky;
  top: 1em;
  min-width: fit-content;
}
.content-wrapper .right-sticky-ad {
  order: 3;
  text-align: left;
}
.content-wrapper .left-sticky-ad {
  order: 1;
  text-align: right;
}
@media only screen and (max-width: 1281px) {
  .content-wrapper .right-sticky-ad, .content-wrapper .left-sticky-ad {
    display: none;
  }
}
@media only screen and (min-width: 1282px) {
  .content-wrapper .right-sticky-ad, .content-wrapper .left-sticky-ad {
    width: 300px;
  }
}
@media only screen and (min-width: 1440px) {
  .content-wrapper .right-sticky-ad, .content-wrapper .left-sticky-ad {
    width: 300px;
  }
}
.content-wrapper .ad.wide-ad {
  margin-left: -20px;
  margin-right: -20px;
}

.anchor-ad {
  position: fixed;
  bottom: 0;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
.anchor-ad .ad-close {
  top: 0;
  background-color: #ffffff;
  color: #1d2236;
  padding: 0.5em;
  border-radius: 50%;
  line-height: 1em;
  position: absolute;
  font-size: 1em;
}

body.single .text-center.ad.sticky {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  padding: 0.5em 0 1em;
  z-index: 1000;
}

@media only sceen and (min-width: 769px) {
  .text-center.ad > div {
    margin: 0 -2em;
  }
}
@media only screen and (min-width: 1024px) {
  article.type-page .text-center.ad.my-4 {
    margin-left: -1em;
    margin-right: -1em;
  }
}
si-lb-widget {
  margin: 1em auto 2em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #25A8FC;
  border-radius: 100px;
  background: #25A8FC;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-transform: uppercase;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #0099FC;
  background: #0099FC;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #0099FC;
  background: #0099FC;
}
button.button-secondary,
input[type=button].button-secondary,
input[type=reset].button-secondary,
input[type=submit].button-secondary {
  border-color: #414c78;
  background: #414c78;
}
button.button-secondary:active, button.button-secondary:focus, button.button-secondary:hover,
input[type=button].button-secondary:active,
input[type=button].button-secondary:focus,
input[type=button].button-secondary:hover,
input[type=reset].button-secondary:active,
input[type=reset].button-secondary:focus,
input[type=reset].button-secondary:hover,
input[type=submit].button-secondary:active,
input[type=submit].button-secondary:focus,
input[type=submit].button-secondary:hover {
  border-color: #384168;
  background: #384168;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #0099FC;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #0099FC;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #ffffff;
  text-decoration: none;
}
a:visited {
  color: #ffffff;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #ffffff;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  outline: 0;
}

.container-load-previous,
.container-load-more {
  margin: 2em 0;
}
.container-load-previous .btn-ronaldo-load,
.container-load-more .btn-ronaldo-load {
  border: 2px solid #25A8FC;
  border-radius: 25px;
  padding: 0.5em 2em;
}
.container-load-previous .btn-ronaldo-load span,
.container-load-more .btn-ronaldo-load span {
  color: #ffffff;
}
.container-load-previous .btn-ronaldo-load span.spin i,
.container-load-more .btn-ronaldo-load span.spin i {
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.no-more,
.no-more h3 {
  color: white;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.breadcrumbs {
  font-size: small;
  margin-bottom: 1em;
  text-transform: capitalize;
}

.page .breadcrumbs,
.blog .breadcrumbs,
.archive .breadcrumbs {
  color: lightgrey;
}
.page .breadcrumbs a,
.blog .breadcrumbs a,
.archive .breadcrumbs a {
  color: inherit;
}
.page:not(.ptl-page) .breadcrumbs,
.blog:not(.ptl-page) .breadcrumbs,
.archive:not(.ptl-page) .breadcrumbs {
  margin-top: 2em;
}

.post .breadcrumbs {
  color: #11172B;
}
.post .breadcrumbs a {
  color: inherit;
}

.paging {
  display: flex;
  margin: 1em auto;
  justify-content: space-between;
}
.paging .page-numbers {
  text-align: center;
  color: #ffffff;
  width: 100%;
}
.paging .page-numbers.prev {
  text-align: left;
}
.paging .page-numbers.next {
  text-align: right;
}
.paging .page-numbers.current {
  color: #25A8FC;
}
.paging .page-numbers:hover, .paging .page-numbers:focus {
  font-weight: bold;
}
.paging .page-numbers:visited {
  color: #E5E5E5;
}
.paging span.page-numbers {
  cursor: default;
}
.paging span.page-numbers:hover, .paging span.page-numbers:focus {
  font-weight: initial;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.visually-hidden {
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

#masthead.sticky {
  position: sticky;
  top: 0;
  z-index: 1050;
}

.navbar {
  background-color: #1d2236;
  padding: 0;
  align-items: center;
  border-bottom: 1px solid #292F41;
}
@media only screen and (min-width: 1024px) {
  .navbar {
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.navbar .identity {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  padding: 1em;
}
.navbar .identity .logo {
  flex-grow: 1;
}
.navbar .identity .logo .custom-logo-link {
  width: 175px;
}
@media only screen and (min-width: 375px) {
  .navbar .identity .logo .custom-logo-link {
    width: 200px;
  }
}
.navbar .identity .main-menu-opener {
  align-self: center;
  flex-grow: 0;
}
@media only screen and (min-width: 1024px) {
  .navbar .identity {
    order: 1;
    flex-grow: 1;
    width: unset;
    min-width: 200px;
    display: block;
    text-align: right;
  }
  .navbar .identity .main-menu-opener {
    display: none;
  }
}
.navbar .scroller-menu {
  width: 100%;
  background-color: #11172B;
  order: 5;
  white-space: nowrap;
}
.navbar .scroller-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow-x: scroll;
  display: flex;
}
.navbar .scroller-menu ul li {
  display: inline-block;
  padding: 0.5em 0.75em;
  margin: 0 0.5em;
  border-bottom: 2px solid transparent;
  text-align: center;
}
.navbar .scroller-menu ul li a {
  color: #888B95;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.navbar .scroller-menu ul li:hover, .navbar .scroller-menu ul li:focus {
  border-bottom: 2px solid #25A8FC;
}
.navbar .scroller-menu ul li:hover a, .navbar .scroller-menu ul li:focus a {
  color: #25A8FC;
}
.navbar .scroller-menu ul li.current-menu-item {
  border-bottom: 2px solid #22F29D;
}
.navbar .scroller-menu ul li.current-menu-item a {
  color: #22F29D;
}
.navbar .scroller-menu ul::-webkit-scrollbar, .navbar .scroller-menu ul::-webkit-scrollbar-thumb, .navbar .scroller-menu ul::-webkit-scrollbar-track {
  width: 0;
  height: 0;
}
@media only screen and (min-width: 768px) {
  .navbar .scroller-menu ul {
    justify-content: center;
    overflow-x: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .navbar .scroller-menu {
    order: 2;
    width: 930px;
    min-width: fit-content;
    margin: 0 1em;
    background-color: transparent;
    flex: 0 1 930px;
  }
  .navbar .scroller-menu ul {
    justify-content: flex-start;
  }
  .navbar .scroller-menu ul li a {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
  }
  .navbar .scroller-menu * {
    border-bottom-color: transparent !important;
  }
}
.navbar #mainMenu {
  /* all sizes */
  /* mobile open menu */
  /* laptop-up, only utility menu visible */
}
.navbar #mainMenu .modal-menu-container .utility-menu a#ldd {
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 24px;
  font-size: 20px;
  font-weight: 500;
  font-variant: small-caps;
}
.navbar #mainMenu .modal-menu-container .utility-menu a#sdd .sclose {
  display: none;
}
.navbar #mainMenu .modal-menu-container .utility-menu a#ldd,
.navbar #mainMenu .modal-menu-container .utility-menu a#sdd {
  outline: none;
}
.navbar #mainMenu .modal-menu-container .utility-menu a#ldd:hover, .navbar #mainMenu .modal-menu-container .utility-menu a#ldd:focus, .navbar #mainMenu .modal-menu-container .utility-menu a#ldd:active, .navbar #mainMenu .modal-menu-container .utility-menu a#ldd:visited,
.navbar #mainMenu .modal-menu-container .utility-menu a#sdd:hover,
.navbar #mainMenu .modal-menu-container .utility-menu a#sdd:focus,
.navbar #mainMenu .modal-menu-container .utility-menu a#sdd:active,
.navbar #mainMenu .modal-menu-container .utility-menu a#sdd:visited {
  text-decoration: none;
  outline: none;
  color: #ffffff;
}
.navbar #mainMenu .modal-menu-container .utility-menu #languageBox ul {
  list-style-type: none;
  margin: 1em 0 0;
  padding: 0;
  padding-left: 1em;
}
.navbar #mainMenu .modal-menu-container .utility-menu #languageBox ul li {
  padding: 0.2em 0.5em;
}
.navbar #mainMenu .modal-menu-container .utility-menu #languageBox ul li a {
  color: white;
  text-decoration: none;
}
.navbar #mainMenu.modal.show .modal-menu-container {
  max-width: 350px;
  width: 90%;
  max-height: 1024px;
  height: 100%;
  position: fixed;
  background: #11172B;
  top: 0;
  right: 0;
  left: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.navbar #mainMenu.modal.show .modal-menu-container .utility-menu {
  padding: 1em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.navbar #mainMenu.modal.show .modal-menu-container .utility-menu a#close {
  order: 2;
}
.navbar #mainMenu.modal.show .modal-menu-container .utility-menu a#ldd {
  font-size: 20px;
  font-weight: 500;
  font-variant: small-caps;
  flex-grow: 1;
}
.navbar #mainMenu.modal.show .modal-menu-container .utility-menu a#ldd .arrow {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
}
.navbar #mainMenu.modal.show .modal-menu-container .utility-menu a#ldd[aria-expanded=true] .arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.navbar #mainMenu.modal.show .modal-menu-container .utility-menu div#languageBox {
  flex: 1 0 100%;
  order: 4;
}
.navbar #mainMenu.modal.show .modal-menu-container .utility-menu a#sdd {
  display: none;
}
.navbar #mainMenu.modal.show .modal-menu-container .utility-menu div#searchBox {
  display: block;
  flex: 1 0 100%;
  order: 5;
  margin: 1em auto 0;
  max-width: 285px;
}
.navbar #mainMenu.modal.show .modal-menu-container .menu-main-menu-container {
  overflow-y: scroll;
  flex-grow: 1;
}
.navbar #mainMenu.modal.show .modal-menu-container .menu-main-menu-container ul {
  list-style-type: none;
  margin: 0 2em;
  padding: 0;
}
.navbar #mainMenu.modal.show .modal-menu-container .menu-main-menu-container ul li a {
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 46px;
  text-transform: uppercase;
}
.navbar #mainMenu.modal.show .modal-menu-container .menu-main-menu-container ul li a:hover, .navbar #mainMenu.modal.show .modal-menu-container .menu-main-menu-container ul li a:focus, .navbar #mainMenu.modal.show .modal-menu-container .menu-main-menu-container ul li a:active, .navbar #mainMenu.modal.show .modal-menu-container .menu-main-menu-container ul li a:visited {
  text-decoration: none;
}
.navbar #mainMenu.modal.show .modal-menu-container .menu-main-menu-container ul li.current-menu-item a {
  color: #22F29D;
}
@media only screen and (min-width: 1024px) {
  .navbar #mainMenu {
    display: block !important;
    order: 3;
    width: unset;
    min-width: 200px;
    padding: 1em;
    flex-grow: 1;
  }
  .navbar #mainMenu.modal {
    position: relative;
    z-index: unset;
  }
  .navbar #mainMenu.modal .menu-main-menu-container,
.navbar #mainMenu.modal #menu-app-dl {
    display: none;
  }
  .navbar #mainMenu.modal .utility-menu {
    position: relative;
    display: flex;
  }
  .navbar #mainMenu.modal .utility-menu a#close {
    display: none;
  }
  .navbar #mainMenu.modal .utility-menu a#sdd {
    order: 1;
    margin: 0 1em;
  }
  .navbar #mainMenu.modal .utility-menu a#sdd[aria-expanded=true] .sclose {
    display: block;
  }
  .navbar #mainMenu.modal .utility-menu a#sdd[aria-expanded=true] .sopen {
    display: none;
  }
  .navbar #mainMenu.modal .utility-menu a#ldd {
    order: 2;
  }
  .navbar #mainMenu.modal .utility-menu a#ldd .arrow {
    display: none;
  }
  .navbar #mainMenu.modal .utility-menu #searchBox.collapsing, .navbar #mainMenu.modal .utility-menu #searchBox.show {
    position: fixed !important;
    z-index: 1000;
    top: 5.5em;
    right: 2em;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1440px) {
  .navbar #mainMenu.modal .utility-menu #searchBox.collapsing, .navbar #mainMenu.modal .utility-menu #searchBox.show {
    top: 1.5em;
    right: unset;
    left: calc( calc(930px + calc( calc(100vw - 930px) / 2 )) - 260px);
  }
  .navbar #mainMenu.modal .utility-menu #searchBox.collapsing input, .navbar #mainMenu.modal .utility-menu #searchBox.collapsing button, .navbar #mainMenu.modal .utility-menu #searchBox.collapsing svg, .navbar #mainMenu.modal .utility-menu #searchBox.show input, .navbar #mainMenu.modal .utility-menu #searchBox.show button, .navbar #mainMenu.modal .utility-menu #searchBox.show svg {
    background-color: white;
    color: #11172B;
    fill: #11172B !important;
  }
  .navbar #mainMenu.modal .utility-menu #searchBox.collapsing input[type=search]::-webkit-search-cancel-button, .navbar #mainMenu.modal .utility-menu #searchBox.show input[type=search]::-webkit-search-cancel-button {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z' /%3E%3C/svg%3E");
  }
}
@media only screen and (min-width: 1024px) {
  .navbar #mainMenu.modal .utility-menu #languageBox.collapsing, .navbar #mainMenu.modal .utility-menu #languageBox.show {
    position: fixed !important;
    z-index: 1000;
    top: 5em;
    margin: 0.2em;
    padding: 0em;
  }
  .navbar #mainMenu.modal .utility-menu #languageBox.collapsing ul, .navbar #mainMenu.modal .utility-menu #languageBox.show ul {
    background-color: #1D2236;
    padding: 0.2em;
    margin: 0;
    list-style-type: none;
  }
  .navbar #mainMenu.modal .utility-menu #languageBox.collapsing ul li, .navbar #mainMenu.modal .utility-menu #languageBox.show ul li {
    padding: 0.5em 2em;
  }
}

.ios.dk .navbar #mainMenu.modal.show .modal-menu-container {
  justify-content: space-between;
}
.ios.dk .navbar #mainMenu.modal.show .modal-menu-container .menu-main-menu-container {
  align-items: start;
  display: flex;
  flex-grow: 1;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer.container {
  max-width: 100%;
  z-index: 1;
  padding: 0;
  background: #1D2236;
}

footer.site-footer #footer-sidebar {
  padding-top: 2em;
  padding-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media only screen and (min-width: 768px) {
  footer.site-footer #footer-sidebar {
    max-width: 930px;
    margin: 0 auto;
  }
}
footer.site-footer #footer-sidebar #footer-sidebar1,
footer.site-footer #footer-sidebar #footer-sidebar2,
footer.site-footer #footer-sidebar #footer-sidebar3,
footer.site-footer #footer-sidebar #footer-sidebar4 {
  flex: 1 0 50%;
}
@media only screen and (min-width: 768px) {
  footer.site-footer #footer-sidebar #footer-sidebar1,
footer.site-footer #footer-sidebar #footer-sidebar2,
footer.site-footer #footer-sidebar #footer-sidebar3,
footer.site-footer #footer-sidebar #footer-sidebar4 {
    flex: 1 0 25%;
  }
}
footer.site-footer #footer-sidebar #footer-sidebar5 {
  flex: 1 0 100%;
}
@media only screen and (min-width: 426px) {
  footer.site-footer #footer-sidebar #footer-sidebar5 .promo {
    display: none;
  }
}
footer.site-footer #footer-sidebar .widget {
  max-width: fit-content;
}
footer.site-footer #footer-sidebar .widget h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  color: #ffffff;
}
footer.site-footer #footer-sidebar .widget ul {
  list-style: none;
  margin-left: 0.5em;
  padding: 0.2em;
  font-size: 80%;
}
footer.site-footer #footer-sidebar .widget ul a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  text-decoration: none;
  color: #929696;
}
footer.site-footer #footer-sidebar .widget ul a i {
  color: #ffffff;
  padding-right: 1em;
  min-width: 2em;
}
footer.site-footer .footer-header {
  font-family: Montserrat;
  color: white;
  font-weight: 600;
  font-size: 16px;
}

html {
  scroll-behavior: smooth;
}

@media only screen and (min-width: 460px) {
  .news::-webkit-scrollbar, .news::-webkit-scrollbar-track, .news::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

aside#secondary {
  max-width: 930px;
  margin: 0 auto;
}
aside#secondary article {
  order: unset;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
body.page .entry-content {
  background-color: #11172B;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-summary {
  margin: 1.5em 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  padding: 0;
}

/*
 # Page
 */
body.page:not(.home) .entry-content {
  background-color: white;
  border-radius: 15px;
  padding: 25px;
}

body.page.livescore .entry-content,
body.page.standings .entry-content,
body.page.tabeller .entry-content,
body.page.video .entry-content,
body.page.league .entry-content,
body.page.liga .entry-content,
body.page.team .entry-content,
body.page.hold .entry-content,
body.page.player .entry-content,
body.page.spiller .entry-content,
body.page.page-template-page-dark .entry-content {
  background-color: #11172B;
  color: #ffffff;
  padding: 0 25px;
}

/*--------------------------------------------------------------
# Single post
--------------------------------------------------------------*/
.single-post {
  /* Make news menu colored in scroller */
}
.single-post .navbar .scroller-menu ul li.menu-item-home {
  border-bottom: 2px solid #22F29D;
}
.single-post .navbar .scroller-menu ul li.menu-item-home a {
  color: #22F29D;
}
.single-post h1 {
  word-break: break-word;
  margin: 0.5em 0;
}
@media only screen and (min-width: 768px) {
  .single-post .site-content #primary {
    padding: 1em 0;
  }
}
.single-post .site-content article.main {
  background-color: #ffffff;
  padding: 1.5em 1em;
}
@media only screen and (min-width: 768px) {
  .single-post .site-content article.main {
    border-radius: 5px;
  }
}
.single-post .site-content article.main .widget.widget_text:nth-of-type(2) {
  position: sticky;
  top: 1em;
}
.single-post .site-content article.main p {
  color: #000000;
}
.single-post .site-content article.main a {
  color: #25A8FC;
}
.single-post .site-content article.main .entry-title {
  word-break: break-word;
  margin: 0.5em 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 0.02em;
}
.single-post .site-content article.main .entry-meta {
  margin-bottom: 10px;
}
.single-post .site-content article.main .excerpt,
.single-post .site-content article.main figcaption {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #7f7f7f;
  text-align: left;
}
.single-post .site-content article.main img {
  border-radius: 5px;
}
.single-post .site-content article.main img.alignleft, .single-post .site-content article.main img.alignright {
  float: unset;
}
.single-post .site-content article.main .post-thumbnail-info {
  position: relative;
}
.single-post .site-content article.main .post-thumbnail-info .image-wrap {
  position: relative;
  margin-left: -1em;
  margin-right: -1em;
}
@media only screen and (min-width: 768px) {
  .single-post .site-content article.main .post-thumbnail-info .image-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.single-post .site-content article.main .post-thumbnail-info .image-wrap .post-thumbnail img, .single-post .site-content article.main .post-thumbnail-info .image-wrap .post-thumbnail iframe {
  max-width: -webkit-fill-available;
  border-radius: unset;
  border: unset !important;
}
.single-post .site-content article.main .post-thumbnail-info .image-wrap span.attribution {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #1d2236;
  color: white;
  padding: 0.5em 1em;
  font-size: 0.7em;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.single-post .site-content .entry-meta {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}
.single-post .site-content .entry-meta .byline a:visited,
.single-post .site-content .entry-meta .byline a {
  color: #000000;
}
.single-post .site-content .entry-meta .byline a:visited:hover,
.single-post .site-content .entry-meta .byline a:hover {
  color: #0099FC;
}
.single-post .site-content .entry-meta .posted-on {
  float: right;
}
@media only screen and (min-width: 768px) {
  .single-post .site-content .entry-meta .posted-on {
    float: unset;
  }
  .single-post .site-content .entry-meta .posted-on:before {
    content: " - ";
  }
}
.single-post .site-content .entry-meta .posted-on .post-date {
  color: #9a9a9a;
}
.single-post .site-content .entry-meta .posted-on .post-time {
  color: #1d2236;
}
.single-post .site-content ul.post-categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.single-post .site-content ul.post-categories li {
  display: inline-block;
  color: #25A8FC;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding-right: 1em;
}
.single-post .site-content ul.post-categories li:not(:last-of-type):after {
  content: ",";
}
.single-post .site-content .more-about {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  line-height: 36px;
  color: #1d2236;
  font-weight: 600;
  margin-top: 1em;
  display: block;
}
.single-post .site-content .entry-footer .latest,
.single-post .site-content .entry-footer .related {
  margin: 2em 0;
}
.single-post .site-content ul.post-tags {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.single-post .site-content ul.post-tags li {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #0099FC;
}
@media only screen and (min-width: 640px) {
  .single-post .site-content ul.post-tags li {
    display: inline-block;
    margin: 0 0.5em;
  }
}
.single-post .site-content ul.post-tags li a:hover,
.single-post .site-content ul.post-tags li a:focus,
.single-post .site-content ul.post-tags li a:visited {
  text-decoration: none;
}
.single-post .site-content .article-sidebar {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 640px) {
  .single-post .site-content .article-sidebar {
    display: none;
  }
}
.single-post .page-links h5 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 100%;
}
.single-post .page-links .pages {
  display: flex;
  flex-wrap: wrap;
}
.single-post .page-links .pages .post-page-numbers {
  padding: 0.2em 0.5em;
  margin: 0.5em;
  border-radius: 5px;
  background-color: #ffffff;
  border: 2px solid #25A8FC;
  font-weight: 700;
  text-align: center;
}
.single-post .page-links .pages .post-page-numbers.current {
  background: #25A8FC;
  color: #ffffff;
}
.single-post .page-links .pages a.post-page-numbers {
  color: #25A8FC;
  text-decoration: none;
}
.single-post .page-links .pages a.post-page-numbers:hover {
  background: #0099FC;
  color: #ffffff;
  border-color: #0099FC;
}
.single-post .roco-block .fa-stack {
  top: 1em;
  left: 1em;
  width: initial;
}
.single-post .roco-block .fa-stack .fa-circle:before {
  color: #25A8FC;
}
.single-post .roco-block .fa-stack .fa-play-circle:before {
  color: #ffffff;
}
.single-post section.post-navigation {
  margin: 0 !important;
}

.desktop.single-post article.main .col.col-md-8 {
  max-width: calc(100% - 320px - 2em);
}
.desktop.single-post article.main .col-4.article-sidebar {
  min-width: 320px;
}
.desktop.single-post .related-articles article.new {
  margin: 1em;
}

.separator {
  margin-bottom: 1.5em;
}

.ad img {
  border-radius: 0 !important;
}

@media only screen and (max-width: 600px) {
  .single-post .site-content .recent-posts {
    display: none;
  }
}
/*--------------------------------------------------------------
# No results
--------------------------------------------------------------*/
section.no-results .page-content {
  background-color: white;
  padding: 15px 1em;
  border-radius: 10px;
}

.single-post .widget-area article {
  background-color: transparent;
  padding: 0;
}

article.page .entry-header {
  margin: 0 1em;
}

.post h3 {
  font-size: larger;
  line-height: 1.1em;
  margin-top: 15px;
  margin-bottom: 15px;
}

.post h2 {
  font-size: x-large;
  line-height: 1.1em;
  margin-top: 15px;
  margin-bottom: 15px;
}

.post .entry-content {
  word-break: break-word;
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
.archive .archive-description {
  color: #ffffff;
  font-weight: 400;
  font-family: "Montserrat";
}
.archive .archive-description p {
  font-family: inherit;
}

.page .left-sticky-ad,
.page .right-sticky-ad,
.blog .left-sticky-ad,
.blog .right-sticky-ad,
.archive .left-sticky-ad,
.archive .right-sticky-ad,
.search .left-sticky-ad,
.search .right-sticky-ad {
  margin-top: 1em;
}
.page .page-header,
.blog .page-header,
.archive .page-header,
.search .page-header {
  width: 100%;
  padding: 0 1em;
  order: 0;
  flex: 1 0 100%;
}
.page .page-header .page-title,
.blog .page-header .page-title,
.archive .page-header .page-title,
.search .page-header .page-title {
  margin: 0.5em auto;
  max-width: 930px;
}
.page article.new,
.blog article.new,
.archive article.new,
.search article.new {
  color: #ffffff;
  margin: 0.5em;
}
.page article.new .col.img-div,
.blog article.new .col.img-div,
.archive article.new .col.img-div,
.search article.new .col.img-div {
  padding-right: 0;
}
.page article.new img,
.blog article.new img,
.archive article.new img,
.search article.new img {
  border-radius: 5px;
}
.page article.new .header-div h2,
.blog article.new .header-div h2,
.archive article.new .header-div h2,
.search article.new .header-div h2 {
  margin: 0;
  line-height: 125%;
  word-break: break-word;
  font-size: 14px;
}
.page article.new .header-div h2 a,
.blog article.new .header-div h2 a,
.archive article.new .header-div h2 a,
.search article.new .header-div h2 a {
  color: #ffffff;
  text-decoration: none;
}
.page article.new .header-div .entry-meta,
.blog article.new .header-div .entry-meta,
.archive article.new .header-div .entry-meta,
.search article.new .header-div .entry-meta {
  color: #25A8FC;
  font-size: 12px;
}
.page article.new .header-div .excerpt,
.blog article.new .header-div .excerpt,
.archive article.new .header-div .excerpt,
.search article.new .header-div .excerpt {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .page article.new,
.blog article.new,
.archive article.new,
.search article.new {
    background-color: #1d2236;
    border-radius: 5px;
    margin: 1em 0;
  }
  .page article.new .img-div,
.blog article.new .img-div,
.archive article.new .img-div,
.search article.new .img-div {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .page article.new .header-div h2,
.blog article.new .header-div h2,
.archive article.new .header-div h2,
.search article.new .header-div h2 {
    margin: 1em 0;
  }
  .page article.new .header-div h2 a,
.blog article.new .header-div h2 a,
.archive article.new .header-div h2 a,
.search article.new .header-div h2 a {
    color: #ffffff;
    font-size: 18px;
  }
  .page article.new .header-div .entry-meta,
.blog article.new .header-div .entry-meta,
.archive article.new .header-div .entry-meta,
.search article.new .header-div .entry-meta {
    font-size: 14px;
  }
  .page article.new .header-div .excerpt,
.blog article.new .header-div .excerpt,
.archive article.new .header-div .excerpt,
.search article.new .header-div .excerpt {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.blog section.widget section article.new,
.archive section.widget section article.new,
.search section.widget section article.new {
  background-color: transparent;
}

.blog .archive-more-posts,
.archive .archive-more-posts {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .blog .archive-more-posts,
.archive .archive-more-posts {
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

div#comments {
  padding: 1em;
}
div#comments h2 {
  color: #ffffff;
  font-size: 42px;
}
div#comments .comment-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
div#comments .comment-list .comment {
  margin-top: 1em;
}
div#comments .comment-list .comment ul.children {
  padding-left: 0;
}
div#comments .comment-list .comment-meta .comment-metadata {
  color: #25A8FC;
}
@media only screen and (min-width: 426px) {
  div#comments .comment-list .comment-meta .comment-metadata {
    display: inline-block;
    margin-left: 2em;
  }
}
@media only screen and (min-width: 426px) {
  div#comments .comment-list .comment-meta .comment-author {
    display: inline-block;
  }
}
div#comments .comment-list .comment-meta .comment-author img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 5px;
}
div#comments .comment-list .comment-meta .comment-author .fn {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}
div#comments .comment-list .comment-meta .comment-author span.says {
  display: none;
}
div#comments .comment-list .comment-content,
div#comments .comment-list .reply {
  color: #ffffff;
}
@media only screen and (min-width: 426px) {
  div#comments .comment-list .comment-content,
div#comments .comment-list .reply {
    padding-left: 75px;
  }
}
div#comments .comment-list .comment-content p,
div#comments .comment-list .reply p {
  color: white !important;
}
div#comments #respond {
  margin: 2em 0;
  /* FANCY CHECKBOX */
  /* Customize the label (the container) */
}
div#comments #respond h3,
div#comments #respond p.comment-notes,
div#comments #respond p label {
  color: #ffffff;
}
div#comments #respond p label.error {
  color: #FC4747;
  font-style: italic;
  padding-left: 20px;
}
div#comments #respond h3 {
  font-size: 40px;
}
div#comments #respond p.comment-form-cookies-consent label {
  display: inline;
}
div#comments #respond h3 {
  margin: 1em 0;
}
div#comments #respond input[type=text],
div#comments #respond textarea {
  border: none;
  padding: 15px;
  padding-left: 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: #1d2236;
}
div#comments #respond input {
  border-radius: 50px;
  padding: 10px;
}
div#comments #respond input[type=text] {
  width: 100%;
}
div#comments #respond input:focus {
  box-shadow: 0 0 0 2pt #25A8FC;
  outline: none;
}
div#comments #respond textarea {
  min-height: 60px;
}
div#comments #respond textarea:focus {
  box-shadow: 0 0 0 2pt #25A8FC;
  outline: none;
}
div#comments #respond input#submit {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 2px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  div#comments #respond input#submit {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) {
  div#comments #respond .comment-form-author,
div#comments #respond .comment-form-email {
    display: inline-block;
    width: 49%;
  }
  div#comments #respond .comment-form-email {
    float: right;
  }
}
div#comments #respond .comment-form-cookies-consent {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
}
div#comments #respond .comment-form-cookies-consent input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 25px;
  width: 25px;
  z-index: 1000;
  left: 0;
}
div#comments #respond .comment-form-cookies-consent .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 5px;
  background-color: transparent;
  border: 2px solid #25A8FC;
}
div#comments #respond .comment-form-cookies-consent .checkmark:after {
  left: 7px;
  top: 3px;
  width: 7px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
div#comments #respond .comment-form-cookies-consent .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
div#comments #respond .comment-form-cookies-consent input:checked ~ .checkmark:after {
  display: block;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error404 .page-title {
  color: #ffffff;
  font-size: 24px;
  width: 70%;
  margin: auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .error404 .page-title {
    font-size: 42px;
  }
}
.error404 .page-title span {
  display: block;
  font-size: 80px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .error404 .page-title span {
    font-size: 100px;
  }
}
.error404 a.btn {
  color: white;
  text-transform: uppercase;
  padding: 0.5em 2em;
  border: 2px solid #0099FC;
  border-radius: 25px;
  margin: 1em;
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.search h1 {
  font-size: 42px;
}
.search .not-found {
  order: 2;
}
.search .not-found .page-content {
  background-color: transparent;
  color: #ffffff;
}
.search .not-found .page-content input[type=search] {
  background: transparent;
  border-radius: 25px;
  padding: 10px 25px;
  color: white;
}
.search .not-found .page-content input[type=search]:focus {
  outline: none;
  box-shadow: 0 0 0 1px #25A8FC;
}
.search.search-results .nav-links .nav-next {
  display: inline-block;
  float: right;
}
.search.search-results .nav-links .nav-previous {
  display: inline-block;
}

#searchform {
  display: flex;
  justify-content: center;
}
#searchform input[type=search] {
  background: transparent;
  border-radius: 25px 0 0 25px;
  padding: 5px 20px 5px 25px;
  color: white;
  background-color: #1d2236;
  border: none;
  outline: none;
  width: 90%;
}
#searchform input[type=search]:focus {
  box-shadow: none;
}
#searchform input[type=search]::-webkit-search-cancel-button {
  position: relative;
  right: -20px;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z' /%3E%3C/svg%3E");
}
#searchform button[type=submit] {
  border-radius: 0 25px 25px 0;
  background-color: #1d2236;
  border: none;
  outline: none;
  padding-right: 20px;
  padding-left: 0;
}
#searchform svg {
  fill: #ffffff;
}

/*--------------------------------------------------------------
## PTL
--------------------------------------------------------------*/
/**
 * Listings page
 */
.page.league .ptl-league-wrapper,
.page.league .ptl-team-wrapper,
.page.league .ptl-player-wrapper, .page.liga .ptl-league-wrapper,
.page.liga .ptl-team-wrapper,
.page.liga .ptl-player-wrapper, .page.team .ptl-league-wrapper,
.page.team .ptl-team-wrapper,
.page.team .ptl-player-wrapper, .page.hold .ptl-league-wrapper,
.page.hold .ptl-team-wrapper,
.page.hold .ptl-player-wrapper, .page.player .ptl-league-wrapper,
.page.player .ptl-team-wrapper,
.page.player .ptl-player-wrapper, .page.spiller .ptl-league-wrapper,
.page.spiller .ptl-team-wrapper,
.page.spiller .ptl-player-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.page.league .ptl-league-wrapper .ptl-bnnr,
.page.league .ptl-team-wrapper .ptl-bnnr,
.page.league .ptl-player-wrapper .ptl-bnnr, .page.liga .ptl-league-wrapper .ptl-bnnr,
.page.liga .ptl-team-wrapper .ptl-bnnr,
.page.liga .ptl-player-wrapper .ptl-bnnr, .page.team .ptl-league-wrapper .ptl-bnnr,
.page.team .ptl-team-wrapper .ptl-bnnr,
.page.team .ptl-player-wrapper .ptl-bnnr, .page.hold .ptl-league-wrapper .ptl-bnnr,
.page.hold .ptl-team-wrapper .ptl-bnnr,
.page.hold .ptl-player-wrapper .ptl-bnnr, .page.player .ptl-league-wrapper .ptl-bnnr,
.page.player .ptl-team-wrapper .ptl-bnnr,
.page.player .ptl-player-wrapper .ptl-bnnr, .page.spiller .ptl-league-wrapper .ptl-bnnr,
.page.spiller .ptl-team-wrapper .ptl-bnnr,
.page.spiller .ptl-player-wrapper .ptl-bnnr {
  flex: 1 0 100%;
  margin: 1em 0;
}
.page.league .ptl-league-wrapper .ptl-league,
.page.league .ptl-league-wrapper .ptl-team,
.page.league .ptl-league-wrapper .ptl-player,
.page.league .ptl-team-wrapper .ptl-league,
.page.league .ptl-team-wrapper .ptl-team,
.page.league .ptl-team-wrapper .ptl-player,
.page.league .ptl-player-wrapper .ptl-league,
.page.league .ptl-player-wrapper .ptl-team,
.page.league .ptl-player-wrapper .ptl-player, .page.liga .ptl-league-wrapper .ptl-league,
.page.liga .ptl-league-wrapper .ptl-team,
.page.liga .ptl-league-wrapper .ptl-player,
.page.liga .ptl-team-wrapper .ptl-league,
.page.liga .ptl-team-wrapper .ptl-team,
.page.liga .ptl-team-wrapper .ptl-player,
.page.liga .ptl-player-wrapper .ptl-league,
.page.liga .ptl-player-wrapper .ptl-team,
.page.liga .ptl-player-wrapper .ptl-player, .page.team .ptl-league-wrapper .ptl-league,
.page.team .ptl-league-wrapper .ptl-team,
.page.team .ptl-league-wrapper .ptl-player,
.page.team .ptl-team-wrapper .ptl-league,
.page.team .ptl-team-wrapper .ptl-team,
.page.team .ptl-team-wrapper .ptl-player,
.page.team .ptl-player-wrapper .ptl-league,
.page.team .ptl-player-wrapper .ptl-team,
.page.team .ptl-player-wrapper .ptl-player, .page.hold .ptl-league-wrapper .ptl-league,
.page.hold .ptl-league-wrapper .ptl-team,
.page.hold .ptl-league-wrapper .ptl-player,
.page.hold .ptl-team-wrapper .ptl-league,
.page.hold .ptl-team-wrapper .ptl-team,
.page.hold .ptl-team-wrapper .ptl-player,
.page.hold .ptl-player-wrapper .ptl-league,
.page.hold .ptl-player-wrapper .ptl-team,
.page.hold .ptl-player-wrapper .ptl-player, .page.player .ptl-league-wrapper .ptl-league,
.page.player .ptl-league-wrapper .ptl-team,
.page.player .ptl-league-wrapper .ptl-player,
.page.player .ptl-team-wrapper .ptl-league,
.page.player .ptl-team-wrapper .ptl-team,
.page.player .ptl-team-wrapper .ptl-player,
.page.player .ptl-player-wrapper .ptl-league,
.page.player .ptl-player-wrapper .ptl-team,
.page.player .ptl-player-wrapper .ptl-player, .page.spiller .ptl-league-wrapper .ptl-league,
.page.spiller .ptl-league-wrapper .ptl-team,
.page.spiller .ptl-league-wrapper .ptl-player,
.page.spiller .ptl-team-wrapper .ptl-league,
.page.spiller .ptl-team-wrapper .ptl-team,
.page.spiller .ptl-team-wrapper .ptl-player,
.page.spiller .ptl-player-wrapper .ptl-league,
.page.spiller .ptl-player-wrapper .ptl-team,
.page.spiller .ptl-player-wrapper .ptl-player {
  flex: 1 0 100%;
  margin: 1em 0;
}
@media screen and (min-width: 640px) {
  .page.league .ptl-league-wrapper .ptl-league,
.page.league .ptl-league-wrapper .ptl-team,
.page.league .ptl-league-wrapper .ptl-player,
.page.league .ptl-team-wrapper .ptl-league,
.page.league .ptl-team-wrapper .ptl-team,
.page.league .ptl-team-wrapper .ptl-player,
.page.league .ptl-player-wrapper .ptl-league,
.page.league .ptl-player-wrapper .ptl-team,
.page.league .ptl-player-wrapper .ptl-player, .page.liga .ptl-league-wrapper .ptl-league,
.page.liga .ptl-league-wrapper .ptl-team,
.page.liga .ptl-league-wrapper .ptl-player,
.page.liga .ptl-team-wrapper .ptl-league,
.page.liga .ptl-team-wrapper .ptl-team,
.page.liga .ptl-team-wrapper .ptl-player,
.page.liga .ptl-player-wrapper .ptl-league,
.page.liga .ptl-player-wrapper .ptl-team,
.page.liga .ptl-player-wrapper .ptl-player, .page.team .ptl-league-wrapper .ptl-league,
.page.team .ptl-league-wrapper .ptl-team,
.page.team .ptl-league-wrapper .ptl-player,
.page.team .ptl-team-wrapper .ptl-league,
.page.team .ptl-team-wrapper .ptl-team,
.page.team .ptl-team-wrapper .ptl-player,
.page.team .ptl-player-wrapper .ptl-league,
.page.team .ptl-player-wrapper .ptl-team,
.page.team .ptl-player-wrapper .ptl-player, .page.hold .ptl-league-wrapper .ptl-league,
.page.hold .ptl-league-wrapper .ptl-team,
.page.hold .ptl-league-wrapper .ptl-player,
.page.hold .ptl-team-wrapper .ptl-league,
.page.hold .ptl-team-wrapper .ptl-team,
.page.hold .ptl-team-wrapper .ptl-player,
.page.hold .ptl-player-wrapper .ptl-league,
.page.hold .ptl-player-wrapper .ptl-team,
.page.hold .ptl-player-wrapper .ptl-player, .page.player .ptl-league-wrapper .ptl-league,
.page.player .ptl-league-wrapper .ptl-team,
.page.player .ptl-league-wrapper .ptl-player,
.page.player .ptl-team-wrapper .ptl-league,
.page.player .ptl-team-wrapper .ptl-team,
.page.player .ptl-team-wrapper .ptl-player,
.page.player .ptl-player-wrapper .ptl-league,
.page.player .ptl-player-wrapper .ptl-team,
.page.player .ptl-player-wrapper .ptl-player, .page.spiller .ptl-league-wrapper .ptl-league,
.page.spiller .ptl-league-wrapper .ptl-team,
.page.spiller .ptl-league-wrapper .ptl-player,
.page.spiller .ptl-team-wrapper .ptl-league,
.page.spiller .ptl-team-wrapper .ptl-team,
.page.spiller .ptl-team-wrapper .ptl-player,
.page.spiller .ptl-player-wrapper .ptl-league,
.page.spiller .ptl-player-wrapper .ptl-team,
.page.spiller .ptl-player-wrapper .ptl-player {
    flex: 1 0 33%;
  }
}
.page.league .ptl-league-wrapper .ptl-league .popular-link img,
.page.league .ptl-league-wrapper .ptl-team .popular-link img,
.page.league .ptl-league-wrapper .ptl-player .popular-link img,
.page.league .ptl-team-wrapper .ptl-league .popular-link img,
.page.league .ptl-team-wrapper .ptl-team .popular-link img,
.page.league .ptl-team-wrapper .ptl-player .popular-link img,
.page.league .ptl-player-wrapper .ptl-league .popular-link img,
.page.league .ptl-player-wrapper .ptl-team .popular-link img,
.page.league .ptl-player-wrapper .ptl-player .popular-link img, .page.liga .ptl-league-wrapper .ptl-league .popular-link img,
.page.liga .ptl-league-wrapper .ptl-team .popular-link img,
.page.liga .ptl-league-wrapper .ptl-player .popular-link img,
.page.liga .ptl-team-wrapper .ptl-league .popular-link img,
.page.liga .ptl-team-wrapper .ptl-team .popular-link img,
.page.liga .ptl-team-wrapper .ptl-player .popular-link img,
.page.liga .ptl-player-wrapper .ptl-league .popular-link img,
.page.liga .ptl-player-wrapper .ptl-team .popular-link img,
.page.liga .ptl-player-wrapper .ptl-player .popular-link img, .page.team .ptl-league-wrapper .ptl-league .popular-link img,
.page.team .ptl-league-wrapper .ptl-team .popular-link img,
.page.team .ptl-league-wrapper .ptl-player .popular-link img,
.page.team .ptl-team-wrapper .ptl-league .popular-link img,
.page.team .ptl-team-wrapper .ptl-team .popular-link img,
.page.team .ptl-team-wrapper .ptl-player .popular-link img,
.page.team .ptl-player-wrapper .ptl-league .popular-link img,
.page.team .ptl-player-wrapper .ptl-team .popular-link img,
.page.team .ptl-player-wrapper .ptl-player .popular-link img, .page.hold .ptl-league-wrapper .ptl-league .popular-link img,
.page.hold .ptl-league-wrapper .ptl-team .popular-link img,
.page.hold .ptl-league-wrapper .ptl-player .popular-link img,
.page.hold .ptl-team-wrapper .ptl-league .popular-link img,
.page.hold .ptl-team-wrapper .ptl-team .popular-link img,
.page.hold .ptl-team-wrapper .ptl-player .popular-link img,
.page.hold .ptl-player-wrapper .ptl-league .popular-link img,
.page.hold .ptl-player-wrapper .ptl-team .popular-link img,
.page.hold .ptl-player-wrapper .ptl-player .popular-link img, .page.player .ptl-league-wrapper .ptl-league .popular-link img,
.page.player .ptl-league-wrapper .ptl-team .popular-link img,
.page.player .ptl-league-wrapper .ptl-player .popular-link img,
.page.player .ptl-team-wrapper .ptl-league .popular-link img,
.page.player .ptl-team-wrapper .ptl-team .popular-link img,
.page.player .ptl-team-wrapper .ptl-player .popular-link img,
.page.player .ptl-player-wrapper .ptl-league .popular-link img,
.page.player .ptl-player-wrapper .ptl-team .popular-link img,
.page.player .ptl-player-wrapper .ptl-player .popular-link img, .page.spiller .ptl-league-wrapper .ptl-league .popular-link img,
.page.spiller .ptl-league-wrapper .ptl-team .popular-link img,
.page.spiller .ptl-league-wrapper .ptl-player .popular-link img,
.page.spiller .ptl-team-wrapper .ptl-league .popular-link img,
.page.spiller .ptl-team-wrapper .ptl-team .popular-link img,
.page.spiller .ptl-team-wrapper .ptl-player .popular-link img,
.page.spiller .ptl-player-wrapper .ptl-league .popular-link img,
.page.spiller .ptl-player-wrapper .ptl-team .popular-link img,
.page.spiller .ptl-player-wrapper .ptl-player .popular-link img {
  max-width: 2em;
  background: white;
  border-radius: 2em;
  padding: 0.2em;
  margin-right: 0.5em;
}
.page .ptl-player img.ptl-logo {
  border-radius: 100%;
}

/**
 * Single ptl page designs
 */
.page .ptl-page body {
  color: #fff;
}
.page .ptl-page .entry-header {
  margin: 0 !important;
}
.page .ptl-page ptl-header {
  display: block;
}
.page .ptl-page ptl-header.entry-content > * {
  max-width: none !important;
  margin: auto !important;
}
.page .ptl-page ptl-header .wrapper {
  overflow: auto;
  text-align: center;
}
.page .ptl-page ptl-header .wrapper .head {
  font-size: 16px;
  /*margin: 30px auto !important;*/
  min-height: 200px;
  padding: 2em;
}
.page .ptl-page ptl-header .wrapper .head.has-background {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.page .ptl-page ptl-header .wrapper .head h1 {
  color: #fff;
  margin: 0 !important;
}
.page .ptl-page ptl-header .wrapper .head h1:before {
  display: none;
}
.page .ptl-page ptl-header .wrapper .head .logo-wrapper {
  display: inline-block;
  padding: 0.5em;
  border-radius: 100%;
  /*margin-top: 1em;*/
}
.page .ptl-page ptl-header #ptl-menu {
  display: block;
  width: 100%;
  max-width: none;
  background-color: #1d2236;
}
.page .ptl-page ptl-header #ptl-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  overflow-x: scroll;
}
@media screen and (min-width: 640px) {
  .page .ptl-page ptl-header #ptl-menu ul {
    overflow: hidden;
  }
}
.page .ptl-page ptl-header #ptl-menu ul:before, .page .ptl-page ptl-header #ptl-menu ul:after {
  content: "";
  clear: both;
  position: relative;
  display: table;
}
.page .ptl-page ptl-header #ptl-menu ul li {
  float: left;
}
.page .ptl-page ptl-header #ptl-menu ul li a {
  display: block;
  padding: 7px;
  color: #6f7281;
  text-transform: uppercase;
  outline: none;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}
.page .ptl-page ptl-header #ptl-menu ul li.active a, .page .ptl-page ptl-header #ptl-menu ul li:hover a, .page .ptl-page ptl-header #ptl-menu ul li:active a {
  color: #2491d4;
  border-bottom-color: #2491d4;
}
.page .ptl-page .entry {
  display: block;
  margin: 30px auto;
}
.page .ptl-page .entry-header {
  width: auto;
}
.page .ptl-page .widget-title {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  padding-left: 1em;
}
.page .ptl-page .ptl-post {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-size: 14px;
}
.page .ptl-page .ptl-post .ptl-img-wrapper {
  margin: 0;
}
.page .ptl-page .ptl-post .ptl-image {
  border-radius: 5px;
}
.page .ptl-page .ptl-post .ptl-title {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.page .ptl-page .ptl-post .posted-on {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  display: block;
}
.page .ptl-page .ptl-post .post-block {
  display: block;
  height: 50vh;
  position: relative;
}
.page .ptl-page .ptl-post .post-block .ptl-title {
  font-size: 1em;
}
.page .ptl-page .ptl-post .post-block .ptl-title-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 10px;
  padding: 0 1em 0.5em;
}
@media only screen and (max-width: 640px) {
  .page .ptl-page .ptl-post:nth-of-type(5n+1) {
    position: relative;
    margin: 1em;
  }
  .page .ptl-page .ptl-post:nth-of-type(5n+1) .img-div {
    max-width: 100%;
    flex: 1 0 100%;
    padding: 0;
  }
  .page .ptl-page .ptl-post:nth-of-type(5n+1) .img-div img {
    width: 100%;
  }
  .page .ptl-page .ptl-post:nth-of-type(5n+1) .header-div {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2em 1em 1em;
    background: linear-gradient(to top, black, transparent);
    border-radius: 0 0 4px 4px;
  }
}
.page .ptl-page .button {
  display: block;
  margin: 1.5em auto;
  cursor: pointer;
  outline: none;
  border: 1px solid #333;
  max-width: 250px;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1;
  background-color: #25A8FC;
  color: black;
  padding: 1em;
  text-align: center;
  text-transform: uppercase;
}
.page .ptl-page .button:hover {
  background-color: #1D2236;
  border-color: #1D2236;
  color: #25A8FC;
}
.page .ptl-page ul.page-numbers {
  list-style-type: none;
  padding: 0;
  margin: 1em 0 1em 1em;
}
.page .ptl-page ul.page-numbers li {
  display: inline-block;
}
.page .ptl-page ul.page-numbers li a, .page .ptl-page ul.page-numbers li span {
  padding: 0.1em 2em;
  background: #333;
  border-radius: 2em;
  color: #ffffff;
  opacity: 0.6;
}
.page .ptl-page ul.page-numbers li a:hover, .page .ptl-page ul.page-numbers li a:focus, .page .ptl-page ul.page-numbers li span:hover, .page .ptl-page ul.page-numbers li span:focus {
  opacity: 0.9;
}
.page .ptl-page ul.page-numbers li a:visited, .page .ptl-page ul.page-numbers li span:visited {
  color: #ffffff;
}
.page .ptl-page ul.page-numbers li a.current, .page .ptl-page ul.page-numbers li span.current {
  opacity: 1;
  cursor: default;
}
.page .ptl-page.ptl-league enet-clubs:before, .page .ptl-page.ptl-league enet-clubs:after {
  content: "";
  clear: both;
  position: relative;
  display: table;
}
.page .ptl-page.ptl-league enet-club p {
  margin: 0;
}
.page .ptl-page.ptl-league enet-club a {
  transition: 0.2s;
  display: block;
}
.page .ptl-page.ptl-league enet-club:hover a {
  opacity: 1;
  /*background-color: #aaa;*/
}
.page .ptl-page.ptl-league enet-club img {
  display: block;
}
.page .ptl-page.ptl-league enet-club.no-link img {
  padding: 5px;
  opacity: 0.5;
  background-color: #fff;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) {
  .page .ptl-page.ptl-team .widget-content enet-players {
    overflow: initial;
    white-space: initial;
  }
  .page .ptl-page.ptl-team .widget-content enet-players enet-player {
    margin: 1em;
  }
}
.page .ptl-page span.stat-title {
  color: white;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  padding-left: 1em;
}
.page .ptl-page si-lb-widget {
  margin: 1em 0 2em;
}
@media only screen and (min-width: 768px) {
  .page .ptl-page si-lb-widget {
    margin: 0.5em 1em 1em;
  }
}
@media only screen and (min-width: 768px) {
  .page .ptl-page .ptl-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.single-post .site-content article .post-tags .ptl-club-logo,
.single-post .site-content article .post-tags .ptl-league-logo,
.single-post .site-content article .post-tags .ptl-player-logo {
  max-width: 3em;
  display: inline-block;
}
.single-post .site-content article .post-tags .ptl-club-logo img,
.single-post .site-content article .post-tags .ptl-league-logo img,
.single-post .site-content article .post-tags .ptl-player-logo img {
  padding: 0.5em;
}
.single-post .site-content article .post-tags .ptl-player-logo img {
  border-radius: 2em;
}

ptl-footer.entry-content .wrapper {
  padding: 0 1.2em;
  margin: 0;
  font-size: 1em;
  font-weight: 100;
  color: #ffffff;
}

.breadcrumbs ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li {
  display: inline-block;
}

.js-scroller {
  overflow: auto;
  white-space: normal;
}

.js-scroller:not(.dragging) {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Video Archive
--------------------------------------------------------------*/
body.video .entry-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: white;
}
body.video .entry-content > p {
  padding-left: 1em;
  margin-top: -1em;
}
body.video article.type-page {
  background-color: #11172b !important;
}

.svf-archive .svf-filter {
  display: flex;
  overflow-x: scroll;
}
.svf-archive .svf-filter::before {
  content: unset;
}
.svf-archive .svf-filter::-webkit-scrollbar, .svf-archive .svf-filter::-webkit-scrollbar-track, .svf-archive .svf-filter::-webkit-scrollbar-thumb {
  width: 0;
  height: 0;
  color: transparent;
  background-color: transparent;
}
.svf-archive .svf-filter .svf-filter-item {
  min-width: fit-content;
  background-color: #414555;
  border: 1px solid #414555;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 25px;
  margin: 0.5em;
  padding: 0.6em 1.5em;
  font-weight: 500;
  opacity: 0.7;
}
.svf-archive .svf-filter .svf-filter-item.svf-active-item {
  opacity: 1;
}
.svf-archive .svf-filter .svf-filter-item:hover, .svf-archive .svf-filter .svf-filter-item:focus {
  opacity: 0.9;
}
.svf-archive .svf-video-archive {
  background: transparent;
}
.svf-archive .svf-video-archive .svf-video-archive-player {
  border: none;
  background: transparent;
}
.svf-archive .svf-video-archive .svf-video-archive-player .svf-video-wrapper {
  background: transparent;
}
.svf-archive .svf-video-archive .svf-video-archive-player .social-wrapper {
  background-color: #1d2236;
}
.svf-archive .svf-video-archive .svf-video-container {
  background-color: transparent;
  border: none;
  margin: 0.5em 0;
  display: block;
}
.svf-archive .svf-video-archive .svf-video-container .img-wrapper {
  border: none;
  border-radius: 5px;
  background-position: center;
  min-height: 6em;
  display: inline-block;
  width: 30%;
}
@media only screen and (min-width: 861px) {
  .svf-archive .svf-video-archive .svf-video-container .img-wrapper:after {
    content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" style="width:24px;height:24px" viewBox="0 0 24 24"%3E%3Ccircle cx="12" cy="12" r="8" fill="%23fff"%3E%3C/circle%3E%3Cpath fill="%23454547" d="M10,16.5V7.5L16,12M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z" /%3E%3C/svg%3E');
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3em;
    height: 3em;
  }
}
.svf-archive .svf-video-archive .svf-video-container .img-wrapper time.video-duration {
  position: absolute;
  bottom: 1em;
  right: 0.5em;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}
.svf-archive .svf-video-archive .svf-video-container .img-wrapper time.video-duration span {
  padding: 0.2em 0.6em;
  border-radius: 15px;
  opacity: 0.9;
  background-color: #1d2236;
  color: #22F29D;
}
.svf-archive .svf-video-archive .svf-video-container .video-info {
  line-height: 100%;
  margin-left: 1em;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  width: 65%;
}
.svf-archive .svf-video-archive .svf-video-container .video-info .video-title {
  word-break: break-word;
  font-weight: 600;
  line-height: 1.25;
}
.svf-archive .svf-video-archive .svf-video-container .video-info time.video-time {
  color: #25A8FC;
  line-height: 200%;
  font-size: 90%;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .svf-archive .svf-video-archive .svf-video-container {
    max-width: 50%;
  }
}
@media screen and (min-width: 861px) {
  .svf-archive .svf-video-archive .svf-video-container {
    margin: 1.5em 0;
  }
  .svf-archive .svf-video-archive .svf-video-container .img-wrapper,
.svf-archive .svf-video-archive .svf-video-container .video-info {
    margin-left: 0;
  }
  .svf-archive .svf-video-archive .svf-video-container .video-info {
    width: 100%;
  }
}
.svf-archive .svf-load-more-wrapper {
  margin: 2em 0;
}
.svf-archive .svf-load-more-wrapper .svf-load-more {
  background-color: #22F29D;
  color: black;
  padding: 1em;
}
.svf-archive .svf-load-more-wrapper .svf-load-more:hover {
  background-color: #1D2236;
  border-color: #1D2236;
  color: #22F29D;
}
.svf-archive .svf-loader-wrapper {
  color: #22F29D;
}

.svf-playlist .video-link:not(.no-hover-border):before, .svf-video-archive .video-link:not(.no-hover-border):before {
  content: unset !important;
}

/*--------------------------------------------------------------
# Video Single
# usually embedded in an article with [wc_ctf_single_video ... ]
--------------------------------------------------------------*/
.svf-video-single {
  background-color: unset;
}
.svf-video-single .svf-video-container {
  background-color: unset;
}

.ronaldo-posts-container.authors .entry-header {
  padding: 0 1em;
}
.ronaldo-posts-container.authors .author-list {
  display: flex;
  flex-wrap: wrap;
}
.ronaldo-posts-container.authors .author-list .author-card {
  background-color: #1D2236;
  padding: 0.5em;
  margin: 0.5em 0;
  border-radius: 5px;
  align-items: center;
  flex: 0 0 100%;
}
@media only screen and (min-width: 768px) {
  .ronaldo-posts-container.authors .author-list .author-card {
    flex: 0 0 45%;
    margin: 0.5em;
  }
}
.ronaldo-posts-container.authors .author-list .author-card .author-info {
  margin: 1em auto;
}

.author-image img {
  border-radius: 50%;
}

.author-social {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1em 0;
}
.author-social li {
  display: inline;
  margin: 0 0.5em 0 0;
}

/**
 * Front and sidebar sizing fixes...
 * for all screens, overwrites bootstrap cols!!!!!!
 */
section:not(.old) {
  margin-top: 1em;
  margin-bottom: 1em;
}
section:not(.old) h2.section-title {
  color: #ffffff;
  padding-left: 0.5em;
  font-size: 24px;
  margin: 0 0 0.5rem;
}
section:not(.old) article.new {
  position: relative;
}
section:not(.old) article.new .header {
  border-radius: 10px;
  min-height: 150px;
  position: relative;
}
section:not(.old) article.new .header .header-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 10px;
  padding: 0 1em 0.5em;
}
section:not(.old) article.new .header .header-info h3 {
  font-size: 1em;
  margin-bottom: 0;
  color: #ffffff;
}
section:not(.old) article.new .header span {
  font-size: 0.6em;
  color: #25A8FC;
  text-transform: uppercase;
  font-weight: 700;
}
section:not(.old) article.new .header span.category {
  font-family: "Montserrat", sans-serif;
}
section:not(.old) article.new .header span.fa-stack {
  top: 1em;
  left: 0.75em;
  color: #2290d8;
}
section:not(.old) article.new .header span.fa-stack i:nth-child(2) {
  color: #ffffff;
}
section:not(.old) article.new .header span.wider {
  padding: 0.5em 1.5em;
}

section.news-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 1 1 30% !important;
}
section.news-blocks article.new {
  margin: 0.5em;
}
section.news-blocks article.new:not(:first-of-type) {
  flex: 1;
  flex-basis: 40%;
}
section.news-blocks article.new:first-of-type {
  width: 100%;
}
section.news-blocks article.new:first-of-type .header {
  min-height: 150px;
}
@media only screen and (min-width: 576px) {
  section.news-blocks article.new:first-of-type .header {
    min-height: 200px;
  }
}
@media only screen and (min-width: 576px) {
  section.news-blocks article.new:not(:first-of-type), section.news-blocks article.new:not(:nth-of-type(2)) {
    flex-basis: 40%;
    flex: 2;
  }
  section.news-blocks article.new:first-of-type, section.news-blocks article.new:nth-of-type(2) {
    flex: 3;
    flex-basis: 40%;
  }
  section.news-blocks article.new .header {
    min-height: 200px;
  }
}
section.news-blocks article.new .header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(to top, #2290d8, transparent);
}
section.news-blocks.no-border article.new .header:before {
  display: none;
}

section.news-list .col.list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media only screen and (max-width: 575px) {
  section.news-list .col.list {
    padding: 0 1.5em;
  }
}
section.news-list article.new {
  margin: 1em;
  background-color: #11172B;
}
section.news-list article.new .header span.posted-on {
  display: block;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
}
section.news-list article.new .header span.posted-on span {
  font-weight: 400;
}
section.news-list article.new.first .header {
  min-height: 250px;
}
section.news-list article.new.first .header .header-info {
  border-radius: 0 0 9px 9px;
  padding: 1em 1em 0.5em;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
section.news-list article.new.first a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.news-list article.new:not(.first) {
  margin: 1em;
  display: flex;
}
section.news-list article.new:not(.first) .image {
  flex: 1 1 25%;
  align-self: center;
}
section.news-list article.new:not(.first) img {
  border-radius: 5px;
}
section.news-list article.new:not(.first) .header {
  min-height: 0;
  display: flex;
  flex: 1 1 75%;
  padding-left: 1em;
}
section.news-list article.new:not(.first) .header .header-info {
  position: initial;
  padding: unset;
  align-self: center;
}
section.news-list article.new:not(.first) .header .header-info h3 {
  font-size: 90%;
}
section.news-list article.new.video-format.first .header, section.news-list article.new.video-format:not(.first) .image a {
  position: relative;
}
section.news-list article.new.video-format.first .header:after, section.news-list article.new.video-format:not(.first) .image a:after {
  content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" style="width:24px;height:24px" viewBox="0 0 24 24"%3E%3Ccircle cx="12" cy="12" r="8" fill="%23fff"%3E%3C/circle%3E%3Cpath fill="%2325A8FC" d="M10,16.5V7.5L16,12M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z" /%3E%3C/svg%3E');
  position: absolute;
  opacity: 0.9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2em;
  height: 2em;
}
section.news-list article.new.video-format.first .header:after {
  top: 1em;
  left: 1em;
  transform: none;
  width: 3em;
  height: 3em;
}
@media only screen and (min-width: 576px) {
  section.news-list article.new.first .header {
    min-height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  section.news-list article.new.first .header {
    min-height: 400px;
  }
}
section.news-list.with-border article.new.first .header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(to top, #25A8FC, transparent);
}
section.news-list.with-border article.new:not(.first) img {
  border: 1px solid #25A8FC;
}
@media only screen and (max-width: 575px) {
  section.news-list > .row {
    flex-wrap: wrap;
  }
  section.news-list > .row > .col {
    width: 100%;
    flex-basis: auto;
  }
}
@media only screen and (min-width: 768px) {
  section.news-list .articles {
    display: flex;
  }
  section.news-list .articles .new.first {
    flex: 1 1 50%;
    margin: auto 1em;
  }
  section.news-list .articles .new.first .header {
    min-height: 275px;
  }
  section.news-list .articles .article-list {
    flex: 1 1 50%;
  }
}
@media only screen and (min-width: 900px) {
  section.news-list .articles .new.first .header {
    min-height: 315px;
  }
}

section.leagues ul.leagues-list {
  list-style-type: none;
  margin: 12px 0 16px;
  padding: 0;
  padding-left: 0.25em;
  display: flex;
  overflow-x: scroll;
  align-content: start;
}
section.leagues ul.leagues-list li {
  display: inline-block;
  text-align: center;
  min-width: 22vw;
}
@media only screen and (min-width: 426px) {
  section.leagues ul.leagues-list li {
    min-width: 90px;
  }
}
section.leagues ul.leagues-list li:hover img, section.leagues ul.leagues-list li:focus img {
  background-color: #E5E5E5;
}
section.leagues ul.leagues-list li a:hover, section.leagues ul.leagues-list li a:focus {
  text-decoration: none;
}
section.leagues ul.leagues-list li img {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 1em;
  max-width: 80%;
  width: 60px;
}
@media only screen and (min-width: 768px) {
  section.leagues ul.leagues-list li img {
    width: 120px;
  }
}
section.leagues ul.leagues-list li h3 {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0.5em;
  padding: 0 5px;
  text-decoration: none;
  word-break: break-word;
  max-width: 100%;
  font-size: 10px;
  text-align: center;
  line-height: 125%;
}
@media only screen and (min-width: 768px) {
  section.leagues ul.leagues-list li h3 {
    padding: unset;
  }
}
@media only screen and (min-width: 768px) {
  section.leagues ul.leagues-list {
    overflow: auto;
    justify-content: space-evenly;
    padding: 0;
  }
  section.leagues ul.leagues-list li {
    max-width: 100px;
  }
}

/* menu download section */
#menu-app-dl {
  background-color: #1D2236;
  padding: 2em;
}
#menu-app-dl span {
  display: block;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
}
#menu-app-dl span.header {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
}
#menu-app-dl span.teaser {
  color: #22F29D;
  font-size: 16px;
  line-height: 27px;
  margin: 1em 0;
}
#menu-app-dl #buttons #menu-ios-download img {
  width: 36%;
}
#menu-app-dl #buttons #menu-android-download img {
  width: 40%;
}

/* smart banner */
.smart-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  font-family: "Montserrat", sans-serif;
  background: #ffffff;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
  -webkit-box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.25);
}
.smart-banner .swb-banner-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.smart-banner .swb-banner-content > * {
  margin: 5px;
}
.smart-banner .swb-banner-content #swb-save {
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  background-color: #22F29D;
  padding: 0.75em 1.25em;
  border-radius: 25px;
  font-weight: bolder;
  text-decoration: none;
  margin-right: 15px;
}
.smart-banner .swb-banner-content .smart-glossy-icon {
  width: 47px;
  height: 47px;
  border-radius: 12px;
  display: block;
}
.smart-banner .swb-banner-content #swb-close:active {
  color: #aaa;
}
.smart-banner .swb-banner-content #swb-info {
  color: #000000;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  /* font-weight: 600; */
  font-size: 11px;
  line-height: 13px;
  flex-grow: 1;
}
.smart-banner .swb-banner-content #swb-info strong {
  display: block;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 5px;
}
.smart-banner .swb-banner-content #swb-question {
  height: 100%;
  display: flex;
}
.smart-banner .swb-banner-content #swb-question #swb-remind,
.smart-banner .swb-banner-content #swb-question #swb-ihaveit {
  padding: 0.1em 0.5em;
  display: inline-block;
  width: fit-content;
  font-size: 1em;
  margin: auto;
}
.smart-banner .swb-banner-content #swb-question #swb-ihaveit {
  background-color: #E5E5E5;
  color: #11172B;
}
.smart-banner .swb-banner-content #swb-question #swb-remind {
  background-color: #22F29D;
  color: #1D2236;
}

/* header download button */
#swb-save-top {
  flex-grow: 0;
  background-color: #22F29D;
  color: #11172B;
  align-self: center;
  font-weight: bolder;
  padding: 0.5em 0.8em;
  font-size: 11px;
  border-radius: 15px;
  margin-right: 1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 375px) {
  #swb-save-top {
    font-size: 11px;
  }
}

@media only screen and (max-width: 1024px) {
  #menu-app-dl,
.smart-banner,
#swb-save-top {
    display: block;
  }
}
/* all the above d:n on desktop */
@media only screen and (min-width: 1024px) {
  #menu-app-dl,
.smart-banner,
#swb-save-top {
    display: none;
  }
}
/* Download promo on phone only */
#header-app-promo {
  height: 100vh;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 0 1.5em 1.5em;
  background-position: center;
  background-size: 200%;
}
@media only screen and (min-width: 426px) {
  #header-app-promo {
    display: none;
  }
}
#header-app-promo > * {
  margin: 1.5em 0;
}
#header-app-promo .promo-content {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 3fr;
  grid-column-gap: 2em;
}
#header-app-promo .promo-content .mockup {
  max-width: 100%;
  grid-column: 1/2;
  grid-row: 1/span 4;
}
#header-app-promo .promo-content ul.promo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: contents;
}
#header-app-promo .promo-content ul.promo-list li.promo-item {
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: left center;
  color: white;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  align-self: center;
}
#header-app-promo .promo-app {
  display: grid;
  grid-template-columns: 1fr 5fr;
  grid-gap: 0.5em;
  align-items: center;
  width: 90%;
  margin: 1.5em auto;
}
#header-app-promo .promo-app svg.app-img {
  float: left;
  background-color: black;
  padding: 5px;
  border-radius: 15px;
  justify-self: center;
}
#header-app-promo .promo-app .ratings {
  color: white;
  font-size: small;
}
#header-app-promo .promo-app .ratings span.amount {
  font-size: 10px;
}
#header-app-promo .promo-app .ratings p {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.165px;
  margin: 0;
}
#header-app-promo .promo-app .ratings p span.title {
  display: block;
  font-weight: 600;
}
p.promo-headline {
  margin: auto;
  width: 75%;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
  letter-spacing: -0.165px;
  color: #FFFFFF;
  white-space: normal;
}

#promo-download a {
  display: block;
}

#promo-download a#pushdown-store-link {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #1D2236;
  background: #22F29D;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.26);
  border-radius: 100px;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  margin-top: 1em;
  padding: 0.5em 1em;
}

div#promo-download {
  text-align: center;
}

#promo-download a#pushdown-scroller {
  margin-top: 1em;
  animation-name: angry-animation;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-delay: 5s;
  animation-iteration-count: 2;
  animation-direction: normal;
}

@keyframes angry-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/**
 * App download landing page
 */
.page-template-download-app .download-landing {
  background-color: #041026;
}
.page-template-download-app .download-landing > * {
  margin: 2em 0;
}
.page-template-download-app .download-landing .download-header {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 29px;
  line-height: 35px;
  color: #fff;
  text-align: center;
}
.page-template-download-app .download-landing .display {
  margin-top: 0;
  position: relative;
  min-height: 30vh;
  padding: 1em 1em 0;
  background: linear-gradient(180deg, transparent 90%, #041026 90%), url("https://ronaldo.com/wp-content/themes/ronaldo-theme/static/watermark_white.svg"), linear-gradient(180deg, #11172B 0%, #25A8FC 100%);
  background-position: center;
  background-size: 125%;
}
@media only screen and (min-width: 768px) {
  .page-template-download-app .download-landing .display {
    background: linear-gradient(180deg, transparent 95%, #041026 95%), url("https://ronaldo.com/wp-content/themes/ronaldo-theme/static/watermark_white.svg"), #11172B;
    background-position: center;
    background-size: 100%;
    padding-top: 5em;
  }
}
.page-template-download-app .download-landing .display .app-home,
.page-template-download-app .download-landing .display .app-match,
.page-template-download-app .download-landing .display .app-watch {
  position: absolute;
  bottom: 0;
  max-height: 70%;
}
.page-template-download-app .download-landing .display .app-home {
  max-height: 80%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.page-template-download-app .download-landing .display .app-match {
  right: 35%;
  transform: translateX(50%);
}
.page-template-download-app .download-landing .display .app-watch {
  left: 35%;
  transform: translateX(-50%);
}
@supports (display: grid) {
  .page-template-download-app .download-landing .display {
    min-height: unset;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
  @media only screen and (min-width: 768px) {
    .page-template-download-app .download-landing .display {
      grid-template-columns: repeat(7, 1fr);
    }
  }
  .page-template-download-app .download-landing .display .app-home,
.page-template-download-app .download-landing .display .app-match,
.page-template-download-app .download-landing .display .app-watch {
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
    max-height: 100%;
    transform: unset;
  }
  .page-template-download-app .download-landing .display .app-home {
    grid-column: 3/span 4;
    grid-row: 1/span 4;
  }
  @media only screen and (min-width: 768px) {
    .page-template-download-app .download-landing .display .app-home {
      grid-area: 1/3/5/6;
      justify-self: center;
      align-self: self-end;
    }
  }
  .page-template-download-app .download-landing .display .app-watch {
    grid-column: 1/span 3;
    grid-row: 2/span 3;
    align-self: self-end;
  }
  @media only screen and (min-width: 768px) {
    .page-template-download-app .download-landing .display .app-watch {
      max-width: 250px;
      grid-area: 2/1/5/4;
      justify-self: center;
    }
  }
  .page-template-download-app .download-landing .display .app-match {
    grid-column: 6/span 3;
    grid-row: 2/span 3;
    align-self: self-end;
  }
  @media only screen and (min-width: 768px) {
    .page-template-download-app .download-landing .display .app-match {
      max-width: 250px;
      grid-area: 2/5/5/8;
      justify-self: center;
    }
  }
}
.page-template-download-app .download-landing .cta {
  text-align: center;
  margin: 2em;
}
.page-template-download-app .download-landing .cta .cta-btn {
  color: #11172B;
  font-weight: 600;
  font-size: 20px;
  background: #22F29D;
  line-height: 24px;
  padding: 0.5em 1em;
  border-radius: 10px;
  display: block;
  max-width: fit-content;
  margin: 0 auto;
}
.page-template-download-app .download-landing .cta a.store img {
  width: 150px;
}
.page-template-download-app .download-landing .cta a.store.app-store img {
  padding: 13px;
}
.page-template-download-app .download-landing .testimonials {
  display: flex;
  padding: 0;
  overflow-x: scroll;
  list-style: none;
}
.page-template-download-app .download-landing .testimonials li {
  margin: 0 0.5em;
  padding: 1.5em;
  border: 2em solid #1D2236;
  background: #22F29D;
  font-size: 10px;
  flex: 1 0 70%;
  max-width: 250px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.page-template-download-app .download-landing .testimonials li:before {
  content: "";
  width: 1em;
  height: 2em;
  background: white;
  position: absolute;
  top: -1em;
  transform: skewX(-15deg);
  box-shadow: 1.5em 0 0 0 white;
}
.page-template-download-app .download-landing .testimonials li span {
  display: block;
}
.page-template-download-app .download-landing .testimonials li span.text {
  font-weight: 600;
}
.page-template-download-app .download-landing .testimonials li span.text:before, .page-template-download-app .download-landing .testimonials li span.text:after {
  content: '"';
}
.page-template-download-app .download-landing .testimonials li span.author {
  font-style: italic;
}
.page-template-download-app .download-landing .testimonials li span.stars {
  width: 100%;
  text-align: center;
  margin-top: auto;
}
.page-template-download-app .download-landing .video {
  position: relative;
  text-align: center;
  padding: 15px;
}
.page-template-download-app .download-landing .video img {
  max-height: 100%;
  border: 5px solid #22F29D;
  width: 60%;
}
.page-template-download-app .download-landing .video .video-play {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='%232A364A'/%3E%3Cpath d='M17.8145 12L9.0928 18.5354L9.0928 5.46464L17.8145 12Z' fill='white'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5em;
  height: 5em;
}
.page-template-download-app .download-landing .video a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-download-app .download-landing .video video {
  max-width: 100%;
  max-height: 90vh;
  border: 5px solid #22F29D;
}
@media only screen and (min-width: 768px) {
  .page-template-download-app .download-landing .video video {
    max-height: 60vh;
  }
}
.page-template-download-app .download-landing .presentation {
  margin: 2em;
}
.page-template-download-app .download-landing .presentation .promo .selling-points {
  margin: 2em 0 0;
  padding: 0;
  list-style-type: none;
}
.page-template-download-app .download-landing .presentation .promo .selling-points li.promo-item {
  background-repeat: no-repeat;
  background-position: top left;
  color: white;
}
.page-template-download-app .download-landing .presentation .promo .selling-points li.promo-item:not(:first-of-type), .page-template-download-app .download-landing .presentation .promo .selling-points li.promo-item:not(:last-of-type) {
  margin: 2em 0;
}
.page-template-download-app .download-landing .presentation .promo .selling-points li.promo-item span.heading {
  font-weight: 600;
  display: block;
  line-height: 1.25;
  background: no-repeat;
  padding-left: 25px;
}
.page-template-download-app .download-landing .presentation .promo .selling-points li.promo-item span.text {
  font-size: 0.8em;
}
@media only screen and (min-width: 768px) {
  .page-template-download-app .download-landing .presentation .promo .selling-points {
    margin: 0;
  }
}
.page-template-download-app .download-landing .presentation .promo .images {
  position: relative;
}
.page-template-download-app .download-landing .presentation .promo .images img.home,
.page-template-download-app .download-landing .presentation .promo .images img.match {
  position: absolute;
  max-height: 90%;
}
.page-template-download-app .download-landing .presentation .promo .images img.home {
  max-height: 75%;
  z-index: 2;
  bottom: 0;
}
.page-template-download-app .download-landing .presentation .promo .images img.match {
  right: 0;
  top: 0;
}
@supports (display: grid) {
  .page-template-download-app .download-landing .presentation .promo .images {
    display: grid;
    grid-template: repeat(5, 100px)/repeat(4, 1fr);
  }
  .page-template-download-app .download-landing .presentation .promo .images img.home,
.page-template-download-app .download-landing .presentation .promo .images img.match {
    position: relative;
    bottom: unset;
    top: unset;
    left: unset;
    right: unset;
    max-height: initial;
  }
  .page-template-download-app .download-landing .presentation .promo .images img.home {
    grid-row: 2/6;
    grid-column: 1/4;
  }
  .page-template-download-app .download-landing .presentation .promo .images img.match {
    grid-row: 1/4;
    grid-column: 2/5;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-download-app .download-landing .presentation .promo .images {
    flex: 0 1 100%;
    align-self: stretch;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-download-app .download-landing .presentation .promo {
    display: flex;
    padding: 1em;
    align-items: center;
  }
}

.js-scroller::-webkit-scrollbar {
  height: 0 !important;
  /* Hide scroll bar */
}

/* App dl promo in article */
.single-post .related-content.highlight,
.ptl-cta {
  margin: 2em 0;
  border-radius: 5px;
  box-shadow: 1px 1px 5px 0 #1e1e1e;
  background: #11172A;
  background: linear-gradient(180deg, transparent 95%, #041026 95%), url("https://ronaldo.com/wp-content/themes/ronaldo-theme/static/watermark_white.svg"), #11172B;
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: center center;
  display: block;
  position: relative;
}
@supports (display: grid) {
  .single-post .related-content.highlight,
.ptl-cta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
.single-post .related-content.highlight .promo,
.ptl-cta .promo {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@supports (display: grid) {
  .single-post .related-content.highlight .promo,
.ptl-cta .promo {
    grid-area: 1/1/-1/-1;
  }
}
@supports (display: contents) {
  .single-post .related-content.highlight .promo,
.ptl-cta .promo {
    display: contents;
  }
}
.single-post .related-content.highlight .promo p,
.ptl-cta .promo p {
  margin-bottom: 0;
  color: white !important;
  padding-left: 30px;
  max-width: 70%;
}
@supports (display: grid) {
  .single-post .related-content.highlight .promo p,
.ptl-cta .promo p {
    max-width: 100%;
  }
}
.single-post .related-content.highlight .promo p.header,
.ptl-cta .promo p.header {
  grid-column: 1/span 3;
  grid-row: 1/span 1;
  font-weight: bold;
  margin: 0;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 2;
}
@media only screen and (min-width: 521px) {
  .single-post .related-content.highlight .promo p.header,
.ptl-cta .promo p.header {
    grid-column: 1/span 2;
    padding-right: 0;
  }
}
.single-post .related-content.highlight .promo p.text,
.ptl-cta .promo p.text {
  grid-column: 1/span 2;
  grid-row: 2/span 1;
  padding-top: 15px;
  font-size: medium;
}
.single-post .related-content.highlight .promo .cta,
.ptl-cta .promo .cta {
  grid-column: 1/-1;
  grid-row: 3/span 1;
  align-self: end;
  text-align: center;
  border-radius: 0 0 4px 4px;
  z-index: 1;
  margin-top: 30px;
}
@supports (display: grid) {
  .single-post .related-content.highlight .promo .cta,
.ptl-cta .promo .cta {
    margin-top: unset;
  }
}
.single-post .related-content.highlight .promo .cta.highlight-yellow,
.ptl-cta .promo .cta.highlight-yellow {
  background: #FFDF37;
  border: 1px solid #FFDF37;
}
@media only screen and (min-width: 521px) {
  .single-post .related-content.highlight .promo .cta,
.ptl-cta .promo .cta {
    text-align: left;
  }
}
.single-post .related-content.highlight .promo .cta a#store,
.ptl-cta .promo .cta a#store {
  display: block;
  width: fit-content;
  margin: 0.5em auto;
  padding: 0.3em 1em;
  background: #22F29D;
  border-radius: 5px;
  font-weight: 600;
}
.single-post .related-content.highlight .promo .cta img,
.ptl-cta .promo .cta img {
  vertical-align: middle;
  margin-left: 25px !important;
}
.single-post .related-content.highlight .promo .cta a#google-store-article img,
.single-post .related-content.highlight .promo .cta a#google-store-ptl img,
.ptl-cta .promo .cta a#google-store-article img,
.ptl-cta .promo .cta a#google-store-ptl img {
  max-height: 57px;
}
.single-post .related-content.highlight .promo .cta a#app-store-article img,
.single-post .related-content.highlight .promo .cta a#app-store-ptl img,
.ptl-cta .promo .cta a#app-store-article img,
.ptl-cta .promo .cta a#app-store-ptl img {
  max-height: 40px;
  margin-left: 12px;
}
.single-post .related-content.highlight img.home.tilted,
.ptl-cta img.home.tilted {
  z-index: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 100%;
}
@media only screen and (min-width: 521px) {
  .single-post .related-content.highlight img.home.tilted,
.ptl-cta img.home.tilted {
    z-index: 1;
  }
}
@supports (display: grid) {
  .single-post .related-content.highlight img.home.tilted,
.ptl-cta img.home.tilted {
    position: relative;
    grid-column: 3/span 1;
    grid-row: 2/-1;
    align-self: start;
  }
  @media only screen and (min-width: 521px) {
    .single-post .related-content.highlight img.home.tilted,
.ptl-cta img.home.tilted {
      grid-row: 1/span 3;
      align-self: end;
    }
  }
}

.ptl-cta {
  max-width: 550px;
  margin: 1em auto;
}
.ptl-cta img.home.tilted {
  grid-row: 1/-1;
}

.block-list {
  margin: 0.5em 0;
  flex-direction: row;
}
.block-list article {
  flex: 1 1 100%;
  margin: 0.25em 0;
}
@media only screen and (min-width: 640px) {
  .block-list article {
    flex: 1 1 50%;
  }
}
.block-list article .image {
  float: left;
  width: 20%;
  position: relative;
}
.block-list article .header-info {
  float: left;
  width: 75%;
  padding: 0 10px;
}
.block-list article .header-info .meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .block-list article .header-info .meta {
    margin: 0.2em 0;
  }
}
.block-list article .header-info .meta span.category {
  color: #25A8FC;
  font-size: 0.7em;
  font-weight: 600;
}
.block-list article .header-info .meta span.posted-on {
  font-size: 0.7em;
}
.block-list article .header-info h3.title {
  font-size: 0.9em;
  margin: 0;
  line-height: 1.2;
}
.block-list article .header-info:visited h3.title, .block-list article .header-info:visited span.posted-on {
  color: #666;
}
.block-list article.format-video .image:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2em;
  height: 2em;
  content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" style="width:24px;height:24px" viewBox="0 0 24 24"%3E%3Ccircle cx="12" cy="12" r="8" fill="%23fff"%3E%3C/circle%3E%3Cpath fill="%2325A8FC" d="M10,16.5V7.5L16,12M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z" /%3E%3C/svg%3E');
}
@media only screen and (min-width: 640px) {
  .block-list article.format-video .image:after {
    top: 1em;
    left: 1em;
    transform: none;
  }
}
@supports (display: grid) {
  .block-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 0.5em;
    align-items: center;
  }
  @media only screen and (min-width: 640px) {
    .block-list {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  .block-list article {
    flex: unset;
    grid-column: 1/span 5;
  }
  @media only screen and (min-width: 640px) {
    .block-list article {
      grid-column: 1/span 1;
    }
  }
  @supports (display: contents) {
    .block-list article {
      display: contents;
    }
    .block-list article .image {
      float: unset;
      width: 100%;
      grid-column: 1/span 1;
    }
    .block-list article .header-info {
      float: unset;
      align-self: flex-start;
      width: 100%;
      grid-column: 2/span 3;
    }
  }
}
@media only screen and (min-width: 640px) {
  .block-list {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 1em;
    grid-column-gap: 1em;
    align-items: start;
  }
  .block-list article {
    display: block;
    grid-area: unset;
    flex: 0 1 45%;
    margin: 0.25em;
  }
  @supports (display: grid) {
    .block-list article {
      flex: unset;
      margin: 0;
    }
  }
  .block-list article a {
    display: block;
  }
  .block-list article a.image {
    float: unset;
    width: 100%;
  }
  .block-list article a.header-info {
    padding: 0;
    float: unset;
    width: 100%;
  }
}
.block-list .block-list .text-center.ad.my-4 {
  width: 100%;
  grid-column: 1/-1;
}

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

.wp-block-embed-wordpress iframe.wp-embedded-content{height:100px}

.sidebar-news article {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.sidebar-news a.image {
  flex: 1 1 30%;
}

.sidebar-news a.header-info {
  flex: 1 0 75%;
  font-size: 0.9em;
  padding: 0 1em;
  font-weight: 400;
}


.sidebar-news article h3.title {
  margin: 0;
  font-size: 15px;
}

.sidebar-news article span.posted-on {
  color: #1d2236;
  font-size: 0.9em;
}
