@charset "UTF-8";
/* ---------------------------------------------
/* Working on site
/* ------------------------------------------ */
/* -----------------------------------------------------------------------
/* Put this as the test URL to begin with, then when live change it
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Width of element - all max width, not worth adding to var name
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Responsive options
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Custom media variables
/* -------------------------------------------------------------------- */
/* ---------------------------------------------
/* Grid
/* ------------------------------------------ */
/* -----------------------------------------------------------------------
/* Transition effects
/* to go over again, for example: header-transition, button-transition etc
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Theme testing section
/* -----------------------------------------------------------------------
/*
/* - some testing variables are situation specific
/*
/* - for separate testing make the relevant var true
/*   outside of the @if function
/* // ↑ ↓  ← →
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Breakpoints, based on a 16px base font size
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* General output
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Media query
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Unit work
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Internal formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Font sizes
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Automatic responsive
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* IE
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Grid helpers
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Automatic responsive
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Header quick mixins
/* -------------------------------------------------------------------- */
/*@mixin rotatethis( $width, $height, $deg, $return:null ) {

	$sin	: sin($deg);
	$cos	: cos($deg);

	@if ( $sin < 0 ) {
		$sin : -$sin;
	}
	@if ( $cos < 0 ) {
		$cos : -$cos;
	}

	$newheight	: $height * $sin + $width * $cos;
	$newwidth		: $width * $sin + $height * $cos;


	$newheight	: ceil($newheight); // + 1px;
	$newwidth		: ceil($newwidth); // + 1px;

	@if ( $return == null ) {
		width: $newwidth;
		height: $newheight;
	}
	@else if ( $return == "height" ) {
		// @return $newheight;
	}
	@else {
		@return $newwidth;
	}
}*/
@font-face {
  font-family: "frank ruhl libre";
  src: url("https://chinaindiefilm.com/wp-content/themes/sass/font/FrankRuhlLibre-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "noto sans sc";
  src: url("https://chinaindiefilm.com/wp-content/themes/sass/font/NotoSansSC-Regular.otf");
  font-weight: normal;
}
@font-face {
  font-family: "noto serif sc";
  src: url("https://chinaindiefilm.com/wp-content/themes/sass/font/NotoSerifSC-Regular.otf");
  font-weight: normal;
}
@font-face {
  font-family: "playfair display";
  src: url("https://chinaindiefilm.com/wp-content/themes/sass/font/PlayfairDisplay-Regular.ttf");
  font-weight: normal;
}
/* -----------------------------------------------------------------------
/* Global Font
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Font family(ies)
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Font sizes
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Font weight
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Font sizes
/* -------------------------------------------------------------------- */
/* ---------------------------------------------
/* Mobile sizes for font - ignored by ie stylesheet
/* ------------------------------------------ */
/* ---------------------------------------------
/* Default fallbacks
/* ------------------------------------------ */
/* -----------------------------------------------------------------------
/* Colour variables
/* -------------------------------------------------------------------- */
/* ---------------------------------------------
/* Font
/* ------------------------------------------ */
/* ---------------------------------------------
/* Form
/* ------------------------------------------ */
/* ---------------------------------------------
/* Button
/* ------------------------------------------ */
/* ---------------------------------------------
/* Feedback colours
/* ------------------------------------------ */
/* ---------------------------------------------
/* Footer
/* ------------------------------------------ */
/* ---------------------------------------------
/* Header
/* ------------------------------------------ */
/* -----------------------------------------------------------------------
/* Color
/* -------------------------------------------------------------------- */
/* ---------------------------------------------
/* Under Header
/* ------------------------------------------ */
/* -----------------------------------------------------------------------
/* Color
/* -------------------------------------------------------------------- */
/* ---------------------------------------------
/* Two Row Two Menu Header
/* ------------------------------------------ */
/* -----------------------------------------------------------------------
/* Color
/* -------------------------------------------------------------------- */
/* ---------------------------------------------
/* Grid and padding variables
/* ------------------------------------------ */
/* ---------------------------------------------
/* When to hide menu and move body margin up yo
/* ------------------------------------------ */
/* ---------------------------------------------
/* Grid and padding code
/* ------------------------------------------ */
/* ---------------------------------------------
/* header height - border size
/* ------------------------------------------ */
/* ---------------------------------------------
/* Logo - Desktop
/* ------------------------------------------ */
/* ---------------------------------------------
/* Logo - Tablet
/* ------------------------------------------ */
/* ---------------------------------------------
/* Logo - Mobile
/* ------------------------------------------ */
/* ---------------------------------------------
/* Breakpoints
/* ------------------------------------------ */
/* ---------------------------------------------
/* global
/* ------------------------------------------ */
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* 32px so header is not attached to anchor
/* -------------------------------------------------------------------- */
/*
 * Button mixin- creates 3d-ish button effect with correct
 * highlights/shadows, based on a base color.
 */
body.wp-admin {
  background: #f1f1f1;
  /* Links */
  /* Forms */
  /* Core UI */
  /* List tables */
  /* Admin Menu */
  /* Active tabs use a bottom border color that matches the page background color. */
  /* Admin Menu: submenu */
  /* Admin Menu: current */
  /* Admin Menu: bubble */
  /* Admin Menu: collapse button */
}
body.wp-admin a {
  color: #0073aa;
}
body.wp-admin a:hover, body.wp-admin a:active, body.wp-admin a:focus {
  color: #0096dd;
}
body.wp-admin #media-upload a.del-link:hover,
body.wp-admin div.dashboard-widget-submit input:hover,
body.wp-admin .subsubsub a:hover,
body.wp-admin .subsubsub a.current:hover {
  color: #0096dd;
}
body.wp-admin input[type=checkbox]:checked:before {
  color: #392e2e;
}
body.wp-admin input[type=radio]:checked:before {
  background: #392e2e;
}
body.wp-admin.wp-core-ui input[type=reset]:hover, body.wp-admin.wp-core-ui input[type=reset]:active {
  color: #0096dd;
}
body.wp-admin.wp-core-ui .button-primary {
  background: #392e2e;
  border-color: #1d1717 #0f0c0c #0f0c0c;
  color: #fff;
  box-shadow: 0 1px 0 #0f0c0c;
  text-shadow: 0 -1px 1px #0f0c0c, 1px 0 1px #0f0c0c, 0 1px 1px #0f0c0c, -1px 0 1px #0f0c0c;
}
body.wp-admin.wp-core-ui .button-primary:hover, body.wp-admin.wp-core-ui .button-primary:focus {
  background: #413535;
  border-color: #0f0c0c;
  color: #fff;
  box-shadow: 0 1px 0 #0f0c0c;
}
body.wp-admin.wp-core-ui .button-primary:focus {
  box-shadow: inset 0 1px 0 #1d1717, 0 0 2px 1px #33b3db;
}
body.wp-admin.wp-core-ui .button-primary:active {
  background: #1d1717;
  border-color: #0f0c0c;
  box-shadow: inset 0 2px 0 #0f0c0c;
}
body.wp-admin.wp-core-ui .button-primary[disabled], body.wp-admin.wp-core-ui .button-primary:disabled, body.wp-admin.wp-core-ui .button-primary.button-primary-disabled, body.wp-admin.wp-core-ui .button-primary.disabled {
  color: #d1c7c7 !important;
  background: #221c1c !important;
  border-color: #0f0c0c !important;
  text-shadow: none !important;
}
body.wp-admin.wp-core-ui .button-primary.button-hero {
  box-shadow: 0 2px 0 #0f0c0c !important;
}
body.wp-admin.wp-core-ui .button-primary.button-hero:active {
  box-shadow: inset 0 3px 0 #0f0c0c !important;
}
body.wp-admin.wp-core-ui .wp-ui-primary {
  color: #ffffff;
  background-color: #7b0100;
}
body.wp-admin.wp-core-ui .wp-ui-text-primary {
  color: #7b0100;
}
body.wp-admin.wp-core-ui .wp-ui-highlight {
  color: #ffffff;
  background-color: #392e2e;
}
body.wp-admin.wp-core-ui .wp-ui-text-highlight {
  color: #392e2e;
}
body.wp-admin.wp-core-ui .wp-ui-notification {
  color: #ffffff;
  background-color: #392e2e;
}
body.wp-admin.wp-core-ui .wp-ui-text-notification {
  color: #392e2e;
}
body.wp-admin.wp-core-ui .wp-ui-text-icon {
  color: #f3f1f1;
}
body.wp-admin .wrap .add-new-h2:hover,
body.wp-admin .wrap .page-title-action:hover,
body.wp-admin .tablenav .tablenav-pages a:hover,
body.wp-admin .tablenav .tablenav-pages a:focus {
  color: #ffffff;
  background-color: #7b0100;
}
body.wp-admin .view-switch a.current:before {
  color: #7b0100;
}
body.wp-admin .view-switch a:hover:before {
  color: #392e2e;
}
body.wp-admin #adminmenuback,
body.wp-admin #adminmenuwrap,
body.wp-admin #adminmenu {
  background: #7b0100;
}
body.wp-admin #adminmenu a {
  color: #ffffff;
}
body.wp-admin #adminmenu div.wp-menu-image:before {
  color: #f3f1f1;
}
body.wp-admin #adminmenu a:hover,
body.wp-admin #adminmenu li.menu-top:hover,
body.wp-admin #adminmenu li.opensub > a.menu-top,
body.wp-admin #adminmenu li > a.menu-top:focus {
  color: #ffffff;
  background-color: #392e2e;
}
body.wp-admin #adminmenu li.menu-top:hover div.wp-menu-image:before,
body.wp-admin #adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
  color: #ffffff;
}
body.wp-admin .about-wrap h2 .nav-tab-active,
body.wp-admin .nav-tab-active,
body.wp-admin .nav-tab-active:hover {
  background-color: #f1f1f1;
  border-bottom-color: #f1f1f1;
}
body.wp-admin #adminmenu .wp-submenu,
body.wp-admin #adminmenu .wp-has-current-submenu .wp-submenu,
body.wp-admin #adminmenu .wp-has-current-submenu.opensub .wp-submenu,
body.wp-admin .folded #adminmenu .wp-has-current-submenu .wp-submenu,
body.wp-admin #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
  background: #570100;
}
body.wp-admin #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after {
  border-right-color: #570100;
}
body.wp-admin #adminmenu .wp-submenu .wp-submenu-head {
  color: #d7b3b3;
}
body.wp-admin #adminmenu .wp-submenu a,
body.wp-admin #adminmenu .wp-has-current-submenu .wp-submenu a,
body.wp-admin .folded #adminmenu .wp-has-current-submenu .wp-submenu a,
body.wp-admin #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,
body.wp-admin #adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
  color: #d7b3b3;
}
body.wp-admin #adminmenu .wp-submenu a:focus, body.wp-admin #adminmenu .wp-submenu a:hover,
body.wp-admin #adminmenu .wp-has-current-submenu .wp-submenu a:focus,
body.wp-admin #adminmenu .wp-has-current-submenu .wp-submenu a:hover,
body.wp-admin .folded #adminmenu .wp-has-current-submenu .wp-submenu a:focus,
body.wp-admin .folded #adminmenu .wp-has-current-submenu .wp-submenu a:hover,
body.wp-admin #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus,
body.wp-admin #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover,
body.wp-admin #adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus,
body.wp-admin #adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover {
  color: #ffffff;
}
body.wp-admin #adminmenu .wp-submenu li.current a,
body.wp-admin #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
body.wp-admin #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a {
  color: #ffffff;
}
body.wp-admin #adminmenu .wp-submenu li.current a:hover, body.wp-admin #adminmenu .wp-submenu li.current a:focus,
body.wp-admin #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:hover,
body.wp-admin #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:focus,
body.wp-admin #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:hover,
body.wp-admin #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:focus {
  color: #ffffff;
}
body.wp-admin ul#adminmenu a.wp-has-current-submenu:after,
body.wp-admin ul#adminmenu > li.current > a.current:after {
  border-right-color: #f1f1f1;
}
body.wp-admin #adminmenu li.current a.menu-top,
body.wp-admin #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
body.wp-admin #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head,
body.wp-admin .folded #adminmenu li.current.menu-top {
  color: #ffffff;
  background: #392e2e;
}
body.wp-admin #adminmenu li.wp-has-current-submenu div.wp-menu-image:before,
body.wp-admin #adminmenu a.current:hover div.wp-menu-image:before,
body.wp-admin #adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before,
body.wp-admin #adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before,
body.wp-admin #adminmenu li:hover div.wp-menu-image:before,
body.wp-admin #adminmenu li a:focus div.wp-menu-image:before,
body.wp-admin #adminmenu li.opensub div.wp-menu-image:before,
body.wp-admin .ie8 #adminmenu li.opensub div.wp-menu-image:before {
  color: #ffffff;
}
body.wp-admin #adminmenu .awaiting-mod,
body.wp-admin #adminmenu .update-plugins {
  color: #ffffff;
  background: #392e2e;
}
body.wp-admin #adminmenu li.current a .awaiting-mod,
body.wp-admin #adminmenu li a.wp-has-current-submenu .update-plugins,
body.wp-admin #adminmenu li:hover a .awaiting-mod,
body.wp-admin #adminmenu li.menu-top:hover > a .update-plugins {
  color: #ffffff;
  background: #570100;
}
body.wp-admin #collapse-button {
  color: #f3f1f1;
}
body.wp-admin #collapse-button:hover,
body.wp-admin #collapse-button:focus {
  color: #ffffff;
}

/* Admin Bar */
div#wpadminbar {
  color: #ffffff;
  background: #7b0100;
}

div#wpadminbar .ab-item,
div#wpadminbar a.ab-item,
div#wpadminbar > #wp-toolbar span.ab-label,
div#wpadminbar > #wp-toolbar span.noticon {
  color: #ffffff;
}

div#wpadminbar .ab-icon,
div#wpadminbar .ab-icon:before,
div#wpadminbar .ab-item:before,
div#wpadminbar .ab-item:after {
  color: #f3f1f1;
}

div#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
div#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
div#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
div#wpadminbar.nojs .ab-top-menu > li.menupop:hover > .ab-item,
div#wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
  color: #ffffff;
  background: #570100;
}

div#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
div#wpadminbar:not(.mobile) > #wp-toolbar li.hover span.ab-label,
div#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label {
  color: #ffffff;
}

div#wpadminbar:not(.mobile) li:hover .ab-icon:before,
div#wpadminbar:not(.mobile) li:hover .ab-item:before,
div#wpadminbar:not(.mobile) li:hover .ab-item:after,
div#wpadminbar:not(.mobile) li:hover #adminbarsearch:before {
  color: #ffffff;
}

/* Admin Bar: submenu */
div#wpadminbar .menupop .ab-sub-wrapper {
  background: #570100;
}

div#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
div#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
  background: #990706;
}

div#wpadminbar .ab-submenu .ab-item,
div#wpadminbar .quicklinks .menupop ul li a,
div#wpadminbar .quicklinks .menupop.hover ul li a,
div#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
  color: #d7b3b3;
}

div#wpadminbar .quicklinks li .blavatar,
div#wpadminbar .menupop .menupop > .ab-item:before {
  color: #f3f1f1;
}

div#wpadminbar .quicklinks .menupop ul li a:hover,
div#wpadminbar .quicklinks .menupop ul li a:focus,
div#wpadminbar .quicklinks .menupop ul li a:hover strong,
div#wpadminbar .quicklinks .menupop ul li a:focus strong,
div#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a,
div#wpadminbar .quicklinks .menupop.hover ul li a:hover,
div#wpadminbar .quicklinks .menupop.hover ul li a:focus,
div#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
div#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
div#wpadminbar li:hover .ab-icon:before,
div#wpadminbar li:hover .ab-item:before,
div#wpadminbar li a:focus .ab-icon:before,
div#wpadminbar li .ab-item:focus:before,
div#wpadminbar li .ab-item:focus .ab-icon:before,
div#wpadminbar li.hover .ab-icon:before,
div#wpadminbar li.hover .ab-item:before,
div#wpadminbar li:hover #adminbarsearch:before,
div#wpadminbar li #adminbarsearch.adminbar-focused:before {
  color: #ffffff;
}

div#wpadminbar .quicklinks li a:hover .blavatar,
div#wpadminbar .quicklinks li a:focus .blavatar,
div#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar,
div#wpadminbar .menupop .menupop > .ab-item:hover:before,
div#wpadminbar.mobile .quicklinks .ab-icon:before,
div#wpadminbar.mobile .quicklinks .ab-item:before {
  color: #ffffff;
}

div#wpadminbar.mobile .quicklinks .hover .ab-icon:before,
div#wpadminbar.mobile .quicklinks .hover .ab-item:before {
  color: #f3f1f1;
}

/* Admin Bar: search */
div#wpadminbar #adminbarsearch:before {
  color: #f3f1f1;
}

div#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
  color: #ffffff;
  background: #9f0100;
}

/* Admin Bar: my account */
div#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
  border-color: #9f0100;
  background-color: #9f0100;
}

div#wpadminbar #wp-admin-bar-user-info .display-name {
  color: #ffffff;
}

div#wpadminbar #wp-admin-bar-user-info a:hover .display-name {
  color: #ffffff;
}

div#wpadminbar #wp-admin-bar-user-info .username {
  color: #d7b3b3;
}

body.wp-admin {
  /* Pointers */
  /* Media */
  /* Themes */
  /* Widgets */
  /* Responsive Component */
  /* TinyMCE */
}
body.wp-admin .wp-pointer .wp-pointer-content h3 {
  background-color: #392e2e;
  border-color: #2b2323;
}
body.wp-admin .wp-pointer .wp-pointer-content h3:before {
  color: #392e2e;
}
body.wp-admin .wp-pointer.wp-pointer-top .wp-pointer-arrow,
body.wp-admin .wp-pointer.wp-pointer-top .wp-pointer-arrow-inner,
body.wp-admin .wp-pointer.wp-pointer-undefined .wp-pointer-arrow,
body.wp-admin .wp-pointer.wp-pointer-undefined .wp-pointer-arrow-inner {
  border-bottom-color: #392e2e;
}
body.wp-admin .media-item .bar,
body.wp-admin .media-progress-bar div {
  background-color: #392e2e;
}
body.wp-admin .details.attachment {
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #392e2e;
}
body.wp-admin .attachment.details .check {
  background-color: #392e2e;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #392e2e;
}
body.wp-admin .media-selection .attachment.selection.details .thumbnail {
  -webkit-box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #392e2e;
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #392e2e;
}
body.wp-admin .theme-browser .theme.active .theme-name,
body.wp-admin .theme-browser .theme.add-new-theme a:hover:after,
body.wp-admin .theme-browser .theme.add-new-theme a:focus:after {
  background: #392e2e;
}
body.wp-admin .theme-browser .theme.add-new-theme a:hover span:after,
body.wp-admin .theme-browser .theme.add-new-theme a:focus span:after {
  color: #392e2e;
}
body.wp-admin .theme-section.current,
body.wp-admin .theme-filter.current {
  border-bottom-color: #7b0100;
}
body.wp-admin body.more-filters-opened .more-filters {
  color: #ffffff;
  background-color: #7b0100;
}
body.wp-admin body.more-filters-opened .more-filters:before {
  color: #ffffff;
}
body.wp-admin body.more-filters-opened .more-filters:hover,
body.wp-admin body.more-filters-opened .more-filters:focus {
  background-color: #392e2e;
  color: #ffffff;
}
body.wp-admin body.more-filters-opened .more-filters:hover:before,
body.wp-admin body.more-filters-opened .more-filters:focus:before {
  color: #ffffff;
}
body.wp-admin .widgets-chooser li.widgets-chooser-selected {
  background-color: #392e2e;
  color: #ffffff;
}
body.wp-admin .widgets-chooser li.widgets-chooser-selected:before,
body.wp-admin .widgets-chooser li.widgets-chooser-selected:focus:before {
  color: #ffffff;
}
body.wp-admin div#wp-responsive-toggle a:before {
  color: #f3f1f1;
}
body.wp-admin .wp-responsive-open div#wp-responsive-toggle a {
  border-color: transparent;
  background: #392e2e;
}
body.wp-admin .wp-responsive-open div#wpadminbar #wp-admin-bar-menu-toggle a {
  background: #570100;
}
body.wp-admin .wp-responsive-open div#wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
  color: #f3f1f1;
}
body.wp-admin .mce-container.mce-menu .mce-menu-item:hover,
body.wp-admin .mce-container.mce-menu .mce-menu-item.mce-selected,
body.wp-admin .mce-container.mce-menu .mce-menu-item:focus,
body.wp-admin .mce-container.mce-menu .mce-menu-item-normal.mce-active,
body.wp-admin .mce-container.mce-menu .mce-menu-item-preview.mce-active {
  background: #392e2e;
}
body.wp-admin #adminmenu .wp-submenu a:focus, body.wp-admin #adminmenu .wp-submenu a:hover {
  color: #ffffff;
}
body.wp-admin .acf-box .footer.-blue {
  background-color: #7b0100;
  color: #ffffff;
}
body.wp-admin .acf-switch.-on {
  background-color: #392e2e;
  border-color: #1d1717;
}
body.wp-admin .acf-switch.-on .acf-switch-slider {
  left: 50%;
  right: 3px;
  border-color: #392e2e;
}
body.wp-admin .acf-switch.-focus .acf-switch-slider {
  border-color: #1d1717;
  box-shadow: 0 1px 0 rgba(15, 12, 12, 0.5);
}
body.wp-admin .acf-switch .acf-switch-on {
  color: #ffffff;
  text-shadow: #1d1717 0 1px 0;
}
body.wp-admin .acf-field-object.open > .handle {
  background: #7b0100;
  border: #620100 solid 1px;
  text-shadow: #480100 0 1px 0;
}
body.wp-admin .acf-fc-popup a {
  color: #ffffff;
}
body.wp-admin .acf-fc-popup a:hover {
  background: #392e2e;
}

.toplevel_page_wpseo_dashboard .wp-menu-image.svg {
  background-image: none !important;
}
.toplevel_page_wpseo_dashboard .wp-menu-image.svg:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color 0.1s ease-in 0;
  transition: color 0.1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#mceu_11 {
  display: none;
}

/* fix touch size of WordPress logo top right */
div#wpadminbar {
  position: absolute;
}
@media screen and (min-height: 500px) {
  div#wpadminbar {
    position: fixed;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  max-width: 100%;
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #392e2e;
  color: #ffffff;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 16px;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

button,
input,
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=password],
input[type=month],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=week],
input[type=text],
select,
textarea {
  text-transform: none;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  border-style: none;
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

optgroup {
  font-weight: bold;
  font-weight: 900;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.screen_reader {
  position: absolute;
  top: -1000em;
}
.screen_reader:focus {
  left: 6px;
  top: 7px;
  height: auto;
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 23px 14px;
  background: #f1f1f1;
  color: #21759b;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

input[type=color]:-webkit-autofill,
input[type=color]:-webkit-autofill:focus,
input[type=date]:-webkit-autofill,
input[type=date]:-webkit-autofill:focus,
input[type=datetime]:-webkit-autofill,
input[type=datetime]:-webkit-autofill:focus,
input[type=datetime-local]:-webkit-autofill,
input[type=datetime-local]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:focus,
input[type=month]:-webkit-autofill,
input[type=month]:-webkit-autofill:focus,
input[type=number]:-webkit-autofill,
input[type=number]:-webkit-autofill:focus,
input[type=range]:-webkit-autofill,
input[type=range]:-webkit-autofill:focus,
input[type=search]:-webkit-autofill,
input[type=search]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:focus,
input[type=time]:-webkit-autofill,
input[type=time]:-webkit-autofill:focus,
input[type=url]:-webkit-autofill,
input[type=url]:-webkit-autofill:focus,
input[type=week]:-webkit-autofill,
input[type=week]:-webkit-autofill:focus,
input[type=text]:-webkit-autofill,
input[type=text]:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:focus {
  border-color: #52bad5 !important;
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0 50px #ffffff inset !important;
  -webkit-text-fill-color: #424242 !important;
}

iframe {
  min-width: 100%;
  width: 100px;
  *width: 100%;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

body.user-is-tabbing *:focus {
  outline: 2px solid #392e2e !important;
  /* for non-webkit browsers */
  outline: 5px auto #392e2e !important;
}

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
html {
  overflow-y: scroll;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #424242;
}

::-moz-selection {
  background-color: #392e2e;
  text-shadow: none;
  color: #ffffff;
}

::selection {
  background-color: #392e2e;
  text-shadow: none;
  color: #ffffff;
}

/* -----------------------------------------------------------------------
/* Background font lining
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* grid options
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Custom media variables
/* -------------------------------------------------------------------- */
.grid {
  overflow: hidden;
  /* -----------------------------------------------------------------------
  /* flex
  /* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  /* flex
  /* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  /* margin
  /* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  /* margin
  /* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  /* flex
  /* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  /* flex
  /* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  /* margin
  /* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  /* margin
  /* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  /* flex
  /* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  /* flex
  /* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  /* margin
  /* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  /* margin
  /* -------------------------------------------------------------------- */
}
.grid.content .wsp-container {
  float: left;
  /* -- testing -- */
  /* -- testing -- */
}
@media screen and (max-width: 529px) {
  .grid.content .wsp-container {
    width: 100%;
  }
}
@media screen and (min-width: 530px) {
  .grid.content .wsp-container {
    margin-right: 2%;
  }
}
@media screen and (min-width: 530px) and (max-width: 819px) {
  .grid.content .wsp-container {
    width: 49%;
  }
  .grid.content .wsp-container:nth-child(2n) {
    margin-right: 0;
  }
  .grid.content .wsp-container:nth-child(2n+1) {
    clear: left;
  }
  .grid.content .wsp-container:last-child {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (min-width: 820px) {
  .grid.content .wsp-container {
    width: 32%;
    margin-right: 2%;
  }
  .grid.content .wsp-container:nth-child(3n) {
    margin-right: 0;
  }
  .grid.content .wsp-container:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 33.0625em) {
  .grid.content .wsp-container {
    margin-bottom: 26px;
  }
}
@media (min-width: 33.125em) and (max-width: 71.9375em) {
  .grid.content .wsp-container {
    margin-bottom: calc( 10px + (14 - 10) * ( (100vw - 530px) / ( 1151 - 530) ) );
    margin-bottom: -moz-calc( 10px + (14 - 10) * ( (100vw - 530px) / ( 1151 - 530) ) );
    margin-bottom: -webkit-calc( 10px + (14 - 10) * ( (100vw - 530px) / ( 1151 - 530) ) );
  }
}
@media (min-width: 72em) {
  .grid.content .wsp-container {
    margin-bottom: 14px;
  }
}
.grid.col_2 .col {
  float: left;
  /* -- testing -- */
  /* -- testing -- */
}
@media screen and (max-width: 569px) {
  .grid.col_2 .col {
    width: 100%;
  }
}
@media screen and (min-width: 570px) {
  .grid.col_2 .col {
    width: 47%;
    margin-right: 6%;
  }
  .grid.col_2 .col:nth-child(2n) {
    margin-right: 0;
  }
  .grid.col_2 .col:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 299px) {
  .grid.col_2 .col {
    margin-bottom: 31px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  .grid.col_2 .col {
    margin-bottom: calc( 1.9375em + (42 - 31) * ( (100vw - 300px) / ( 804 - 300) ) );
    margin-bottom: -moz-calc( 1.9375em + (42 - 31) * ( (100vw - 300px) / ( 804 - 300) ) );
    margin-bottom: -webkit-calc( 1.9375em + (42 - 31) * ( (100vw - 300px) / ( 804 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  .grid.col_2 .col {
    margin-bottom: 42px;
  }
}
.grid.col_2_thin .col {
  float: left;
  /* -- testing -- */
  /* -- testing -- */
}
@media screen and (max-width: 919px) {
  .grid.col_2_thin .col {
    width: 100%;
  }
}
@media screen and (min-width: 920px) {
  .grid.col_2_thin .col {
    width: 47%;
    margin-right: 6%;
  }
  .grid.col_2_thin .col:nth-child(2n) {
    margin-right: 0;
  }
  .grid.col_2_thin .col:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 57.4375em) {
  .grid.col_2_thin .col {
    margin-bottom: 26px;
  }
}
@media (min-width: 57.5em) and (max-width: 71.9375em) {
  .grid.col_2_thin .col {
    margin-bottom: calc( 52px + (42 - 52) * ( (100vw - 920px) / ( 1151 - 920) ) );
    margin-bottom: -moz-calc( 52px + (42 - 52) * ( (100vw - 920px) / ( 1151 - 920) ) );
    margin-bottom: -webkit-calc( 52px + (42 - 52) * ( (100vw - 920px) / ( 1151 - 920) ) );
  }
}
@media (min-width: 72em) {
  .grid.col_2_thin .col {
    margin-bottom: 42px;
  }
}
.scroll {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 0;
  padding-bottom: 13px;
}
.scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 5px;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: rgba(57, 46, 46, 0.5);
}
.scroll .item {
  vertical-align: top;
  white-space: normal;
  display: inline-block;
  font-size: 16px;
  margin-right: 19.5px;
}
.scroll .item:last-child {
  margin-right: 0 !important;
}

/* -----------------------------------------------------------------------
/* Client code
/* -------------------------------------------------------------------- */
*.col_3 .col {
  float: left;
  /* -- testing -- */
  /* -- testing -- */
}
@media screen and (max-width: 569px) {
  *.col_3 .col {
    width: 100%;
  }
}
@media screen and (min-width: 570px) {
  *.col_3 .col {
    width: 32%;
    margin-right: 2%;
  }
  *.col_3 .col:nth-child(3n) {
    margin-right: 0;
  }
  *.col_3 .col:nth-child(3n+1) {
    clear: left;
  }
}

/* -----------------------------------------------------------------------
/* flex
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* flex
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* margin
/* -------------------------------------------------------------------- */
@media screen and (max-width: 299px) {
  *.col_3 .col {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  *.col_3 .col {
    margin-bottom: calc( 0.625em + (14 - 10) * ( (100vw - 300px) / ( 804 - 300) ) );
    margin-bottom: -moz-calc( 0.625em + (14 - 10) * ( (100vw - 300px) / ( 804 - 300) ) );
    margin-bottom: -webkit-calc( 0.625em + (14 - 10) * ( (100vw - 300px) / ( 804 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  *.col_3 .col {
    margin-bottom: 14px;
  }
}

/* -----------------------------------------------------------------------
/* margin
/* -------------------------------------------------------------------- */
*.col_4 .col {
  float: left;
  /* -- testing -- */
  /* -- testing -- */
}
@media screen and (max-width: 569px) {
  *.col_4 .col {
    width: 100%;
  }
}
@media screen and (min-width: 570px) {
  *.col_4 .col {
    width: 23.5%;
    margin-right: 2%;
  }
  *.col_4 .col:nth-child(4n) {
    margin-right: 0;
  }
  *.col_4 .col:nth-child(4n+1) {
    clear: left;
  }
}

/* -----------------------------------------------------------------------
/* flex
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* flex
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* margin
/* -------------------------------------------------------------------- */
@media screen and (max-width: 299px) {
  *.col_4 .col {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  *.col_4 .col {
    margin-bottom: calc( 0.625em + (14 - 10) * ( (100vw - 300px) / ( 804 - 300) ) );
    margin-bottom: -moz-calc( 0.625em + (14 - 10) * ( (100vw - 300px) / ( 804 - 300) ) );
    margin-bottom: -webkit-calc( 0.625em + (14 - 10) * ( (100vw - 300px) / ( 804 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  *.col_4 .col {
    margin-bottom: 14px;
  }
}

/* -----------------------------------------------------------------------
/* margin
/* -------------------------------------------------------------------- */
*.col_5 .col {
  float: left;
  /* -- testing -- */
  /* -- testing -- */
}
@media screen and (max-width: 569px) {
  *.col_5 .col {
    width: 100%;
  }
}
@media screen and (min-width: 570px) {
  *.col_5 .col {
    width: 18.4%;
    margin-right: 2%;
  }
  *.col_5 .col:nth-child(5n) {
    margin-right: 0;
  }
  *.col_5 .col:nth-child(5n+1) {
    clear: left;
  }
}

/* -----------------------------------------------------------------------
/* flex
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* flex
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* margin
/* -------------------------------------------------------------------- */
@media screen and (max-width: 299px) {
  *.col_5 .col {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  *.col_5 .col {
    margin-bottom: calc( 0.625em + (14 - 10) * ( (100vw - 300px) / ( 804 - 300) ) );
    margin-bottom: -moz-calc( 0.625em + (14 - 10) * ( (100vw - 300px) / ( 804 - 300) ) );
    margin-bottom: -webkit-calc( 0.625em + (14 - 10) * ( (100vw - 300px) / ( 804 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  *.col_5 .col {
    margin-bottom: 14px;
  }
}

/* -----------------------------------------------------------------------
/* margin
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
h1,
.h1,
h2,
h3,
h4,
h5,
h6,
p.title {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #252525;
  margin: 0;
  clear: both;
}
h1 a,
.h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p.title a {
  color: currentColor;
  -webkit-transition: color, 0.25s;
  -moz-transition: color, 0.25s;
  -ms-transition: color, 0.25s;
  -o-transition: color, 0.25s;
  transition: color, 0.25s;
}
h1 a:focus, h1 a:hover,
.h1 a:focus,
.h1 a:hover,
h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover,
p.title a:focus,
p.title a:hover {
  color: #392e2e;
}

address,
p {
  margin-top: 0;
}
@media (max-width: 24.9375em) {
  address,
p {
    font-size: 16px;
    font-size: 1em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  address,
p {
    font-size: calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  address,
p {
    font-size: 15px;
    font-size: 0.9375em;
  }
}
@media (max-width: 24.9375em) {
  address,
p {
    line-height: 1.625;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  address,
p {
    line-height: calc( 1.625em + ( 26 - 24.375 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -moz-calc( 1.625em + ( 26 - 24.375 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -webkit-calc( 1.625em + ( 26 - 24.375 ) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  address,
p {
    line-height: 1.7333333333;
  }
}
@media screen and (max-width: 299px) {
  address,
p {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  address,
p {
    margin-bottom: calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -moz-calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -webkit-calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  address,
p {
    margin-bottom: 26px;
  }
}

/* -----------------------------------------------------------------------
/* blockquote
/* -------------------------------------------------------------------- */
blockquote {
  margin: 0;
  border-left: 3px solid #424242;
  margin-left: -9px;
  padding-left: 10px;
}
@media screen and (max-width: 299px) {
  blockquote {
    margin-top: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  blockquote {
    margin-top: calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -moz-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -webkit-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  blockquote {
    margin-top: 52px;
  }
}
@media screen and (max-width: 299px) {
  blockquote {
    margin-bottom: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  blockquote {
    margin-bottom: calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -moz-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -webkit-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  blockquote {
    margin-bottom: 52px;
  }
}
@media screen and (min-width: 500px) {
  blockquote {
    border-left: 10px solid #424242;
    margin-left: -22px;
    padding-left: 12px;
  }
}
blockquote p {
  font-weight: 600;
}

@media (max-width: 24.9375em) {
  blockquote p,
p.lead {
    font-size: 20px;
    font-size: 1.25em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  blockquote p,
p.lead {
    font-size: calc( 1.25em + (19 - 20) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1.25em + (19 - 20) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1.25em + (19 - 20) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  blockquote p,
p.lead {
    font-size: 19px;
    font-size: 1.1875em;
  }
}
@media (max-width: 24.9375em) {
  blockquote p,
p.lead {
    line-height: 1.3;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  blockquote p,
p.lead {
    line-height: calc( 1.3em + ( 20.5263157895 - 19.5 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -moz-calc( 1.3em + ( 20.5263157895 - 19.5 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -webkit-calc( 1.3em + ( 20.5263157895 - 19.5 ) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  blockquote p,
p.lead {
    line-height: 1.3684210526;
  }
}
@media screen and (max-width: 299px) {
  blockquote p,
p.lead {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  blockquote p,
p.lead {
    margin-bottom: calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -moz-calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -webkit-calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  blockquote p,
p.lead {
    margin-bottom: 26px;
  }
}

/* -----------------------------------------------------------------------
/* List
/* -------------------------------------------------------------------- */
@media screen and (max-width: 299px) {
  p + ul, p + ol, ul + ul, ul + ol, ol + ul, ol + ol {
    margin-top: -19.5px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  p + ul, p + ol, ul + ul, ul + ol, ol + ul, ol + ol {
    margin-top: calc( -1.21875em + (-19.5 - -19.5) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -moz-calc( -1.21875em + (-19.5 - -19.5) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -webkit-calc( -1.21875em + (-19.5 - -19.5) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  p + ul, p + ol, ul + ul, ul + ol, ol + ul, ol + ol {
    margin-top: -19.5px;
  }
}

ul, ol {
  padding: 0 0 0 22px;
  margin: 0;
  margin-bottom: 26px;
}
@media (max-width: 24.9375em) {
  ul, ol {
    margin-bottom: 26px;
  }
}
@media (min-width: 25em) and (max-width: 71.9375em) {
  ul, ol {
    margin-bottom: calc( 26px + (26 - 26) * ( (100vw - 400px) / ( 1151 - 400) ) );
    margin-bottom: -moz-calc( 26px + (26 - 26) * ( (100vw - 400px) / ( 1151 - 400) ) );
    margin-bottom: -webkit-calc( 26px + (26 - 26) * ( (100vw - 400px) / ( 1151 - 400) ) );
  }
}
@media (min-width: 72em) {
  ul, ol {
    margin-bottom: 26px;
  }
}
ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
}

li {
  margin-bottom: 7.8px;
}
@media (max-width: 24.9375em) {
  li {
    font-size: 16px;
    font-size: 1em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  li {
    font-size: calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  li {
    font-size: 15px;
    font-size: 0.9375em;
  }
}
@media (max-width: 24.9375em) {
  li {
    line-height: 1.625;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  li {
    line-height: calc( 1.625em + ( 26 - 24.375 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -moz-calc( 1.625em + ( 26 - 24.375 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -webkit-calc( 1.625em + ( 26 - 24.375 ) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  li {
    line-height: 1.7333333333;
  }
}
@media (max-width: 24.9375em) {
  li {
    margin-bottom: 7.8px;
  }
}
@media (min-width: 25em) and (max-width: 71.9375em) {
  li {
    margin-bottom: calc( 7.8px + (7.8 - 7.8) * ( (100vw - 400px) / ( 1151 - 400) ) );
    margin-bottom: -moz-calc( 7.8px + (7.8 - 7.8) * ( (100vw - 400px) / ( 1151 - 400) ) );
    margin-bottom: -webkit-calc( 7.8px + (7.8 - 7.8) * ( (100vw - 400px) / ( 1151 - 400) ) );
  }
}
@media (min-width: 72em) {
  li {
    margin-bottom: 7.8px;
  }
}

li li {
  font-size: 1em;
}

h1 {
  font-weight: 600;
}
@media (max-width: 24.9375em) {
  h1 {
    font-size: 26px;
    font-size: 1.625em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  h1 {
    font-size: calc( 1.625em + (36 - 26) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1.625em + (36 - 26) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1.625em + (36 - 26) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  h1 {
    font-size: 36px;
    font-size: 2.25em;
  }
}
@media (max-width: 24.9375em) {
  h1 {
    line-height: 1.2692307692;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  h1 {
    line-height: calc( 1.2692307692em + ( 20 - 19.0384615385 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -moz-calc( 1.2692307692em + ( 20 - 19.0384615385 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -webkit-calc( 1.2692307692em + ( 20 - 19.0384615385 ) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  h1 {
    line-height: 1.3333333333;
  }
}
@media screen and (max-width: 299px) {
  h1 {
    margin-top: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  h1 {
    margin-top: calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -moz-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -webkit-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  h1 {
    margin-top: 52px;
  }
}
h1:first-child {
  margin-top: 0;
}
@media screen and (max-width: 299px) {
  h1 {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  h1 {
    margin-bottom: calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -moz-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -webkit-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  h1 {
    margin-bottom: 26px;
  }
}

@media (max-width: 24.9375em) {
  h2 {
    font-size: 24px;
    font-size: 1.5em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  h2 {
    font-size: calc( 1.5em + (28 - 24) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1.5em + (28 - 24) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1.5em + (28 - 24) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  h2 {
    font-size: 28px;
    font-size: 1.75em;
  }
}
@media (max-width: 24.9375em) {
  h2 {
    line-height: 1.375;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  h2 {
    line-height: calc( 1.375em + ( 19.2857142857 - 20.625 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -moz-calc( 1.375em + ( 19.2857142857 - 20.625 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -webkit-calc( 1.375em + ( 19.2857142857 - 20.625 ) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  h2 {
    line-height: 1.2857142857;
  }
}
@media screen and (max-width: 299px) {
  h2 {
    margin-top: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  h2 {
    margin-top: calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -moz-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -webkit-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  h2 {
    margin-top: 52px;
  }
}
h2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 299px) {
  h2 {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  h2 {
    margin-bottom: calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -moz-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -webkit-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  h2 {
    margin-bottom: 26px;
  }
}

@media (max-width: 24.9375em) {
  h3 {
    font-size: 22px;
    font-size: 1.375em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  h3 {
    font-size: calc( 1.375em + (26 - 22) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1.375em + (26 - 22) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1.375em + (26 - 22) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  h3 {
    font-size: 26px;
    font-size: 1.625em;
  }
}
@media (max-width: 24.9375em) {
  h3 {
    line-height: 1.5;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  h3 {
    line-height: calc( 1.5em + ( 20.7692307692 - 22.5 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -moz-calc( 1.5em + ( 20.7692307692 - 22.5 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -webkit-calc( 1.5em + ( 20.7692307692 - 22.5 ) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  h3 {
    line-height: 1.3846153846;
  }
}
@media screen and (max-width: 299px) {
  h3 {
    margin-top: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  h3 {
    margin-top: calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -moz-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -webkit-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  h3 {
    margin-top: 52px;
  }
}
h3:first-child {
  margin-top: 0;
}
@media screen and (max-width: 299px) {
  h3 {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  h3 {
    margin-bottom: calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -moz-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -webkit-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  h3 {
    margin-bottom: 26px;
  }
}

@media (max-width: 24.9375em) {
  h4 {
    font-size: 20px;
    font-size: 1.25em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  h4 {
    font-size: calc( 1.25em + (24 - 20) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1.25em + (24 - 20) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1.25em + (24 - 20) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  h4 {
    font-size: 24px;
    font-size: 1.5em;
  }
}
@media (max-width: 24.9375em) {
  h4 {
    line-height: 1.1;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  h4 {
    line-height: calc( 1.1em + ( 22.5 - 16.5 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -moz-calc( 1.1em + ( 22.5 - 16.5 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -webkit-calc( 1.1em + ( 22.5 - 16.5 ) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  h4 {
    line-height: 1.5;
  }
}
@media screen and (max-width: 299px) {
  h4 {
    margin-top: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  h4 {
    margin-top: calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -moz-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -webkit-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  h4 {
    margin-top: 52px;
  }
}
h4:first-child {
  margin-top: 0;
}
@media screen and (max-width: 299px) {
  h4 {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  h4 {
    margin-bottom: calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -moz-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -webkit-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  h4 {
    margin-bottom: 26px;
  }
}

@media (max-width: 24.9375em) {
  h5 {
    font-size: 19px;
    font-size: 1.1875em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  h5 {
    font-size: calc( 1.1875em + (24 - 19) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1.1875em + (24 - 19) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1.1875em + (24 - 19) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  h5 {
    font-size: 24px;
    font-size: 1.5em;
  }
}
@media (max-width: 24.9375em) {
  h5 {
    line-height: 1.1578947368;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  h5 {
    line-height: calc( 1.1578947368em + ( 22.5 - 17.3684210526 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -moz-calc( 1.1578947368em + ( 22.5 - 17.3684210526 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -webkit-calc( 1.1578947368em + ( 22.5 - 17.3684210526 ) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  h5 {
    line-height: 1.5;
  }
}
@media screen and (max-width: 299px) {
  h5 {
    margin-top: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  h5 {
    margin-top: calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -moz-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -webkit-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  h5 {
    margin-top: 52px;
  }
}
h5:first-child {
  margin-top: 0;
}
@media screen and (max-width: 299px) {
  h5 {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  h5 {
    margin-bottom: calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -moz-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -webkit-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  h5 {
    margin-bottom: 26px;
  }
}

@media (max-width: 24.9375em) {
  h6 {
    font-size: 18px;
    font-size: 1.125em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  h6 {
    font-size: calc( 1.125em + (24 - 18) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1.125em + (24 - 18) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1.125em + (24 - 18) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  h6 {
    font-size: 24px;
    font-size: 1.5em;
  }
}
@media (max-width: 24.9375em) {
  h6 {
    line-height: 1.2222222222;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  h6 {
    line-height: calc( 1.2222222222em + ( 22.5 - 18.3333333333 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -moz-calc( 1.2222222222em + ( 22.5 - 18.3333333333 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -webkit-calc( 1.2222222222em + ( 22.5 - 18.3333333333 ) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  h6 {
    line-height: 1.5;
  }
}
@media screen and (max-width: 299px) {
  h6 {
    margin-top: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  h6 {
    margin-top: calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -moz-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -webkit-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  h6 {
    margin-top: 52px;
  }
}
h6:first-child {
  margin-top: 0;
}
@media screen and (max-width: 299px) {
  h6 {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  h6 {
    margin-bottom: calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -moz-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -webkit-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  h6 {
    margin-bottom: 26px;
  }
}

/* -----------------------------------------------------------------------
/* Paragraph
/* -------------------------------------------------------------------- */
a {
  color: #392e2e;
  text-decoration: none;
  cursor: pointer;
}

/* -----------------------------------------------------------------------
/* Other
/* -------------------------------------------------------------------- */
strong {
  font-weight: 600;
}

hr {
  height: 0;
  padding: 0;
  border-style: none;
  border-bottom: 2px solid #bebcbc;
  clear: both;
}
@media screen and (max-width: 299px) {
  hr {
    padding-top: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  hr {
    padding-top: calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-top: -moz-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-top: -webkit-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  hr {
    padding-top: 52px;
  }
}
@media screen and (max-width: 299px) {
  hr {
    margin-bottom: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  hr {
    margin-bottom: calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -moz-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -webkit-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  hr {
    margin-bottom: 52px;
  }
}

dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  overflow: visible;
  max-width: 400px;
}

dt, dd {
  padding: 4px 0;
}

dt {
  flex: 0 0 65%;
  text-overflow: ellipsis;
  overflow: hidden;
}

dd {
  flex: 0 0 35%;
  margin-left: auto;
  text-align: right;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* padding extras
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
button,
.btn,
.button,
.btn_header {
  display: inline-block;
  min-width: 0;
  max-width: 100%;
  cursor: pointer;
  text-align: center;
  text-rendering: optimizeLegibility;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  font-weight: 300;
  vertical-align: middle;
  -webkit-appearance: none;
  border-style: none;
  letter-spacing: normal;
  word-spacing: normal;
  -webkit-transition: all, 0.25s;
  -moz-transition: all, 0.25s;
  -ms-transition: all, 0.25s;
  -o-transition: all, 0.25s;
  transition: all, 0.25s;
  border: 2px solid;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  border-radius: 999px;
  text-decoration: none;
}

/* ---------------------------------------------
/* Button project specific, keeps the head button's happy
/* ------------------------------------------ */
.content button,
.btn,
.button {
  line-height: 1.1 !important;
  color: #424242;
  margin-bottom: 26px;
  background-color: transparent;
  padding: 9px 17px;
  border-color: #392e2e;
  margin-bottom: 26px;
  cursor: pointer;
}
@media (max-width: 24.9375em) {
  .content button,
.btn,
.button {
    font-size: 16px;
    font-size: 1em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  .content button,
.btn,
.button {
    font-size: calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  .content button,
.btn,
.button {
    font-size: 15px;
    font-size: 0.9375em;
  }
}
@media (max-width: 24.9375em) {
  .content button,
.btn,
.button {
    margin-bottom: 26px;
  }
}
@media (min-width: 25em) and (max-width: 71.9375em) {
  .content button,
.btn,
.button {
    margin-bottom: calc( 26px + (26 - 26) * ( (100vw - 400px) / ( 1151 - 400) ) );
    margin-bottom: -moz-calc( 26px + (26 - 26) * ( (100vw - 400px) / ( 1151 - 400) ) );
    margin-bottom: -webkit-calc( 26px + (26 - 26) * ( (100vw - 400px) / ( 1151 - 400) ) );
  }
}
@media (min-width: 72em) {
  .content button,
.btn,
.button {
    margin-bottom: 26px;
  }
}
@media (max-width: 24.9375em) {
  .content button,
.btn,
.button {
    margin-bottom: 26px;
  }
}
@media (min-width: 25em) and (max-width: 71.9375em) {
  .content button,
.btn,
.button {
    margin-bottom: calc( 26px + (26 - 26) * ( (100vw - 400px) / ( 1151 - 400) ) );
    margin-bottom: -moz-calc( 26px + (26 - 26) * ( (100vw - 400px) / ( 1151 - 400) ) );
    margin-bottom: -webkit-calc( 26px + (26 - 26) * ( (100vw - 400px) / ( 1151 - 400) ) );
  }
}
@media (min-width: 72em) {
  .content button,
.btn,
.button {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 896px) {
  .content button,
.btn,
.button {
    padding: 10px 23px;
  }
}
@media screen and (min-width: 1152px) {
  .content button,
.btn,
.button {
    padding: 12px 26px;
  }
}
.content button:hover, .content button:focus, .content button:active,
.btn:hover,
.btn:focus,
.btn:active,
.button:hover,
.button:focus,
.button:active {
  color: #ffffff;
  background-color: #392e2e;
}
.content button.alt,
.btn.alt,
.button.alt {
  color: #000000;
  border-color: #86c6c4;
}
.content button.alt:hover, .content button.alt:focus,
.btn.alt:hover,
.btn.alt:focus,
.button.alt:hover,
.button.alt:focus {
  color: #000000;
  background-color: #63b6b3;
}

.btn,
.button {
  /* ---------------------------------------------
  /* Different size buttons
  /* ------------------------------------------ */
}
.btn.center,
.button.center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.btn.btn_icon,
.button.btn_icon {
  text-align: initial;
  background-repeat: no-repeat;
}
.btn.no_margin,
.button.no_margin {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 299px) {
  .btn.margin_top,
.button.margin_top {
    margin-top: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  .btn.margin_top,
.button.margin_top {
    margin-top: calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -moz-calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -webkit-calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  .btn.margin_top,
.button.margin_top {
    margin-top: 26px;
  }
}
.btn.large,
.button.large {
  padding: 15px 25px;
}
@media (max-width: 24.9375em) {
  .btn.large,
.button.large {
    font-size: 20px;
    font-size: 1.25em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  .btn.large,
.button.large {
    font-size: calc( 1.25em + (19 - 20) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1.25em + (19 - 20) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1.25em + (19 - 20) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  .btn.large,
.button.large {
    font-size: 19px;
    font-size: 1.1875em;
  }
}
@media screen and (min-width: 1152px) {
  .btn.large,
.button.large {
    padding: 17px 50px;
  }
}

p .btn {
  margin-bottom: 0;
}
@media (max-width: 24.9375em) {
  p .btn.large {
    font-size: 20px;
    font-size: 1.25em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  p .btn.large {
    font-size: calc( 1.3333333333em + (19 - 20) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1.3333333333em + (19 - 20) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1.3333333333em + (19 - 20) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  p .btn.large {
    font-size: 19px;
    font-size: 1.2666666667em;
  }
}

p + .button,
.button + .button {
  margin-top: 26px;
}

.button + .button {
  margin-left: 13px;
}

/* ---------------------------------------------
/* Transparent buttons
/* ------------------------------------------ */
.btn.solid,
.button.solid {
  background-color: #392e2e;
  color: #ffffff;
  /* ---------------------------------------------
  /* Alternative button colour
  /* ------------------------------------------ */
}
.btn.solid:hover, .btn.solid:focus,
.button.solid:hover,
.button.solid:focus {
  background-color: #1d1717;
}
.btn.solid.alt,
.button.solid.alt {
  background-color: #86c6c4;
  color: #000000;
}
.btn.solid.alt:hover, .btn.solid.alt:focus,
.button.solid.alt:hover,
.button.solid.alt:focus {
  background-color: #63b6b3;
}

.intl-tel-input {
  position: relative;
}
.intl-tel-input * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 44px;
  margin-left: 0;
}
.intl-tel-input .flag-dropdown {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 1px;
}
.intl-tel-input .flag-dropdown:hover {
  cursor: pointer;
}
.intl-tel-input .flag-dropdown:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .flag-dropdown ul,
.intl-tel-input .flag-dropdown li {
  margin: 0;
  padding: 0;
  background: white;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 38px;
  height: 100%;
  padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .flag {
  position: absolute;
  top: 50%;
  margin-top: -5px;
}
.intl-tel-input .selected-flag .arrow {
  position: relative;
  top: 50%;
  margin-top: -2px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555555;
}
.intl-tel-input .selected-flag .arrow.up {
  border-top: none;
  border-bottom: 4px solid #555555;
}
.intl-tel-input .country-list {
  list-style: none;
  position: absolute;
  z-index: 2;
  font-size: 14px;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #cccccc;
  width: 430px;
  max-height: 200px;
  overflow-y: scroll;
}
.intl-tel-input .country-list .flag {
  display: inline-block;
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999999;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .flag,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}
.intl-tel-input .flag {
  width: 16px;
  height: 11px;
  background: url("https://chinaindiefilm.com/wp-content/plugins/vfb-pro/public/assets/img/flags.png");
}
.intl-tel-input .ad {
  background-position: -16px 0;
}
.intl-tel-input .ae {
  background-position: -32px 0;
}
.intl-tel-input .af {
  background-position: -48px 0;
}
.intl-tel-input .ag {
  background-position: -64px 0;
}
.intl-tel-input .ai {
  background-position: -80px 0;
}
.intl-tel-input .al {
  background-position: -96px 0;
}
.intl-tel-input .am {
  background-position: -112px 0;
}
.intl-tel-input .ao {
  background-position: -128px 0;
}
.intl-tel-input .ar {
  background-position: -144px 0;
}
.intl-tel-input .as {
  background-position: -160px 0;
}
.intl-tel-input .at {
  background-position: -176px 0;
}
.intl-tel-input .au {
  background-position: -192px 0;
}
.intl-tel-input .aw {
  background-position: -208px 0;
}
.intl-tel-input .az {
  background-position: -224px 0;
}
.intl-tel-input .ba {
  background-position: -240px 0;
}
.intl-tel-input .bb {
  background-position: 0 -11px;
}
.intl-tel-input .bd {
  background-position: -16px -11px;
}
.intl-tel-input .be {
  background-position: -32px -11px;
}
.intl-tel-input .bf {
  background-position: -48px -11px;
}
.intl-tel-input .bg {
  background-position: -64px -11px;
}
.intl-tel-input .bh {
  background-position: -80px -11px;
}
.intl-tel-input .bi {
  background-position: -96px -11px;
}
.intl-tel-input .bj {
  background-position: -112px -11px;
}
.intl-tel-input .bm {
  background-position: -128px -11px;
}
.intl-tel-input .bn {
  background-position: -144px -11px;
}
.intl-tel-input .bo {
  background-position: -160px -11px;
}
.intl-tel-input .br {
  background-position: -176px -11px;
}
.intl-tel-input .bs {
  background-position: -192px -11px;
}
.intl-tel-input .bt {
  background-position: -208px -11px;
}
.intl-tel-input .bw {
  background-position: -224px -11px;
}
.intl-tel-input .by {
  background-position: -240px -11px;
}
.intl-tel-input .bz {
  background-position: 0 -22px;
}
.intl-tel-input .ca {
  background-position: -16px -22px;
}
.intl-tel-input .cd {
  background-position: -32px -22px;
}
.intl-tel-input .cf {
  background-position: -48px -22px;
}
.intl-tel-input .cg {
  background-position: -64px -22px;
}
.intl-tel-input .ch {
  background-position: -80px -22px;
}
.intl-tel-input .ci {
  background-position: -96px -22px;
}
.intl-tel-input .ck {
  background-position: -112px -22px;
}
.intl-tel-input .cl {
  background-position: -128px -22px;
}
.intl-tel-input .cm {
  background-position: -144px -22px;
}
.intl-tel-input .cn {
  background-position: -160px -22px;
}
.intl-tel-input .co {
  background-position: -176px -22px;
}
.intl-tel-input .cr {
  background-position: -192px -22px;
}
.intl-tel-input .cu {
  background-position: -208px -22px;
}
.intl-tel-input .cv {
  background-position: -224px -22px;
}
.intl-tel-input .cw {
  background-position: -240px -22px;
}
.intl-tel-input .cy {
  background-position: 0 -33px;
}
.intl-tel-input .cz {
  background-position: -16px -33px;
}
.intl-tel-input .de {
  background-position: -32px -33px;
}
.intl-tel-input .dj {
  background-position: -48px -33px;
}
.intl-tel-input .dk {
  background-position: -64px -33px;
}
.intl-tel-input .dm {
  background-position: -80px -33px;
}
.intl-tel-input .do {
  background-position: -96px -33px;
}
.intl-tel-input .dz {
  background-position: -112px -33px;
}
.intl-tel-input .ec {
  background-position: -128px -33px;
}
.intl-tel-input .ee {
  background-position: -144px -33px;
}
.intl-tel-input .eg {
  background-position: -160px -33px;
}
.intl-tel-input .er {
  background-position: -176px -33px;
}
.intl-tel-input .es {
  background-position: -192px -33px;
}
.intl-tel-input .et {
  background-position: -208px -33px;
}
.intl-tel-input .fi {
  background-position: -224px -33px;
}
.intl-tel-input .fj {
  background-position: -240px -33px;
}
.intl-tel-input .fk {
  background-position: 0 -44px;
}
.intl-tel-input .fm {
  background-position: -16px -44px;
}
.intl-tel-input .fo {
  background-position: -32px -44px;
}
.intl-tel-input .fr, .intl-tel-input .bl, .intl-tel-input .mf {
  background-position: -48px -44px;
}
.intl-tel-input .ga {
  background-position: -64px -44px;
}
.intl-tel-input .gb {
  background-position: -80px -44px;
}
.intl-tel-input .gd {
  background-position: -96px -44px;
}
.intl-tel-input .ge {
  background-position: -112px -44px;
}
.intl-tel-input .gf {
  background-position: -128px -44px;
}
.intl-tel-input .gh {
  background-position: -144px -44px;
}
.intl-tel-input .gi {
  background-position: -160px -44px;
}
.intl-tel-input .gl {
  background-position: -176px -44px;
}
.intl-tel-input .gm {
  background-position: -192px -44px;
}
.intl-tel-input .gn {
  background-position: -208px -44px;
}
.intl-tel-input .gp {
  background-position: -224px -44px;
}
.intl-tel-input .gq {
  background-position: -240px -44px;
}
.intl-tel-input .gr {
  background-position: 0 -55px;
}
.intl-tel-input .gt {
  background-position: -16px -55px;
}
.intl-tel-input .gu {
  background-position: -32px -55px;
}
.intl-tel-input .gw {
  background-position: -48px -55px;
}
.intl-tel-input .gy {
  background-position: -64px -55px;
}
.intl-tel-input .hk {
  background-position: -80px -55px;
}
.intl-tel-input .hn {
  background-position: -96px -55px;
}
.intl-tel-input .hr {
  background-position: -112px -55px;
}
.intl-tel-input .ht {
  background-position: -128px -55px;
}
.intl-tel-input .hu {
  background-position: -144px -55px;
}
.intl-tel-input .id {
  background-position: -160px -55px;
}
.intl-tel-input .ie {
  background-position: -176px -55px;
}
.intl-tel-input .il {
  background-position: -192px -55px;
}
.intl-tel-input .in {
  background-position: -208px -55px;
}
.intl-tel-input .io {
  background-position: -224px -55px;
}
.intl-tel-input .iq {
  background-position: -240px -55px;
}
.intl-tel-input .ir {
  background-position: 0 -66px;
}
.intl-tel-input .is {
  background-position: -16px -66px;
}
.intl-tel-input .it {
  background-position: -32px -66px;
}
.intl-tel-input .jm {
  background-position: -48px -66px;
}
.intl-tel-input .jo {
  background-position: -64px -66px;
}
.intl-tel-input .jp {
  background-position: -80px -66px;
}
.intl-tel-input .ke {
  background-position: -96px -66px;
}
.intl-tel-input .kg {
  background-position: -112px -66px;
}
.intl-tel-input .kh {
  background-position: -128px -66px;
}
.intl-tel-input .ki {
  background-position: -144px -66px;
}
.intl-tel-input .km {
  background-position: -160px -66px;
}
.intl-tel-input .kn {
  background-position: -176px -66px;
}
.intl-tel-input .kp {
  background-position: -192px -66px;
}
.intl-tel-input .kr {
  background-position: -208px -66px;
}
.intl-tel-input .kw {
  background-position: -224px -66px;
}
.intl-tel-input .ky {
  background-position: -240px -66px;
}
.intl-tel-input .kz {
  background-position: 0 -77px;
}
.intl-tel-input .la {
  background-position: -16px -77px;
}
.intl-tel-input .lb {
  background-position: -32px -77px;
}
.intl-tel-input .lc {
  background-position: -48px -77px;
}
.intl-tel-input .li {
  background-position: -64px -77px;
}
.intl-tel-input .lk {
  background-position: -80px -77px;
}
.intl-tel-input .lr {
  background-position: -96px -77px;
}
.intl-tel-input .ls {
  background-position: -112px -77px;
}
.intl-tel-input .lt {
  background-position: -128px -77px;
}
.intl-tel-input .lu {
  background-position: -144px -77px;
}
.intl-tel-input .lv {
  background-position: -160px -77px;
}
.intl-tel-input .ly {
  background-position: -176px -77px;
}
.intl-tel-input .ma {
  background-position: -192px -77px;
}
.intl-tel-input .mc {
  background-position: -208px -77px;
}
.intl-tel-input .md {
  background-position: -224px -77px;
}
.intl-tel-input .me {
  background-position: -112px -154px;
  height: 12px;
}
.intl-tel-input .mg {
  background-position: 0 -88px;
}
.intl-tel-input .mh {
  background-position: -16px -88px;
}
.intl-tel-input .mk {
  background-position: -32px -88px;
}
.intl-tel-input .ml {
  background-position: -48px -88px;
}
.intl-tel-input .mm {
  background-position: -64px -88px;
}
.intl-tel-input .mn {
  background-position: -80px -88px;
}
.intl-tel-input .mo {
  background-position: -96px -88px;
}
.intl-tel-input .mp {
  background-position: -112px -88px;
}
.intl-tel-input .mq {
  background-position: -128px -88px;
}
.intl-tel-input .mr {
  background-position: -144px -88px;
}
.intl-tel-input .ms {
  background-position: -160px -88px;
}
.intl-tel-input .mt {
  background-position: -176px -88px;
}
.intl-tel-input .mu {
  background-position: -192px -88px;
}
.intl-tel-input .mv {
  background-position: -208px -88px;
}
.intl-tel-input .mw {
  background-position: -224px -88px;
}
.intl-tel-input .mx {
  background-position: -240px -88px;
}
.intl-tel-input .my {
  background-position: 0 -99px;
}
.intl-tel-input .mz {
  background-position: -16px -99px;
}
.intl-tel-input .na {
  background-position: -32px -99px;
}
.intl-tel-input .nc {
  background-position: -48px -99px;
}
.intl-tel-input .ne {
  background-position: -64px -99px;
}
.intl-tel-input .nf {
  background-position: -80px -99px;
}
.intl-tel-input .ng {
  background-position: -96px -99px;
}
.intl-tel-input .ni {
  background-position: -112px -99px;
}
.intl-tel-input .nl, .intl-tel-input .bq {
  background-position: -128px -99px;
}
.intl-tel-input .no {
  background-position: -144px -99px;
}
.intl-tel-input .np {
  background-position: -160px -99px;
}
.intl-tel-input .nr {
  background-position: -176px -99px;
}
.intl-tel-input .nu {
  background-position: -192px -99px;
}
.intl-tel-input .nz {
  background-position: -208px -99px;
}
.intl-tel-input .om {
  background-position: -224px -99px;
}
.intl-tel-input .pa {
  background-position: -240px -99px;
}
.intl-tel-input .pe {
  background-position: 0 -110px;
}
.intl-tel-input .pf {
  background-position: -16px -110px;
}
.intl-tel-input .pg {
  background-position: -32px -110px;
}
.intl-tel-input .ph {
  background-position: -48px -110px;
}
.intl-tel-input .pk {
  background-position: -64px -110px;
}
.intl-tel-input .pl {
  background-position: -80px -110px;
}
.intl-tel-input .pm {
  background-position: -96px -110px;
}
.intl-tel-input .pr {
  background-position: -112px -110px;
}
.intl-tel-input .ps {
  background-position: -128px -110px;
}
.intl-tel-input .pt {
  background-position: -144px -110px;
}
.intl-tel-input .pw {
  background-position: -160px -110px;
}
.intl-tel-input .py {
  background-position: -176px -110px;
}
.intl-tel-input .qa {
  background-position: -192px -110px;
}
.intl-tel-input .re {
  background-position: -208px -110px;
}
.intl-tel-input .ro {
  background-position: -224px -110px;
}
.intl-tel-input .rs {
  background-position: -240px -110px;
}
.intl-tel-input .ru {
  background-position: 0 -121px;
}
.intl-tel-input .rw {
  background-position: -16px -121px;
}
.intl-tel-input .sa {
  background-position: -32px -121px;
}
.intl-tel-input .sb {
  background-position: -48px -121px;
}
.intl-tel-input .sc {
  background-position: -64px -121px;
}
.intl-tel-input .sd {
  background-position: -80px -121px;
}
.intl-tel-input .se {
  background-position: -96px -121px;
}
.intl-tel-input .sg {
  background-position: -112px -121px;
}
.intl-tel-input .sh {
  background-position: -128px -121px;
}
.intl-tel-input .si {
  background-position: -144px -121px;
}
.intl-tel-input .sk {
  background-position: -160px -121px;
}
.intl-tel-input .sl {
  background-position: -176px -121px;
}
.intl-tel-input .sm {
  background-position: -192px -121px;
}
.intl-tel-input .sn {
  background-position: -208px -121px;
}
.intl-tel-input .so {
  background-position: -224px -121px;
}
.intl-tel-input .sr {
  background-position: -240px -121px;
}
.intl-tel-input .ss {
  background-position: 0 -132px;
}
.intl-tel-input .st {
  background-position: -16px -132px;
}
.intl-tel-input .sv {
  background-position: -32px -132px;
}
.intl-tel-input .sx {
  background-position: -48px -132px;
}
.intl-tel-input .sy {
  background-position: -64px -132px;
}
.intl-tel-input .sz {
  background-position: -80px -132px;
}
.intl-tel-input .tc {
  background-position: -96px -132px;
}
.intl-tel-input .td {
  background-position: -112px -132px;
}
.intl-tel-input .tg {
  background-position: -128px -132px;
}
.intl-tel-input .th {
  background-position: -144px -132px;
}
.intl-tel-input .tj {
  background-position: -160px -132px;
}
.intl-tel-input .tk {
  background-position: -176px -132px;
}
.intl-tel-input .tl {
  background-position: -192px -132px;
}
.intl-tel-input .tm {
  background-position: -208px -132px;
}
.intl-tel-input .tn {
  background-position: -224px -132px;
}
.intl-tel-input .to {
  background-position: -240px -132px;
}
.intl-tel-input .tr {
  background-position: 0 -143px;
}
.intl-tel-input .tt {
  background-position: -16px -143px;
}
.intl-tel-input .tv {
  background-position: -32px -143px;
}
.intl-tel-input .tw {
  background-position: -48px -143px;
}
.intl-tel-input .tz {
  background-position: -64px -143px;
}
.intl-tel-input .ua {
  background-position: -80px -143px;
}
.intl-tel-input .ug {
  background-position: -96px -143px;
}
.intl-tel-input .us {
  background-position: -112px -143px;
}
.intl-tel-input .uy {
  background-position: -128px -143px;
}
.intl-tel-input .uz {
  background-position: -144px -143px;
}
.intl-tel-input .va {
  background-position: -160px -143px;
}
.intl-tel-input .vc {
  background-position: -176px -143px;
}
.intl-tel-input .ve {
  background-position: -192px -143px;
}
.intl-tel-input .vg {
  background-position: -208px -143px;
}
.intl-tel-input .vi {
  background-position: -224px -143px;
}
.intl-tel-input .vn {
  background-position: -240px -143px;
}
.intl-tel-input .vu {
  background-position: 0 -154px;
}
.intl-tel-input .wf {
  background-position: -16px -154px;
}
.intl-tel-input .ws {
  background-position: -32px -154px;
}
.intl-tel-input .ye {
  background-position: -48px -154px;
}
.intl-tel-input .za {
  background-position: -64px -154px;
}
.intl-tel-input .zm {
  background-position: -80px -154px;
}
.intl-tel-input .zw {
  background-position: -96px -154px;
}

/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Input styles
/* -------------------------------------------------------------------- */
.vfbp-form {
  max-width: 100%;
  width: 405px;
  overflow: hidden;
  padding-top: 5px;
}
.vfbp-form p {
  margin: 0 !important;
}
.vfbp-form input[type=color],
.vfbp-form input[type=date],
.vfbp-form input[type=datetime],
.vfbp-form input[type=datetime-local],
.vfbp-form input[type=email],
.vfbp-form input[type=password],
.vfbp-form input[type=month],
.vfbp-form input[type=number],
.vfbp-form input[type=tel],
.vfbp-form input[type=time],
.vfbp-form input[type=url],
.vfbp-form input[type=week],
.vfbp-form input[type=text],
.vfbp-form select,
.vfbp-form textarea {
  width: 100%;
}
@media screen and (min-width: 470px) {
  .vfbp-form input[type=color],
.vfbp-form input[type=date],
.vfbp-form input[type=datetime],
.vfbp-form input[type=datetime-local],
.vfbp-form input[type=email],
.vfbp-form input[type=password],
.vfbp-form input[type=month],
.vfbp-form input[type=number],
.vfbp-form input[type=tel],
.vfbp-form input[type=time],
.vfbp-form input[type=url],
.vfbp-form input[type=week],
.vfbp-form input[type=text],
.vfbp-form select,
.vfbp-form textarea {
    width: 405px;
  }
}
.vfbp-form .vfb-addresspart-zip,
.vfbp-form input[type=email],
.vfbp-form input[type=tel],
.vfbp-form .short {
  width: 200px !important;
  max-width: 100%;
}
.vfbp-form .btn.btn-primary {
  padding-top: 16px;
  padding-bottom: 16px;
}

.vfb-col-12 {
  display: inline-block;
  margin-bottom: 16px;
}
@media screen and (max-width: 469px) {
  .vfb-col-12 {
    width: 100%;
  }
}

.vfb-fieldType-text .vfb-form-group,
.vfb-fieldType-email .vfb-form-group,
.vfb-fieldType-textarea .vfb-form-group {
  position: relative;
}
@media screen and (max-width: 469px) {
  .vfb-fieldType-text .vfb-form-group,
.vfb-fieldType-email .vfb-form-group,
.vfb-fieldType-textarea .vfb-form-group {
    width: 100%;
  }
}
.vfb-fieldType-text .vfb-form-group label,
.vfb-fieldType-email .vfb-form-group label,
.vfb-fieldType-textarea .vfb-form-group label {
  position: absolute;
  font-size: 18px;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: -ms-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate(0, 23px);
  -moz-transform: translate(0, 23px);
  -ms-transform: translate(0, 23px);
  -o-transform: translate(0, 23px);
  transform: translate(0, 23px);
  margin-bottom: 0;
  z-index: 1;
}
.vfb-fieldType-text .vfb-form-group textarea,
.vfb-fieldType-email .vfb-form-group textarea,
.vfb-fieldType-textarea .vfb-form-group textarea {
  height: 21px;
  color: #ffffff;
  -webkit-transition: height, 0.5s;
  -moz-transition: height, 0.5s;
  -ms-transition: height, 0.5s;
  -o-transition: height, 0.5s;
  transition: height, 0.5s;
}
.vfb-fieldType-text .vfb-form-group input,
.vfb-fieldType-email .vfb-form-group input,
.vfb-fieldType-textarea .vfb-form-group input {
  color: #ffffff;
}
.vfb-fieldType-text .vfb-form-group input::-webkit-input-placeholder,
.vfb-fieldType-email .vfb-form-group input::-webkit-input-placeholder,
.vfb-fieldType-textarea .vfb-form-group input::-webkit-input-placeholder {
  color: #ffffff;
}
.vfb-fieldType-text .vfb-form-group input::-moz-placeholder,
.vfb-fieldType-email .vfb-form-group input::-moz-placeholder,
.vfb-fieldType-textarea .vfb-form-group input::-moz-placeholder {
  color: #ffffff;
}
.vfb-fieldType-text .vfb-form-group input:-ms-input-placeholder,
.vfb-fieldType-email .vfb-form-group input:-ms-input-placeholder,
.vfb-fieldType-textarea .vfb-form-group input:-ms-input-placeholder {
  color: #ffffff;
}
.vfb-fieldType-text .vfb-form-group input:-moz-placeholder,
.vfb-fieldType-email .vfb-form-group input:-moz-placeholder,
.vfb-fieldType-textarea .vfb-form-group input:-moz-placeholder {
  color: #ffffff;
}
.vfb-fieldType-text .vfb-form-group div,
.vfb-fieldType-email .vfb-form-group div,
.vfb-fieldType-textarea .vfb-form-group div {
  position: relative;
  display: inline-block;
  padding-top: 26px;
}
@media screen and (max-width: 469px) {
  .vfb-fieldType-text .vfb-form-group div,
.vfb-fieldType-email .vfb-form-group div,
.vfb-fieldType-textarea .vfb-form-group div {
    width: 100%;
  }
}
.vfb-fieldType-text .vfb-form-group div:before,
.vfb-fieldType-email .vfb-form-group div:before,
.vfb-fieldType-textarea .vfb-form-group div:before {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  content: "";
  border-bottom: 1px solid #ffffff;
  border-color: #757575;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  z-index: 0;
}
.vfb-fieldType-text .vfb-form-group div:after,
.vfb-fieldType-email .vfb-form-group div:after,
.vfb-fieldType-textarea .vfb-form-group div:after {
  position: relative;
  bottom: 0;
  display: block;
  width: 0;
  content: "";
  border-bottom: 3px solid #ffffff;
  border-color: #757575;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  z-index: 1;
}
.vfb-fieldType-text .vfb-form-group.label_above label,
.vfb-fieldType-email .vfb-form-group.label_above label,
.vfb-fieldType-textarea .vfb-form-group.label_above label {
  font-size: 15px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.vfb-fieldType-text .vfb-form-group.label_above textarea,
.vfb-fieldType-email .vfb-form-group.label_above textarea,
.vfb-fieldType-textarea .vfb-form-group.label_above textarea {
  height: 72px;
  color: initial;
}
.vfb-fieldType-text .vfb-form-group.label_above input,
.vfb-fieldType-email .vfb-form-group.label_above input,
.vfb-fieldType-textarea .vfb-form-group.label_above input {
  color: initial;
}
.vfb-fieldType-text .vfb-form-group.label_above input::-webkit-input-placeholder,
.vfb-fieldType-email .vfb-form-group.label_above input::-webkit-input-placeholder,
.vfb-fieldType-textarea .vfb-form-group.label_above input::-webkit-input-placeholder {
  color: initial;
}
.vfb-fieldType-text .vfb-form-group.label_above input::-moz-placeholder,
.vfb-fieldType-email .vfb-form-group.label_above input::-moz-placeholder,
.vfb-fieldType-textarea .vfb-form-group.label_above input::-moz-placeholder {
  color: initial;
}
.vfb-fieldType-text .vfb-form-group.label_above input:-ms-input-placeholder,
.vfb-fieldType-email .vfb-form-group.label_above input:-ms-input-placeholder,
.vfb-fieldType-textarea .vfb-form-group.label_above input:-ms-input-placeholder {
  color: initial;
}
.vfb-fieldType-text .vfb-form-group.label_above input:-moz-placeholder,
.vfb-fieldType-email .vfb-form-group.label_above input:-moz-placeholder,
.vfb-fieldType-textarea .vfb-form-group.label_above input:-moz-placeholder {
  color: initial;
}
.vfb-fieldType-text .vfb-form-group.label_above div:after,
.vfb-fieldType-email .vfb-form-group.label_above div:after,
.vfb-fieldType-textarea .vfb-form-group.label_above div:after {
  width: 100%;
  border-color: #2697F3;
}

.vfb-fieldType-text .vfb-form-group.label_above label,
.vfb-fieldType-email .vfb-form-group.label_above label {
  font-size: 15px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.vfb-fieldType-select {
  position: relative;
}
.vfb-fieldType-select label {
  position: absolute;
  font-size: 18px;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: -ms-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate(0, 23px);
  -moz-transform: translate(0, 23px);
  -ms-transform: translate(0, 23px);
  -o-transform: translate(0, 23px);
  transform: translate(0, 23px);
  margin-bottom: 0;
  z-index: 1;
}
.vfb-fieldType-select select {
  color: #ffffff;
}
.vfb-fieldType-select div div {
  position: relative;
  display: inline-block;
  padding-top: 26px;
}
.vfb-fieldType-select div div:before {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  content: "";
  border-bottom: 1px solid #ffffff;
  border-color: #757575;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  z-index: 0;
}
.vfb-fieldType-select div div:after {
  position: relative;
  bottom: 0;
  display: block;
  width: 0;
  content: "";
  border-bottom: 3px solid #ffffff;
  border-color: #757575;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  z-index: 1;
}
.vfb-fieldType-select.label_above label {
  font-size: 15px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.vfb-fieldType-select.label_above select {
  color: initial;
}
.vfb-fieldType-select.label_above div:after {
  width: 100%;
  border-color: #2697F3;
}

.vfb-has-error div:before,
.vfb-has-error div:after {
  border-width: 3px !important;
  border-color: #ee7978 !important;
}

.vfb-help-block {
  color: #ee7978;
}
.vfb-help-block div {
  padding: 16px 0 0;
}

/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Input styles
/* -------------------------------------------------------------------- */
form label {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
  cursor: pointer;
}
form input[type=color],
form input[type=date],
form input[type=datetime],
form input[type=datetime-local],
form input[type=email],
form input[type=password],
form input[type=month],
form input[type=number],
form input[type=tel],
form input[type=time],
form input[type=url],
form input[type=week],
form input[type=text],
form select,
form textarea {
  font-size: 15px;
  font-weight: 400;
  background: #ffffff;
  color: #000000;
}
form .vfb-fieldType-phone {
  margin-bottom: 15px;
}

select {
  background: #ffffff url(https://chinaindiefilm.com/wp-content/themes/sass/img/icon/dropdown.png) !important;
  background-repeat: no-repeat !important;
  background-size: 17px 9px !important;
  background-position: right center !important;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
svg:not(:root) {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: bottom;
}

@media screen and (min-width: 600px) {
  .alignnone,
.alignleft,
.alignright {
    margin-top: 5.2px !important;
  }
}
@media screen and (max-width: 599px) {
  .alignnone,
.alignleft,
.alignright {
    display: block;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}

.inlineimg {
  text-align: center;
}

.inlinecenter {
  display: inline-block;
  vertical-align: bottom;
}

/* -----------------------------------------------------------------------
/* Not mobile
/* -------------------------------------------------------------------- */
.alignnone {
  margin-top: 0;
}

.fixedleft,
.fixedright {
  margin-top: 0;
  max-width: 40vw;
}
@media screen and (min-width: 650px) {
  .fixedleft,
.fixedright {
    max-width: 40%;
  }
}

@media screen and (min-width: 600px) {
  .alignleft,
.alignright {
    max-width: 40vw;
  }
}
@media screen and (min-width: 650px) {
  .alignleft,
.alignright {
    max-width: 40%;
  }
}

.alignnone {
  margin: 0 26px 26px 0;
}
@media screen and (min-width: 500px) {
  .alignnone {
    margin: 0 26px 13px 0;
  }
}

.alignleft {
  margin: 0 26px 26px 0;
}
@media screen and (min-width: 600px) {
  .alignleft {
    float: left;
  }
}
@media screen and (min-width: 500px) {
  .alignleft {
    margin: 0 26px 13px 0;
  }
}

.alignright {
  margin: 0 0 26px 26px;
}
@media screen and (min-width: 600px) {
  .alignright {
    float: right;
  }
}
@media screen and (min-width: 500px) {
  .alignright {
    margin: 0 0 13px 26px;
  }
}

.aligncenter {
  display: block;
  margin: 0 auto 13px auto;
}
@media screen and (min-width: 500px) {
  .aligncenter {
    margin-bottom: 26px;
  }
}

.fixedleft {
  float: left;
  margin-right: 13px !important;
  margin-bottom: 26px;
}
@media screen and (min-width: 500px) {
  .fixedleft {
    margin-right: 26px !important;
    margin-bottom: 26px;
  }
}

.fixedright {
  float: right;
  margin-left: 13px !important;
  margin-bottom: 26px;
}
@media screen and (min-width: 500px) {
  .fixedright {
    margin-left: 26px !important;
    margin-bottom: 26px;
  }
}

.content p .fixedleft,
.content p .fixedright,
.content p .alignnone,
.content p .alignleft,
.content p .alignright {
  clear: both;
  margin-bottom: 13px;
}
@media screen and (min-width: 500px) {
  .content p .fixedleft,
.content p .fixedright,
.content p .alignnone,
.content p .alignleft,
.content p .alignright {
    margin-bottom: 13px;
  }
}

/* -----------------------------------------------------------------------
/* inner_thin content area differences
/* -------------------------------------------------------------------- */
@media screen and (min-width: 500px) {
  .inner_thin .fixedleft,
.inner_thin .fixedright,
.inner_thin .alignleft,
.inner_thin .alignright {
    max-width: 40%;
  }
}

/* -----------------------------------------------------------------------
/* Sidebar content area differences
/* -------------------------------------------------------------------- */
@media screen and (min-width: 765px) {
  .page_sidebar .fixedleft,
.page_sidebar .fixedright,
.page_sidebar .alignleft,
.page_sidebar .alignright,
.feed_sidebar .fixedleft,
.feed_sidebar .fixedright,
.feed_sidebar .alignleft,
.feed_sidebar .alignright {
    max-width: 26vw;
  }
}

.gallery {
  display: none;
}

.featured_image,
.background_img {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.featured_image div.featured_text,
.background_img div.featured_text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 26px;
  padding-right: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
}
.featured_image div.featured_text p, .featured_image div.featured_text h1,
.background_img div.featured_text p,
.background_img div.featured_text h1 {
  color: #ffffff;
  font-weight: 300;
  line-height: inherit;
  margin-bottom: 0;
}
@media (max-width: 24.9375em) {
  .featured_image div.featured_text p, .featured_image div.featured_text h1,
.background_img div.featured_text p,
.background_img div.featured_text h1 {
    font-size: 25px;
    font-size: 1.5625em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  .featured_image div.featured_text p, .featured_image div.featured_text h1,
.background_img div.featured_text p,
.background_img div.featured_text h1 {
    font-size: calc( 1.5625em + (60 - 25) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1.5625em + (60 - 25) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1.5625em + (60 - 25) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  .featured_image div.featured_text p, .featured_image div.featured_text h1,
.background_img div.featured_text p,
.background_img div.featured_text h1 {
    font-size: 60px;
    font-size: 3.75em;
  }
}
@media (max-width: 24.9375em) {
  .featured_image div.featured_text p, .featured_image div.featured_text h1,
.background_img div.featured_text p,
.background_img div.featured_text h1 {
    line-height: 1.32;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  .featured_image div.featured_text p, .featured_image div.featured_text h1,
.background_img div.featured_text p,
.background_img div.featured_text h1 {
    line-height: calc( 1.32em + ( 18 - 19.8 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -moz-calc( 1.32em + ( 18 - 19.8 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -webkit-calc( 1.32em + ( 18 - 19.8 ) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  .featured_image div.featured_text p, .featured_image div.featured_text h1,
.background_img div.featured_text p,
.background_img div.featured_text h1 {
    line-height: 1.2;
  }
}

.featured_image {
  display: block;
  margin: 0 0 26px;
}
@media screen and (min-width: 500px) {
  .featured_image {
    margin: 0 0 26px;
  }
}
.featured_image img {
  width: 100%;
  visibility: hidden;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
@media screen and (max-width: 797px) {
  .burger_holder {
    width: 38px;
  }

  .burger {
    float: right;
  }
}
.burger {
  position: relative;
  width: 25px;
  height: 24px;
  padding: 5px 0 5px 5px;
  cursor: pointer;
}
@media screen and (min-width: 798px) {
  .burger {
    display: none;
  }
}
.burger:hover .burger_inside:after, .burger:focus .burger_inside:after {
  width: 20px;
}

.burger_inside,
.burger_inside:before,
.burger_inside:after {
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
}

.burger_inside {
  -webkit-transition: background, 0.25s;
  -moz-transition: background, 0.25s;
  -ms-transition: background, 0.25s;
  -o-transition: background, 0.25s;
  transition: background, 0.25s;
}
.burger_inside:before, .burger_inside:after {
  position: absolute;
  height: 2px;
  left: 0;
  content: "";
  -webkit-transition: width, 0.5s;
  -moz-transition: width, 0.5s;
  -ms-transition: width, 0.5s;
  -o-transition: width, 0.5s;
  transition: width, 0.5s;
}
.burger_inside:before {
  top: 6px;
}
.burger_inside:after {
  top: 12px;
  width: 12px;
}

.tray_open #header .burger .burger_inside,
.trayburger .burger_inside {
  background-color: transparent;
}
.tray_open #header .burger .burger_inside:before, .tray_open #header .burger .burger_inside:after,
.trayburger .burger_inside:before,
.trayburger .burger_inside:after {
  width: 18px;
  top: 6px;
}
.tray_open #header .burger .burger_inside:before,
.trayburger .burger_inside:before {
  transform: rotate(-45deg);
}
.tray_open #header .burger .burger_inside:after,
.trayburger .burger_inside:after {
  transform: rotate(45deg);
}

.trayburger .burger_inside:after {
  width: 18px !important;
}

/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* layout
/* -------------------------------------------------------------------- */
/* -------------------------
/* Search holder
/* ---------------------- */
#search_holder {
  display: table;
  float: right;
  /*-----------*/
  /*-----------*/
}
@media screen and (max-width: 797px) {
  #search_holder {
    height: 80px;
  }
}
@media screen and (min-width: 798px) {
  #search_holder {
    margin-left: 18px;
  }
}
@media screen and (min-width: 1152px) {
  #search_holder {
    margin-left: 23px;
  }
}

/* -------------------------
/* Search icon
/* ---------------------- */
.search_icon {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
@media screen and (max-width: 797px) {
  .search_icon {
    padding-top: 3px;
  }
}

/* -----------------------------------------------------------------------
/* Unchanging styling
/* -------------------------------------------------------------------- */
.search_field_input {
  display: none;
  font-size: 16px;
  line-height: 1.5;
}

/* -----------------------------------------------------------------------
/* Style
/* -------------------------------------------------------------------- */
/* -------------------------
/* Open search button
/* ---------------------- */
.search_field_button,
.search_icon {
  overflow: hidden;
  width: 16px;
  width: 17px;
  /*-----------*/
  /*-----------*/
}
@media screen and (max-width: 677px) {
  .search_field_button,
.search_icon {
    height: 12px;
  }
}
.search_field_button .search_inside,
.search_icon .search_inside {
  position: relative;
  vertical-align: bottom;
  background-color: transparent;
  padding: 0;
  width: 13px;
  height: 13px;
  border: 2px solid;
  border-color: #ffffff;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  border-radius: 999px;
  margin-bottom: 5px;
  -webkit-transition: all, 0.25s;
  -moz-transition: all, 0.25s;
  -ms-transition: all, 0.25s;
  -o-transition: all, 0.25s;
  transition: all, 0.25s;
  /*-----------*/
  /*-----------*/
}
.search_field_button .search_inside:after,
.search_icon .search_inside:after {
  position: absolute;
  display: block;
  content: " ";
  width: 3px;
  height: 8px;
  background-color: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transform: rotate(-45deg);
  top: 8px;
  left: 9px;
  left: 10px;
  /*-----------*/
  /*-----------*/
}
/* -------------------------
/* field search button
/* ---------------------- */
.search_field_button {
  display: none;
  position: absolute;
  right: 28px;
  top: 13px;
  height: inherit;
}
.search_field_button .search_inside {
  border-color: #424242;
  /*-----------*/
  /*-----------*/
}
.search_field_button .search_inside:after {
  background-color: #424242;
}

/* -------------------------
/* Search field hidden but styled
/* ---------------------- */
#search_input_holder {
  vertical-align: middle;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  transform-origin: right;
  -webkit-transition: transform, 0.5s;
  -moz-transition: transform, 0.5s;
  -ms-transition: transform, 0.5s;
  -o-transition: transform, 0.5s;
  transition: transform, 0.5s;
}

#search_input_form {
  position: relative;
}

.search_field_input {
  padding: 8px 40px 9px 18px;
}

/* -----------------------------------------------------------------------
/* Search open 				- styling
/* -------------------------------------------------------------------- */
/* -------------------------
/* Opened open search button
/* ---------------------- */
.search_open .search_icon {
  padding-top: initial;
}
.search_open .search_icon .search_inside {
  margin-top: 5px;
  transform: rotate(45deg);
  border-width: 1px;
  width: 16px;
  height: 1px;
}
.search_open .search_icon .search_inside:after {
  width: 2px;
  height: 16px;
  top: -8px;
  left: 6px;
  transform: rotate(0deg);
}

/* -------------------------
/* Open search field
/* ---------------------- */
.search_open #search_input_holder {
  display: table-cell;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.search_open .search_field_button {
  display: initial;
}
.search_open .search_field_input {
  display: initial;
  border: none;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  border-radius: 999px;
  /*-----------*/
  /*-----------*/
}
@media screen and (min-width: 678px) {
  .search_open .search_field_input {
    margin-right: 16px;
  }
}

/* -----------------------------------------------------------------------
/* Search open 				- MOBILE styling
/* -------------------------------------------------------------------- */
@media screen and (max-width: 677px) {
  .search_open #header {
    padding-bottom: 65px;
  }
  .search_open #search_input_holder {
    position: absolute;
    left: 0;
    top: 87px;
    width: 100%;
  }
  .search_open #search_holder {
    width: inherit;
  }
  .search_open form#search_input_form {
    padding: 0 16px;
  }
  .search_open form#search_input_form .search_field_input {
    width: calc(100% - 58px);
  }
}
/* -----------------------------------------------------------------------
/* Search position
/* -------------------------------------------------------------------- */
@media screen and (min-height: 500px) {
  .h_static.h_scrolled.search_open .hide_on_search_scroll {
    display: none !important;
  }
}
/* -----------------------------------------------------------------------
/* Misc
/* -------------------------------------------------------------------- */
@media screen and (min-width: 678px) {
  .search_open .hide_on_search {
    display: none !important;
  }
}
@media screen and (min-width: 677px) and (max-width: 797px) {
  .search_open .hide_on_search_mobile {
    display: none !important;
  }
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* Header Height
/* -------------------------------------------------------------------- */
#header {
  background-image: url("https://chinaindiefilm.com/wp-content/uploads/2020/07/backgrnd2.jpg");
  position: relative;
  overflow: hidden;
}
#header .inner {
  width: 100%;
  display: table;
}
#header .inner_center {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 699px) {
  #header .inner_center {
    height: 80px;
  }
}
@media screen and (min-width: 700px) {
  #header .inner_center {
    height: 100px;
  }
}
@media screen and (min-width: 1152px) {
  #header .inner_center {
    height: 133px;
  }
}

/* -----------------------------------------------------------------------
/* Scroll details
/* -------------------------------------------------------------------- */
@media screen and (min-height: 500px) and (min-width: 700px) {
  .h_static.h_scrolled #header .inner_center {
    height: 80px;
    -webkit-transition: height, 0.25s;
    -moz-transition: height, 0.25s;
    -ms-transition: height, 0.25s;
    -o-transition: height, 0.25s;
    transition: height, 0.25s;
  }
  .h_static.h_scrolled #header .hide_on_scroll {
    display: none;
  }
}
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* Logo
/* -------------------------------------------------------------------- */
#header #logo_url {
  display: block;
  float: left;
}
@media screen and (max-width: 797px) {
  #header #logo_url {
    width: 121px;
    height: 58px;
  }
  #header #logo_url img {
    width: 121px;
    height: 58px;
  }
}
@media screen and (min-width: 798px) {
  #header #logo_url {
    width: 160px;
    height: 77px;
  }
  #header #logo_url img {
    width: 160px;
    height: 77px;
  }
}
@media screen and (min-width: 1152px) {
  #header #logo_url {
    width: 200px;
    height: 96px;
  }
  #header #logo_url img {
    width: 200px;
    height: 96px;
  }
}

/* -----------------------------------------------------------------------
/* Header scrolled options
/* -------------------------------------------------------------------- */
@media screen and (min-height: 500px) {
  /* -----------------------------------------------------------------------
  /* Logo
  /* -------------------------------------------------------------------- */
}
@media screen and (min-height: 500px) and (min-width: 798px) {
  .h_static.h_scrolled #header #logo_url {
    width: 121px;
    height: 58px;
    -webkit-transition: height, 0.25s;
    -moz-transition: height, 0.25s;
    -ms-transition: height, 0.25s;
    -o-transition: height, 0.25s;
    transition: height, 0.25s;
  }
  .h_static.h_scrolled #header #logo_url img {
    width: 121px;
    height: 58px;
  }
}
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* Right aligned menu with logo
/* -------------------------------------------------------------------- */
#header .hide,
#tray .hide {
  display: none !important;
}

#header ul.topmenu {
  padding: 0;
  margin: 0;
  /*-----------*/
  /*-----------*/
}
@media screen and (max-width: 797px) {
  #header ul.topmenu {
    display: none !important;
  }
}
@media screen and (min-width: 798px) {
  #header ul.topmenu {
    clear: both;
  }
}
#header ul.topmenu li {
  display: inline-block;
  line-height: 1.1;
  margin-bottom: 0;
  /*-----------*/
  /*-----------*/
}
#header ul.topmenu li a {
  font-size: 16px;
  font-size: 1em;
  color: #ffffff;
  text-decoration: none;
  /*-----------*/
  /*-----------*/
}
@media screen and (min-width: 798px) {
  #header ul.topmenu li a {
    margin-left: 36px;
  }
}
@media screen and (min-width: 1152px) {
  #header ul.topmenu li a {
    margin-left: 46px;
  }
}
#header ul.topmenu li:first-child a {
  margin-left: 0;
}
@media screen and (min-width: 798px) {
  #header ul.topmenu li {
    font-size: 17px;
    font-size: 1.0625em;
  }
}
@media screen and (min-width: 1152px) {
  #header ul.topmenu li {
    font-size: 18px;
    font-size: 1.125em;
  }
}
#header ul.topmenu .current-menu-item a,
#header ul.topmenu .current-menu-parent a {
  color: #ffffff;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* CTA - top_row
/* -------------------------------------------------------------------- */
@media screen and (max-width: 797px) {
  #header .cta_inner {
    float: right;
  }
}
@media screen and (max-width: 797px) {
  #header .cta_inner #top_row {
    height: 80px;
    width: inherit;
    float: left;
  }
}
@media screen and (max-width: 797px) {
  #header .cta_menu_holder {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
}
#header .cta_menu_holder p {
  float: right;
}
@media screen and (max-width: 797px) {
  #header .cta_menu_holder p {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 798px) {
  #header .cta_menu_holder p {
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 1152px) {
  #header .cta_menu_holder p {
    margin-bottom: 26px;
  }
}
#header .contact_details {
  line-height: 1.5;
  margin-right: 36px;
}
@media screen and (min-width: 1152px) {
  #header .contact_details {
    margin-right: 46px;
  }
}

/* -----------------------------------------------------------------------
/* CTA - general
/* -------------------------------------------------------------------- */
#header .cta_menu_holder {
  float: right;
}

/* -----------------------------------------------------------------------
/* Scroll details
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* Header stylings
/* -------------------------------------------------------------------- */
#header .undermenu_holder {
  background: #0f0c0c;
}
#header .undermenu_holder ul {
  padding: 0;
  margin: 0;
}
#header .undermenu_holder li {
  display: inline-block;
  line-height: 1.1;
  margin-bottom: 0;
  /*-----------*/
  /*-----------*/
}
#header .undermenu_holder li a {
  font-size: 16px;
  font-size: 1em;
  color: #ffffff;
  text-decoration: none;
  /*-----------*/
  /*-----------*/
}
@media screen and (min-width: 700px) {
  #header .undermenu_holder li a {
    margin-left: 36px;
  }
}
@media screen and (min-width: 1152px) {
  #header .undermenu_holder li a {
    margin-left: 46px;
  }
}
#header .undermenu_holder li:first-child a {
  margin-left: 0;
}
@media screen and (min-width: 700px) {
  #header .undermenu_holder li {
    font-size: 17px;
    font-size: 1.0625em;
  }
}
@media screen and (min-width: 1152px) {
  #header .undermenu_holder li {
    font-size: 18px;
    font-size: 1.125em;
  }
}

/* -----------------------------------------------------------------------
/* Menu height
/* -------------------------------------------------------------------- */
#header .undermenu_holder {
  width: 100%;
  display: table;
}
#header .undermenu_holder .undermenu {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 699px) {
  #header .undermenu_holder .undermenu {
    display: none;
  }
}
@media screen and (min-width: 700px) {
  #header .undermenu_holder .undermenu {
    height: 48px;
  }
}
@media screen and (min-width: 1152px) {
  #header .undermenu_holder .undermenu {
    height: 62px;
  }
}

/* -----------------------------------------------------------------------
/* Scroll details
/* -------------------------------------------------------------------- */
@media screen and (min-height: 500px) and (min-width: 700px) {
  .h_static.h_scrolled #header .undermenu {
    height: 48px;
    -webkit-transition: height, 0.25s;
    -moz-transition: height, 0.25s;
    -ms-transition: height, 0.25s;
    -o-transition: height, 0.25s;
    transition: height, 0.25s;
  }
}
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* icon included?
/* -------------------------------------------------------------------- */
.home_link {
  float: right;
  /*-----------*/
  /*-----------*/
}
.home_link img {
  height: 20px;
}
@media screen and (max-width: 797px) {
  .home_link {
    display: none;
  }
}
@media screen and (min-width: 798px) {
  .home_link {
    margin-right: 18px;
  }
}
@media screen and (min-width: 1152px) {
  .home_link {
    margin-right: 23px;
  }
}

/* -----------------------------------------------------------------------
/* Row setup
/* -------------------------------------------------------------------- */
#top_row,
#bottom_row {
  display: table;
  float: right;
  width: 100%;
}
#top_row .cta,
#bottom_row .cta {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (min-width: 798px) {
  #top_row .cta {
    height: 48px;
  }
}
@media screen and (min-width: 1152px) {
  #top_row .cta {
    height: 60px;
  }
}

@media screen and (max-width: 797px) {
  #bottom_row {
    display: none !important;
  }
}
@media screen and (min-width: 798px) {
  #bottom_row {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 1152px) {
  #bottom_row {
    padding-bottom: 17px;
  }
}

/* -----------------------------------------------------------------------
/* Bottom Menu styling - top menu is styling from _menu
/* -------------------------------------------------------------------- */
#header #bottom_row .menu {
  float: right;
}
#header #bottom_row ul {
  padding: 0;
  margin: 0;
}
#header #bottom_row li {
  display: inline-block;
  line-height: 1.1;
  margin-bottom: 0;
  /*-----------*/
  /*-----------*/
}
@media screen and (min-width: 798px) {
  #header #bottom_row li {
    font-size: 17px;
    font-size: 1.0625em;
  }
}
@media screen and (min-width: 1152px) {
  #header #bottom_row li {
    font-size: 18px;
    font-size: 1.125em;
  }
}
#header #bottom_row li a {
  font-size: 16px;
  font-size: 1em;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  /*-----------*/
  /*-----------*/
}
@media screen and (min-width: 798px) {
  #header #bottom_row li a {
    margin-left: 36px;
  }
}
@media screen and (min-width: 1152px) {
  #header #bottom_row li a {
    margin-left: 46px;
  }
}
#header #bottom_row li:first-child a {
  margin-left: 0;
}
#header #bottom_row .current-menu-item a,
#header #bottom_row .current-menu-parent a {
  color: #e6e6e6;
}

/* -----------------------------------------------------------------------
/* Scroll details
/* -------------------------------------------------------------------- */
@media screen and (min-height: 500px) and (min-width: 798px) {
  .h_static.h_scrolled #search_holder {
    margin-left: 36px;
  }
}
@media screen and (min-height: 500px) and (min-width: 798px) and (min-width: 798px) {
  .h_static.h_scrolled #search_holder {
    margin-left: 46px;
  }
}
@media screen and (min-height: 500px) and (min-width: 798px) {
  .h_static.h_scrolled #header #top_row,
.h_static.h_scrolled #header #bottom_row {
    width: initial;
  }
  .h_static.h_scrolled #header #top_row .cta,
.h_static.h_scrolled #header #bottom_row {
    height: 80px;
    padding: 0;
  }
}
/* -----------------------------------------------------------------------
/* .inner
/* -------------------------------------------------------------------- */
/* --------------------------------------------
/* not output x2 if same size
/* ----------------------------------------- */
#wp-toolbar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (min-width: 500px) {
  #wp-toolbar {
    max-width: 1253px;
    padding: 0 39px;
  }
}

.inner {
  word-break: break-word;
}

@media screen and (max-width: 499px) {
  .front_page .inner,
.feed .inner,
.page .inner {
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media screen and (min-width: 500px) {
  .front_page .inner,
.feed .inner,
.page .inner {
    padding-left: 52px;
    padding-right: 52px;
  }
}

.page .inner {
  max-width: 804px;
}

.feed .inner {
  max-width: 804px;
}

.front_page .inner {
  max-width: 1279px;
}

.front_page .inner_thin {
  max-width: 1108px;
}

.inner_thin {
  max-width: 808px;
}
@media screen and (max-width: 499px) {
  .inner_thin {
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media screen and (min-width: 500px) {
  .inner_thin {
    padding-left: 104px;
    padding-right: 104px;
  }
}

.page .inner,
.feed .inner,
.front_page .inner {
  overflow: hidden;
}
.page .inner .inner_thin,
.feed .inner .inner_thin,
.front_page .inner .inner_thin {
  max-width: 860px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 500px) {
  .page .inner .inner_thin,
.feed .inner .inner_thin,
.front_page .inner .inner_thin {
    padding-left: 26px;
    padding-right: 26px;
  }
}

#header .inner {
  max-width: 1253px;
}

#footer .inner {
  max-width: 1253px;
}

.header_width {
  max-width: 1279px !important;
}

.front_width {
  max-width: 1279px !important;
}

#header .inner,
#footer .inner {
  overflow: hidden;
}
@media screen and (max-width: 499px) {
  #header .inner,
#footer .inner {
    padding-left: 13px;
    padding-right: 21px;
  }
}
@media screen and (min-width: 500px) {
  #header .inner,
#footer .inner {
    padding-left: 39px;
    padding-right: 39px;
  }
}

.inner,
.inner_thin {
  margin-left: auto;
  margin-right: auto;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* padding extras
/* -------------------------------------------------------------------- */
@media screen and (max-width: 299px) {
  #login,
.page_top,
.padding_top {
    padding-top: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  #login,
.page_top,
.padding_top {
    padding-top: calc( 1.625em + (52 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-top: -moz-calc( 1.625em + (52 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-top: -webkit-calc( 1.625em + (52 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  #login,
.page_top,
.padding_top {
    padding-top: 52px;
  }
}

@media screen and (max-width: 299px) {
  .padding_top_small {
    padding-top: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  .padding_top_small {
    padding-top: calc( 1.625em + (32.5 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-top: -moz-calc( 1.625em + (32.5 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-top: -webkit-calc( 1.625em + (32.5 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  .padding_top_small {
    padding-top: 32.5px;
  }
}

@media screen and (max-width: 299px) {
  #login,
#body,
.padding_bottom {
    padding-bottom: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  #login,
#body,
.padding_bottom {
    padding-bottom: calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-bottom: -moz-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-bottom: -webkit-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  #login,
#body,
.padding_bottom {
    padding-bottom: 52px;
  }
}
@media screen and (max-width: 299px) {
  #login_text,
#body_text,
.padding_bottom_text {
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  #login_text,
#body_text,
.padding_bottom_text {
    padding-bottom: calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-bottom: -moz-calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-bottom: -webkit-calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  #login_text,
#body_text,
.padding_bottom_text {
    padding-bottom: 26px;
  }
}

@media screen and (max-width: 299px) {
  .padding_full {
    padding-top: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  .padding_full {
    padding-top: calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-top: -moz-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-top: -webkit-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  .padding_full {
    padding-top: 52px;
  }
}
@media screen and (max-width: 299px) {
  .padding_full {
    padding-bottom: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  .padding_full {
    padding-bottom: calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-bottom: -moz-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-bottom: -webkit-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  .padding_full {
    padding-bottom: 52px;
  }
}
@media screen and (max-width: 299px) {
  .padding_full_text {
    padding-top: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  .padding_full_text {
    padding-top: calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-top: -moz-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-top: -webkit-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  .padding_full_text {
    padding-top: 52px;
  }
}
@media screen and (max-width: 299px) {
  .padding_full_text {
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  .padding_full_text {
    padding-bottom: calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-bottom: -moz-calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-bottom: -webkit-calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  .padding_full_text {
    padding-bottom: 26px;
  }
}
@media screen and (max-width: 299px) {
  .padding_full_title {
    padding-bottom: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  .padding_full_title {
    padding-bottom: calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-bottom: -moz-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-bottom: -webkit-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  .padding_full_title {
    padding-bottom: 52px;
  }
}
@media screen and (max-width: 299px) {
  .padding_full_title {
    padding-top: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  .padding_full_title {
    padding-top: calc( 1.625em + (32.5 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-top: -moz-calc( 1.625em + (32.5 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-top: -webkit-calc( 1.625em + (32.5 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  .padding_full_title {
    padding-top: 32.5px;
  }
}

/* -----------------------------------------------------------------------
/* Min-height for pages
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* news_feed
/* -------------------------------------------------------------------- */
.news_feed h2.title {
  max-width: 100%;
  margin-bottom: 5px;
  color: #392e2e;
}
@media (max-width: 24.9375em) {
  .news_feed h2.title {
    font-size: 22px;
    font-size: 1.375em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  .news_feed h2.title {
    font-size: calc( 1.375em + (27 - 22) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1.375em + (27 - 22) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1.375em + (27 - 22) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  .news_feed h2.title {
    font-size: 27px;
    font-size: 1.6875em;
  }
}
.news_feed h2.title:hover, .news_feed h2.title:focus {
  color: #0f0c0c;
}
.news_feed p, .news_feed li {
  font-size: 15px;
  font-size: 0.9375em;
  margin-bottom: 5px;
}

.meta {
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 100;
  color: #a0a0a0;
}
.meta + h1 {
  margin-top: 0;
}

/* -----------------------------------------------------------------------
/* Header and foundation work
/* -------------------------------------------------------------------- */
@media screen and (max-width: 569px) {
  .news_feed article {
    padding-bottom: 26px;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 26px;
  }
  .news_feed article:last-child {
    padding-bottom: 0;
    border: none;
  }
}
.news_feed article header .title {
  font-size: 20px;
  font-size: 1.25em;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 919px) {
  .news_feed.col_2_thin article {
    padding-bottom: 26px;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 26px;
  }
  .news_feed.col_2_thin article:last-child {
    padding-bottom: 0;
    border: none;
  }
}

/* -----------------------------------------------------------------------
/* font work
/* -------------------------------------------------------------------- */
.news_feed article h1, .news_feed article h2, .news_feed article h3, .news_feed article h4, .news_feed article h5, .news_feed article h6 {
  margin: 0 0 5px;
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 400;
}
.news_feed article p, .news_feed article li {
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 300;
}
.news_feed article p {
  margin-bottom: 5px;
}
.news_feed article .featured_image {
  margin-bottom: 5px;
}
@media screen and (max-width: 569px) {
  .news_feed article .featured_image {
    margin-bottom: 16px;
  }
}

/* -----------------------------------------------------------------------
/* font work
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* img work
/* -------------------------------------------------------------------- */
.news_feed article .alignleft,
.news_feed article .alignnone,
.news_feed article .content p .alignleft,
.news_feed article .content p .alignnone {
  margin: 0 0 10px 0 !important;
}
@media screen and (min-width: 570px) {
  .news_feed article .alignleft,
.news_feed article .alignnone,
.news_feed article .content p .alignleft,
.news_feed article .content p .alignnone {
    margin: 0 8px 2px 0 !important;
  }
}
.news_feed article .alignright,
.news_feed article .content p .alignright {
  margin: 0 0 10px 0 !important;
}
@media screen and (min-width: 570px) {
  .news_feed article .alignright,
.news_feed article .content p .alignright {
    margin: 0 0 2px 8px !important;
  }
}
.news_feed article .fixedleft,
.news_feed article .content p .fixedleft {
  margin: 0 8px 2px 0 !important;
}
.news_feed article .fixedright,
.news_feed article .content p .fixedright {
  margin: 0 0 2px 8px !important;
}
.news_feed article .content p .aligncenter,
.news_feed article .aligncenter {
  display: block !important;
  margin: 0 0 10px 0 !important;
}
@media screen and (min-width: 570px) {
  .news_feed article .content p .aligncenter,
.news_feed article .aligncenter {
    margin-bottom: 8px !important;
  }
}
@media screen and (min-width: 570px) {
  .news_feed article .fixedleft,
.news_feed article .alignleft {
    float: left !important;
    max-width: 40% !important;
  }
}
@media screen and (min-width: 570px) {
  .news_feed article .alignright,
.news_feed article .fixedright {
    float: right !important;
    max-width: 40% !important;
  }
}

/* -----------------------------------------------------------------------
/* wp pagenavi elements
/* -------------------------------------------------------------------- */
.wp-pagenavi {
  display: block;
  width: 100%;
}

.wp-pagenavi span.pages {
  clear: both;
  display: block;
  margin-bottom: 5px;
}

.wp-pagenavi span.extend {
  margin: 0 5px;
  display: block;
  float: left;
  line-height: 36px;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
  display: none;
}

.wp-pagenavi .smaller {
  margin: 0 5px 0 0;
}

.wp-pagenavi .larger {
  margin: 0 0 0 5px;
}

.wp-pagenavi .smaller,
.wp-pagenavi .larger,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .current {
  background: #392e2e;
  color: #ffffff !important;
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  outline: none;
  text-align: center;
  text-decoration: none;
  line-height: 24px;
}
.wp-pagenavi .smaller:hover, .wp-pagenavi .smaller:focus,
.wp-pagenavi .larger:hover,
.wp-pagenavi .larger:focus,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .previouspostslink:focus,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .nextpostslink:focus,
.wp-pagenavi .current:hover,
.wp-pagenavi .current:focus {
  background: #1d1717;
  color: #ffffff !important;
}
.wp-pagenavi .current {
  background: #1d1717;
  color: #ffffff !important;
}
.wp-pagenavi .nextpostslink {
  margin-left: 5px;
}
.wp-pagenavi .previouspostslink {
  margin-right: 5px;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
@media screen and (min-width: 765px) {
  .page_sidebar .inner,
.feed_sidebar .inner {
    max-width: 1023px;
  }
}
@media screen and (min-width: 765px) and (max-width: 499px) {
  .page_sidebar .inner,
.feed_sidebar .inner {
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media screen and (min-width: 765px) and (min-width: 500px) {
  .page_sidebar .inner,
.feed_sidebar .inner {
    padding-left: 52px;
    padding-right: 52px;
  }
}
@media screen and (min-width: 765px) {
  .page_sidebar .content,
.feed_sidebar .content {
    float: right;
    width: -webkit-calc(100% - 219px);
    width: -moz-calc(100% - 219px);
    width: calc(100% - 219px);
  }
}
@media screen and (min-width: 765px) and (max-width: 797px) {
  .page_sidebar .content,
.feed_sidebar .content {
    width: -webkit-calc(100% - 186px);
    width: -moz-calc(100% - 186px);
    width: calc(100% - 186px);
  }
}
@media screen and (min-width: 1242px) {
  .page_sidebar,
.feed_sidebar {
    margin-left: -219px;
  }
}

/* -----------------------------------------------------------------------
/* Sidebar
/* -------------------------------------------------------------------- */
#sidebar {
  width: 180px;
  border-left: solid 10px black;
  padding-left: 3%;
  margin-right: 5%;
}
@media screen and (max-width: 764px) {
  #sidebar {
    display: none;
  }
}
@media screen and (max-width: 797px) {
  #sidebar {
    width: 160px;
  }
}
#sidebar ul {
  padding: 0;
  margin: 0;
}
#sidebar li {
  display: block;
  border-bottom: none;
  line-height: 1.5;
  padding: 0 0 10px;
  border-bottom: 1px solid #392e2e;
  margin: 0 0 9px;
}
@media (max-width: 24.9375em) {
  #sidebar li {
    font-size: 16px;
    font-size: 1em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  #sidebar li {
    font-size: calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  #sidebar li {
    font-size: 15px;
    font-size: 0.9375em;
  }
}
#sidebar li:last-child {
  border-bottom: none;
}
#sidebar a {
  display: block;
  color: #424242;
  text-decoration: none;
}
#sidebar .sub-menu {
  display: none;
}
#sidebar .sub-menu li:first-child {
  padding-top: 10px;
  border-top: 1px solid #392e2e;
  margin-top: 9px;
}
#sidebar .sub-menu li:last-child {
  border-bottom: 1px solid #392e2e;
  margin-bottom: 0;
}
#sidebar .sub-menu a {
  margin-left: 16px;
}
#sidebar li.current-menu-ancestor a {
  color: #1d1717;
}
#sidebar li.current-menu-ancestor.menu-item-has-children,
#sidebar li.current-menu-item.menu-item-has-children {
  padding-bottom: 0;
  border-bottom: none;
}
#sidebar li.current-menu-ancestor .sub-menu,
#sidebar li.current-menu-item .sub-menu {
  display: block;
}
#sidebar li.current-menu-ancestor .sub-menu a,
#sidebar li.current-menu-item .sub-menu a {
  color: #424242;
}
#sidebar li.current-menu-item a,
#sidebar .sub-menu li.current-menu-item a {
  color: #392e2e;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* Styling blocks
/* -------------------------------------------------------------------- */
.table.vert {
  display: table;
  width: 100%;
}
.table.vert .center {
  display: table-cell;
  vertical-align: middle;
}

/* -----------------------------------------------------------------------
/* Inner page content
/* -------------------------------------------------------------------- */
.page .title_holder,
.feed .title_holder {
  overflow: hidden;
}

/* -----------------------------------------------------------------------
/* Cards - Link Card
/* -------------------------------------------------------------------- */
.card {
  background: #ffffff;
}

.a_card p.title {
  padding: 8.6666666667px 8.6666666667px 13px;
}
.a_card p {
  padding: 0 8.6666666667px 8.6666666667px;
  margin-bottom: 0;
}

/* -----------------------------------------------------------------------
/* tag stuff
/* -------------------------------------------------------------------- */
a.tag-cloud-link {
  display: inline-block;
  font-size: 13px !important;
  color: #ffffff;
  background: #392e2e;
  padding: 5px 8px;
  border-radius: 2px;
  margin: 8px 6px 0 0;
}

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

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
#Glide img {
	width: -webkit-fill-available;
}


.glide {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.glide__wrapper {
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
}
.glide__wrapper:focus, .glide__wrapper:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.glide__track {
  position: relative;
  width: 100%;
  height: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.glide__track.dragging {
  cursor: grabbing;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide__slide {
  line-height: 1;
  font-size: 16px;
  font-size: 1em;
  margin-bottom: 0;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  cursor: -webkit-grab;
  cursor: grab;
}
.glide__slide:focus, .glide__slide:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.glide__slide a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide__arrow {
  cursor: pointer;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: right;
  display: none !important;
}

.glide--slider .glide__slide {
  float: left;
  clear: none;
}

.glide--carousel.glide--vertical .glide__track {
  overflow: visible;
}

.glide--carousel .glide__slide {
  float: left;
  clear: none;
}

.glide--slideshow .glide__wrapper {
  height: 100%;
}

.glide--slideshow .glide__slide {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.glide--slideshow .glide__slide.active {
  z-index: 1;
}

/* ---------------------------------------------
/* Glide slide
/* ------------------------------------------ */
.glide__slide {
  display: none;
}
.glide__slide:first-child {
  display: block;
}
.glide__slide blockquote {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: none;
}

.sload .glide__slide {
  display: block;
}

/* ---------------------------------------------
/* Glide bullets
/* ------------------------------------------ */
.glide__bullets .glide__bullet {
  width: 12px;
  height: 12px;
  background: #adadad;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  border-radius: 999px;
  border: none;
  padding: 0;
  margin-left: 15px;
  cursor: pointer;
  -webkit-transition: background, 0.5s;
  -moz-transition: background, 0.5s;
  -ms-transition: background, 0.5s;
  -o-transition: background, 0.5s;
  transition: background, 0.5s;
  outline: none;
  /*-----------*/
  /*-----------*/
}
.glide__bullets .glide__bullet.active {
  background: #392e2e;
}
@media screen and (min-width: 700px) {
  .glide__bullets .glide__bullet {
    width: 16px;
    height: 16px;
    margin-left: 11px;
  }
}

/* ---------------------------------------------
/* Quote Marks - single quotes at top mckeag
/* ------------------------------------------ */
/* ---------------------------------------------
/* Quote Marks - double top left bottom right mutt
/* ------------------------------------------ */
.glide blockquote {
  padding: 5px 0 0 0;
}
.glide blockquote:before, .glide blockquote:after {
  position: relative;
  font-family: serif;
  font-weight: bold;
  content: open-quote;
  font-size: 90px;
  color: #adadad;
  color: #392e2e;
}
.glide blockquote:before {
  quotes: "“" "“";
  line-height: 1;
  top: -8px;
  float: left;
  height: 44px;
  width: 56px;
}
.glide blockquote:after {
  quotes: "„" "„";
  line-height: 0;
  padding-left: 10px;
  top: -22px;
  float: right;
  height: 44px;
  width: 56px;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* padding extras
/* -------------------------------------------------------------------- */
.scrollto {
  cursor: pointer;
  height: 44px;
  width: 44px;
  background-color: #392e2e;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  border-radius: 999px;
}
@media screen and (min-width: 798px) {
  .scrollto {
    height: 54px;
    width: 54px;
  }
}

.scrollto:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  font-weight: 100 !important;
  line-height: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: -4px;
  margin: auto;
  border: 2px solid white;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (min-width: 798px) {
  .scrollto:before {
    width: 12px;
    height: 12px;
    bottom: -6px;
  }
}

.scrollto.top {
  position: fixed;
  opacity: 0.8;
  border: 2px solid #fff;
  bottom: -100px;
  -webkit-transition: bottom, 0.25s;
  -moz-transition: bottom, 0.25s;
  -ms-transition: bottom, 0.25s;
  -o-transition: bottom, 0.25s;
  transition: bottom, 0.25s;
}

.scrollholder {
  float: right;
  width: 13px;
  margin-right: 28px;
}
@media screen and (min-width: 798px) {
  .scrollholder {
    width: 39px;
    margin-right: 39px;
  }
}

.h_scrolled .scrollto.top {
  bottom: 16px;
}
@media screen and (min-width: 798px) {
  .h_scrolled .scrollto.top {
    bottom: 32px;
  }
}

/* -----------------------------------------------------------------------
/* Project specific
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* Custom
/* -------------------------------------------------------------------- */
#footer {
  background-color: #20201f;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media screen and (min-width: 840px) {
  #footer {
    padding-top: 50px;
  }
}
@media screen and (min-width: 840px) {
  #footer {
    padding-bottom: 86px;
  }
}
#footer p,
#footer li {
  font-size: 14px;
  font-size: 0.875em;
}
@media (max-width: 24.9375em) {
  #footer address p {
    font-size: 14px;
    font-size: 0.875em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  #footer address p {
    font-size: calc( 0.9333333333em + (14 - 14) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 0.9333333333em + (14 - 14) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 0.9333333333em + (14 - 14) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  #footer address p {
    font-size: 14px;
    font-size: 0.9333333333em;
  }
}
#footer p,
#footer address {
  color: #ffffff;
  line-height: 1.3;
}
#footer .footer_title {
  margin-bottom: 10px !important;
  visibility: hidden;
}
@media (max-width: 24.9375em) {
  #footer .footer_title {
    font-size: 16px !important;
    font-size: 1em !important;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  #footer .footer_title {
    font-size: calc( 1em + (23 - 16) * ( (100vw - 400px) / ( 803 - 400) ) ) !important;
    font-size: -moz-calc( 1em + (23 - 16) * ( (100vw - 400px) / ( 803 - 400) ) ) !important;
    font-size: -webkit-calc( 1em + (23 - 16) * ( (100vw - 400px) / ( 803 - 400) ) ) !important;
  }
}
@media (min-width: 50.25em) {
  #footer .footer_title {
    font-size: 23px !important;
    font-size: 1.4375em !important;
  }
}
#footer a {
  color: #ffffff;
  text-decoration: none;
}
#footer a:hover {
  color: #d9d9d9;
}

/* ---------------------------------------------
/* Twitter styling
/* ------------------------------------------ */
#footer .really_simple_twitter_widget {
  padding-left: 0;
  margin-left: 0;
}
#footer .really_simple_twitter_widget li {
  display: block;
}

/* ---------------------------------------------
/* Mailchimp layout
/* ------------------------------------------ */
/* ---------------------------------------------
/* Social
/* ------------------------------------------ */
@media screen and (max-width: 839px) {
  #footer .social_holder {
    width: 100%;
  }
}
#footer .social_holder a {
  display: inline-block;
  width: 54px;
  margin-right: 9px;
}
#footer .social_holder a:last-child {
  margin-right: 0;
}
#footer .social_holder a:hover, #footer .social_holder a:active, #footer .social_holder a:focus {
  background: #000000;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  border-radius: 999px;
  -webkit-transition: width, 0.25s;
  -moz-transition: width, 0.25s;
  -ms-transition: width, 0.25s;
  -o-transition: width, 0.25s;
  transition: width, 0.25s;
}
#footer .social_holder a:hover img, #footer .social_holder a:active img, #footer .social_holder a:focus img {
  -webkit-transition: width, 0.5s;
  -moz-transition: width, 0.5s;
  -ms-transition: width, 0.5s;
  -o-transition: width, 0.5s;
  transition: width, 0.5s;
  transition-delay: 0.1s;
}

/* ---------------------------------------------
/* Inline menu
/* ------------------------------------------ */
/* Variables */
/* ------------------------------------------ */
@media screen and (max-width: 767px) {
  #footer .copyright_holder {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #footer .copyright_holder .copyright {
    -ms-flex-order: 1;
    order: 1;
    margin: 26px 0 6px;
  }
  #footer .copyright_holder #copyright {
    padding: 0;
    margin: 0 -9px;
    -ms-flex-order: 0;
    order: 0;
  }
  #footer .copyright_holder #copyright li {
    display: inline-block;
    padding: 5px 9px;
  }
  #footer .copyright_holder .inline {
    overflow: hidden;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #footer ul.inline,
#footer p.copyright {
    display: inline-block;
  }
  #footer ul.inline {
    padding: 0;
    margin: 0;
  }
  #footer ul.inline li {
    display: inline-block;
    padding-left: 12px;
    border-left: 1px solid #ffffff;
    margin-left: 12px;
  }
}

/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/*
/* 2 children deep
/*
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* ------------------------------
/* Colors - top header
/* --------------------------- */
/* ------------------------------
/* Colors - top header
/* --------------------------- */
/* ------------------------------
/* Colors - The rest of the tray
/* --------------------------- */
/*-----------*/
/*-----------*/
@media screen and (min-width: 798px) {
  #tray {
    display: none;
  }
}

@media screen and (max-width: 797px) {
  /* -----------------------------------------------------------------------
  /* Foundation
  /* -------------------------------------------------------------------- */
  .tray_mask {
    visibility: hidden;
    background-color: #000;
    opacity: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
  }

  #tray {
    position: fixed;
    background-color: #ffffff;
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
    height: 100%;
    width: 100%;
    max-width: 320px;
    right: -320px;
    top: 0;
    bottom: 0;
    padding: 0 12px 26px;
    z-index: -1;
  }

  /* -----------------------------------------------------------------------
  /* Menu
  /* -------------------------------------------------------------------- */
  #tray ul {
    margin: 0;
    padding: 0;
  }
  #tray li {
    display: block;
    font-size: 16px;
    font-size: 1em;
    padding-bottom: 12px;
    border-top: 1px solid #424242;
    padding-top: 12px;
    margin: 0;
  }
  #tray li.menu-item-has-children {
    position: relative;
  }
  #tray li:before {
    content: "";
    width: 100%;
  }
  #tray .menu a {
    font-size: inherit;
    line-height: 1.1;
    color: #424242;
    padding: 6px;
    text-decoration: none;
  }
  #tray .menu .menu_child_arrow {
    position: absolute;
    width: 22px;
    height: 21px;
    right: 0;
    top: 16px;
    cursor: pointer;
    -webkit-transition: transform, 0.5s;
    -moz-transition: transform, 0.5s;
    -ms-transition: transform, 0.5s;
    -o-transition: transform, 0.5s;
    transition: transform, 0.5s;
  }
  #tray .menu .menu_child_arrow:after, #tray .menu .menu_child_arrow:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 2px;
    background-color: #424242;
    top: 9px;
  }
  #tray .menu .menu_child_arrow:after {
    transform: rotate(45deg);
    left: 0;
  }
  #tray .menu .menu_child_arrow:before {
    transform: rotate(-45deg);
    right: 1px;
  }
  #tray .menu .sub_menu {
    padding-top: 16px;
    display: none;
  }
  #tray .menu .sub_menu li {
    font-size: 85%;
    padding: 8px 0;
    border: none;
    margin-left: 12px;
    margin-bottom: 8px;
  }
  #tray .current-menu-item a {
    color: #392e2e !important;
  }
  #tray .current-menu-item .sub_menu a {
    color: #424242 !important;
  }

  /* -----------------------------------------------------------------------
  /* Tray Header
  /* -------------------------------------------------------------------- */
  #tray .tray_background {
    background: #392e2e;
    margin: 0 -12px 0;
    padding: 0 12px 5px;
  }
  #tray .tray_background + .menu li:first-child {
    border-top: none !important;
  }
  #tray .tray_header {
    overflow: hidden;
    padding: 15px 0 14px;
  }
  #tray .tray_header a {
    color: #ffffff;
  }
  #tray .tray_home {
    float: left;
    font-size: 20px;
    padding: 6px;
  }
  #tray .trayburger {
    margin: 5px 3px 0 0;
  }
  #tray .trayburger .burger_inside:before,
#tray .trayburger .burger_inside:after {
    background-color: #ffffff;
  }
  #tray .menu-item-home {
    display: none;
  }

  /* -----------------------------------------------------------------------
  /* Tray Header Menu
  /* -------------------------------------------------------------------- */
  #tray .tray_background .menu_child_arrow:before,
#tray .tray_background .menu_child_arrow:after {
    background-color: #ffffff;
  }
  #tray .tray_background li {
    border-color: #ffffff;
  }
  #tray .tray_background a {
    color: #ffffff;
  }
  #tray .tray_background .current-menu-item a {
    color: #d9d9d9 !important;
  }
  #tray .tray_background .current-menu-item .sub_menu a {
    color: #ffffff !important;
  }

  /* -----------------------------------------------------------------------
  /* Tray Footer
  /* -------------------------------------------------------------------- */
  #tray .tray_footer {
    padding-bottom: 50px;
  }
  #tray .tray_footer address {
    padding: 26px 6px 6px;
    margin-bottom: 0;
  }
  #tray .tray_footer address p {
    margin-bottom: 0;
  }

  #tray ul + .tray_footer address {
    padding-top: 60px;
  }

  /* -----------------------------------------------------------------------
  /* Tray open
  /* -------------------------------------------------------------------- */
  .tray_open #tray,
.tray_mask {
    -webkit-transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    -o-transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  }

  .tray_open {
    overflow: hidden;
  }
  .tray_open .tray_mask {
    position: fixed !important;
    opacity: 0.7;
    visibility: visible;
  }
  .tray_open #tray {
    overflow: auto;
    overflow-y: scroll;
    -webkit-transform: translateX(-100%) translateY(0px) !important;
    -ms-transform: translateX(-100%) translateY(0px) !important;
    -o-transform: translateX(-100%) translateY(0px) !important;
    transform: translateX(-100%) translateY(0px) !important;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    -o-transition: -o-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    transition: -ms-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  }

  /* -----------------------------------------------------------------------
  /* Tray open. -- children
  /* -------------------------------------------------------------------- */
  #tray .menu {
    /* -----------------
    /* Not current page
    /* -------------- */
    /* -----------------
    /* Current page's ancestor
    /* -------------- */
    /* -----------------
    /* Current page if has children
    /* -------------- */
  }
  #tray .menu .child_open .menu_child_arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #tray .menu .child_open .sub_menu .menu_child_arrow {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #tray .menu .child_open .sub_menu .child_open .menu_child_arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #tray .menu .child_open .sub_menu .child_open .sub_menu .menu_child_arrow {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #tray .menu .current-menu-ancestor .menu_child_arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #tray .menu .current-menu-ancestor.child_open .menu_child_arrow {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #tray .menu .current-menu-ancestor .sub_menu {
    display: block;
  }
  #tray .menu .current-menu-ancestor .sub_menu .menu_child_arrow {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #tray .menu .current-menu-ancestor .sub_menu .child_open .menu_child_arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #tray .menu .current-menu-ancestor .sub_menu .sub_menu {
    display: none;
  }
  #tray .menu .current-menu-ancestor .current-menu-ancestor .menu_child_arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #tray .menu .current-menu-ancestor .current-menu-ancestor.child_open .menu_child_arrow {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #tray .menu .current-menu-ancestor .current-menu-ancestor .sub_menu {
    display: block;
  }
  #tray .menu .current-menu-ancestor .current-menu-ancestor .sub_menu .menu_child_arrow {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #tray .menu .current-menu-ancestor .current-menu-ancestor .sub_menu .child_open .menu_child_arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #tray .menu .current-menu-ancestor .current-menu-ancestor .sub_menu .sub_menu {
    display: none;
  }
  #tray .menu .current-menu-item.menu-item-has-children .sub_menu {
    display: block;
  }
  #tray .menu .current-menu-item.menu-item-has-children .sub_menu .sub_menu {
    display: none;
  }
  #tray .menu .current-menu-item.menu-item-has-children .menu_child_arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #tray .menu .current-menu-item.menu-item-has-children.child_open .menu_child_arrow {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #tray .menu .current-menu-item.menu-item-has-children .sub_menu .menu_child_arrow {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #tray .menu .current-menu-item.menu-item-has-children .sub_menu .child_open .menu_child_arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
@media screen and (min-height: 500px) {
  /* -----------------------------------------------------------------------
  /* CSS
  /* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  /* Header Height
  /* -------------------------------------------------------------------- */
}
@media screen and (min-height: 500px) and (max-width: 699px) {
  .h_static body {
    margin-top: 80px;
  }
}
@media screen and (min-height: 500px) and (min-width: 700px) {
  .h_static body {
    margin-top: 148px;
  }
}
@media screen and (min-height: 500px) and (min-width: 1152px) {
  .h_static body {
    margin-top: 195px;
  }
}
@media screen and (min-height: 500px) {
  .h_static {
    margin-top: 0 !important;
  }
  .h_static #header {
    width: 100%;
  }
}
@media screen and (min-height: 500px) and (min-height: 500px) {
  .h_static #header {
    position: fixed;
    top: 0;
  }
}
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* 32px so header is not attached to anchor
/* -------------------------------------------------------------------- */
.anchor:before, #anchor:before {
  display: block;
  content: " ";
  visibility: hidden;
  height: 160px;
  margin-top: -160px;
}
.anchor.inner, #anchor.inner {
  overflow: initial;
}
.anchor:target, #anchor:target {
  font-weight: 900 !important;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
@media screen and (min-height: 500px) {
  .h_static body.admin-bar #header {
    top: 46px;
  }
}
@media screen and (min-height: 500px) and (min-width: 783px) {
  .h_static body.admin-bar #header {
    top: 32px;
  }
}
@media screen and (min-height: 500px) {
  .h_static body.admin-bar .anchor:before, .h_static body.admin-bar #anchor:before {
    height: 192px;
    margin-top: -192px;
  }
}
@media screen and (min-height: 500px) and (max-width: 48.875em) {
  .h_static body.admin-bar .anchor:before, .h_static body.admin-bar #anchor:before {
    height: 206px;
    margin-top: -206px;
  }
}
@media screen and (min-height: 500px) and (max-width: 699px) {
  .h_static body.admin-bar {
    margin-top: 112px;
  }
}
@media screen and (min-height: 500px) and (max-width: 699px) and (max-width: 782px) {
  .h_static body.admin-bar {
    margin-top: 126px;
  }
}
@media screen and (min-height: 500px) and (min-width: 700px) {
  .h_static body.admin-bar {
    margin-top: 180px;
  }
}
@media screen and (min-height: 500px) and (min-width: 700px) and (max-width: 782px) {
  .h_static body.admin-bar {
    margin-top: 194px;
  }
}
@media screen and (min-height: 500px) and (min-width: 1152px) {
  .h_static body.admin-bar {
    margin-top: 227px;
  }
}
@media screen and (min-height: 500px) {
  .h_static body.admin-bar #tray,
.h_static body.admin-bar .tray_mask {
    margin-top: 32px;
  }
}
@media screen and (min-height: 500px) and (max-width: 782px) {
  .h_static body.admin-bar #tray,
.h_static body.admin-bar .tray_mask {
    margin-top: 46px;
  }
}
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* ---------------------------------------------
/* sizes
/* ------------------------------------------ */
/* ---------------------------------------------
/* Color
/* ------------------------------------------ */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
#mc_embed_signup {
  max-width: 100%;
  overflow: hidden;
  clear: both;
}

#mc_embed_signup input[type=email],
#mc_embed_signup input[type=submit] {
  height: 54px;
  line-height: 1;
  margin-bottom: 0;
  border: 3px solid #a3a3a3;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  border-radius: 999px;
  -webkit-transition: all, 0.25s;
  -moz-transition: all, 0.25s;
  -ms-transition: all, 0.25s;
  -o-transition: all, 0.25s;
  transition: all, 0.25s;
}
#mc_embed_signup input[type=email]:hover,
#mc_embed_signup input[type=submit]:hover {
  border-color: #bbabab;
  color: #392e2e;
}
#mc_embed_signup input[type=email]:active, #mc_embed_signup input[type=email]:focus,
#mc_embed_signup input[type=submit]:active,
#mc_embed_signup input[type=submit]:focus {
  border-color: #392e2e;
}
@media screen and (min-width: 840px) {
  #mc_embed_signup input[type=email],
#mc_embed_signup input[type=submit] {
    height: 54px;
  }
}

#mc_embed_signup input[type=email] {
  width: 100%;
  width: -webkit-calc(100% - 67px);
  width: -moz-calc(100% - 67px);
  width: calc(100% - 67px);
  font-size: 16px;
  font-size: 1em;
  padding: 14px 30px 15px;
  border-width: 3px;
  border-color: #a3a3a3;
  float: left;
}
@media screen and (min-width: 840px) {
  #mc_embed_signup input[type=email] {
    width: -webkit-calc(100% - 67px);
    width: -moz-calc(100% - 67px);
    width: calc(100% - 67px);
    font-size: 20px;
    font-size: 1.25em;
    padding: 12px 30px 13px;
  }
}

#mc_embed_signup input[type=submit] {
  width: 54px;
  font-size: 16px;
  font-size: 1em;
  background-color: transparent;
  padding: 0;
  text-align: center;
  float: right;
}
@media screen and (min-width: 840px) {
  #mc_embed_signup input[type=submit] {
    width: 54px;
  }
}

/* -----------------------------------------------------------------------
/* Custom
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
div#login {
  width: 100%;
  max-width: 804px;
  margin-left: auto;
  margin-right: auto;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media screen and (max-width: 499px) {
  div#login {
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media screen and (min-width: 500px) {
  div#login {
    padding-left: 52px;
    padding-right: 52px;
  }
}
div#login form {
  max-width: 438px;
}
div#login input[type=email],
div#login input[type=text],
div#login input[type=password] {
  width: 100%;
  font-size: 17px;
  font-size: 1.0625em;
  margin: 11px 0 0 !important;
  border: 2px solid #c9c9c9;
  vertical-align: middle;
  border-radius: 3px;
  padding: 0 15px;
  min-height: 52px;
}
div#login input[type=email]:hover,
div#login input[type=text]:hover,
div#login input[type=password]:hover {
  border: 2px solid #a6a6a6;
}
div#login input[type=email]:focus,
div#login input[type=text]:focus,
div#login input[type=password]:focus {
  border: 2px solid #52bad5;
}
div#login #loginform p {
  font-size: 17px;
  font-size: 1.0625em;
  line-height: 1 !important;
}
div#login #loginform p:nth-child(2) {
  margin-bottom: 16px;
}
div#login #loginform p.submit {
  margin-bottom: 0;
}
div#login #loginform p label {
  display: block;
  font-weight: 400;
}
div#login p#nav, div#login p#backtoblog {
  margin-bottom: 0;
}
div#login input[type=submit] {
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
  height: 52px;
  width: 100%;
  border-color: #392e2e;
  background: #392e2e;
  color: #ffffff;
  border-radius: 3px;
}
div#login input[type=submit]:hover, div#login input[type=submit]:focus {
  border-color: #010000;
  background: #010000;
}

body.interim-login {
  margin-top: 0 !important;
}
body.interim-login #aboveheader,
body.interim-login #header,
body.interim-login #footer,
body.interim-login .scrollholder,
body.interim-login #tray {
  display: none;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
#aboveheader {
  position: absolute;
  top: 0;
}

/* -----------------------------------------------------------------------
/* iComunico arrows
/* -------------------------------------------------------------------- */
.arrow_box {
  position: relative;
  background: #ffffff;
}

.arrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 40px;
  margin-left: -40px;
}

/* -----------------------------------------------------------------------
/* custom backgrounds
/* -------------------------------------------------------------------- */
.prime {
  background: #392e2e;
  color: #ffffff;
}
.prime p, .prime h1, .prime h2, .prime h3, .prime h4, .prime h5, .prime h6, .prime li {
  color: #ffffff;
}

.prime_color {
  color: #392e2e;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* Front page Titles
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Custom
/* -------------------------------------------------------------------- */
body.front_page {
  margin-top: 0 !important;
}
body.front_page #body {
  background-color: #ffffff;
}
body.front_page #Glide {
  max-height: none;
}
body.front_page #Glide .glide__bullets {
  display: none !important;
}
body.front_page .main {
  background-image: url("https://chinaindiefilm.com/wp-content/uploads/2020/07/backgrnd2.jpg");
  color: #ffffff;
  padding: 5% 10%;
}
body.front_page .main .content {
  padding: 0 15%;
}
body.front_page .main .content h1 {
  color: #ffffff;
}
body.front_page .main .links {
  margin-top: 5%;
}
body.front_page .main .links .col {
  text-align: center;
}
body.front_page .main .links .col a {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
body.front_page .main .links .col a img {
  height: 200px;
  margin-bottom: 3%;
}
body.front_page .news {
  padding: 3% 10%;
  background-color: #392e2e;
  color: #ffffff;
}
body.front_page .news h2 {
  color: #ffffff;
}
body.front_page .news .col {
  height: 470px;
  position: relative;
}
body.front_page .news .col h4 {
  font-weight: bold;
  color: #ffffff;
  margin: 5% 0 3% 0;
  font-size: 1em;
}
body.front_page .news .col .desc {
  left: 0px;
  position: absolute;
  min-height: 300px;
  padding: 0 5%;
}
body.front_page .news .col img {
  width: 330px;
  margin: 0 auto;
  display: block;
}
body.front_page .news a {
  color: #ffffff;
  padding: 1%;
}
body.front_page .news .all-news {
  color: #ffffff;
  float: right;
  padding: 1%;
}
body.front_page .news .sp-pcp-post-content {
  font-family: "Frank Ruhl Libre", arial, sans-serif !important;
}
body.front_page .news .sp-pcp-carousel {
  padding-top: 0px;
}
body.front_page .donate {
  width: 80%;
  margin: 5% auto;
}
body.front_page .donate .info {
  width: 60%;
}
body.front_page .donate .info a {
  background-color: #32E0C4;
  border-radius: 5px;
  padding: 3% 10%;
  color: #000000;
  display: inline-block;
}
body.front_page .donate .image {
  width: 30%;
}
body.front_page .logos {
  width: 80%;
  margin: 5% auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
body.front_page .logos img {
  height: 70px;
  margin: 1% 2%;
}
body.front_page footer .grid.col_2 .col:nth-child(2n) {
  text-align: right;
}

@media only screen and (max-width: 490px) {
  #body {
    padding-top: 18% !important;
  }
}
@media only screen and (max-width: 700px) {
  .donate .info {
    width: 100% !important;
  }
  .donate .image {
    width: 100% !important;
  }
}
@media screen and (max-width: 798px) {
  body.front_page .main .content {
    padding: 0;
  }
}
@media only screen and (min-width: 700px) and (max-width: 900px) {
  .donate .info {
    width: 50% !important;
  }
  .donate .image {
    width: 40% !important;
  }
}
/* --------------------------------------------
/* not output x2 if same size
/* ----------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
.contact_page .inner {
  max-width: 920px;
}
.contact_page .content {
  overflow: hidden;
}
.contact_page .frame {
  clear: both;
}
@media screen and (min-width: 760px) {
  .contact_page form.vfbp-form {
    float: left;
  }
  .contact_page address {
    float: right;
    width: 400px;
    max-width: -webkit-calc(100% - 444px);
    max-width: -moz-calc(100% - 444px);
    max-width: calc(100% - 444px);
  }
}

/* --------------------------------------------
/* not output x2 if same size
/* ----------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
.sitemap_page .content {
  overflow: hidden;
}
.sitemap_page ul.children {
  margin-top: 10px;
}

div#wpadminbar,
#header {
  z-index: 90;
}

.tray_mask {
  z-index: 100;
}

#tray {
  z-index: 110;
}

/* -----------------------------------------------------------------------
/* global styling
/* -------------------------------------------------------------------- */
.no_margin {
  margin-bottom: 0 !important;
}

em {
  font-style: italic;
}

.text_center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.sr .heroReveal,
.sr .feedReveal {
  /*visibility: hidden; */
}

#header .inner .inner_center a {
  font-weight: bold !important;
}

#body {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #BFD0D3;
}
#body .inner {
  background-color: #ffffff;
  padding-top: 5%;
  padding-bottom: 5%;
  max-width: 70%;
}
#body .inner .content p {
  font-size: 1.2em;
}
#body .inner .container h1 {
  font-weight: 900;
}
#body .inner .full-width {
  width: 100% !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.page_sidebar,
.feed_sidebar {
  margin-left: 0;
}

.home_links img {
  height: 20px;
}

/* link colour in body of aite - pages and posts*/
a {
  color: #70130b;
  text-decoration: underline;
}

#film_titles a {
  color: #392e2e;
  text-decoration: none;
}

.news_feed header a {
  text-decoration: none;
}

.tag-cloud-link {
  color: white !important;
}

.film_info {
  font-size: 1.2em;
  font-weight: bolder;
}
.film_info .title h3 {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 1%;
}
.film_info .title p {
  font-weight: bold;
  font-size: 1.2em;
}
.film_info .header {
  font-weight: bold;
  margin-bottom: 1%;
  font-size: 1.2em;
}
.film_info .synopsis img {
  width: 42%;
  float: right;
  margin-left: 2%;
  margin-bottom: 2%;
}
.film_info .details {
  margin-bottom: 5%;
}
.film_info .artwork .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.film_info .artwork .container img {
  max-height: 300px;
  max-width: 300px;
}
.film_info .artwork .container .col {
  padding: 1%;
}
.film_info .image_carousel {
  display: block !important;
  width: 70%;
  margin: 0 auto;
}
.film_info .image_carousel img {
  max-height: 600px;
}
.film_info .director-bio img {
  width: 35%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
}
.film_info .trailer {
  margin-bottom: 5%;
  display: inline-block !important;
  width: 100%;
}
.film_info > div {
  display: inline-block !important;
  width: 100%;
}

.search-header {
  background-image: linear-gradient(rgba(130, 161, 167, 0.7), rgba(130, 161, 167, 0.7)), url("https://chinaindiefilm.com/wp-content/uploads/2020/07/backgrnd2.jpg");
  padding: 5%;
}
.search-header .inner {
  background-color: transparent !important;
  padding: 0 !important;
}
.search-header h3, .search-header p {
  color: #ffffff;
}
.search-header h3 {
  font-weight: bold;
}
.search-header form input {
  background-color: transparent;
  border: none !important;
  border-bottom: solid 1px #32E0C4 !important;
  color: #32E0C4;
  width: 100%;
}
.search-header form input .is-search-input {
  background-color: transparent !important;
  border: none !important;
  border-bottom: solid 1px white !important;
  color: white !important;
  width: 100% !important;
  font-size: 1em;
}
.search-header form input .is-search-input::placeholder {
  opacity: 1;
  color: white;
}
.search-header .is-form-style input .is-search-submit {
  background-color: transparent !important;
  border: none !important;
  border-bottom: solid 1px white !important;
  font-size: 1em;
}
.search-header .is-form-style .is-search-submit path {
  color: white !important;
}
.search-header .is-form-style .is-search-icon {
  background-color: transparent !important;
  border: none !important;
  border-bottom: solid 1px white !important;
  color: white !important;
  font-size: 1em;
}
.search-header .is-form-style svg {
  width: 32px;
}
.search-header .screen-reader-text {
  display: none;
}

.listing h2 {
  font-weight: bold;
}
.listing ul {
  list-style-type: none;
  padding-left: 0;
}

.item {
  display: inline-block;
  width: 100%;
  margin: 2% 0;
}
.item .info {
  padding-left: 1%;
}
.item .image img {
  width: 50px;
  float: left;
  margin-right: 1%;
}

footer .social_holder {
  text-align: end;
}

.gallery #sidebar li {
  border: none !important;
}

.slider .caption-wrap {
  position: relative !important;
}

.slider .flex-control-nav.flex-control-paging {
  justify-content: center !important;
}

#body.zh-hans .film_info > div {
  display: inline-block !important;
  width: 100%;
}

.wp-block-gallery.caption-underneath figure.wp-block-image figcaption{
	position: unset !important;
    color: #000 !important;
    background: transparent !important;
    padding-bottom: 20px !important;
    padding-top: 10px !important;
}

#footer {
  clear: both;
}

@media only screen and (max-width: 569px) {
  .text {
    width: unset !important;
  }

  .image {
    width: unset !important;
  }
}
@media screen and (min-height: 500px) and (min-width: 700px) {
  .h_static body {
    margin-top: 100px !important;
  }
}
@media screen and (min-height: 500px) and (min-width: 1152px) {
  .h_static body {
    margin-top: 133px !important;
  }
}
@media only screen and (max-width: 797px) {
  #body .inner {
    max-width: unset;
  }
}



.sdm_clear_float{clear:both}.sdm_pass_text{margin-bottom:10px}.sdm_download_item{display:block;border:1px solid #e7e9eb;box-shadow:0 1px 3px rgba(0,0,0,5%);margin-top:10px;margin-bottom:10px;padding:15px}.sdm_download_title{float:left;font-size:24px;font-weight:700;line-height:75px}.sdm_download_thumbnail{float:left}.sdm_download_thumbnail_image{width:75px!important;height:75px!important;float:left!important;margin-right:10px!important}.sdm_download_description{margin:15px 0;padding-bottom:10px;border-bottom:1px solid #eee}.sdm_download_item_count{margin-left:20px;border:1px solid #e7e9eb;padding:3px 10px;display:inline-block;float:right}.sdm_download_link{display:block}.sdm_download_link:after{content:"";display:table;clear:both}.sdm_download_button{display:inline-block}.sdm_download_button_box_default{margin:10px 0}.sdm-g-recaptcha{margin-bottom:10px}.sdm_yellow_box{background:#fff6d5;border:1px solid #d1b655;color:#3f2502;margin:10px 0;padding:5px 5px 5px 10px}.sdm_grey_box{background:#ececec;border:1px solid #cfcfcf;color:#363636;margin:10px 0 15px;padding:5px 5px 5px 10px}.sdm_blue_box{background:#d7e7f5;border:1px solid #aacee6;color:#1d263b;margin:10px 0 15px;padding:5px 5px 5px 10px}.sdm_post_item{width:90%}.sdm_post_item_top{display:block}.sdm_post_item_top_left{width:40%;float:left;margin-right:30px}.sdm_post_item_top_right{float:left;width:50%}.sdm_post_item_top_left img{width:100%;border:1px solid #e8e4e3;padding:5px}.sdm_post_title{font-size:26px;font-weight:700;margin-bottom:20px}.sdm_post_download_count{margin-bottom:20px;font-size:18px;font-weight:700;border:1px solid #e8e4e3;display:inline-block;padding:10px 15px}.sdm_post_download_file_size{font-weight:700}.sdm_post_download_version{font-weight:700}.sdm_post_download_published_date{font-weight:700}.sdm_post_download_section{margin:15px 0}.sdm_post_meta_section{border-top:4px double #e8e4e3;padding-top:15px}.sdm_download{display:inline-block;text-decoration:none;font:700 12px/12px HelveticaNeue,Arial;padding:8px 11px;color:#555;border:1px solid #dedede;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.sdm_download.green{background:#b7d770;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae285',endColorstr='#9fcb57');background:-webkit-gradient(linear,left top,left bottom,from(#cae285),to(#9fcb57));background:-moz-linear-gradient(top,#cae285,#9fcb57);border-color:#adc671 #98b65b #87aa4a;color:#2f4014!important;text-shadow:0 1px 0 #cfe5a4;-webkit-box-shadow:0 1px 1px #d3d3d3,inset 0 1px 0 #d7e9a4;-moz-box-shadow:0 1px 1px #d3d3d3,inset 0 1px 0 #d7e9a4;box-shadow:0 1px 1px #d3d3d3,inset 0 1px #d7e9a4}.sdm_download.green:hover{background:#b9d972;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8d872',endColorstr='#b9d972');background:-webkit-gradient(linear,left top,left bottom,from(#b8d872),to(#b9d972));background:-moz-linear-gradient(top,#b8d872,#b9d972);border-color:#8bb14d #83a648 #7d9e45;text-shadow:0 1px 0 #d5e8aa;-webkit-box-shadow:0 1px 1px #d5d5d5,inset 0 1px 0 #cae295;-moz-box-shadow:0 1px 1px #d5d5d5,inset 0 1px 0 #cae295;box-shadow:0 1px 1px #d5d5d5,inset 0 1px #cae295}.sdm_download.blue{background:#92dbf6;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#abe4f8',endColorstr='#6fcef3');background:-webkit-gradient(linear,left top,left bottom,from(#abe4f8),to(#6fcef3));background:-moz-linear-gradient(top,#abe4f8,#6fcef3);border-color:#8dc5da #76b7cf #63abc7;color:#1e4657!important;text-shadow:0 1px 0 #b6e6f9;-webkit-box-shadow:0 1px 1px #d6d6d6,inset 0 1px 0 #c0ebfa;-moz-box-shadow:0 1px 1px #d6d6d6,inset 0 1px 0 #c0ebfa;box-shadow:0 1px 1px #d6d6d6,inset 0 1px #c0ebfa}.sdm_download.blue:hover{background:#92dbf6;border-color:#7caec0 #68a3ba #5a9cb5;text-shadow:0 1px 0 #bee9fa;-webkit-box-shadow:0 1px 1px #d6d6d6,inset 0 1px 0 #ade4f8;-moz-box-shadow:0 1px 1px #d6d6d6,inset 0 1px 0 #ade4f8;box-shadow:0 1px 1px #d6d6d6,inset 0 1px #ade4f8}.sdm_download.purple{background:#dfaeda;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8c4e4',endColorstr='#d494ce');background:-webkit-gradient(linear,left top,left bottom,from(#e8c4e4),to(#d494ce));background:-moz-linear-gradient(top,#e8c4e4,#d494ce);border-color:#bc9db9 #ad89aa #a1799d;color:#4d334a!important;text-shadow:0 1px 0 #eacae6;-webkit-box-shadow:0 1px 1px #d5d5d5,inset 0 1px 0 #eed3eb;-moz-box-shadow:0 1px 1px #d5d5d5,inset 0 1px 0 #eed3eb;box-shadow:0 1px 1px #d5d5d5,inset 0 1px #eed3eb}.sdm_download.purple:hover{background:#e0b1db;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#deabd9',endColorstr='#e0b1db');background:-webkit-gradient(linear,left top,left bottom,from(#deabd9),to(#e0b1db));background:-moz-linear-gradient(top,#deabd9,#e0b1db);border-color:#a482a0 #9b7897 #947090;text-shadow:0 1px 0 #ecd0e9;-webkit-box-shadow:0 1px 1px #cdcdcd,inset 0 1px 0 #ccc;-moz-box-shadow:0 1px 1px #cdcdcd,inset 0 1px 0 #ccc;box-shadow:0 1px 1px #cdcdcd,inset 0 1px #ccc}.sdm_download.teal{background:#9cedef;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7f2f4',endColorstr='#7ce7ea');background:-webkit-gradient(linear,left top,left bottom,from(#b7f2f4),to(#7ce7ea));background:-moz-linear-gradient(top,#b7f2f4,#7ce7ea);border-color:#90c6c8 #78bdc0 #65b6ba;color:#2b5052!important;text-shadow:0 1px 0 #bef3f5;-webkit-box-shadow:0 1px 1px #d5d5d5,inset 0 1px 0 #c9f5f7;-moz-box-shadow:0 1px 1px #d5d5d5,inset 0 1px 0 #c9f5f7;box-shadow:0 1px 1px #d5d5d5,inset 0 1px #c9f5f7}.sdm_download.teal:hover{background:#9fedf0;border-color:#7db9bb #6bb2b5 #5dacaf;text-shadow:0 1px 0 #c5f4f6;-webkit-box-shadow:0 1px 1px #d5d5d5,inset 0 1px 0 #b7f2f4;-moz-box-shadow:0 1px 1px #d5d5d5,inset 0 1px 0 #b7f2f4;box-shadow:0 1px 1px #d5d5d5,inset 0 1px #b7f2f4}.sdm_download.darkblue{background:#a5b8c6;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#becbd6',endColorstr='#88a1b4');background:-webkit-gradient(linear,left top,left bottom,from(#becbd6),to(#88a1b4));background:-moz-linear-gradient(top,#becbd6,#88a1b4);border-color:#a2afb8 #8696a1 #6f818f;color:#26313b!important;text-shadow:0 1px 0 #c4d0d9;-webkit-box-shadow:0 1px 1px #d3d3d3,inset 0 1px 0 #ced8e0;-moz-box-shadow:0 1px 1px #d3d3d3,inset 0 1px 0 #ced8e0;box-shadow:0 1px 1px #d3d3d3,inset 0 1px #ced8e0}.sdm_download.darkblue:hover{background:#adbfcb;border-color:#8996a0 #798791 #6c7a85;text-shadow:0 1px 0 #ced9e0;-webkit-box-shadow:0 1px 1px #d3d3d3,inset 0 1px 0 #c2cfd8;-moz-box-shadow:0 1px 1px #d3d3d3,inset 0 1px 0 #c2cfd8;box-shadow:0 1px 1px #d3d3d3,inset 0 1px #c2cfd8}.sdm_download.black{background:#525252;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e',endColorstr='#434343');background:-webkit-gradient(linear,left top,left bottom,from(#5e5e5e),to(#434343));background:-moz-linear-gradient(top,#5e5e5e,#434343);border-color:#4c4c4c #313131 #1f1f1f;color:#fff!important;text-shadow:0 1px 0 #2e2e2e;-webkit-box-shadow:0 1px 1px #afafaf,inset 0 1px 0 #868686;-moz-box-shadow:0 1px 1px #afafaf,inset 0 1px 0 #868686;box-shadow:0 1px 1px #afafaf,inset 0 1px #868686}.sdm_download.black:hover{background:#5a5a5a;border-color:#2c2c2c #1c1c1c #101010;text-shadow:0 1px 0 #363636;-webkit-box-shadow:0 1px 1px #b1b1b1,inset 0 1px 0 #838383;-moz-box-shadow:0 1px 1px #b1b1b1,inset 0 1px 0 #838383;box-shadow:0 1px 1px #b1b1b1,inset 0 1px #838383}.sdm_download.grey{background:#bdbdbd;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca',endColorstr='#aeaeae');background:-webkit-gradient(linear,left top,left bottom,from(#cacaca),to(#aeaeae));background:-moz-linear-gradient(top,#cacaca,#aeaeae);border-color:#b5b5b5 #a1a1a1 #8f8f8f;color:#555!important;text-shadow:0 1px 0 #d4d4d4;-webkit-box-shadow:0 1px 1px #c9c9c9,inset 0 1px 0 #d7d7d7;-moz-box-shadow:0 1px 1px #c9c9c9,inset 0 1px 0 #d7d7d7;box-shadow:0 1px 1px #c9c9c9,inset 0 1px #d7d7d7}.sdm_download.grey:hover{background:#c2c2c2;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc',endColorstr='#c2c2c2');background:-webkit-gradient(linear,left top,left bottom,from(#bcbcbc),to(#c2c2c2));background:-moz-linear-gradient(top,#bcbcbc,#c2c2c2);border-color:#989898 #8e8e8e #878787;text-shadow:0 1px 0 #dadada;-webkit-box-shadow:0 1px 1px #cdcdcd,inset 0 1px 0 #ccc;-moz-box-shadow:0 1px 1px #cdcdcd,inset 0 1px 0 #ccc;box-shadow:0 1px 1px #cdcdcd,inset 0 1px #ccc}.sdm_download.pink{background:#f67689;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78297',endColorstr='#f56778');background:-webkit-gradient(linear,left top,left bottom,from(#f78297),to(#f56778));background:-moz-linear-gradient(top,#f78297,#f56778);border-color:#df6f8b #da5f75 #d55061;color:#4f272c!important;text-shadow:0 1px 0 #f89ca9;-webkit-box-shadow:0 1px 1px #c1c1c1,inset 0 1px 0 #f9a1b1;-moz-box-shadow:0 1px 1px #c1c1c1,inset 0 1px 0 #f9a1b1;box-shadow:0 1px 1px #c1c1c1,inset 0 1px #f9a1b1}.sdm_download.pink:hover{background:#f67c90;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56c7e',endColorstr='#f78297');background:-webkit-gradient(linear,left top,left bottom,from(#f56c7e),to(#f78297));background:-moz-linear-gradient(top,#f56c7e,#f78297);border-color:#c36079 #c25669 #c14e5c;text-shadow:0 1px 0 #f9a6b4;-webkit-box-shadow:0 1px 1px #c3c3c3,inset 0 1px 0 #f8909e;-moz-box-shadow:0 1px 1px #c3c3c3,inset 0 1px 0 #f8909e;box-shadow:0 1px 1px #c3c3c3,inset 0 1px #f8909e}.sdm_download.orange{background:#fecc5f;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#feda71',endColorstr='#febb4a');background:-webkit-gradient(linear,left top,left bottom,from(#feda71),to(#febb4a));background:-moz-linear-gradient(top,#feda71,#febb4a);border-color:#f5b74e #e5a73e #d6982f;color:#4d3217!important;text-shadow:0 1px 0 #fedd9b;-webkit-box-shadow:0 1px 1px #d3d3d3,inset 0 1px 0 #fee395;-moz-box-shadow:0 1px 1px #d3d3d3,inset 0 1px 0 #fee395;box-shadow:0 1px 1px #d3d3d3,inset 0 1px #fee395}.sdm_download.orange:hover{background:#fecb5e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec354',endColorstr='#fecd61');background:-webkit-gradient(linear,left top,left bottom,from(#fec354),to(#fecd61));background:-moz-linear-gradient(top,#fec354,#fecd61);border-color:#d29a3a #cc9436 #c89133;text-shadow:0 1px 0 #fee1a0;-webkit-box-shadow:0 1px 1px #d4d4d4,inset 0 1px 0 #fed17e;-moz-box-shadow:0 1px 1px #d4d4d4,inset 0 1px 0 #fed17e;box-shadow:0 1px 1px #d4d4d4,inset 0 1px #fed17e}.sdm_download.white{background:#f5f5f5;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#f0f0f0');background:-webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#f0f0f0));background:-moz-linear-gradient(top,#f9f9f9,#f0f0f0);border-color:#dedede #d8d8d8 #d3d3d3;color:#555!important;text-shadow:0 1px 0 #fff;-webkit-box-shadow:0 1px 1px #eaeaea,inset 0 1px 0 #fbfbfb;-moz-box-shadow:0 1px 1px #eaeaea,inset 0 1px 0 #fbfbfb;box-shadow:0 1px 1px #eaeaea,inset 0 1px #fbfbfb}.sdm_download.white:hover{background:#f4f4f4;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef',endColorstr='#f8f8f8');background:-webkit-gradient(linear,left top,left bottom,from(#efefef),to(#f8f8f8));background:-moz-linear-gradient(top,#efefef,#f8f8f8);border-color:#c7c7c7 #c3c3c3 #bebebe;text-shadow:0 1px 0 #fdfdfd;-webkit-box-shadow:0 1px 1px #ebebeb,inset 0 1px 0 #f3f3f3;-moz-box-shadow:0 1px 1px #ebebeb,inset 0 1px 0 #f3f3f3;box-shadow:0 1px 1px #ebebeb,inset 0 1px #f3f3f3}.sdm_download.disabled{background:#dfdfdf;color:#9c9c9c;box-shadow:unset;cursor:not-allowed}.sdm_object_tree .sdm_post_title{margin-right:5px;display:block}.sdm_search_result_item{margin-top:20px;margin-bottom:10px;padding-bottom:5px;border-bottom:1px solid silver}.sdm_search_result_item:last-child{border-bottom:none}.sdm_general_error_msg{color:red}.sdm_disabled_button{opacity:.2}.sdm_fancy3_download_item{display:block;max-width:320px;border:1px solid #ccc;margin-bottom:5px}.sdm_fancy3_download_title{font-weight:700;float:left;padding:5px 10px;max-width:170px;overflow:hidden}.sdm_fancy3_view_details_link{float:right;padding:5px 10px}.sdm_dl_request_intermediate_page_content{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;text-align:center}.sdm_g_captcha_spinner{width:40px;height:40px;animation:sdm_g_captcha_spin 1s linear infinite}@keyframes sdm_g_captcha_spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#sdm_after_captcha_verification_content.hidden{display:none}
/*! This file is auto-generated */
@font-face{font-family:dashicons;src:url("https://chinaindiefilm.com/wp-includes/css/../fonts/dashicons.eot?99ac726223c749443b642ce33df8b800");src:url("https://chinaindiefilm.com/wp-includes/css/../fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix") format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url("https://chinaindiefilm.com/wp-includes/css/../fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800") format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}
.post-views.entry-meta>span{margin-right:0!important;font:16px/1}.post-views.entry-meta>span.post-views-icon.dashicons{display:inline-block;font-size:16px;line-height:1;text-decoration:inherit;vertical-align:middle}.post-views.load-dynamic .post-views-count{color:#0000;transition:color .3s ease-in-out;position:relative}.post-views.load-dynamic .post-views-count:after{opacity:0;transition:opacity .3s ease-in-out;position:relative;color:#6610f2}.post-views.load-dynamic.loaded .post-views-count,.post-views.load-dynamic.load-error .post-views-count{color:inherit}.post-views.load-dynamic.load-error .post-views-count:after{content:none;opacity:0;animation:none}.post-views.load-dynamic.loading .post-views-count,.post-views.load-dynamic.loading .post-views-count:after{box-sizing:border-box}.post-views.load-dynamic.loading .post-views-count:after{content:"";display:block;width:16px;height:16px;border-radius:50%;border:2px solid;border-color:initial transparent initial transparent;animation:pvc-loading 1s linear infinite;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);opacity:1}@keyframes pvc-loading{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://chinaindiefilm.com/wp-content/plugins/post-carousel/public/assets/css/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://chinaindiefilm.com/wp-content/plugins/post-carousel/public/assets/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://chinaindiefilm.com/wp-content/plugins/post-carousel/public/assets/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://chinaindiefilm.com/wp-content/plugins/post-carousel/public/assets/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://chinaindiefilm.com/wp-content/plugins/post-carousel/public/assets/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://chinaindiefilm.com/wp-content/plugins/post-carousel/public/assets/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

.swiper-slide,.swiper-wrapper{width:100%;height:100%;position:relative;transition-property:transform}.swiper-fade.swiper-free-mode .swiper-slide,.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff;--swiper-navigation-size:44px}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;display:flex;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev,.swiper-pagination-bullet:only-child,.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled,.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock,.swiper-pagination-lock,.swiper-scrollbar-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-scrollbar,.swiper-scrollbar-drag{position:relative;border-radius:var(--swiper-scrollbar-border-radius,10px)}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-scrollbar{touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-cube .swiper-slide .swiper-slide,.swiper-fade .swiper-slide .swiper-slide,.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active,.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active,.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cards,.swiper.swiper-cube,.swiper.swiper-flip{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
@font-face{font-family:sps-fontello;src:url('https://chinaindiefilm.com/wp-content/plugins/post-carousel/admin/assets/css/../font/fontello.eot?68393654');src:url('https://chinaindiefilm.com/wp-content/plugins/post-carousel/admin/assets/css/../font/fontello.eot?68393654#iefix') format('embedded-opentype'),url('https://chinaindiefilm.com/wp-content/plugins/post-carousel/admin/assets/css/../font/fontello.woff2?68393654') format('woff2'),url('https://chinaindiefilm.com/wp-content/plugins/post-carousel/admin/assets/css/../font/fontello.woff?68393654') format('woff'),url('https://chinaindiefilm.com/wp-content/plugins/post-carousel/admin/assets/css/../font/fontello.ttf?68393654') format('truetype'),url('https://chinaindiefilm.com/wp-content/plugins/post-carousel/admin/assets/css/../font/fontello.svg?68393654#fontello') format('svg');font-weight:400;font-style:normal}[class*=" sps-icon-"]:before,[class^=sps-icon-]:before{font-family:sps-fontello;font-style:normal;font-weight:400;speak:never;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sps-icon-icon-3:before{content:'\e800'}.sps-icon-filter:before{content:'\e81d'}.sps-icon-timeline:before{content:'\e81e'}.sps-icon-detail-page:before{content:'\e81f'}.sps-icon-typography:before{content:'\e820'}.sps-icon-accordion:before{content:'\e821'}.sps-icon-carousel-settings:before{content:'\e822'}.sps-icon-display-s:before{content:'\e823'}.sps-icon-basic-style-01-1:before{content:'\e824'}.sps-icon-content-1:before{content:'\e825'}.sps-icon-ad:before{content:'\e826'}.sps-icon-basic-style-01-2:before{content:'\e827'}.sps-icon-ajax-pag:before{content:'\e829'}.sps-icon-ajax-pag-2:before{content:'\e82a'}.sps-icon-isotope:before{content:'\e82c'}.sps-icon-ajax:before{content:'\e82e'}.sps-icon-radius-01:before{content:'\e82f'}.sps-icon-carousel-basic:before{content:'\e830'}.sps-icon-others:before{content:'\e831'}.sps-icon-navigation:before{content:'\e833'}.sps-icon-pagination:before{content:'\e834'}.sps-icon-right-open-1:before{content:'\e900'}.sps-icon-arrow-triangle-left:before{content:'\e902'}.sps-icon-right-open-big:before{content:'\e905'}.sps-icon-right-open-outline:before{content:'\e907'}.sps-icon-right:before{content:'\e908'}.sps-icon-left-open-2:before{content:'\e914'}.sps-icon-right-open-3:before{content:'\e916'}.sps-icon-arrow-triangle-right:before{content:'\e917'}.sps-icon-left:before{content:'\e918'}.sps-icon-left-open-4:before{content:'\e920'}.sps-icon-left-open-outline:before{content:'\e921'}.sps-icon-left-open-big:before{content:'\e922'}.sps-icon-right-open:before{content:'\f006'}.sps-icon-left-open:before{content:'\f007'}.sps-icon-angle-left:before{content:'\f104'}.sps-icon-angle-right:before{content:'\f105'}.sps-icon-external_link:before{content:'\e801'}.sps-icon-border:before{content:'\e835'}.sps-icon-code:before{content:'\e885'}.sps-icon-advanced:before{content:'\e886'}.sps-icon-key-01:before{content:'\e887'}.sps-icon-shuttle_2285485-1:before{content:'\e8bd'}.sps-icon-check-icon:before{content:'\e8be'}.sps-icon-elementor::before,.sps-logo-icon::before,.sps-wpbakery-icon{content:'';display:inline-block;width:1em;height:1em;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAwIiBoZWlnaHQ9IjgwMCIgdmlld0JveD0iMCAwIDgwMCA4MDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMTAwQzAgNDQuNzcyIDQ0Ljc3MiAwIDEwMCAwaDYwMGM1NS4yMjkgMCAxMDAgNDQuNzcyIDEwMCAxMDB2NjAwYzAgNTUuMjI5LTQ0Ljc3MSAxMDAtMTAwIDEwMEgxMDBDNDQuNzcyIDgwMCAwIDc1NS4yMjkgMCA3MDB6IiBmaWxsPSJ1cmwoI2EpIi8+PHBhdGggZD0iTTExNS45OTcgNDcxLjc1YzAtMjQuMTYyIDE5LjU4Ny00My43NSA0My43NDktNDMuNzVoMTY0LjQ5OGMyNC4xNjIgMCA0My43NSAxOS41ODggNDMuNzUgNDMuNzV2MTY0LjVjMCAyNC4xNjMtMTkuNTg4IDQzLjc1LTQzLjc1IDQzLjc1SDE1OS43NDZjLTI0LjE2MiAwLTQzLjc0OS0xOS41ODctNDMuNzQ5LTQzLjc1ek00MjMuOTkzIDI0NmMwLTY5LjU4OCA1Ni40MTEtMTI2IDEyNS45OTgtMTI2czEyNS45OTggNTYuNDEyIDEyNS45OTggMTI2LTU2LjQxMSAxMjYtMTI1Ljk5OCAxMjYtMTI1Ljk5OC01Ni40MTItMTI1Ljk5OC0xMjZtLTMwNy45OTYtODIuMjVjMC0yNC4xNjIgMTkuNTg3LTQzLjc1IDQzLjc0OS00My43NWgxNjQuNDk4YzI0LjE2MiAwIDQzLjc1IDE5LjU4OCA0My43NSA0My43NXYxNjQuNWMwIDI0LjE2My0xOS41ODggNDMuNzUtNDMuNzUgNDMuNzVIMTU5Ljc0NmMtMjQuMTYyIDAtNDMuNzQ5LTE5LjU4Ny00My43NDktNDMuNzV6bTMwOC4wMDYgMzAxLjU4NGMwLTEwLjMwOSA4LjM1Ny0xOC42NjYgMTguNjY3LTE4LjY2NmgyMTQuNjYzYzEwLjMwOSAwIDE4LjY2NiA4LjM1NyAxOC42NjYgMTguNjY2cy04LjM1NyAxOC42NjctMTguNjY2IDE4LjY2N0g0NDIuNjdjLTEwLjMxIDAtMTguNjY3LTguMzU3LTE4LjY2Ny0xOC42NjdtMCA4OC41MzRjMC0xMC4zMSA4LjM1Ny0xOC42NjcgMTguNjY3LTE4LjY2N2gyMTQuNjYzYzEwLjMwOSAwIDE4LjY2NiA4LjM1NyAxOC42NjYgMTguNjY3IDAgMTAuMzA5LTguMzU3IDE4LjY2Ni0xOC42NjYgMTguNjY2SDQ0Mi42N2MtMTAuMzEgMC0xOC42NjctOC4zNTctMTguNjY3LTE4LjY2Nm0wIDg4LjUzM2MwLTEwLjMwOSA4LjM1Ny0xOC42NjcgMTguNjY3LTE4LjY2N2gyMTQuNjYzYzEwLjMwOSAwIDE4LjY2NiA4LjM1OCAxOC42NjYgMTguNjY3cy04LjM1NyAxOC42NjctMTguNjY2IDE4LjY2N0g0NDIuNjdjLTEwLjMxIDAtMTguNjY3LTguMzU4LTE4LjY2Ny0xOC42NjciIGZpbGw9IiNmZmYiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSI0MDAiIHkxPSIwIiB4Mj0iNDAwIiB5Mj0iODAwIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iIzY0MWRkNyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzQ2MDhhZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==");background-size:contain;background-repeat:no-repeat;vertical-align:middle}.sps-icon-elementor::before{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI2E3YWFhZCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCQkJCTxwYXRoIGQ9Ik0xLjI1IDEyLjI0MjJDMS4yNSAxMS40ODcxIDEuODYyMSAxMC44NzUgMi42MTcxNSAxMC44NzVINy43NTc2NUM4LjUxMjcxIDEwLjg3NSA5LjEyNDgxIDExLjQ4NzEgOS4xMjQ4MSAxMi4yNDIyVjE3LjM4MjhDOS4xMjQ4MSAxOC4xMzc5IDguNTEyNzEgMTguNzUgNy43NTc2NSAxOC43NUgyLjYxNzE1QzEuODYyMSAxOC43NSAxLjI1IDE4LjEzNzkgMS4yNSAxNy4zODI4VjEyLjI0MjJaIiBmaWxsPSIjYTdhYWFkIi8+CgkJCQk8cGF0aCBkPSJNMTAuODc0OCA1LjE4NzVDMTAuODc0OCAzLjAxMjg4IDEyLjYzNzYgMS4yNSAxNC44MTIyIDEuMjVDMTYuOTg2NyAxLjI1IDE4Ljc0OTYgMy4wMTI4OCAxOC43NDk2IDUuMTg3NUMxOC43NDk2IDcuMzYyMTIgMTYuOTg2NyA5LjEyNSAxNC44MTIyIDkuMTI1QzEyLjYzNzYgOS4xMjUgMTAuODc0OCA3LjM2MjEyIDEwLjg3NDggNS4xODc1WiIgZmlsbD0iI2E3YWFhZCIvPgoJCQkJPHBhdGggZD0iTTEuMjUgMi42MTcxOUMxLjI1IDEuODYyMTEgMS44NjIxIDEuMjUgMi42MTcxNSAxLjI1SDcuNzU3NjVDOC41MTI3MSAxLjI1IDkuMTI0ODEgMS44NjIxMSA5LjEyNDgxIDIuNjE3MTlWNy43NTc4MUM5LjEyNDgxIDguNTEyODkgOC41MTI3MSA5LjEyNSA3Ljc1NzY1IDkuMTI1SDIuNjE3MTVDMS44NjIxIDkuMTI1IDEuMjUgOC41MTI4OSAxLjI1IDcuNzU3ODFWMi42MTcxOVoiIGZpbGw9IiNhN2FhYWQiLz4KCQkJCTxyZWN0IHg9IjEwLjg3NTIiIHk9IjE2Ljk5OTkiIHdpZHRoPSI3Ljg3NDgxIiBoZWlnaHQ9IjEuMTY2NjciIHJ4PSIwLjU4MzMzMyIgZmlsbD0iI2E3YWFhZCIvPgoJCQkJPHJlY3QgeD0iMTAuODc1MiIgeT0iMTEuNDU4IiB3aWR0aD0iNy44NzQ4MSIgaGVpZ2h0PSIxLjE2NjY3IiByeD0iMC41ODMzMzMiIGZpbGw9IiNhN2FhYWQiLz4KCQkJCTxyZWN0IHg9IjEwLjg3NTIiIHk9IjE0LjA4MjkiIHdpZHRoPSI3Ljg3NDgxIiBoZWlnaHQ9IjEuMTY2NjciIHJ4PSIwLjU4MzMzMyIgZmlsbD0iI2E3YWFhZCIvPgoJCQk8L3N2Zz4=")}
.pcp-demo-section{max-width:1200px;margin:0 auto}.pcp-section-padding{padding:80px 0}.pcp-align-left{text-align:left}.pcp-align-center{text-align:center}.pcp-align-right{text-align:right}.sp-pcp-section{color:#444}.entry .entry-content .sp-pcp-section a,.sp-pcp-section a{text-decoration:none;transition:all .33s}.sp-pcp-section img{max-width:100%;vertical-align:middle}.sp-pcp-section *{box-sizing:border-box}.sp-pcp-section .swiper-container{position:initial}.sp-pcp-section .swiper-container.sp-pcp-carousel.top_right{position:relative}.sp-pcp-post .sp-pcp-thumb img:focus,.sp-pcp-post .sp-pcp-thumb img:hover,.sp-pcp-post .sp-pcp-thumb:focus,.sp-pcp-post .sp-pcp-thumb:hover{outline:0;text-decoration:none;outline-offset:0;color:transparent;border:none}.sp-pcp-post{display:flex;flex-direction:column;overflow:hidden}.sp-pcp-post a{text-decoration:none}.sp-pcp-post .pcp-post-thumb-wrapper{overflow:hidden;display:block;margin-bottom:11px}.sp-pcp-post .sp-pcp-post-thumb-area{position:relative}.sp-pcp-post .sp-pcp-post-thumb-area img{max-width:100%;transition:ease all .3s;height:100%}.sp-pcp-post .sp-pcp-title{margin:0;font-size:15px}.sp-pcp-post .sp-pcp-title{margin:0 0 9px 0}.sp-pcp-post .sp-pcp-title,.sp-pcp-post .sp-pcp-title a{text-transform:none;font-size:20px;line-height:24px;color:#111;font-weight:400;text-decoration:none}.sp-pcp-post .sp-pcp-post-meta{margin:0 0 9px 0;text-align:left}.sp-pcp-post .sp-pcp-post-meta ul{list-style:none;margin:0;padding:0;line-height:1}.sp-pcp-post .sp-pcp-post-meta ul li{display:inline-block;margin:0 5px 5px 0}.sp-pcp-post .sp-pcp-post-meta ul li .fa,.sp-pcp-post .sp_pcp_cf_list .fa{margin-right:3px}.sp-pcp-post .sp-pcp-post-meta ul li a{display:inline-block;text-decoration:none;box-shadow:none}.sp-pcp-post .sp-pcp-post-meta li,.sp-pcp-post .sp-pcp-post-meta li a,.sp-pcp-post .sp-pcp-post-meta ul{text-transform:none;font-size:14px;line-height:16px;letter-spacing:0;color:#888}.sp-pcp-post-meta ul li .fa-comments-o{font-family:FontAwesome}.sp-pcp-post .sp-pcp-post-content{text-transform:none;font-size:16px;line-height:20px;letter-spacing:0;margin:0 0 17px 0;color:#444}.sp-pcp-post .sp-pcp-post-content p:first-of-type{margin-top:0}.sp-pcp-post .sp-pcp-post-content p:last-of-type{margin-bottom:0}.sp-pcp-post .sp-pcp-post-content .sp-pcp-readmore{margin-top:15px}.sp-pcp-post .sp-pcp-post-content .sp-pcp-readmore a{display:inline-block;border:1px solid #888;padding:7px 12px;box-shadow:0 0 0;text-transform:uppercase;font-size:12px;line-height:18px;letter-spacing:0;background:0 0;color:#111;border-color:#888;border-radius:0}.pcp-carousel-wrapper .sp-pcp-carousel{padding-bottom:60px;padding-top:60px}.pcp-carousel-wrapper .bottom_center.sp-pcp-carousel{padding-bottom:72px}.pcp-carousel-wrapper{position:relative}.pcp-carousel-wrapper .pcp-button-next,.pcp-carousel-wrapper .pcp-button-prev{background-image:none;background-size:auto;font-size:25px;height:33px;width:33px;margin-top:16px;text-align:center;line-height:31px;-webkit-transition:.3s}.pcp-carousel-wrapper .pcp-button-next.top_right,.pcp-carousel-wrapper .pcp-button-prev.top_right{top:0;right:0}.pcp-carousel-wrapper .pcp-button-prev.top_right{right:42px;left:auto}.pcp-carousel-wrapper .pcp-button-next.top_center,.pcp-carousel-wrapper .pcp-button-prev.top_center{top:0;left:calc(50% + 5px);text-align:center}.pcp-carousel-wrapper .pcp-button-prev.top_center{right:auto;left:calc(50% - 40px)}.pcp-carousel-wrapper .pcp-button-next.top_left,.pcp-carousel-wrapper .pcp-button-prev.top_left{top:0;left:0;text-align:center}.pcp-carousel-wrapper .pcp-button-next.top_left{right:auto;left:40px}.pcp-carousel-wrapper .swiper-button-next::after,.pcp-carousel-wrapper .swiper-button-prev::after{display:none}.swiper-lazy-preloader-black{--swiper-preloader-color:#888}.pcp-carousel-wrapper.center .swiper-slide .sp-pcp-post{transform:scale(.9);opacity:.8;transition:.22s all}.pcp-carousel-wrapper.center .swiper-slide.swiper-slide-active .sp-pcp-post{transform:scale(1.1);opacity:1}.pcp-carousel-wrapper .pcp-button-next.bottom_right,.pcp-carousel-wrapper .pcp-button-prev.bottom_right{bottom:0;right:0;top:auto}.pcp-carousel-wrapper .pcp-button-prev.bottom_right{right:44px;left:auto}.pcp-carousel-wrapper .pcp-button-next.bottom_center,.pcp-carousel-wrapper .pcp-button-prev.bottom_center{top:auto;bottom:33px;left:calc(50% + 5px);text-align:center}.pcp-carousel-wrapper .pcp-button-prev.bottom_center{right:auto;left:calc(50% - 40px)}.pcp-carousel-wrapper .pcp-button-next.bottom_left,.pcp-carousel-wrapper .pcp-button-prev.bottom_left{top:auto;bottom:0;left:0}.pcp-carousel-wrapper .pcp-button-next.bottom_left{right:auto;left:40px}.sp-pcp-post{direction:ltr}html[dir=rtl] .sp-pcp-post{direction:rtl}.pcp-carousel-wrapper .swiper-pagination-bullets.dots .swiper-pagination-bullet{width:11px;height:11px;opacity:1;margin:0 4px}.pcp-carousel-wrapper .swiper-pagination-bullets.number .swiper-pagination-bullet{margin:0 4px;background:#444;padding:5px 10px;border-radius:0;opacity:1;height:auto;color:#fff;width:auto;margin:3px 3px;display:inline-block;font-size:14px}.sp-pcp-container{width:100%;margin-right:auto;margin-left:auto;position:relative;overflow:hidden}.sp-pcp-row.no-gutters>[class*=sp-pcp-col-]{padding-right:0;padding-left:0}.sp-pcp-row{display:flex;flex-wrap:wrap}.sp-pcp-row [class*=sp-pcp-col-]{width:100%}@media (min-width:1200px){.sp-pcp-row .sp-pcp-col-xl-1{max-width:100%}.sp-pcp-row .sp-pcp-col-xl-2{max-width:50%}.sp-pcp-row .sp-pcp-col-xl-3{max-width:33.22222222%}.sp-pcp-row .sp-pcp-col-xl-4{max-width:25%}.sp-pcp-row .sp-pcp-col-xl-5{max-width:20%}.sp-pcp-row .sp-pcp-col-xl-6{max-width:16.66666666666667%}.sp-pcp-row .sp-pcp-col-xl-7{max-width:14.28571428%}.sp-pcp-row .sp-pcp-col-xl-8{max-width:12.5%}}@media (max-width:1200px){.sp-pcp-row .sp-pcp-col-lg-1{max-width:100%}.sp-pcp-row .sp-pcp-col-lg-2{max-width:50%}.sp-pcp-row .sp-pcp-col-lg-3{max-width:33.22222222%}.sp-pcp-row .sp-pcp-col-lg-4{max-width:25%}.sp-pcp-row .sp-pcp-col-lg-5{max-width:20%}.sp-pcp-row .sp-pcp-col-lg-6{max-width:16.66666666666667%}.sp-pcp-row .sp-pcp-col-lg-7{max-width:14.28571428%}.sp-pcp-row .sp-pcp-col-lg-8{max-width:12.5%}}@media (max-width:992px){.sp-pcp-row .sp-pcp-col-md-1{max-width:100%}.sp-pcp-row .sp-pcp-col-md-2{max-width:50%}.sp-pcp-row .sp-pcp-col-md-2-5{max-width:75%}.sp-pcp-row .sp-pcp-col-md-3{max-width:33.333%}.sp-pcp-row .sp-pcp-col-md-4{max-width:25%}.sp-pcp-row .sp-pcp-col-md-5{max-width:20%}.sp-pcp-row .sp-pcp-col-md-6{max-width:16.66666666666667%}.sp-pcp-row .sp-pcp-col-md-7{max-width:14.28571428%}.sp-pcp-row .sp-pcp-col-md-8{max-width:12.5%}}@media (max-width:768px){.sp-pcp-row .sp-pcp-col-sm-1{max-width:100%}.sp-pcp-row .sp-pcp-col-sm-2{max-width:50%}.sp-pcp-row .sp-pcp-col-sm-2-5{max-width:75%}.sp-pcp-row .sp-pcp-col-sm-3{max-width:33.333%}.sp-pcp-row .sp-pcp-col-sm-4{max-width:25%}.sp-pcp-row .sp-pcp-col-sm-5{max-width:20%}.sp-pcp-row .sp-pcp-col-sm-6{max-width:16.66666666666667%}.sp-pcp-row .sp-pcp-col-sm-7{max-width:14.28571428%}.sp-pcp-row .sp-pcp-col-sm-8{max-width:12.5%}}.pcp-post-pagination.pcp-on-mobile{display:none}@media (max-width:420px){.sp-pcp-row .sp-pcp-col-xs-1{max-width:100%}.sp-pcp-row .sp-pcp-col-xs-2{max-width:50%}.sp-pcp-row .sp-pcp-col-xs-3{max-width:33.22222222%}.sp-pcp-row .sp-pcp-col-xs-4{max-width:25%}.sp-pcp-row .sp-pcp-col-xs-5{max-width:20%}.sp-pcp-row .sp-pcp-col-xs-6{max-width:16.66666666666667%}.sp-pcp-row .sp-pcp-col-xs-7{max-width:14.28571428%}.sp-pcp-row .sp-pcp-col-xs-8{max-width:12.5%}.pcp-post-pagination.pcp-on-mobile:not(.pcp-hide){display:block}.pcp-post-pagination:not(.pcp-on-mobile){display:none}}.pcp-post-pagination{margin-top:20px;margin-bottom:30px}.pcp-post-pagination .page-numbers,.pcp-post-pagination a{background:#fff;color:#5e5e5e;border:2px solid #bbb;width:34px;height:34px;line-height:34px;font-size:14px;text-align:center;display:inline-block;font-weight:700;margin-right:4px;text-decoration:none;font-weight:700;border-radius:3px;transition:all .33s;box-sizing:content-box;cursor:pointer}.pcp-post-pagination a.pcp_next.active,.pcp-post-pagination a.pcp_prev.active{display:none}.pcp-post-pagination .page-numbers.current,.pcp-post-pagination a.active{cursor:auto;color:#fff;background:#e1624b;border-color:#e1624b}.pcp-load-more button{margin-top:20px;box-shadow:none;border:none;border-radius:2px;padding:10px 18px;background:#e1624b;color:#fff;font-size:14px;text-transform:uppercase;font-weight:500}.pcp-hide{display:none}.pcp-post-pagination .page-numbers.pcp-hide,.pcp-post-pagination a.pcp-hide{display:none}.pcp-infinite-scroll-loader svg{stroke:#e1624b}.pcp-carousel-wrapper.standard .sp-pcp-carousel:not(.swiper-initialized,.swiper-container-initialized) .swiper-wrapper{display:flex;width:unset}@media screen and (min-width:992px){.pcp-carousel-wrapper.standard .sp-pcp-carousel:not(.swiper-initialized,.swiper-container-initialized) .swiper-wrapper{margin-left:-20px}.pcp-carousel-wrapper.standard .sp-pcp-carousel:not(.swiper-initialized,.swiper-container-initialized) .swiper-wrapper>.swiper-slide{width:25%;min-width:25%;padding-left:20px}}.pcp-ajax-preloader{text-align:center}.pcp-preloader{background-color:#fff;background-image:url(https://chinaindiefilm.com/wp-content/plugins/post-carousel/public/assets/css/../img/preloader.svg);background-repeat:no-repeat;background-position:center center;position:absolute;z-index:9999;width:100%;height:100%;visibility:visible}.block-editor-page a.sp_sps_block_edit_button,a.sp_sps_block_edit_button{display:inline-block;text-decoration:underline;font-size:16px;margin:10px 0}.elementor-default .sp-pcp-section .swiper-container:not(.swiper-container-initialized) .swiper-wrapper,.elementor-default .sp-pcp-section .swiper:not(.swiper-initialized) .swiper-wrapper{overflow:initial}.sp-slider_layout .sp-pcp-post.sp-overlay{position:relative;overflow:hidden}.sp-slider_layout .sp-pcp-post .sp-pcp-post-thumb-area{position:relative;text-align:center}.sp-slider_layout .sp-pcp-post .pcp-post-thumb-wrapper{margin:0}.sp-slider_layout .sp-pcp-post .pcp-post-thumb-wrapper{overflow:hidden;display:block}.sp-slider_layout .sp-pcp-post .sp-pcp-post-details{display:flex;align-items:center}.sp-slider_layout .sp-pcp-post .sp-pcp-post-details{background:rgba(0,0,0,.5)}.sp-slider_layout .sp-pcp-post-details-content{width:100%;text-align:center;padding:0 15px}.sp-slider_layout .sp-pcp-post .sp-pcp-post-details-content .sp-pcp-post-meta{text-align:center}.sp-slider_layout .sp-pcp-post .sp-pcp-post-details{position:absolute;bottom:0;left:0;top:0;right:0}.sps-list-layout .sp-pcp-post.left-thumb{align-items:flex-start;flex-direction:unset;gap:20px}.sps-list-layout .sp-pcp-post.left-thumb .sp-pcp-post-details{max-width:calc(60% - 20px)}.sps-list-layout .sp-pcp-post.left-thumb .pcp-post-thumb-wrapper{order:unset;margin:0;max-width:40%;flex-shrink:0}.sp-pcp-post.left-thumb{display:flex;align-items:flex-start;flex-direction:unset}.sp-pcp-post.left-thumb .sp-pcp-post-details{margin-left:20px}.thumbnails_slider .sp-pcp-post.left-thumb .sp-pcp-post-details{margin-left:1px}.sp-pcp-post.left-thumb .pcp-post-thumb-wrapper{order:unset;margin:0;max-width:40%}.sp-pcp-post.right-thumb{display:flex;align-items:flex-start;flex-direction:row-reverse}.sp-pcp-post.right-thumb .pcp-post-thumb-wrapper{order:unset;flex:0 0 40%;margin:0}.sp-pcp-post.right-thumb .sp-pcp-post-details{text-align:right;margin-right:20px}
.wpml-ls-menu-item .wpml-ls-flag{display:inline;vertical-align:baseline}.wpml-ls-menu-item .wpml-ls-flag+span{margin-left:.3em}.rtl .wpml-ls-menu-item .wpml-ls-flag+span{margin-left:0;margin-right:.3em}ul .wpml-ls-menu-item a{display:flex;align-items:center}
.is-menu a,.is-menu a:focus,.is-menu a:hover,.is-menu:hover>a{background:0 0!important;outline:0}.is-screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);color:#000;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}.is-menu,form .is-link-container{position:relative}.is-menu a{line-height:1}.is-menu a::after,.is-menu a::before{display:none!important}.is-menu.default form{max-width:310px}.is-menu.is-dropdown form{display:none;min-width:310px;max-width:100%;position:absolute;right:0;top:100%;z-index:9}.is-menu.full-width-menu form,.is-menu.sliding form{min-width:0!important;overflow:hidden;position:absolute;right:0;top:25%;width:0;z-index:99;padding:0;margin:0}.is-menu.full-width-menu form:not(.is-search-form) input[type=search],.is-menu.full-width-menu form:not(.is-search-form) input[type=text],.is-menu.is-dropdown form:not(.is-search-form) input[type=search],.is-menu.is-dropdown form:not(.is-search-form) input[type=text],.is-menu.sliding form:not(.is-search-form) input[type=search],.is-menu.sliding form:not(.is-search-form) input[type=text],.is-popup-search-form form:not(.is-search-form) input[type=search],.is-popup-search-form form:not(.is-search-form) input[type=text]{background:#fff;color:#000}.is-menu.is-first form{right:auto;left:0}.is-menu.full-width-menu.open .search-close,.is-menu.full-width-menu:not(.open) form,.is-menu.is-dropdown form[style="display: block;"]+.search-close,.is-menu.sliding.open .search-close,.is-menu.sliding:not(.open) form,form:hover+.is-link-container,form:hover>.is-link-container{display:block}.is-form-style-2 .is-search-submit,.is-link-container,.is-menu form .screen-reader-text,.search-close{display:none}.is-menu form label{margin:0;padding:0}.is-menu-wrapper{display:none;position:absolute;right:5px;top:5px;width:auto;z-index:9999}.popup-search-close,.search-close{cursor:pointer;width:20px;height:20px}.is-menu-wrapper.is-expanded{width:100%}.admin-bar .is-menu-wrapper{top:51px}.is-menu-wrapper .is-menu{float:right}.is-menu-wrapper .is-menu form{right:0;left:auto}.gsc-cse-search-menu{max-width:310px;float:right}.gsc-cse-search-menu .cse .gsc-control-cse,.gsc-cse-search-menu .gsc-control-cse{padding:0}.is-menu .search-icon-path{fill:#848484}.search-close{position:absolute;right:-22px;top:33%;z-index:99999}.is-menu.is-first .search-close{right:auto;left:-22px}.is-menu.is-dropdown .search-close{top:calc(100% + 7px)}.popup-search-close{z-index:99999;float:right;position:relative;margin:20px 20px 0 0}#is-popup-wrapper{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(4,4,4,.91);z-index:999999}.is-popup-search-form form{width:80%;margin:20% auto 0}.is-popup-search-form form.is-ajax-search{margin:10% auto 0}.popup-search-close:after,.search-close:after{border-left:2px solid #848484;content:'';height:20px;left:9px;position:absolute;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.popup-search-close:before,.search-close:before{border-left:2px solid #848484;content:'';height:20px;left:9px;position:absolute;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.is-highlight{background-color:#ffffb9;color:#222}@media screen and (max-width:910px){.is-menu form{left:0;min-width:50%;right:auto}.is-menu.default form{max-width:100%}.is-menu.full-width-menu.active-search{position:relative}.is-menu-wrapper{display:block}}.is-form-style label,.is-menu.full-width-menu.is-first button.is-search-submit,.is-menu.sliding.is-first button.is-search-submit{display:inline-block!important}form .is-link-container div{position:absolute;width:200px;bottom:-25px;left:5px;z-index:99999;height:auto;line-height:14px;padding:10px 15px}form .is-link-container a{text-decoration:none;font-size:14px;font-weight:100;font-family:arial;box-shadow:none}form .is-link-container a:hover{text-decoration:underline}form .is-link-container a.is-customize-link{margin-left:15px}.is-form-style label{padding:0;vertical-align:middle;margin:0;width:100%;line-height:1}.is-form-style{line-height:1;position:relative;padding:0!important}.is-form-style.is-form-style-3 label{width:calc(100% - 36px)!important}.is-form-style input.is-search-input{background:#fff;background-image:none!important;color:#333;padding:0 12px;margin:0;outline:0!important;font-size:14px!important;height:36px;min-height:0;line-height:1;border-radius:0;border:1px solid #ccc!important;font-family:arial;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-webkit-border-radius:0}.is-form-style input.is-search-input::-ms-clear{display:none;width:0;height:0}.is-form-style input.is-search-input::-ms-reveal{display:none;width:0;height:0}.is-form-style input.is-search-input::-webkit-search-cancel-button,.is-form-style input.is-search-input::-webkit-search-decoration,.is-form-style input.is-search-input::-webkit-search-results-button,.is-form-style input.is-search-input::-webkit-search-results-decoration{display:none}.is-form-style.is-form-style-3 input.is-search-input{border-right:0!important}.is-form-style button.is-search-submit{background:0 0;border:0;box-shadow:none!important;opacity:1;padding:0!important;margin:0;line-height:0;outline:0;vertical-align:middle;width:36px;height:36px}.is-menu.full-width-menu.is-first button.is-search-submit:not([style="display: inline-block;"]),.is-menu.sliding.is-first button.is-search-submit:not([style="display: inline-block;"]){visibility:hidden}.is-form-style .is-search-submit path{fill:#555}.is-form-style input.is-search-submit{text-decoration:none;position:absolute;top:0;right:0;padding:0 10px!important;width:auto}.is-search-icon{width:36px;padding-top:6px!important}.is-search-icon svg{width:22px;display:inline}.is-form-style input.is-search-submit,.is-search-icon{display:inline-block!important;color:#666;background:#ededed;box-shadow:none!important;outline:0;margin:0;font-size:14px!important;border:1px solid #ccc;border-radius:0;line-height:1;height:36px;text-transform:capitalize;vertical-align:middle;-webkit-transition:background-color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out;-o-transition:background-color .1s ease-in-out;transition:background-color .1s ease-in-out;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.is-search-icon:hover,form.is-form-style input.is-search-submit:hover{background:#dcdcdc}
:root{--wpds-border-radius-xs:1px;--wpds-border-radius-sm:2px;--wpds-border-radius-md:4px;--wpds-border-radius-lg:8px;--wpds-border-radius-xl:12px;--wpds-border-width-xs:1px;--wpds-border-width-sm:2px;--wpds-border-width-md:4px;--wpds-border-width-lg:8px;--wpds-border-width-focus:2px;--wpds-color-background-surface-neutral:#fcfcfc;--wpds-color-background-surface-neutral-strong:#fff;--wpds-color-background-surface-neutral-weak:#f4f4f4;--wpds-color-background-surface-brand:#ecf0fa;--wpds-color-background-surface-success:#c6f7cd;--wpds-color-background-surface-success-weak:#ebffed;--wpds-color-background-surface-info:#deebfa;--wpds-color-background-surface-info-weak:#f3f9ff;--wpds-color-background-surface-warning:#fde6be;--wpds-color-background-surface-warning-weak:#fff7e1;--wpds-color-background-surface-caution:#fee995;--wpds-color-background-surface-caution-weak:#fff9ca;--wpds-color-background-surface-error:#f6e6e3;--wpds-color-background-surface-error-weak:#fff6f5;--wpds-color-background-interactive-neutral-strong:#2d2d2d;--wpds-color-background-interactive-neutral-strong-active:#1e1e1e;--wpds-color-background-interactive-neutral-strong-disabled:#e6e6e6;--wpds-color-background-interactive-neutral-weak:#0000;--wpds-color-background-interactive-neutral-weak-active:#ededed;--wpds-color-background-interactive-neutral-weak-disabled:#0000;--wpds-color-background-interactive-brand-strong:#3858e9;--wpds-color-background-interactive-brand-strong-active:#2e49d9;--wpds-color-background-interactive-brand-strong-disabled:#e6e6e6;--wpds-color-background-interactive-brand-weak:#0000;--wpds-color-background-interactive-brand-weak-active:#e6eaf4;--wpds-color-background-interactive-brand-weak-disabled:#0000;--wpds-color-background-interactive-error:#0000;--wpds-color-background-interactive-error-active:#fff6f5;--wpds-color-background-interactive-error-disabled:#0000;--wpds-color-background-interactive-error-strong:#cc1818;--wpds-color-background-interactive-error-strong-active:#b90000;--wpds-color-background-interactive-error-strong-disabled:#e6e6e6;--wpds-color-background-interactive-error-weak:#0000;--wpds-color-background-interactive-error-weak-active:#f6e6e3;--wpds-color-background-interactive-error-weak-disabled:#0000;--wpds-color-background-track-neutral-weak:#f0f0f0;--wpds-color-background-track-neutral:#dbdbdb;--wpds-color-background-thumb-neutral-weak:#8d8d8d;--wpds-color-background-thumb-neutral-weak-active:#6e6e6e;--wpds-color-background-thumb-brand:#3858e9;--wpds-color-background-thumb-brand-active:#3858e9;--wpds-color-background-thumb-brand-disabled:#dbdbdb;--wpds-color-background-thumb-neutral-weak-disabled:#dbdbdb;--wpds-color-foreground-content-neutral:#1e1e1e;--wpds-color-foreground-content-neutral-weak:#707070;--wpds-color-foreground-content-success:#002900;--wpds-color-foreground-content-success-weak:#008030;--wpds-color-foreground-content-info:#001b4f;--wpds-color-foreground-content-info-weak:#006bd7;--wpds-color-foreground-content-warning:#2e1900;--wpds-color-foreground-content-warning-weak:#926300;--wpds-color-foreground-content-caution:#281d00;--wpds-color-foreground-content-caution-weak:#826a00;--wpds-color-foreground-content-error:#470000;--wpds-color-foreground-content-error-weak:#cc1818;--wpds-color-foreground-interactive-neutral:#1e1e1e;--wpds-color-foreground-interactive-neutral-active:#1e1e1e;--wpds-color-foreground-interactive-neutral-disabled:#8d8d8d;--wpds-color-foreground-interactive-neutral-strong:#f0f0f0;--wpds-color-foreground-interactive-neutral-strong-active:#f0f0f0;--wpds-color-foreground-interactive-neutral-strong-disabled:#8d8d8d;--wpds-color-foreground-interactive-neutral-weak:#707070;--wpds-color-foreground-interactive-neutral-weak-active:#1e1e1e;--wpds-color-foreground-interactive-neutral-weak-disabled:#8d8d8d;--wpds-color-foreground-interactive-brand:#3858e9;--wpds-color-foreground-interactive-brand-active:#0b0070;--wpds-color-foreground-interactive-brand-disabled:#8d8d8d;--wpds-color-foreground-interactive-brand-strong:#eff0f2;--wpds-color-foreground-interactive-brand-strong-active:#eff0f2;--wpds-color-foreground-interactive-brand-strong-disabled:#8d8d8d;--wpds-color-foreground-interactive-error:#cc1818;--wpds-color-foreground-interactive-error-active:#470000;--wpds-color-foreground-interactive-error-disabled:#8d8d8d;--wpds-color-foreground-interactive-error-strong:#f2efef;--wpds-color-foreground-interactive-error-strong-active:#f2efef;--wpds-color-foreground-interactive-error-strong-disabled:#8d8d8d;--wpds-color-stroke-surface-neutral:#dbdbdb;--wpds-color-stroke-surface-neutral-weak:#f0f0f0;--wpds-color-stroke-surface-neutral-strong:#8d8d8d;--wpds-color-stroke-surface-brand:#b0bbd6;--wpds-color-stroke-surface-brand-strong:#3858e9;--wpds-color-stroke-surface-success:#94d29e;--wpds-color-stroke-surface-success-strong:#008030;--wpds-color-stroke-surface-info:#a9c6e7;--wpds-color-stroke-surface-info-strong:#006bd7;--wpds-color-stroke-surface-warning:#e1bc7c;--wpds-color-stroke-surface-warning-strong:#926300;--wpds-color-stroke-surface-caution:#cfc28d;--wpds-color-stroke-surface-caution-strong:#826a00;--wpds-color-stroke-surface-error:#dab1aa;--wpds-color-stroke-surface-error-strong:#cc1818;--wpds-color-stroke-interactive-neutral:#8d8d8d;--wpds-color-stroke-interactive-neutral-active:#6e6e6e;--wpds-color-stroke-interactive-neutral-disabled:#dbdbdb;--wpds-color-stroke-interactive-neutral-strong:#6e6e6e;--wpds-color-stroke-interactive-brand:#3858e9;--wpds-color-stroke-interactive-brand-active:#2337c8;--wpds-color-stroke-interactive-brand-disabled:#dbdbdb;--wpds-color-stroke-interactive-error:#cc1818;--wpds-color-stroke-interactive-error-active:#9d0000;--wpds-color-stroke-interactive-error-disabled:#dbdbdb;--wpds-color-stroke-interactive-error-strong:#cc1818;--wpds-color-stroke-focus:#3858e9;--wpds-cursor-control:pointer;--wpds-dimension-padding-xs:4px;--wpds-dimension-padding-sm:8px;--wpds-dimension-padding-md:12px;--wpds-dimension-padding-lg:16px;--wpds-dimension-padding-xl:20px;--wpds-dimension-padding-2xl:24px;--wpds-dimension-padding-3xl:32px;--wpds-dimension-gap-xs:4px;--wpds-dimension-gap-sm:8px;--wpds-dimension-gap-md:12px;--wpds-dimension-gap-lg:16px;--wpds-dimension-gap-xl:24px;--wpds-dimension-gap-2xl:32px;--wpds-dimension-gap-3xl:40px;--wpds-dimension-size-5xs:4px;--wpds-dimension-size-4xs:8px;--wpds-dimension-size-3xs:12px;--wpds-dimension-size-2xs:16px;--wpds-dimension-size-xs:20px;--wpds-dimension-size-sm:24px;--wpds-dimension-size-md:32px;--wpds-dimension-size-lg:40px;--wpds-dimension-surface-width-xs:240px;--wpds-dimension-surface-width-sm:320px;--wpds-dimension-surface-width-md:400px;--wpds-dimension-surface-width-lg:560px;--wpds-dimension-surface-width-xl:720px;--wpds-dimension-surface-width-2xl:960px;--wpds-motion-duration-xs:50ms;--wpds-motion-duration-sm:100ms;--wpds-motion-duration-md:200ms;--wpds-motion-duration-lg:300ms;--wpds-motion-duration-xl:400ms;--wpds-motion-easing-subtle:cubic-bezier(0.15,0,0.15,1);--wpds-motion-easing-balanced:cubic-bezier(0.4,0,0.2,1);--wpds-motion-easing-expressive:cubic-bezier(0.25,0,0,1);--wpds-typography-font-family-heading:-apple-system,system-ui,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;--wpds-typography-font-family-body:-apple-system,system-ui,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;--wpds-typography-font-family-mono:"Menlo","Consolas",monaco,monospace;--wpds-typography-font-size-xs:11px;--wpds-typography-font-size-sm:12px;--wpds-typography-font-size-md:13px;--wpds-typography-font-size-lg:15px;--wpds-typography-font-size-xl:20px;--wpds-typography-font-size-2xl:32px;--wpds-typography-line-height-xs:16px;--wpds-typography-line-height-sm:20px;--wpds-typography-line-height-md:24px;--wpds-typography-line-height-lg:28px;--wpds-typography-line-height-xl:32px;--wpds-typography-line-height-2xl:40px;--wpds-typography-font-weight-default:400;--wpds-typography-font-weight-emphasis:600}@media (min-resolution:192dpi){:root{--wpds-border-width-focus:1.5px}}:root[data-wpds-root-provider=true][data-wpds-corner-radius=none],[data-wpds-corner-radius=none]{--wpds-border-radius-xs:0px;--wpds-border-radius-sm:0px;--wpds-border-radius-md:0px;--wpds-border-radius-lg:0px;--wpds-border-radius-xl:0px}:root[data-wpds-root-provider=true][data-wpds-corner-radius=subtle],[data-wpds-corner-radius=subtle]{--wpds-border-radius-xs:1px;--wpds-border-radius-sm:2px;--wpds-border-radius-md:4px;--wpds-border-radius-lg:8px;--wpds-border-radius-xl:12px}:root[data-wpds-root-provider=true][data-wpds-corner-radius=moderate],[data-wpds-corner-radius=moderate]{--wpds-border-radius-xs:6px;--wpds-border-radius-sm:8px;--wpds-border-radius-md:12px;--wpds-border-radius-lg:16px;--wpds-border-radius-xl:20px}:root[data-wpds-root-provider=true][data-wpds-corner-radius=pronounced],[data-wpds-corner-radius=pronounced]{--wpds-border-radius-xs:18px;--wpds-border-radius-sm:20px;--wpds-border-radius-md:22px;--wpds-border-radius-lg:24px;--wpds-border-radius-xl:26px}
@charset "UTF-8";@media not (prefers-reduced-motion){.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:top left}.components-animate__appear.is-from-top.is-from-right{transform-origin:top right}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:bottom left}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:bottom right}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}@media not (prefers-reduced-motion){.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}.components-animate__slide-in.is-from-left{transform:translateX(100%)}.components-animate__slide-in.is-from-right{transform:translateX(-100%)}}@keyframes components-animate__slide-in-animation{to{transform:translateX(0)}}@media not (prefers-reduced-motion){.components-animate__loading{animation:components-animate__loading 1.6s ease-in-out infinite}}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content{min-width:200px;padding:8px}.components-autocomplete__result.components-button{display:flex;font-weight:var(--wpds-typography-font-weight-default,400);height:auto;min-height:36px;text-align:left;width:100%}.components-autocomplete__result.components-button:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid transparent}.components-badge{box-sizing:border-box}.components-badge *,.components-badge :after,.components-badge :before{box-sizing:inherit}.components-badge{background-color:color-mix(in srgb,#fff 90%,var(--base-color));border-radius:2px;color:color-mix(in srgb,#000 50%,var(--base-color));display:inline-block;line-height:0;max-width:100%;min-height:24px;padding:2px 8px}.components-badge:where(.is-default){background-color:#f0f0f0;color:#2f2f2f}.components-badge.has-icon{padding-inline-start:4px}.components-badge.is-info{--base-color:#3858e9}.components-badge.is-warning{--base-color:#f0b849}.components-badge.is-error{--base-color:#cc1818}.components-badge.is-success{--base-color:#4ab866}.components-badge__flex-wrapper{align-items:center;display:inline-flex;font-size:12px;font-weight:400;gap:2px;line-height:20px;max-width:100%}.components-badge__icon{flex-shrink:0}.components-badge__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-button-group{display:inline-block}.components-button-group .components-button{border-color:#1e1e1e;border-radius:0;color:#1e1e1e;display:inline-flex}.components-button-group .components-button+.components-button{margin-left:-1px}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0}.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{position:relative;z-index:1}.components-button:focus:is(a){box-shadow:none}.components-button:focus{outline:none}.components-button:focus:not(:active){outline:var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px)) solid var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9));outline-offset:var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px))}.components-button{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:1px solid transparent;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,var(--wpds-color-foreground-content-neutral,#1e1e1e));cursor:var(--wpds-cursor-control,pointer);display:inline-flex;font-family:inherit;font-size:13px;font-weight:var(--wpds-typography-font-weight-emphasis,600);height:36px;margin:0;padding:4px 12px;text-decoration:none}.components-button.is-next-40px-default-size{height:40px}.components-button:hover:not(:disabled,[aria-disabled=true]),.components-button[aria-expanded=true]{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));text-decoration:none;text-shadow:none;white-space:nowrap}.components-button.is-primary,.components-button.is-primary:hover:not(:disabled){color:var(--wp-components-color-accent-inverted,var(--wpds-color-foreground-interactive-brand-strong,#fff))}.components-button.is-primary:hover:not(:disabled){background:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6))}.components-button.is-primary:active:not(:disabled){background:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-inverted,var(--wpds-color-foreground-interactive-brand-strong,#fff))}.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:hsla(0,0%,100%,.4)}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 70%,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 70%);background-size:100px 100%;color:var(--wp-components-color-accent-inverted,var(--wpds-color-foreground-interactive-brand-strong,#fff))}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{background:transparent;color:#949494;transform:none}@media not (prefers-reduced-motion){.components-button.is-secondary{transition:border-color .1s linear}}.components-button.is-secondary{background:transparent;border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));white-space:nowrap}.components-button.is-secondary:active:not(:disabled){border-color:transparent}.components-button.is-secondary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,transparent);border-color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-secondary:focus:not(:active){border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus){border-color:var(--wpds-color-stroke-interactive-neutral-disabled,#dbdbdb)}.components-button.is-tertiary{background:transparent;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));white-space:nowrap}.components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,transparent);color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 8%,transparent)}p+.components-button.is-tertiary{margin-left:-6px}.components-button.is-destructive{--wp-components-color-accent:#cc1818;--wp-components-color-accent-darker-10:#9e1313;--wp-components-color-accent-darker-20:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){color:#cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled,[aria-disabled=true]){color:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled,[aria-disabled=true]){background:#ccc}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled,.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true]{color:#949494}.components-button.is-destructive.is-secondary:hover:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:rgba(204,24,24,.04)}.components-button.is-destructive.is-secondary:active:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:rgba(204,24,24,.08)}.components-button.is-link{background:none;border:0;border-radius:0;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));font-weight:var(--wpds-typography-font-weight-default,400);margin:0;outline:none;padding:0;text-align:left;text-decoration:underline;text-decoration-thickness:from-font;text-underline-offset:.2em}@media not (prefers-reduced-motion){.components-button.is-link{transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out}}.components-button.is-link{height:auto}.components-button.is-link:focus:not(:active){border-radius:2px;text-decoration:none}.components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{color:#949494}.components-button:not(:disabled,[aria-disabled=true]):active{color:var(--wp-components-color-foreground,var(--wpds-color-foreground-content-neutral,#1e1e1e))}.components-button:disabled,.components-button[aria-disabled=true]{color:#949494;cursor:default}@media not (prefers-reduced-motion){.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:components-button__busy-animation 2.5s linear infinite}}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);background-size:100px 100%}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0}.components-button.is-small{font-size:11px;height:var(--wpds-dimension-size-sm,24px);line-height:22px;padding:0 8px}.components-button.is-small.has-icon:not(.has-text){min-width:var(--wpds-dimension-size-sm,24px);padding:0}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px}.components-button.has-icon.is-next-40px-default-size{min-width:40px}.components-button.has-icon .dashicon{align-items:center;box-sizing:content-box;display:inline-flex;justify-content:center;padding:2px}.components-button.has-icon.has-text{gap:4px;justify-content:start;padding-left:8px;padding-right:12px}.components-button.has-icon.has-text.has-icon-right{padding-left:12px;padding-right:8px}.components-button.has-icon:not(.has-text) .dashicon,.components-button.has-icon:not(.has-text) svg{margin-inline:-1px}.components-button.is-pressed,.components-button.is-pressed:hover{color:var(--wp-components-color-foreground-inverted,var(--wpds-color-background-surface-neutral,#fcfcfc))}.components-button.is-pressed:hover:not(:disabled,[aria-disabled=true]),.components-button.is-pressed:not(:disabled,[aria-disabled=true]){background:var(--wp-components-color-foreground,var(--wpds-color-foreground-content-neutral,#1e1e1e))}.components-button.is-pressed:disabled,.components-button.is-pressed[aria-disabled=true]{color:#949494}.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary){background:#949494;color:var(--wp-components-color-foreground-inverted,var(--wpds-color-background-surface-neutral,#fcfcfc))}.components-button svg{fill:currentColor;flex-shrink:0;outline:none}@media (forced-colors:active){.components-button svg{fill:CanvasText}}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-calendar{background-color:var(--wp-components-color-background,var(--wpds-color-background-surface-neutral-strong,#fff));color:var(--wp-components-color-foreground,var(--wpds-color-foreground-content-neutral,#1e1e1e));display:inline-block;font-size:13px;font-weight:var(--wpds-typography-font-weight-default,400);position:relative;z-index:0}.components-calendar,.components-calendar *,.components-calendar :after,.components-calendar :before{box-sizing:border-box}.components-calendar__day{padding:0;position:relative}.components-calendar__day:has(.components-calendar__day-button:disabled){color:var(--wp-components-color-gray-400,var(--wpds-color-stroke-interactive-neutral,#8d8d8d))}.components-calendar__day:has(.components-calendar__day-button:focus-visible),.components-calendar__day:has(.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__day-button{align-items:center;background:none;border:none;border-radius:2px;color:inherit;cursor:var(--wpds-cursor-control,pointer);display:flex;font:inherit;font-variant-numeric:tabular-nums;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px}.components-calendar__day-button:before{border:none;border-radius:2px;content:"";inset:0;position:absolute;z-index:-1}.components-calendar__day-button:after{content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.components-calendar__day-button:disabled{cursor:revert}@media (forced-colors:active){.components-calendar__day-button:disabled{text-decoration:line-through}}.components-calendar__day-button:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-offset:1px}.components-calendar__caption-label{align-items:center;border:0;display:inline-flex;position:relative;text-transform:capitalize;white-space:nowrap;z-index:1}.components-calendar__button-next,.components-calendar__button-previous{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;border-radius:2px;color:inherit;cursor:var(--wpds-cursor-control,pointer);display:inline-flex;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px}.components-calendar__button-next:disabled,.components-calendar__button-next[aria-disabled=true],.components-calendar__button-previous:disabled,.components-calendar__button-previous[aria-disabled=true]{color:var(--wp-components-color-gray-600,var(--wpds-color-stroke-interactive-neutral,#8d8d8d));cursor:revert}.components-calendar__button-next:focus-visible,.components-calendar__button-previous:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__chevron{fill:currentColor;display:inline-block;height:16px;width:16px}.components-calendar[dir=rtl] .components-calendar__nav .components-calendar__chevron{transform:rotate(180deg);transform-origin:50%}.components-calendar__month-caption{align-content:center;display:flex;height:32px;justify-content:center;margin-bottom:12px}.components-calendar__months{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;max-width:-moz-fit-content;max-width:fit-content;position:relative}.components-calendar__month-grid{border-collapse:separate;border-spacing:0 4px}.components-calendar__nav{align-items:center;display:flex;height:32px;inset-block-start:0;inset-inline-end:0;inset-inline-start:0;justify-content:space-between;position:absolute}.components-calendar__weekday{color:var(--wp-components-color-gray-700,var(--wpds-color-foreground-content-neutral-weak,#707070));height:32px;padding:0;text-align:center;text-transform:uppercase;width:32px}.components-calendar__day--today:after{border:2px solid;border-radius:50%;content:"";height:0;inset-block-start:2px;inset-inline-end:2px;position:absolute;width:0;z-index:1}.components-calendar__day--selected:not(.components-calendar__range-middle):has(.components-calendar__day-button,.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-foreground-inverted,var(--wpds-color-background-surface-neutral,#fcfcfc))}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:before{background-color:var(--wp-components-color-foreground,var(--wpds-color-foreground-content-neutral,#1e1e1e));border:1px solid transparent}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:disabled:before{background-color:var(--wp-components-color-gray-400,var(--wpds-color-stroke-interactive-neutral,#8d8d8d))}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:hover:not(:disabled):before{background-color:var(--wp-components-color-gray-800,var(--wpds-color-foreground-content-neutral,#1e1e1e))}.components-calendar__day--outside{color:var(--wp-components-color-gray-600,var(--wpds-color-stroke-interactive-neutral,#8d8d8d))}.components-calendar__day--hidden{visibility:hidden}.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button,.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button:before{border-end-end-radius:0;border-start-end-radius:0}.components-calendar__range-middle .components-calendar__day-button:before{background-color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,transparent);border-color:transparent;border-radius:0;border-style:solid;border-width:1px 0}.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button,.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button:before{border-end-start-radius:0;border-start-start-radius:0}.components-calendar__day--preview svg{color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 16%,transparent);inset:0;pointer-events:none;position:absolute}@media (forced-colors:active){.components-calendar__day--preview svg{color:inherit}}.components-calendar[dir=rtl] .components-calendar__day--preview svg{transform:scaleX(-1)}.components-calendar__day--preview.components-calendar__range-middle .components-calendar__day-button:before{border:none}@keyframes slide-in-left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slide-in-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slide-out-left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes slide-out-right{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:0s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.4,0,.2,1)}@media not (prefers-reduced-motion){.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:.3s}}.components-calendar[dir=rtl] .components-calendar__weeks-after-enter,.components-calendar__weeks-before-enter{animation-name:slide-in-left}.components-calendar[dir=rtl] .components-calendar__weeks-after-exit,.components-calendar__weeks-before-exit{animation-name:slide-out-left}.components-calendar[dir=rtl] .components-calendar__weeks-before-enter,.components-calendar__weeks-after-enter{animation-name:slide-in-right}.components-calendar[dir=rtl] .components-calendar__weeks-before-exit,.components-calendar__weeks-after-exit{animation-name:slide-out-right}.components-calendar__caption-after-enter{animation-name:fade-in}.components-calendar__caption-after-exit{animation-name:fade-out}.components-calendar__caption-before-enter{animation-name:fade-in}.components-calendar__caption-before-exit{animation-name:fade-out}.components-checkbox-control{--checkbox-input-size:24px}@media (min-width:600px){.components-checkbox-control{--checkbox-input-size:16px}}.components-checkbox-control{--checkbox-input-margin:8px}.components-checkbox-control__label{line-height:var(--checkbox-input-size)}.components-checkbox-control:not(:has(:disabled)) .components-checkbox-control__label{cursor:var(--wpds-cursor-control,pointer)}.components-checkbox-control__input[type=checkbox]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin-right:12px;padding:6px 8px;transition:none}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]::-moz-placeholder{color:rgba(30,30,30,.62)}.components-checkbox-control__input[type=checkbox]::placeholder{color:rgba(30,30,30,.62)}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f460";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}.components-checkbox-control__input[type=checkbox]:disabled,.components-checkbox-control__input[type=checkbox][aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}.components-checkbox-control__input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;clear:none;color:#1e1e1e;display:inline-block;height:var(--checkbox-input-size);line-height:0;margin:0 4px 0 0;outline:0;padding:0!important;text-align:center;vertical-align:top;width:var(--checkbox-input-size)}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:border-color .1s ease-in-out}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid transparent;outline-offset:2px}.components-checkbox-control__input[type=checkbox]:not(:disabled):is(:checked,:indeterminate){background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-checkbox-control__input[type=checkbox]:not(:disabled){cursor:var(--wpds-cursor-control,pointer)}.components-checkbox-control__input[type=checkbox]:checked:before{content:none}.components-checkbox-control__input-container{aspect-ratio:1;display:inline-block;flex-shrink:0;line-height:1;margin-right:var(--checkbox-input-margin);position:relative;vertical-align:middle;width:var(--checkbox-input-size)}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:var(--checkbox-input-size);fill:#fff;cursor:var(--wpds-cursor-control,pointer);height:var(--checkmark-size);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--checkmark-size)}@media (min-width:600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:calc(var(--checkbox-input-size) + 4px)}}.components-checkbox-control:has(:disabled) svg.components-checkbox-control__checked,.components-checkbox-control:has(:disabled) svg.components-checkbox-control__indeterminate{fill:var(--wp-components-color-gray-400,var(--wpds-color-stroke-interactive-neutral,#8d8d8d))}.components-checkbox-control__help{display:inline-block;margin-inline-start:calc(var(--checkbox-input-size) + var(--checkbox-input-margin))}.components-circular-option-picker{display:inline-block;isolation:isolate;min-width:188px;width:100%}.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{display:flex;justify-content:flex-end;margin-top:12px}.components-circular-option-picker .components-circular-option-picker__swatches{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.components-circular-option-picker>:not(.components-circular-option-picker__swatches){position:relative;z-index:0}.components-circular-option-picker__option-wrapper{display:inline-block;height:28px;transform:scale(1);vertical-align:top;width:28px}@media not (prefers-reduced-motion){.components-circular-option-picker__option-wrapper{transition:transform .1s ease;will-change:transform}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{height:100%;width:100%}.components-circular-option-picker__option-wrapper:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555D65' d='M6 8V6H4v2zm2 0V6h2v2zm2 8H8v-2h2zm2 0v-2h2v2zm0 2v-2h-2v2H8v2h2v-2zm2 0v2h-2v-2zm2 0h-2v-2h2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2zm-2-4v-2h2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' d='M18 18v2h-2v-2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2zm0 2v-2H6v2zm2 0v-2h2v2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4zm0 4V2H2v2zm2 0V2h2v2zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2z' clip-rule='evenodd'/%3E%3C/svg%3E");border-radius:50%;bottom:1px;content:"";left:1px;position:absolute;right:1px;top:1px;z-index:-1}.components-circular-option-picker__option{aspect-ratio:1;background:transparent;border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;display:inline-block;height:100%!important;vertical-align:top}@media not (prefers-reduced-motion){.components-circular-option-picker__option{transition:box-shadow .1s ease}}.components-circular-option-picker__option{cursor:var(--wpds-cursor-control,pointer)}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{box-shadow:inset 0 0 0 4px;overflow:visible;position:relative;z-index:1}.components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{border-radius:50%;left:2px;pointer-events:none;position:absolute;top:2px;z-index:2}.components-circular-option-picker__option:after{border:1px solid transparent;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.components-circular-option-picker__option:focus:after{border:2px solid #757575;border-radius:50%;box-shadow:inset 0 0 0 2px #fff;content:"";height:calc(100% + 4px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 4px)}.components-circular-option-picker__option.components-button:focus{background-color:transparent;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{background:#fff;color:#fff}.components-circular-option-picker__dropdown-link-action{margin-right:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-palette-edit__popover-gradient-picker{padding:8px;width:260px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{background:#fff linear-gradient(-45deg,transparent 48%,#ddd 0,#ddd 52%,transparent 0);border-radius:50%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);display:inline-block;height:20px;padding:0;width:20px}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{background:var(--wp-components-color-background,var(--wpds-color-background-surface-neutral-strong,#fff));border:none;box-shadow:none;color:var(--wp-components-color-foreground,var(--wpds-color-foreground-content-neutral,#1e1e1e));font-family:inherit;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-combobox-control__suggestions-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid transparent}.components-combobox-control__suggestions-container::-moz-placeholder{color:rgba(30,30,30,.62)}.components-combobox-control__suggestions-container::placeholder{color:rgba(30,30,30,.62)}.components-combobox-control__suggestions-container{align-items:flex-start;display:flex;flex-wrap:wrap;padding:0;width:100%}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid transparent}.components-combobox-control__suggestions-container .components-spinner{margin:0}.components-color-palette__custom-color-wrapper{position:relative;z-index:0}.components-color-palette__custom-color-button{background:none;border:none;border-radius:4px 4px 0 0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);box-sizing:border-box;cursor:var(--wpds-cursor-control,pointer);height:64px;outline:1px solid transparent;position:relative;width:100%}.components-color-palette__custom-color-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-width:2px}.components-color-palette__custom-color-button:after{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;border-radius:3px 3px 0 0;content:"";inset:1px;position:absolute;z-index:-1}.components-color-palette__custom-color-text-wrapper{border-radius:0 0 4px 4px;box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.2),inset 1px 0 0 0 rgba(0,0,0,.2),inset -1px 0 0 0 rgba(0,0,0,.2);font-size:13px;padding:12px 16px;position:relative}.components-color-palette__custom-color-name{color:var(--wp-components-color-foreground,var(--wpds-color-foreground-content-neutral,#1e1e1e));margin:0 1px}.components-color-palette__custom-color-value{color:#757575}.components-color-palette__custom-color-value--is-hex{text-transform:uppercase}.components-color-palette__custom-color-value:empty:after{content:"​";visibility:hidden}.components-custom-gradient-picker__gradient-bar{border-radius:2px;height:48px;position:relative;width:100%;z-index:1}.components-custom-gradient-picker__gradient-bar.has-gradient{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{inset:0;position:absolute}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{margin-left:auto;margin-right:auto;position:relative;width:calc(100% - 48px)}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{display:flex;height:16px;position:absolute;top:16px;width:16px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{background:#fff;border-radius:50%;color:#1e1e1e;height:inherit;min-width:16px!important;padding:2px;position:relative;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{height:100%;width:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 2px 0 rgba(0,0,0,.25);height:inherit;outline:2px solid transparent;padding:0;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff,0 0 2px 0 rgba(0,0,0,.25);outline:1.5px solid transparent}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px}.components-custom-gradient-picker__inserter{direction:ltr}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;height:20px;width:20px}.components-custom-gradient-picker__ui-line{position:relative;z-index:0}.components-drop-zone{border-radius:2px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;z-index:40}.components-drop-zone.is-active{opacity:1;visibility:visible}.components-drop-zone .components-drop-zone__content{align-items:center;background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));bottom:0;color:#fff;display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:50}.components-drop-zone .components-drop-zone__content-inner{opacity:0;transform:scale(.9)}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{opacity:1}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{transition:opacity .2s ease-in-out}}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{opacity:1;transform:scale(1)}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{transition:opacity .1s ease-in-out .1s,transform .1s ease-in-out .1s}}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{fill:currentColor;line-height:0;margin:0 auto 8px;pointer-events:none}.components-drop-zone__content-text{font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-dropdown{display:inline-block}.components-dropdown__content .components-popover__content{padding:8px}.components-dropdown__content .components-popover__content:has(.components-menu-group){padding:0}.components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu>.components-menu-item__button,.components-dropdown__content .components-popover__content:has(.components-menu-group)>.components-menu-item__button{margin:8px;width:auto}.components-dropdown__content [role=menuitem]{white-space:nowrap}.components-dropdown__content .components-menu-group{padding:8px}.components-dropdown__content .components-menu-group+.components-menu-group{border-top:1px solid #ccc;padding:8px}.components-dropdown__content.is-alternate .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-dropdown-menu__toggle{vertical-align:top}.components-dropdown-menu__menu{font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{cursor:var(--wpds-cursor-control,pointer);font-weight:var(--wpds-typography-font-weight-default,400);outline:none;padding:6px;white-space:nowrap;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;overflow:visible;position:relative}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{background-color:var(--wpds-color-stroke-surface-neutral,#dbdbdb);box-sizing:content-box;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:-3px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg{background:#1e1e1e;border-radius:1px;box-shadow:0 0 0 1px #1e1e1e;color:#fff}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{width:auto}.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{height:auto;min-height:32px;padding-left:8px;padding-right:8px;text-align:left}.components-duotone-picker__color-indicator:before{background:transparent}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(-45deg,transparent 48%,#ddd 0,#ddd 52%,transparent 0);color:transparent}.components-duotone-picker__color-indicator>.components-button:hover:not(:disabled):not([aria-disabled=true]),.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:transparent}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-color-list-picker__color-picker{margin:8px 0}.components-color-list-picker__swatch-color{margin:2px}.components-external-link{color:var(--wpds-color-foreground-interactive-brand,var(--wp-admin-theme-color,#3858e9));text-decoration:none}@media not (prefers-reduced-motion){.components-external-link{transition:outline .1s ease-out}}.components-external-link{outline:0 solid transparent;outline-offset:1px}.components-external-link:visited{color:var(--wpds-color-foreground-interactive-brand,var(--wp-admin-theme-color,#3858e9))}.components-external-link:active,.components-external-link:hover{color:var(--wpds-color-foreground-interactive-brand-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 52%,#000))}.components-external-link:focus{border-radius:0;box-shadow:none;outline:var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px)) solid var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9))}.components-external-link__contents{text-decoration:underline;text-decoration-thickness:from-font;text-underline-offset:.2em}.components-external-link__icon{display:inline-block;font-weight:var(--wpds-typography-font-weight-default,400);line-height:1;margin-inline-start:var(--wpds-dimension-padding-xs,4px)}.components-form-toggle{display:inline-block;height:16px;isolation:isolate;position:relative}.components-form-toggle .components-form-toggle__track{background-color:#fff;border:1px solid #949494;border-radius:8px;box-sizing:border-box;content:"";display:inline-block;height:16px;position:relative;vertical-align:top;width:32px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track{transition:background-color .2s ease,border-color .2s ease}}.components-form-toggle .components-form-toggle__track{overflow:hidden}.components-form-toggle .components-form-toggle__track:after{border-top:16px solid transparent;box-sizing:border-box;content:"";inset:0;position:absolute}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track:after{transition:opacity .2s ease}}.components-form-toggle .components-form-toggle__track:after{opacity:0}.components-form-toggle .components-form-toggle__thumb{border-radius:50%;box-sizing:border-box;display:block;height:12px;left:2px;position:absolute;top:2px;width:12px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__thumb{transition:transform .2s ease,background-color .2s ease-out}}.components-form-toggle .components-form-toggle__thumb{background-color:#1e1e1e;border:6px solid transparent;box-shadow:0 1px 1px rgba(0,0,0,.03),0 1px 2px rgba(0,0,0,.02),0 3px 3px rgba(0,0,0,.02),0 4px 4px rgba(0,0,0,.01)}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-toggle.is-checked .components-form-toggle__track:after{opacity:1}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid transparent;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translateX(16px)}.components-disabled .components-form-toggle .components-form-toggle__track,.components-form-toggle.is-disabled .components-form-toggle__track{background-color:var(--wp-components-color-gray-100,var(--wpds-color-background-surface-neutral,#fcfcfc));border-color:var(--wpds-color-stroke-interactive-neutral-disabled,#dbdbdb)}@media (forced-colors:active){.components-disabled .components-form-toggle .components-form-toggle__track,.components-form-toggle.is-disabled .components-form-toggle__track{border-color:GrayText}}.components-disabled .components-form-toggle .components-form-toggle__thumb,.components-form-toggle.is-disabled .components-form-toggle__thumb{background-color:var(--wp-components-color-gray-400,var(--wpds-color-stroke-interactive-neutral,#8d8d8d));box-shadow:none}@media (forced-colors:active){.components-disabled .components-form-toggle .components-form-toggle__thumb,.components-form-toggle.is-disabled .components-form-toggle__thumb{border-color:GrayText}}.components-disabled .components-form-toggle.is-checked .components-form-toggle__track,.components-form-toggle.is-disabled.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-gray-400,var(--wpds-color-stroke-interactive-neutral,#8d8d8d));border-color:var(--wp-components-color-gray-400,var(--wpds-color-stroke-interactive-neutral,#8d8d8d))}@media (forced-colors:active){.components-disabled .components-form-toggle.is-checked .components-form-toggle__track,.components-form-toggle.is-disabled.is-checked .components-form-toggle__track{border-color:GrayText}.components-disabled .components-form-toggle.is-checked .components-form-toggle__track:after,.components-form-toggle.is-disabled.is-checked .components-form-toggle__track:after{border-top-color:GrayText}}.components-disabled .components-form-toggle.is-checked .components-form-toggle__thumb,.components-form-toggle.is-disabled.is-checked .components-form-toggle__thumb{background-color:#fff}.components-form-toggle input.components-form-toggle__input[type=checkbox]{border:none;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{background:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{content:""}.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled,[aria-disabled=true]){cursor:var(--wpds-cursor-control,pointer)}.components-form-token-field__input-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-form-token-field__input-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid transparent}.components-form-token-field__input-container::-moz-placeholder{color:rgba(30,30,30,.62)}.components-form-token-field__input-container::placeholder{color:rgba(30,30,30,.62)}.components-form-token-field__input-container{cursor:text;padding:0;width:100%}.components-form-token-field__input-container.is-disabled{background:var(--wp-components-color-gray-100,var(--wpds-color-background-surface-neutral,#fcfcfc));border-color:var(--wp-components-color-gray-400,var(--wpds-color-stroke-interactive-neutral,#8d8d8d));cursor:default}.components-form-token-field__input-container.is-active{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid transparent}.components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:var(--wp-components-color-foreground,var(--wpds-color-foreground-content-neutral,#1e1e1e));display:inline-block;flex:1;font-family:inherit;font-size:16px;line-height:1;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media (min-width:600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;max-width:100%}.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.components-form-token-field__token.is-disabled .components-form-token-field__remove-token.components-button,.components-form-token-field__token.is-disabled .components-form-token-field__token-text{background:var(--wp-components-color-gray-100,var(--wpds-color-background-surface-neutral,#fcfcfc));color:var(--wp-components-color-gray-600,var(--wpds-color-stroke-interactive-neutral,#8d8d8d))}.components-form-token-field__token.is-borderless{padding:0 24px 0 0;position:relative}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:transparent}.components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:transparent;color:#757575;position:absolute;right:0;top:1px}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{color:#cc1818;padding:0 4px 0 6px}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;min-width:unset}@media not (prefers-reduced-motion){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{transition:all .2s cubic-bezier(.4,1,.4,1)}}.components-form-token-field__token-text{border-radius:1px 0 0 1px;line-height:24px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.components-form-token-field__remove-token.components-button{border-radius:0 1px 1px 0;color:#1e1e1e;line-height:10px;overflow:initial}.components-form-token-field__remove-token.components-button:hover:not(:disabled){color:#1e1e1e}.components-form-token-field__suggestions-list{flex:1 0 100%;max-height:128px;min-width:100%;overflow-y:auto}@media not (prefers-reduced-motion){.components-form-token-field__suggestions-list{transition:all .15s ease-in-out}}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;list-style:none;margin:0;padding:0}.components-form-token-field__suggestion{box-sizing:border-box;color:var(--wp-components-color-foreground,var(--wpds-color-foreground-content-neutral,#1e1e1e));display:block;font-size:13px;margin:0;min-height:32px;padding:8px 12px}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-foreground-inverted,var(--wpds-color-background-surface-neutral,#fcfcfc))}.components-form-token-field__suggestion[aria-disabled=true]{color:#949494;pointer-events:none}.components-form-token-field__suggestion[aria-disabled=true].is-selected{background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,transparent)}.components-form-token-field__suggestion:not(.is-empty){cursor:var(--wpds-cursor-control,pointer)}@media (min-width:600px){.components-guide{width:600px}}.components-guide .components-modal__content{margin-top:0;padding:0}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;height:64px;padding:0;position:sticky}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-64px;min-height:100%}.components-guide .components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide .components-guide__page{min-height:300px}}.components-guide .components-guide__footer{align-content:center;display:flex;height:36px;justify-content:center;margin:0 0 24px;padding:0 24px;position:relative;width:100%}.components-guide .components-guide__page-control{margin:0;text-align:center}.components-guide .components-guide__page-control li{display:inline-block;margin:0}.components-guide .components-guide__page-control .components-button{color:#e0e0e0;margin:-6px 0}.components-guide .components-guide__page-control li[aria-current=step] .components-button{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-modal__frame.components-guide{border:none;max-height:575px;min-width:312px}@media (max-width:600px){.components-modal__frame.components-guide{margin:auto;max-width:calc(100vw - 32px)}}.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{position:absolute}.components-button.components-guide__back-button{left:24px}.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{right:24px}[role=region]{position:relative}[role=region].interface-interface-skeleton__content:focus-visible:after{bottom:0;box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1) + .5px) hsla(0,0%,100%,.7);content:"";left:0;outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-2/var(--wp-block-editor-iframe-zoom-out-scale, 1));outline-style:solid;outline-width:calc(var(--wp-admin-border-width-focus)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1));pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions [role=region]:focus:after{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1) + .5px) hsla(0,0%,100%,.7);outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-2/var(--wp-block-editor-iframe-zoom-out-scale, 1));outline-style:solid;outline-width:calc(var(--wp-admin-border-width-focus)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1))}.components-menu-group+.components-menu-group{border-top:1px solid #1e1e1e;padding-top:8px}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group:has(>div:empty){display:none}.components-menu-group__label{color:#757575;font-size:11px;font-weight:var(--wpds-typography-font-weight-emphasis,600);margin-bottom:12px;margin-top:4px;padding:0 8px;text-transform:uppercase;white-space:nowrap}.components-menu-item__button,.components-menu-item__button.components-button{font-weight:var(--wpds-typography-font-weight-default,400);width:100%}.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{box-sizing:initial;padding-right:48px}.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{display:inline-block;flex:0 0 auto}.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{margin-left:24px;margin-right:-2px}.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{margin-left:8px}.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{margin-left:-2px;margin-right:8px}.components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{justify-content:center}.components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{margin-right:0}.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{background:none;color:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));opacity:.3}.components-menu-item__info-wrapper{display:flex;flex-direction:column;margin-right:auto}.components-menu-item__info{color:#757575;font-size:12px;margin-top:4px;white-space:normal}.components-menu-item__item{align-items:center;display:inline-flex;margin-right:auto;min-width:160px;white-space:nowrap}.components-menu-item__shortcut{align-self:center;color:currentColor;display:none;margin-left:auto;margin-right:0;padding-left:24px}@media (min-width:480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice,.components-menu-items-choice.components-button{height:auto;min-height:40px}.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{margin-right:12px}.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{padding-left:12px}body.modal-open{overflow:hidden}.components-modal__screen-overlay{background-color:rgba(0,0,0,.35);bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:100000}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.components-modal__screen-overlay{animation:__wp-base-styles-fade-in var(--wpds-motion-duration-sm,.1s) var(--wpds-motion-easing-subtle,cubic-bezier(.15,0,.15,1)) 0s;animation-fill-mode:forwards}}@keyframes __wp-base-styles-fade-out{0%{opacity:1}to{opacity:0}}@media not (prefers-reduced-motion){.components-modal__screen-overlay.is-animating-out{animation:__wp-base-styles-fade-out var(--wpds-motion-duration-sm,.1s) var(--wpds-motion-easing-subtle,cubic-bezier(.15,0,.15,1)) var(--wpds-motion-duration-xs,50ms);animation-fill-mode:forwards}}.components-modal__frame{box-sizing:border-box}.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{box-sizing:inherit}.components-modal__frame{align-self:flex-end;animation-fill-mode:forwards;animation-name:components-modal__appear-animation;animation-timing-function:var(--wpds-motion-easing-expressive,cubic-bezier(.25,0,0,1));background:#fff;border-radius:8px 8px 0 0;box-shadow:0 5px 15px rgba(0,0,0,.08),0 15px 27px rgba(0,0,0,.07),0 30px 36px rgba(0,0,0,.04),0 50px 43px rgba(0,0,0,.02);color:#1e1e1e;display:flex;margin:0;max-height:calc(100% - 40px);overflow:hidden;width:100%}.components-modal__frame h1,.components-modal__frame h2,.components-modal__frame h3{color:#1e1e1e}@media not (prefers-reduced-motion){.components-modal__frame{animation-duration:var(--wpds-motion-duration-md,.2s)}}.components-modal__screen-overlay.is-animating-out .components-modal__frame{animation-name:components-modal__disappear-animation;animation-timing-function:var(--wpds-motion-easing-expressive,cubic-bezier(.25,0,0,1))}@media (min-width:600px){.components-modal__frame{align-self:auto;border-radius:8px;margin:auto;max-height:calc(100% - 128px);max-width:calc(100% - 32px);min-width:var(--wpds-dimension-surface-width-sm,320px);width:auto}.components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{width:100%}.components-modal__frame.has-size-small{max-width:var(--wpds-dimension-surface-width-md,400px)}.components-modal__frame.has-size-medium{max-width:var(--wpds-dimension-surface-width-lg,560px)}.components-modal__frame.has-size-large{max-width:var(--wpds-dimension-surface-width-2xl,960px)}}@media (min-width:960px){.components-modal__frame{max-height:70%}}.components-modal__frame.is-full-screen{border-radius:0;height:100%;margin:0;max-height:none;width:100%}.components-modal__frame.is-full-screen :where(.components-modal__content){display:flex;margin-bottom:24px;padding-bottom:0}.components-modal__frame.is-full-screen :where(.components-modal__content)>:last-child{flex:1}@media (min-width:600px){.components-modal__frame.is-full-screen{border-radius:8px;height:calc(100% - 32px);margin:auto;width:calc(100% - 32px)}}@media (min-width:782px){.components-modal__frame.is-full-screen{height:calc(100% - 80px);max-width:none;width:calc(100% - 80px)}}@keyframes components-modal__appear-animation{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes components-modal__disappear-animation{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}@media (min-width:600px){@keyframes components-modal__appear-animation{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes components-modal__disappear-animation{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}}.components-modal__header{align-items:center;border-bottom:1px solid transparent;box-sizing:border-box;display:flex;flex-direction:row;height:72px;justify-content:space-between;left:0;padding:24px;position:absolute;top:0;width:100%;z-index:10}.components-modal__header .components-modal__header-heading{font-size:20px;font-weight:var(--wpds-typography-font-weight-emphasis,600)}.components-modal__header h1{line-height:1;margin:0}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-bottom-color:var(--wpds-color-stroke-surface-neutral,#dbdbdb)}.components-modal__header+p{margin-top:0}.components-modal__header-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:flex-start}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{flex:1;margin-top:72px;overflow:auto;padding:4px 24px 24px}.components-modal__content.hide-header{margin-top:0;padding-top:24px}.components-modal__content.is-scrollable:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid transparent;outline-offset:-2px}.components-notice{--wp-components-notice-background-color:var(--wpds-color-background-surface-info-weak,#f3f9ff);--wp-components-notice-border-color:var(--wpds-color-stroke-surface-info,#a9c6e7);--wp-components-notice-text-color:var(--wpds-color-foreground-content-info,#001b4f);align-items:start;background-color:var(--wp-components-notice-background-color);border:var(--wpds-border-width-xs,1px) solid var(--wp-components-notice-border-color);border-radius:var(--wpds-border-radius-lg,8px);box-sizing:border-box;color:var(--wp-components-notice-text-color);display:grid;font-family:var(--wpds-typography-font-family-body,-apple-system,system-ui,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif);font-size:var(--wpds-typography-font-size-md,13px);grid-template-columns:1fr auto;line-height:var(--wpds-typography-line-height-sm,20px);padding:var(--wpds-dimension-padding-md,12px)}.components-notice.is-success{--wp-components-notice-background-color:var(--wpds-color-background-surface-success-weak,#ebffed);--wp-components-notice-border-color:var(--wpds-color-stroke-surface-success,#94d29e);--wp-components-notice-text-color:var(--wpds-color-foreground-content-success,#002900)}.components-notice.is-warning{--wp-components-notice-background-color:var(--wpds-color-background-surface-warning-weak,#fff7e1);--wp-components-notice-border-color:var(--wpds-color-stroke-surface-warning,#e1bc7c);--wp-components-notice-text-color:var(--wpds-color-foreground-content-warning,#2e1900)}.components-notice.is-error{--wp-components-notice-background-color:var(--wpds-color-background-surface-error-weak,#fff6f5);--wp-components-notice-border-color:var(--wpds-color-stroke-surface-error,#dab1aa);--wp-components-notice-text-color:var(--wpds-color-foreground-content-error,#470000)}.components-notice__content{grid-column:1;grid-row:1;padding-block:calc((var(--wpds-dimension-size-sm, 24px) - 1lh)/2)}.components-notice__actions{align-items:center;display:flex;flex-wrap:wrap;gap:var(--wpds-dimension-gap-md,12px);grid-column:1;grid-row:2;margin-top:var(--wpds-dimension-gap-sm,8px)}.components-notice__dismiss{color:var(--wpds-color-foreground-interactive-neutral,#1e1e1e);grid-column:2;grid-row:1;margin-inline-start:var(--wpds-dimension-gap-xs,4px)}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{background-color:transparent;color:var(--wpds-color-foreground-interactive-neutral-active,#1e1e1e)}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{box-sizing:border-box;display:flex;flex-direction:column;gap:var(--wpds-dimension-gap-md,12px);max-width:100vw}.components-panel{background:#fff;border:1px solid #e0e0e0}.components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{margin-top:-1px}.components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{border-bottom-width:0}.components-panel+.components-panel{margin-top:-1px}.components-panel__body{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{align-items:center;border-bottom:1px solid var(--wpds-color-stroke-surface-neutral,#dbdbdb);box-sizing:content-box;display:flex;flex-shrink:0;height:47px;justify-content:space-between;padding:0 16px}.components-panel__header h2{color:inherit;font-size:inherit;margin:0}.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{margin-top:-1px}.components-panel__body>.components-panel__body-title{display:block;font-size:inherit;margin-bottom:0;margin-top:0;padding:0}@media not (prefers-reduced-motion){.components-panel__body>.components-panel__body-title{transition:background .1s ease-in-out}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{color:#1e1e1e;font-weight:var(--wpds-typography-font-weight-emphasis,600);padding:16px 48px 16px 16px;position:relative;text-align:left;width:100%}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button{transition:background .1s ease-in-out}}.components-panel__body-toggle.components-button{height:auto}.components-panel__body-toggle.components-button:focus{border-radius:0;outline-offset:calc(var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px))*-1)}.components-panel__body-toggle.components-button .components-panel__arrow{fill:currentColor;color:#1e1e1e;position:absolute;right:16px;top:50%;transform:translateY(-50%)}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button .components-panel__arrow{transition:color .1s ease-in-out}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{margin-top:-10px;transform:scaleX(-1)}.components-panel__icon{color:#757575;margin:-2px 0 -2px 6px}.components-panel__body-toggle-icon{margin-right:-5px}.components-panel__color-title{float:left;height:19px}.components-panel__row{align-items:center;display:flex;justify-content:space-between;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{flex-shrink:0;margin-right:12px;max-width:75%}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{-webkit-font-smoothing:subpixel-antialiased;align-items:flex-start;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-size:13px;gap:16px;margin:0;outline:1px solid transparent;padding:24px;position:relative;text-align:left;width:100%}.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;letter-spacing:normal;line-height:normal;text-transform:none}.components-placeholder__label{align-items:center;display:flex;font-weight:var(--wpds-typography-font-weight-emphasis,600)}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:currentColor;margin-right:4px}@media (forced-colors:active){.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:CanvasText}}.components-placeholder__label:empty{display:none}.components-placeholder__fieldset,.components-placeholder__fieldset form{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-start;width:100%}.components-placeholder__fieldset form p,.components-placeholder__fieldset p{font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-placeholder__input[type=url]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.components-placeholder__input[type=url]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid transparent}.components-placeholder__input[type=url]::-moz-placeholder{color:rgba(30,30,30,.62)}.components-placeholder__input[type=url]::placeholder{color:rgba(30,30,30,.62)}.components-placeholder__input[type=url]{flex:1 1 auto}.components-placeholder__error{gap:8px;width:100%}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-right:0}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column}.components-placeholder.is-medium .components-button,.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*{justify-content:center;width:100%}.components-placeholder.is-small{padding:16px}.components-placeholder.has-illustration{backdrop-filter:blur(100px);backface-visibility:hidden;background-color:transparent;border-radius:0;box-shadow:none;color:inherit;display:flex}.is-dark-theme .components-placeholder.has-illustration{background-color:rgba(0,0,0,.1)}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0}.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{opacity:0;pointer-events:none}@media not (prefers-reduced-motion){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition:opacity .1s linear}}.is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{opacity:1;pointer-events:auto}.components-placeholder.has-illustration:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.components-placeholder.has-illustration{overflow:hidden}.is-selected .components-placeholder.has-illustration{overflow:auto}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{stroke:currentColor;box-sizing:content-box;height:100%;left:50%;opacity:.25;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.components-popover{box-sizing:border-box}.components-popover *,.components-popover :after,.components-popover :before{box-sizing:inherit}.components-popover{will-change:transform;z-index:1000000}.components-popover.is-expanded{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000000!important}.components-popover__content{background:#fff;border-radius:4px;box-shadow:0 0 0 1px #ccc,0 2px 3px rgba(0,0,0,.05),0 4px 5px rgba(0,0,0,.04),0 12px 12px rgba(0,0,0,.03),0 16px 16px rgba(0,0,0,.02);box-sizing:border-box;width:-moz-min-content;width:min-content}.is-alternate .components-popover__content{border-radius:2px;box-shadow:0 0 0 1px #1e1e1e}.is-unstyled .components-popover__content{background:none;border-radius:0;box-shadow:none}.components-popover.is-expanded .components-popover__content{box-shadow:0 -1px 0 0 #ccc;height:calc(100% - 48px);overflow-y:visible;position:static;width:auto}.components-popover.is-expanded.is-alternate .components-popover__content{box-shadow:0 -1px 0 #1e1e1e}.components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-popover__arrow{display:flex;height:14px;pointer-events:none;position:absolute;width:14px}.components-popover__arrow:before{background-color:#fff;content:"";height:2px;left:1px;position:absolute;right:1px;top:-1px}.components-popover__arrow.is-top{bottom:-14px!important;transform:rotate(0)}.components-popover__arrow.is-right{left:-14px!important;transform:rotate(90deg)}.components-popover__arrow.is-bottom{top:-14px!important;transform:rotate(180deg)}.components-popover__arrow.is-left{right:-14px!important;transform:rotate(-90deg)}.components-popover__triangle{display:block;flex:1}.components-popover__triangle-bg{fill:#fff}.components-popover__triangle-border{fill:transparent;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control{border:0;font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0;padding:0}.components-radio-control__group-wrapper.has-help{margin-block-end:12px}.components-radio-control__option{align-items:center;-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto minmax(0,max-content)}.components-radio-control__input[type=radio]{border:1px solid #1e1e1e;border-radius:50%;grid-column:1;grid-row:1;height:24px;margin-right:12px;max-width:24px;min-width:24px;position:relative;transition:none;width:24px}@media not (prefers-reduced-motion){.components-radio-control__input[type=radio]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-radio-control__input[type=radio]{height:16px;max-width:16px;min-width:16px;width:16px}}.components-radio-control__input[type=radio]:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{height:8px;width:8px}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border:none}.components-radio-control__input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;margin:0;padding:0}.components-radio-control__input[type=radio]:not(:disabled){cursor:var(--wpds-cursor-control,pointer)}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid transparent;outline-offset:2px}.components-radio-control__input[type=radio]:checked{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-radio-control__input[type=radio]:checked:before{border-radius:50%;content:""}.components-radio-control__input[type=radio]:disabled{background:var(--wp-components-color-gray-100,var(--wpds-color-background-surface-neutral,#fcfcfc));border:1px solid var(--wpds-color-stroke-interactive-neutral-disabled,#dbdbdb);opacity:1}.components-radio-control__input[type=radio]:disabled:checked:before{border-color:var(--wp-components-color-gray-400,var(--wpds-color-stroke-interactive-neutral,#8d8d8d));opacity:1}.components-radio-control__label{grid-column:2;grid-row:1}.components-radio-control:not(:disabled) .components-radio-control__label{cursor:var(--wpds-cursor-control,pointer)}.components-radio-control__label{line-height:24px}@media (min-width:600px){.components-radio-control__label{line-height:16px}}.components-radio-control__option-description{grid-column:2;grid-row:2;padding-block-start:4px}.components-radio-control__option-description.components-radio-control__option-description{margin-top:0}.components-resizable-box__handle{display:none;height:23px;width:23px;z-index:2}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__handle>div{height:100%;outline:none;position:relative;width:100%;z-index:2}.components-resizable-box__container>img{width:inherit}.components-resizable-box__handle:after{background:#fff;border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 1px 1px rgba(0,0,0,.03),0 1px 2px rgba(0,0,0,.02),0 3px 3px rgba(0,0,0,.02),0 4px 4px rgba(0,0,0,.01);content:"";cursor:inherit;display:block;height:15px;outline:2px solid transparent;position:absolute;right:calc(50% - 8px);top:calc(50% - 8px);width:15px}.components-resizable-box__side-handle:before{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:9999px;content:"";cursor:inherit;display:block;height:3px;position:absolute;right:calc(50% - 1px);top:calc(50% - 1px);width:3px}@media not (prefers-reduced-motion){.components-resizable-box__side-handle:before{transition:transform .1s ease-in;will-change:transform}}.components-resizable-box__side-handle:before{opacity:0}.components-resizable-box__corner-handle,.components-resizable-box__side-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{border-left:0;border-right:0;left:0;width:100%}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{border-bottom:0;border-top:0;height:100%;top:0}@media not (prefers-reduced-motion){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;animation-fill-mode:forwards}.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation:components-resizable-box__left-right-animation .1s ease-out 0s;animation-fill-mode:forwards}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:none}}}@keyframes components-resizable-box__top-bottom-animation{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes components-resizable-box__left-right-animation{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}.components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px}.components-responsive-wrapper{align-items:center;display:flex;justify-content:center;max-width:100%;position:relative}.components-responsive-wrapper__content{display:block;max-width:100%;width:100%}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-select-control__input{-webkit-tap-highlight-color:rgba(0,0,0,0)!important;outline:0}.components-snackbar{backdrop-filter:blur(16px) saturate(180%);background:rgba(0,0,0,.85);border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.05),0 2px 3px rgba(0,0,0,.04),0 6px 6px rgba(0,0,0,.03),0 8px 8px rgba(0,0,0,.02);box-sizing:border-box;color:#fff;cursor:var(--wpds-cursor-control,pointer);font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;max-width:var(--wpds-dimension-surface-width-lg,560px);padding:12px 20px;pointer-events:auto;width:100%}@media (min-width:600px){.components-snackbar{width:-moz-fit-content;width:fit-content}}.components-snackbar:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{padding-left:24px;position:relative}.components-snackbar .components-snackbar__icon{left:-8px;position:absolute;top:-2.9px}.components-snackbar .components-snackbar__dismiss-button{cursor:var(--wpds-cursor-control,pointer);margin-left:24px}.components-snackbar__action.components-button,.components-snackbar__action.components-external-link{color:#fff;flex-shrink:0;margin-left:32px}.components-snackbar__action.components-button:focus,.components-snackbar__action.components-external-link:focus{box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:hover,.components-snackbar__action.components-external-link:hover{color:currentColor;text-decoration:none}.components-snackbar__content{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4}.components-snackbar-list{box-sizing:border-box;pointer-events:none;position:absolute;width:100%;z-index:100000}.components-snackbar-list__notice-container{padding-top:8px;position:relative}.components-tab-panel__tabs{align-items:stretch;display:flex;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:transparent;border:none;border-radius:0;box-shadow:none;color:var(--wpds-color-foreground-interactive-neutral,#1e1e1e);cursor:var(--wpds-cursor-control,pointer);font-weight:var(--wpds-typography-font-weight-default,400);height:48px!important;margin-left:0;padding:3px var(--wpds-dimension-padding-lg,16px);position:relative}.components-tab-panel__tabs-item:disabled,.components-tab-panel__tabs-item[aria-disabled=true]{color:var(--wpds-color-foreground-interactive-neutral-disabled,#8d8d8d)}.components-tab-panel__tabs-item:not(:disabled,[aria-disabled=true]):is(:hover,:focus-visible){color:var(--wpds-color-foreground-interactive-neutral-active,#1e1e1e)}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:none;outline:none;position:relative}.components-tab-panel__tabs-item:after{background:var(--wpds-color-stroke-interactive-neutral-strong,#6e6e6e);border-radius:0;bottom:0;content:"";height:calc(var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px))*0);left:0;pointer-events:none;position:absolute;right:0}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:after{transition:height .1s linear}}.components-tab-panel__tabs-item.is-active:after{height:calc(var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px))*1);outline:2px solid transparent;outline-offset:-1px}.components-tab-panel__tabs-item:before{border-radius:var(--wpds-border-radius-sm,2px);box-shadow:0 0 0 0 transparent;content:"";inset:var(--wpds-dimension-padding-md,12px);pointer-events:none;position:absolute}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:before{transition:box-shadow .1s linear}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px)) var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9));outline:2px solid transparent}.components-tab-panel__tabs[aria-orientation=vertical] .components-tab-panel__tabs-item{border-radius:var(--wpds-border-radius-sm,2px)}.components-tab-panel__tabs[aria-orientation=vertical] .components-tab-panel__tabs-item:after{display:none}.components-tab-panel__tabs[aria-orientation=vertical] .components-tab-panel__tabs-item.is-active{background:var(--wpds-color-background-interactive-neutral-weak-active,#ededed)}.components-tab-panel__tab-content:focus{box-shadow:none;outline:none}.components-tab-panel__tab-content:focus-visible{box-shadow:0 0 0 var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px)) var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9));outline:2px solid transparent;outline-offset:0}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{background:var(--wp-components-color-background,var(--wpds-color-background-surface-neutral-strong,#fff));border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;color:var(--wp-components-color-foreground,var(--wpds-color-foreground-content-neutral,#1e1e1e));font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:40px;line-height:normal;margin:0;padding:6px 8px;width:100%}@media not (prefers-reduced-motion){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid transparent}.components-text-control__input::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder{color:rgba(30,30,30,.62)}.components-text-control__input::placeholder,.components-text-control__input[type=color]::placeholder,.components-text-control__input[type=date]::placeholder,.components-text-control__input[type=datetime-local]::placeholder,.components-text-control__input[type=datetime]::placeholder,.components-text-control__input[type=email]::placeholder,.components-text-control__input[type=month]::placeholder,.components-text-control__input[type=number]::placeholder,.components-text-control__input[type=password]::placeholder,.components-text-control__input[type=tel]::placeholder,.components-text-control__input[type=text]::placeholder,.components-text-control__input[type=time]::placeholder,.components-text-control__input[type=url]::placeholder,.components-text-control__input[type=week]::placeholder{color:rgba(30,30,30,.62)}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{border-color:var(--wp-components-color-gray-600,var(--wpds-color-stroke-interactive-neutral,#8d8d8d));padding-left:12px;padding-right:12px}.components-text-control__input::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder{color:color-mix(in srgb,var(--wp-components-color-foreground,var(--wpds-color-foreground-content-neutral,#1e1e1e)),transparent 38%)}.components-text-control__input::placeholder,.components-text-control__input[type=color]::placeholder,.components-text-control__input[type=date]::placeholder,.components-text-control__input[type=datetime-local]::placeholder,.components-text-control__input[type=datetime]::placeholder,.components-text-control__input[type=email]::placeholder,.components-text-control__input[type=month]::placeholder,.components-text-control__input[type=number]::placeholder,.components-text-control__input[type=password]::placeholder,.components-text-control__input[type=tel]::placeholder,.components-text-control__input[type=text]::placeholder,.components-text-control__input[type=time]::placeholder,.components-text-control__input[type=url]::placeholder,.components-text-control__input[type=week]::placeholder{color:color-mix(in srgb,var(--wp-components-color-foreground,var(--wpds-color-foreground-content-neutral,#1e1e1e)),transparent 38%)}.components-text-control__input[type=email],.components-text-control__input[type=url]{direction:ltr}.components-tip{color:#757575;display:flex}.components-tip svg{fill:#f0b849;align-self:center;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-toggle-control__label{line-height:16px}.components-toggle-control__label:not(.is-disabled){cursor:var(--wpds-cursor-control,pointer)}.components-toggle-control__help{display:inline-block;margin-inline-start:40px}.components-accessible-toolbar{border:1px solid var(--wp-components-color-foreground,var(--wpds-color-foreground-content-neutral,#1e1e1e));border-radius:2px;display:inline-flex;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar.is-unstyled{border:none}.components-accessible-toolbar.is-unstyled>.components-toolbar-group{border-right:none}.components-accessible-toolbar[aria-orientation=vertical],.components-toolbar[aria-orientation=vertical]{align-items:center;display:flex;flex-direction:column}.components-accessible-toolbar .components-button,.components-toolbar .components-button{height:48px;padding-left:16px;padding-right:16px;position:relative;z-index:1}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{margin-left:auto;margin-right:auto;position:relative}.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{background:transparent}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:var(--wp-components-color-foreground,var(--wpds-color-foreground-content-neutral,#1e1e1e))}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid transparent}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:8px;padding-right:8px}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0}.components-toolbar__control.components-button[data-subscript]:after{bottom:10px;content:attr(data-subscript);font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:var(--wpds-typography-font-weight-emphasis,600);line-height:12px;position:absolute;right:8px}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{background-color:var(--wp-components-color-background,var(--wpds-color-background-surface-neutral-strong,#fff));border-right:1px solid var(--wp-components-color-foreground,var(--wpds-color-foreground-content-neutral,#1e1e1e));display:inline-flex;flex-shrink:0;flex-wrap:wrap;min-height:48px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group{line-height:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{justify-content:center;min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:var(--wpds-dimension-size-sm,24px)}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{background-color:var(--wp-components-color-background,var(--wpds-color-background-surface-neutral-strong,#fff));border:1px solid var(--wp-components-color-foreground,var(--wpds-color-foreground-content-neutral,#1e1e1e));display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:flex;margin:0}div.components-toolbar>div+div.has-left-divider{margin-left:6px;overflow:visible;position:relative}div.components-toolbar>div+div.has-left-divider:before{background-color:var(--wpds-color-stroke-surface-neutral,#dbdbdb);box-sizing:content-box;content:"";display:inline-block;height:20px;left:-3px;position:absolute;top:8px;width:1px}.components-tooltip{background:#000;border-radius:var(--wpds-border-radius-md,4px);box-shadow:0 1px 2px rgba(0,0,0,.05),0 2px 3px rgba(0,0,0,.04),0 6px 6px rgba(0,0,0,.03),0 8px 8px rgba(0,0,0,.02);color:#f0f0f0;font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4;padding:4px 8px;text-align:center;z-index:1000002}.components-tooltip__shortcut{margin-left:8px}.components-validated-control:has(:is(input,select):invalid[data-validity-visible]) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control :is(textarea,input[type=text]):invalid[data-validity-visible]{--wp-admin-theme-color:#cc1818;--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control .components-combobox-control__suggestions-container:has(input:invalid[data-validity-visible]):not(:has([aria-expanded=true])){--wp-components-color-accent:#cc1818}.components-validated-control__wrapper-with-error-delegate{position:relative}.components-validated-control__wrapper-with-error-delegate:has(select:invalid[data-validity-visible]) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input[type=radio]:invalid[data-validity-visible]){--wp-components-color-accent:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input:invalid[data-validity-visible]) .components-form-token-field__input-container:not(:has([aria-expanded=true])){--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input:invalid[data-validity-visible]) .components-validated-control__content-editable [role=textbox]{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__error-delegate{height:100%;opacity:0;pointer-events:none;position:absolute;top:0;width:100%}.components-validated-control__indicator{align-items:flex-start;animation:components-validated-control__indicator-jump .2s cubic-bezier(.68,-.55,.27,1.55);color:var(--wp-components-color-gray-700,var(--wpds-color-foreground-content-neutral-weak,#707070));display:flex;font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;gap:4px;line-height:16px;margin:8px 0 0}.components-validated-control__indicator.is-invalid{color:#cc1818}.components-validated-control__indicator.is-valid{color:color-mix(in srgb,#000 30%,#4ab866)}.components-validated-control__indicator-icon{flex-shrink:0}.components-validated-control__indicator-spinner{height:12px;margin:2px;width:12px}@keyframes components-validated-control__indicator-jump{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}:root{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}
#wpadminbar>.godaddy-styles *,.godaddy-styles *{font-family:GD Sherpa,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1.4}#wpadminbar>.godaddy-styles .is-bigger,.godaddy-styles .is-bigger{font-size:1.1em!important;font-weight:500!important}#wpadminbar>.godaddy-styles .components-button,#wpadminbar>.godaddy-styles.components-button,.godaddy-styles .components-button,.godaddy-styles.components-button{border:0;border-radius:6px;box-shadow:none;font-size:1em;height:auto;line-height:1;padding:1.25em;transition:background-color,color,.2s ease-in-out}#wpadminbar>.godaddy-styles .components-button:disabled,#wpadminbar>.godaddy-styles.components-button:disabled,.godaddy-styles .components-button:disabled,.godaddy-styles.components-button:disabled{opacity:.5}#wpadminbar>.godaddy-styles .components-button>svg,#wpadminbar>.godaddy-styles.components-button>svg,.godaddy-styles .components-button>svg,.godaddy-styles.components-button>svg{height:24px;margin-left:.2em;position:relative;right:-5px;top:-1px;transform:scale(.75);width:24px}#wpadminbar>.godaddy-styles .components-button.no-padding,#wpadminbar>.godaddy-styles.components-button.no-padding,.godaddy-styles .components-button.no-padding,.godaddy-styles.components-button.no-padding{padding:0}#wpadminbar>.godaddy-styles .components-button.is-big,#wpadminbar>.godaddy-styles.components-button.is-big,.godaddy-styles .components-button.is-big,.godaddy-styles.components-button.is-big{font-size:1.1em;font-weight:600;padding:1.5em}#wpadminbar>.godaddy-styles .components-button.is-primary,#wpadminbar>.godaddy-styles.components-button.is-primary,.godaddy-styles .components-button.is-primary,.godaddy-styles.components-button.is-primary{background-color:#000;box-shadow:none;color:#fff}#wpadminbar>.godaddy-styles .components-button.is-primary:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-primary:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-primary:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-primary:hover:not([disabled]),.godaddy-styles .components-button.is-primary:active:not([disabled]),.godaddy-styles .components-button.is-primary:hover:not([disabled]),.godaddy-styles.components-button.is-primary:active:not([disabled]),.godaddy-styles.components-button.is-primary:hover:not([disabled]){background-color:#00a4a6}#wpadminbar>.godaddy-styles .components-button.is-secondary,#wpadminbar>.godaddy-styles.components-button.is-secondary,.godaddy-styles .components-button.is-secondary,.godaddy-styles.components-button.is-secondary{box-shadow:none;color:#111}#wpadminbar>.godaddy-styles .components-button.is-secondary:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-secondary:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-secondary:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-secondary:hover:not([disabled]),.godaddy-styles .components-button.is-secondary:active:not([disabled]),.godaddy-styles .components-button.is-secondary:hover:not([disabled]),.godaddy-styles.components-button.is-secondary:active:not([disabled]),.godaddy-styles.components-button.is-secondary:hover:not([disabled]){border:0;box-shadow:none;color:#000}#wpadminbar>.godaddy-styles .components-button.is-tertiary,#wpadminbar>.godaddy-styles.components-button.is-tertiary,.godaddy-styles .components-button.is-tertiary,.godaddy-styles.components-button.is-tertiary{border:1px solid #111;color:#111}#wpadminbar>.godaddy-styles .components-button.is-tertiary:hover,#wpadminbar>.godaddy-styles.components-button.is-tertiary:hover,.godaddy-styles .components-button.is-tertiary:hover,.godaddy-styles.components-button.is-tertiary:hover{background-color:#111;box-shadow:none;color:#fff}#wpadminbar>.godaddy-styles .components-button.is-link,#wpadminbar>.godaddy-styles.components-button.is-link,.godaddy-styles .components-button.is-link,.godaddy-styles.components-button.is-link{box-shadow:none;color:#00a4a6;padding:0;text-decoration:none}#wpadminbar>.godaddy-styles .components-button.is-link:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-link:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-link:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-link:hover:not([disabled]),.godaddy-styles .components-button.is-link:active:not([disabled]),.godaddy-styles .components-button.is-link:hover:not([disabled]),.godaddy-styles.components-button.is-link:active:not([disabled]),.godaddy-styles.components-button.is-link:hover:not([disabled]){color:#111;outline:none}#wpadminbar>.godaddy-styles .components-button.has-icon:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.has-icon:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.has-icon:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.has-icon:hover:not([disabled]),.godaddy-styles .components-button.has-icon:active:not([disabled]),.godaddy-styles .components-button.has-icon:hover:not([disabled]),.godaddy-styles.components-button.has-icon:active:not([disabled]),.godaddy-styles.components-button.has-icon:hover:not([disabled]){background-color:initial;color:#00a4a6}#wpadminbar>.godaddy-styles .components-modal__frame,#wpadminbar>.godaddy-styles.components-modal__frame,.godaddy-styles .components-modal__frame,.godaddy-styles.components-modal__frame{border-radius:1rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content,.godaddy-styles .components-modal__frame .components-modal__content,.godaddy-styles.components-modal__frame .components-modal__content{margin-top:0;padding:4.5rem 4.5rem 4.25rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content:before,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content:before,.godaddy-styles .components-modal__frame .components-modal__content:before,.godaddy-styles.components-modal__frame .components-modal__content:before{margin:0}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content p:last-child,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content p:last-child,.godaddy-styles .components-modal__frame .components-modal__content p:last-child,.godaddy-styles.components-modal__frame .components-modal__content p:last-child{margin-bottom:0}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header{border-bottom:0;font-size:2rem;height:unset;margin-bottom:.75em;padding:0;position:relative}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container{margin-right:8px}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading{font-size:2rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon{font-size:1rem;left:auto;padding:.25em;position:absolute;right:-3.5rem;top:-3.25rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg{margin-left:0;right:0;top:0;transform:scale(1)}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-text-control__input,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-text-control__input,.godaddy-styles .components-modal__frame .components-modal__content .components-text-control__input,.godaddy-styles.components-modal__frame .components-modal__content .components-text-control__input{margin-bottom:.5em}#wpadminbar>.godaddy-styles .ux-tag,.godaddy-styles .ux-tag{border-radius:4px;color:#000;font-size:.9em;font-weight:700;letter-spacing:.05625rem;line-height:1.5;padding-block:8px;padding-inline:8px;text-transform:uppercase;white-space:nowrap}#wpadminbar>.godaddy-styles .ux-tag-critical,.godaddy-styles .ux-tag-critical{background-color:#fbb}#wpadminbar>.godaddy-styles .ux-tag-highlight,.godaddy-styles .ux-tag-highlight{background-color:#a6fff8}#wpadminbar>.godaddy-styles .ux-tag-info,.godaddy-styles .ux-tag-info{background-color:#d3c1f7}#wpadminbar>.godaddy-styles .ux-tag-internal,.godaddy-styles .ux-tag-internal{background-color:#fbd9ed}#wpadminbar>.godaddy-styles .ux-tag-neutral,.godaddy-styles .ux-tag-neutral{background-color:#ddeaf8}#wpadminbar>.godaddy-styles .ux-tag-passive,.godaddy-styles .ux-tag-passive{background-color:#f4f8fc}#wpadminbar>.godaddy-styles .ux-tag-success,.godaddy-styles .ux-tag-success{background-color:#9fffb8}#wpadminbar>.godaddy-styles .ux-tag-warning,.godaddy-styles .ux-tag-warning{background-color:#ffeea9}#wpadminbar>.godaddy-styles .components-toggle-control,#wpadminbar>.godaddy-styles.components-toggle-control,.godaddy-styles .components-toggle-control,.godaddy-styles.components-toggle-control{align-items:flex-end;display:flex}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field,#wpadminbar>.godaddy-styles .components-toggle-control__field,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field,#wpadminbar>.godaddy-styles.components-toggle-control__field,.godaddy-styles .components-toggle-control .components-base-control__field,.godaddy-styles .components-toggle-control__field,.godaddy-styles.components-toggle-control .components-base-control__field,.godaddy-styles.components-toggle-control__field{margin:0}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field .components-form-toggle__track,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field .components-form-toggle__track,.godaddy-styles .components-toggle-control .components-base-control__field .components-form-toggle__track,.godaddy-styles.components-toggle-control .components-base-control__field .components-form-toggle__track{background-color:#f3f6f8}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,.godaddy-styles .components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,.godaddy-styles.components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track{background-color:#00a4a6}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__help,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__help,.godaddy-styles .components-toggle-control .components-base-control__help,.godaddy-styles.components-toggle-control .components-base-control__help{margin:0}
#html div.arve,#html div.wp-block-nextgenthemes-arve-block,html div.arve,html div.wp-block-nextgenthemes-arve-block{display:block;margin-bottom:1.5em;transition-duration:.35s;transition-property:max-width,margin;transition-timing-function:ease-in-out;width:auto}#html div.arve.alignfull,#html div.wp-block-nextgenthemes-arve-block.alignfull,html div.arve.alignfull,html div.wp-block-nextgenthemes-arve-block.alignfull{max-width:100dvw!important}#html div.arve.alignleft,#html div.arve.alignright,#html div.wp-block-nextgenthemes-arve-block.alignleft,#html div.wp-block-nextgenthemes-arve-block.alignright,html div.arve.alignleft,html div.arve.alignright,html div.wp-block-nextgenthemes-arve-block.alignleft,html div.wp-block-nextgenthemes-arve-block.alignright{margin-top:.4em;width:100%}#html div.arve.alignleft,#html div.wp-block-nextgenthemes-arve-block.alignleft,html div.arve.alignleft,html div.wp-block-nextgenthemes-arve-block.alignleft{margin-right:1.5em}#html div.arve.alignright,#html div.wp-block-nextgenthemes-arve-block.alignright,html div.arve.alignright,html div.wp-block-nextgenthemes-arve-block.alignright{margin-left:1.5em}#html div.arve[data-provider=tiktok] .arve-embed,#html div.wp-block-nextgenthemes-arve-block[data-provider=tiktok] .arve-embed,html div.arve[data-provider=tiktok] .arve-embed,html div.wp-block-nextgenthemes-arve-block[data-provider=tiktok] .arve-embed{height:580px}#html .arve-inner,html .arve-inner{display:block;margin:0;padding:0;width:auto}#html .arve-embed,html .arve-embed{display:block;margin:0;max-height:100dvh;overflow:hidden;padding:0;position:relative;width:100%}#html .arve-embed--has-aspect-ratio,html .arve-embed--has-aspect-ratio{aspect-ratio:16/9}#html .arve-embed--has-aspect-ratio:after,html .arve-embed--has-aspect-ratio:after{clear:both;content:"";display:block}#html .arve-iframe,#html .arve-play-btn,#html .arve-thumbnail,html .arve-iframe,html .arve-play-btn,html .arve-thumbnail{border:0;bottom:0;height:100%!important;left:0;margin:0;padding:0;position:absolute;top:0;width:100%!important}#html .arve-video,html .arve-video{height:auto;margin:0;max-height:100dvh;padding:0;width:100%}#html .arve-iframe,#html .arve-video,html .arve-iframe,html .arve-video{background-color:#000}#html .arve-promote,html .arve-promote{text-align:end}.arve-debug{font-size:.88rem;overflow-x:auto}.arve-debug--dark{background-color:#111;color:#eee}.arve-debug:not(.arve-error>.arve-debug){padding:clamp(.5rem,2vw,2rem)}@media(prefers-reduced-motion:reduce){#html .arve,#html .wp-block-nextgenthemes-arve-block,html .arve,html .wp-block-nextgenthemes-arve-block{transition:none}}@supports(aspect-ratio:16/9){#html .arve-ar,#html .arve-embed--has-aspect-ratio:after,html .arve-ar,html .arve-embed--has-aspect-ratio:after{display:none}}
.az-letters,.a-z-listing-widget .az-letters,.a-z-listing-widget.widget .az-letters{white-space:initial}.az-letters>ul.az-links,.a-z-listing-widget .az-letters>ul.az-links,.a-z-listing-widget.widget .az-letters>ul.az-links{padding:0;margin:0;width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;font-size:1.2em}.az-letters>ul.az-links>li,.a-z-listing-widget .az-letters>ul.az-links>li,.a-z-listing-widget.widget .az-letters>ul.az-links>li{list-style:none;width:2.6em;height:2.4em;box-sizing:border-box;margin:0 .1em .6em;border:2px solid #e5e5e5;background:#f5f5f5;color:#adadad;display:flex;align-items:center;justify-content:center}.az-letters>ul.az-links>li:before,.az-letters>ul.az-links>li:after,.a-z-listing-widget .az-letters>ul.az-links>li:before,.a-z-listing-widget .az-letters>ul.az-links>li:after,.a-z-listing-widget.widget .az-letters>ul.az-links>li:before,.a-z-listing-widget.widget .az-letters>ul.az-links>li:after{content:initial}.az-letters>ul.az-links>li a,.a-z-listing-widget .az-letters>ul.az-links>li a,.a-z-listing-widget.widget .az-letters>ul.az-links>li a{color:#1f7d9a;text-decoration:none;border:0;box-shadow:none}div.letter-section{margin-bottom:2em;white-space:initial}div.letter-section h2.letter-title{border-bottom:1px solid #000;margin-bottom:.2em;padding-bottom:.2em;width:100%}div.letter-section>ul.az-columns{padding:0;margin:0;width:100%;float:initial;box-sizing:border-box;line-height:1.6em;column-count:3;column-gap:.6em;column-width:15em;column-count:var(--a-z-listing-column-count,3);column-gap:var(--a-z-listing-column-gap,.6em);column-width:var(--a-z-listing-column-width,15em)}div.letter-section>ul.az-columns>li{padding:0;margin:0 0 .6em;list-style:none;display:block}div.letter-section>ul.az-columns.max-1-columns{column-count:1;column-count:min(var(--a-z-listing-column-count,3),1);max-width:15em;max-width:calc((min(var(--a-z-listing-column-count,3),1) * var(--a-z-listing-column-width,15em)) + ((min(var(--a-z-listing-column-count,3),1) - 1) * var(--a-z-listing-column-gap,.6em)))}div.letter-section>ul.az-columns.max-2-columns{column-count:2;column-count:min(var(--a-z-listing-column-count,3),2);max-width:30.6em;max-width:calc((min(var(--a-z-listing-column-count,3),2) * var(--a-z-listing-column-width,15em)) + ((min(var(--a-z-listing-column-count,3),2) - 1) * var(--a-z-listing-column-gap,.6em)))}div.letter-section>ul.az-columns.max-3-columns{column-count:3;column-count:min(var(--a-z-listing-column-count,3),3);max-width:46.2em;max-width:calc((min(var(--a-z-listing-column-count,3),3) * var(--a-z-listing-column-width,15em)) + ((min(var(--a-z-listing-column-count,3),3) - 1) * var(--a-z-listing-column-gap,.6em)))}div.letter-section>ul.az-columns.max-4-columns{column-count:4;column-count:min(var(--a-z-listing-column-count,3),4);max-width:61.8em;max-width:calc((min(var(--a-z-listing-column-count,3),4) * var(--a-z-listing-column-width,15em)) + ((min(var(--a-z-listing-column-count,3),4) - 1) * var(--a-z-listing-column-gap,.6em)))}div.letter-section>ul.az-columns.max-5-columns{column-count:5;column-count:min(var(--a-z-listing-column-count,3),5);max-width:77.4em;max-width:calc((min(var(--a-z-listing-column-count,3),5) * var(--a-z-listing-column-width,15em)) + ((min(var(--a-z-listing-column-count,3),5) - 1) * var(--a-z-listing-column-gap,.6em)))}div.letter-section>ul.az-columns.max-6-columns{column-count:6;column-count:min(var(--a-z-listing-column-count,3),6);max-width:93em;max-width:calc((min(var(--a-z-listing-column-count,3),6) * var(--a-z-listing-column-width,15em)) + ((min(var(--a-z-listing-column-count,3),6) - 1) * var(--a-z-listing-column-gap,.6em)))}div.letter-section>ul.az-columns.max-7-columns{column-count:7;column-count:min(var(--a-z-listing-column-count,3),7);max-width:108.6em;max-width:calc((min(var(--a-z-listing-column-count,3),7) * var(--a-z-listing-column-width,15em)) + ((min(var(--a-z-listing-column-count,3),7) - 1) * var(--a-z-listing-column-gap,.6em)))}div.letter-section>ul.az-columns.max-8-columns{column-count:8;column-count:min(var(--a-z-listing-column-count,3),8);max-width:124.2em;max-width:calc((min(var(--a-z-listing-column-count,3),8) * var(--a-z-listing-column-width,15em)) + ((min(var(--a-z-listing-column-count,3),8) - 1) * var(--a-z-listing-column-gap,.6em)))}div.letter-section>ul.az-columns.max-9-columns{column-count:9;column-count:min(var(--a-z-listing-column-count,3),9);max-width:139.8em;max-width:calc((min(var(--a-z-listing-column-count,3),9) * var(--a-z-listing-column-width,15em)) + ((min(var(--a-z-listing-column-count,3),9) - 1) * var(--a-z-listing-column-gap,.6em)))}div.letter-section>ul.az-columns.max-10-columns{column-count:10;column-count:min(var(--a-z-listing-column-count,3),10);max-width:155.4em;max-width:calc((min(var(--a-z-listing-column-count,3),10) * var(--a-z-listing-column-width,15em)) + ((min(var(--a-z-listing-column-count,3),10) - 1) * var(--a-z-listing-column-gap,.6em)))}div.letter-section>ul.az-columns.max-11-columns{column-count:11;column-count:min(var(--a-z-listing-column-count,3),11);max-width:171em;max-width:calc((min(var(--a-z-listing-column-count,3),11) * var(--a-z-listing-column-width,15em)) + ((min(var(--a-z-listing-column-count,3),11) - 1) * var(--a-z-listing-column-gap,.6em)))}div.letter-section>ul.az-columns.max-12-columns{column-count:12;column-count:min(var(--a-z-listing-column-count,3),12);max-width:186.6em;max-width:calc((min(var(--a-z-listing-column-count,3),12) * var(--a-z-listing-column-width,15em)) + ((min(var(--a-z-listing-column-count,3),12) - 1) * var(--a-z-listing-column-gap,.6em)))}div.letter-section>ul.az-columns.max-13-columns{column-count:13;column-count:min(var(--a-z-listing-column-count,3),13);max-width:202.2em;max-width:calc((min(var(--a-z-listing-column-count,3),13) * var(--a-z-listing-column-width,15em)) + ((min(var(--a-z-listing-column-count,3),13) - 1) * var(--a-z-listing-column-gap,.6em)))}div.letter-section>ul.az-columns.max-14-columns{column-count:14;column-count:min(var(--a-z-listing-column-count,3),14);max-width:217.8em;max-width:calc((min(var(--a-z-listing-column-count,3),14) * var(--a-z-listing-column-width,15em)) + ((min(var(--a-z-listing-column-count,3),14) - 1) * var(--a-z-listing-column-gap,.6em)))}div.letter-section>ul.az-columns.max-15-columns{column-count:15;column-count:min(var(--a-z-listing-column-count,3),15);max-width:233.4em;max-width:calc((min(var(--a-z-listing-column-count,3),15) * var(--a-z-listing-column-width,15em)) + ((min(var(--a-z-listing-column-count,3),15) - 1) * var(--a-z-listing-column-gap,.6em)))}div.letter-section>ul.az-columns.max-16-columns{column-count:16;column-count:min(var(--a-z-listing-column-count,3),16);max-width:249em;max-width:calc((min(var(--a-z-listing-column-count,3),16) * var(--a-z-listing-column-width,15em)) + ((min(var(--a-z-listing-column-count,3),16) - 1) * var(--a-z-listing-column-gap,.6em)))}div.letter-section div.back-to-top{display:var(--a-z-listing-back-to-top-display,block);width:100%;text-align:right}div.letter-section div.back-to-top a{text-transform:uppercase;font-size:.7em}div.letter-section div.back-to-top a:before,div.letter-section div.back-to-top a:after{font-family:dashicons;content:"\f343";padding:.2em}