/* 344 Modified by the Divi Switch plugin by Divi Space to implement user customization(s) - Tue, 26 Nov 2024 17:17:33 -0800 */
/*!
Theme Name: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.27.4
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



.ds_preloader {
		font-family: ETmodules;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #ffffff;
		z-index: 999999;
		text-align: center;
		-webkit-animation: ds_preload_transition 1400ms linear forwards;
		-o-animation: ds_preload_transition 1400ms linear forwards;
		animation: ds_preload_transition 1400ms linear forwards;
		animation-delay: 2000ms;
	}

	.ds_preloader .ds_icon {
		position: relative;
		display: inline-block;
		color: #000000;
		line-height: 100vh;
		font-size: 40px;
		-webkit-animation: ds_preload_rotate 2000ms linear infinite;
		-o-animation: ds_preload_rotate 2000ms linear infinite;
		animation: ds_preload_rotate 2000ms linear infinite;
	}
	@-webkit-keyframes ds_preload_rotate {
		from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		}
		to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
		}
	}
	@keyframes ds_preload_rotate {
		from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		}
		to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
		}
	}
			@-webkit-keyframes ds_preload_transition {
					0% { display: block; opacity: 1; }
			99% { display: block; opacity: 0; }
			100% { display: none; opacity: 0; }
					}
			
				@keyframes ds_preload_transition {
					0% { display: block; opacity: 1; }
			99% { display: block; opacity: 0; }
			100% { display: none; opacity: 0; }
					}
			
		.et_pb_scroll_top.et-pb-icon { color: rgba(0,0,0,0.4); }
.et_pb_scroll_top.et-pb-icon:hover { color: rgba(0,0,0,0.4); }