/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/section/src/style.scss ***!
  \************************************************************************************************************************/
/**
 * Block's stylesheet
 * 
 * @package cEightyThree
 * @since cEightyThree 1.0
 */
/**
 * Stylesheet variables
 * 
 * @package cEightyThree
 * @since cEightyThree 1.0
 */
/**
 * Stylesheet global variables
 * 
 * @package cEightyThree
 * @since cEightyThree 1.0
 */
/**
 * Stylesheet base variables
 * 
 * @package cEightyThree
 * @since cEightyThree 1.0
 */
/**
 * Stylesheet inverse variables
 * 
 * @package cEightyThree
 * @since cEightyThree 1.0
 */
/**
 * Stylesheet components variables
 * 
 * @package cEightyThree
 * @since cEightyThree 1.0
 */
/** Accordion */
/** Alert */
/** Align */
/** Animation */
/** Article */
/** Background */
/** Badge */
/** Breadcrumb */
/** Button */
/** Card */
/** Close */
/** Column */
/** Comment */
/** Container */
/** Countdown */
/** Description */
/** Divider */
/** Internal */
/** Divider */
/** Dotnav */
/** Drop */
/** Dropbar */
/** Dropdown */
/** Dropnav */
/** Form */
/** Internal */
/** Grid */
/** Heading */
/** Height */
/** Icon */
/** Iconnav */
/** Label */
/** Leader */
/** Lightbox */
/** Link */
/** List */
/** Internal */
/** Margin */
/** Marker */
/** Modal */
/** Nav */
/** Navbar */
/** Notification */
/** Offcanvas */
/** Overlay */
/** Padding */
/** Pagination */
/** Placeholder */
/** Position */
/** Progress */
/** Search */
/** Section */
/** Slidenav */
/** Slider */
/** Sortable */
/** Spinner */
/** Sticky */
/** Subnav */
/** Tab */
/** Table */
/** Text */
/** Thumbnav */
/** Tile */
/** Tooltip */
/** Totop */
/** Transition */
/** Panel */
/** Border */
/** Box */
/** Dropcap */
/** Logo */
/** Dragover */
/** Deprecated */
/** Breakpoint */
/** Width */
/**
 * Pattern mixins
 * 
 * @package cEightyThree
 * @since cEightyThree 1.0
 */
.c83-halftone-pattern, .wp-block-c83-section.c83-background-video > .c83-background-video-container .c83-background-video-overlay.c83-background-video-overlay-pattern {
  background-image: radial-gradient(circle at center, black 0.05rem, transparent 0);
  background-size: 0.25rem 0.25rem;
  background-repeat: round;
}

.wp-block-c83-section {
  position: relative;
}
.wp-block-c83-section.c83-background-video.c83-remove-background-video video {
  display: none;
}
.wp-block-c83-section.c83-background-video:not(.c83-remove-background-video) video {
  display: block;
}
.wp-block-c83-section.c83-background-video > .c83-background-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wp-block-c83-section.c83-background-video > .c83-background-video-container + * {
  position: relative;
}
.wp-block-c83-section.c83-background-video > .c83-background-video-container > video {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wp-block-c83-section.c83-background-video > .c83-background-video-container .c83-background-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 960px) {
  .wp-block-c83-section.c83-background-video {
    background-image: none !important;
  }
  .wp-block-c83-section.c83-background-video.c83-remove-background-video video {
    display: block;
  }
}
