#guten-NxC7oJ .gutenverse-menu-wrapper .gutenverse-menu { justify-content: flex-end; } #guten-NxC7oJ .gutenverse-menu-wrapper .gutenverse-menu > li > a, #guten-NxC7oJ .gutenverse-menu-wrapper .gutenverse-menu > ul > li > a { height: 40px; font-family: "Cormorant"; font-size: 16px; font-weight: 500; text-transform: uppercase; letter-spacing: .10em; padding-bottom: 30px; color: var(--wp--preset--color--theme-3); background: var(--wp--preset--color--black); } #guten-NxC7oJ .gutenverse-menu-wrapper { background: var(--wp--preset--color--black); padding-top: 20px; } #guten-NxC7oJ.break-point-tablet.guten-nav-menu .guten-nav-overlay, #guten-NxC7oJ.break-point-mobile.guten-nav-menu .guten-nav-overlay { pointer-events: none !important; } #guten-NxC7oJ .gutenverse-menu-wrapper .gutenverse-menu > li:hover > a, #guten-NxC7oJ .gutenverse-menu-wrapper .gutenverse-menu > ul > li:hover > a { color: rgba(207, 198, 184, 1); } #guten-NxC7oJ .gutenverse-menu-wrapper .gutenverse-menu > li.current-menu-item > a, #guten-NxC7oJ .gutenverse-menu-wrapper .gutenverse-menu > ul > li.current-menu-item > a { color: rgba(207, 198, 184, 1); } #guten-NxC7oJ .gutenverse-menu-wrapper .gutenverse-menu > li.current-menu-ancestor > a, #guten-NxC7oJ .gutenverse-menu-wrapper .gutenverse-menu > ul > li.current-menu-ancestor > a { color: rgba(207, 198, 184, 1); } #guten-NxC7oJ .gutenverse-menu-wrapper .gutenverse-menu .sub-menu li  a { font-family: "Cormorant"; font-size: 16px; font-weight: bold; text-transform: uppercase; } #guten-NxC7oJ .gutenverse-menu-wrapper .gutenverse-menu .sub-menu li > a { color: var(--wp--preset--color--theme-3); background: var(--wp--preset--color--black); } #guten-NxC7oJ .gutenverse-hamburger-wrapper { justify-content: right; } #guten-NxC7oJ.guten-nav-menu .gutenverse-hamburger-menu { color: var(--wp--preset--color--theme-3); background: var(--wp--preset--color--black); border-style: none; } #guten-NxC7oJ.guten-nav-menu .gutenverse-hamburger-menu svg { fill: var(--wp--preset--color--theme-3); } #guten-NxC7oJ.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-nav-identity-panel .gutenverse-close-menu { color: var(--wp--preset--color--theme-7); } #guten-NxC7oJ.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-nav-identity-panel .gutenverse-close-menu svg { fill: var(--wp--preset--color--theme-7); } #guten-NxC7oJ.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-nav-identity-panel .gutenverse-nav-site-title .gutenverse-nav-logo img { width: 200px; height: 85px; object-fit: contain; } #guten-NxC7oJ { background: linear-gradient(180deg, rgba(255, 255, 255, 0.1232876712328767) 65%,rgba(255, 255, 255, 0.1) 97.1%);  align-self: center; vertical-align: middle; padding-top: 1px; padding-bottom: 1px; } 
			@media screen and (max-width: 1024px) {
				.guten-nav-menu.break-point-tablet .gutenverse-hamburger-menu {
					display: block;
				}
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper {
					width: 100%;
					max-width: 360px;
					border-radius: 0px 0px 0px 0px;
					background-color: #f7f7f7;
					width: 100%;
					position: fixed;
					top: 0;
					left: -110%;
					height: 100%;
					overflow-y: auto;
					overflow-x: hidden;
					display: flex;
					flex-direction: column-reverse;
					justify-content: flex-end;
					-webkit-transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
					-moz-transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
					-o-transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
					transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
				}
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper.active {
					left: 0;
				}
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu-container {
					overflow-y: scroll;
				}
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-nav-identity-panel {
					padding: 10px 0px 10px 0px;
					display: block;
					position: relative;
					z-index: 5;
					width: 100%;
				}
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-nav-identity-panel .gutenverse-nav-site-title {
					display: inline-block;
				}
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-nav-identity-panel .gutenverse-close-menu {
					display: block;
				}
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu, 
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu > ul {
					display: block;
					overflow-y: auto;
				}
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li.menu-item-has-children > a i,
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li.menu-item-has-children > a .gutenverse-icon-svg {
					margin-left: auto;
					padding: 4px 15px;
					border: 1px solid var(--guten-border-color);
					border-radius: 3px;
				}
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li.menu-item-has-children .sub-menu {
					position: inherit;
					box-shadow: none!important;
					background: none;
				}
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li {
					display: block;
					width: 100%;
					position: inherit;
				}
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li .sub-menu {
					display: none;
					max-height: 2500px;
					opacity: 0;
					visibility: hidden;
					transition: max-height 5s ease-out;
				}
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li .sub-menu.dropdown-open {
					display: block;
					opacity: 1;
					visibility: visible;
				}
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li a {
					display: block;
				}
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li a i, .guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li a .gutenverse-icon-svg {
					float: right;
				}
				.guten-nav-menu.break-point-tablet .guten-nav-overlay {
					position: fixed;
					background-color: rgba(0, 0, 0, 0.2);
					width: 100%;
					height: 100%;
					top: 0;
					left: 0;
					z-index: 999;
					transform: translateX(-100%);
					transition: transform 0s ease-in-out;
				}
				.guten-nav-menu.break-point-tablet .guten-nav-overlay.active {
					animation: slideLeftToRight .5s ease-in-out forwards;
					transition: transform .5s ease-in-out;
				}
				.guten-nav-menu.break-point-tablet .guten-nav-overlay.exiting {
					animation: slideRightToLeft .5s ease-in-out forwards;
					transition: transform .5s ease-in-out;
				}
			}

			@media screen and (min-width: 1025px) {
				.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu-container {
					height: auto;
				}
			}

			@media screen and (max-width: 767px) {
				.guten-nav-menu.break-point-mobile .gutenverse-hamburger-menu {
					display: block;
				}
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper {
					width: 100%;
					max-width: 360px;
					border-radius: 0px 0px 0px 0px;
					background-color: #f7f7f7;
					position: fixed;
					top: 0;
					left: -110%;
					height: 100% !important;
					overflow-y: auto;
					overflow-x: hidden;
					display: flex;
					flex-direction: column-reverse;
					justify-content: flex-end;
					-webkit-transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
					-moz-transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
					-o-transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
					transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
				}
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper.active {
					left: 0;
				}
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu-container {
					overflow-y: scroll;
				}
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-nav-identity-panel {
					padding: 10px 0px 10px 0px;
					display: block;
					position: relative;
					z-index: 5;
					width: 100%;
				}
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-nav-identity-panel .gutenverse-nav-site-title {
					display: inline-block;
				}
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-nav-identity-panel .gutenverse-close-menu {
					display: block;
				}
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu, 
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu > ul {
					display: block;
					overflow-y: auto;
				}
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li.menu-item-has-children > a i,
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li.menu-item-has-children > a .gutenverse-icon-svg {
					margin-left: auto;
					padding: 4px 15px;
					border: 1px solid var(--guten-border-color);
					border-radius: 3px;
				}
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li.menu-item-has-children .sub-menu {
					position: inherit;
					box-shadow: none;
					background: none;
				}
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li {
					display: block;
					width: 100%;
					position: inherit;
				}
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li .sub-menu {
					display: none;
					max-height: 2500px;
					opacity: 0;
					visibility: hidden;
					transition: max-height 5s ease-out;
				}
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li .sub-menu.dropdown-open {
					display: block;
					opacity: 1;
					visibility: visible;
				}
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li a {
					display: block;
				}
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li a i, .guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li a .gutenverse-icon-svg {
					float: right;
				}
				.guten-nav-menu.break-point-mobile .guten-nav-overlay {
					position: fixed;
					background-color: rgba(0, 0, 0, 0.2);
					width: 100%;
					height: 100%;
					top: 0;
					left: 0;
					z-index: 999;
					transform: translateX(-100%);
					transition: transform 0s ease-in-out;
				}
				.guten-nav-menu.break-point-mobile .guten-nav-overlay.active {
					animation: slideLeftToRight .5s ease-in-out forwards;
					transition: transform .5s ease-in-out;
				}
				.guten-nav-menu.break-point-mobile .guten-nav-overlay.exiting {
					animation: slideRightToLeft .5s ease-in-out forwards;
					transition: transform .5s ease-in-out;
				}
			}

			@media screen and (min-width: 768px) {
				.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu-container {
					height: auto;
				}
			}
		.guten-ienaCU.layout-boxed > .guten-container { max-width: 1140px; } .guten-element.guten-ienaCU { padding-bottom: 60px; }.guten-CM4lqU > .guten-container { min-height: 75vh; } .guten-CM4lqU:not(.background-animated), .guten-CM4lqU.background-animated > .guten-background-animated .animated-layer { background-image: url(https://tchavarria.com/wp-content/uploads/2026/04/intimate-wedding-closeup-kiss-bride-and-groom-scaled.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover;  } .guten-element.guten-CM4lqU { padding-bottom: 60px; } @media only screen and (max-width: 1024px) { .guten-CM4lqU > .guten-container { min-height: 60vh; } } @media only screen and (max-width: 767px) { .guten-CM4lqU > .guten-container { min-height: 55vh; } }.guten-NuHr5E, .guten-NuHr5E .heading-section { justify-content: center; text-align: center; } .guten-NuHr5E .heading-line { justify-self: center; } .guten-NuHr5E .heading-title { color: rgba(43, 43, 43, 1); font-family: "Rokkitt"; font-size: 34px; font-weight: 300; text-transform: inherit; line-height: 40px; letter-spacing: .1em; padding-top: 10px; padding-bottom: 50px; } .guten-NuHr5E .heading-focus { color: rgba(138, 129, 124, 1);-webkit-text-fill-color: rgba(138, 129, 124, 1); font-family: "Cormorant"; font-size: 24px; font-weight: 500; text-transform: uppercase; line-height: 1.5px; letter-spacing: .05em; } .guten-NuHr5E .heading-subtitle { color: rgba(43, 43, 43, 1); font-family: "Rokkitt"; font-size: 24px; font-weight: 300; font-style: default; line-height: 40px; letter-spacing: .05em; } .guten-NuHr5E {   } .guten-element.guten-NuHr5E { padding-top: 10px; } @media only screen and (max-width: 767px) { .guten-element.guten-NuHr5E { margin-right: 5px; margin-left: 5px; } }.guten-ht9YYT { columns: 1; text-align: center; font-family: "Cormorant"; font-size: 16px; font-weight: 300; line-height: 35px;   }.guten-IbkCdR.layout-boxed > .guten-container { max-width: 1250px; } .guten-element.guten-IbkCdR { padding-top: 60px; padding-bottom: 60px; }.guten-SkA0ml.layout-boxed > .guten-container { max-width: 1400px; } .guten-element.guten-SkA0ml { padding-bottom: 60px; }.guten-element.guten-WFS7tg { padding-bottom: 60px; }.guten-qKVlDL.layout-boxed > .guten-container { max-width: 1400px; } .guten-element.guten-qKVlDL { padding-bottom: 60px; }.guten-2nFC2f.layout-boxed > .guten-container { max-width: 1250px; } .guten-element.guten-2nFC2f { padding-bottom: 60px; } @media only screen and (max-width: 1024px) { .guten-2nFC2f.layout-boxed > .guten-container { max-width: 1250px; } .section-wrapper[data-id="2nFC2f"] { align-self: center; vertical-align: middle; } }.guten-NLR9Of.layout-boxed > .guten-container { max-width: 800px; } .guten-element.guten-NLR9Of { padding-bottom: 60px; }.guten-c1YVQd.layout-boxed > .guten-container { max-width: 1140px; } .guten-element.guten-c1YVQd { padding-bottom: 60px; }.guten-element.guten-4UWBPq { padding-bottom: 60px; }.guten-1zxfcL.layout-boxed > .guten-container { max-width: 1140px; } .guten-element.guten-1zxfcL { padding-bottom: 60px; }.guten-WMVhuu.layout-boxed > .guten-container { max-width: 1400px; } .guten-element.guten-WMVhuu { padding-bottom: 60px; }.guten-Ou5yBi.layout-boxed > .guten-container { max-width: 1000px; } .guten-element.guten-Ou5yBi { padding-bottom: 60px; }.guten-QF5JoE.layout-boxed > .guten-container { max-width: 1300px; } .guten-element.guten-QF5JoE { padding-bottom: 60px; }.guten-XQVMdz.layout-boxed > .guten-container { max-width: 1140px; } .guten-element.guten-XQVMdz { padding-bottom: 60px; }.guten-element.guten-SdxFn5 { padding-bottom: 60px; }.guten-mQYOWk.layout-boxed > .guten-container { max-width: 1300px; } .guten-element.guten-mQYOWk { padding-bottom: 60px; }.guten-uqWiQt.layout-boxed > .guten-container { max-width: 1140px; } .guten-element.guten-uqWiQt { padding-bottom: 60px; }.guten-element.guten-gvm0hi { padding-bottom: 60px; }.guten-DasYQM.layout-boxed > .guten-container { max-width: 1400px; } .guten-element.guten-DasYQM { padding-bottom: 60px; }.guten-HzEjXn.layout-boxed > .guten-container { max-width: 1140px; } .guten-element.guten-HzEjXn { padding-bottom: 60px; }.guten-element.guten-hBE9Cw { padding-bottom: 60px; }.guten-02N3nB.layout-boxed > .guten-container { max-width: 700px; } .guten-element.guten-02N3nB { padding-bottom: 60px; }.guten-grnUZb.layout-boxed > .guten-container { max-width: 1400px; } .guten-grnUZb > .guten-container { min-height: 95vh; } .guten-grnUZb:not(.background-animated), .guten-grnUZb.background-animated > .guten-background-animated .animated-layer { background-image: url(https://tchavarria.com/wp-content/uploads/2026/04/four-seasons-resort-las-vegas-wedding-photographer-capturing-bride-going-up-stairs.jpg); background-position: top center; background-repeat: no-repeat; background-size: cover;  } .guten-element.guten-grnUZb { padding-bottom: 60px; } @media only screen and (max-width: 1024px) { .guten-grnUZb > .guten-container { min-height: 120vh; } } @media only screen and (max-width: 767px) { .guten-grnUZb > .guten-container { min-height: 85vh; } }.guten-Lf5xus, .guten-Lf5xus .heading-section { justify-content: center; text-align: center; } .guten-Lf5xus .heading-line { justify-self: center; } .guten-Lf5xus .heading-title { color: rgba(43, 43, 43, 1); font-family: "Rokkitt"; font-size: 20px; font-weight: 300; text-transform: inherit; line-height: 40px; letter-spacing: .1em; padding-top: 10px; padding-bottom: 50px; } .guten-Lf5xus .heading-focus { color: rgba(138, 129, 124, 1);-webkit-text-fill-color: rgba(138, 129, 124, 1); font-family: "Cormorant"; font-size: 24px; font-weight: 500; text-transform: uppercase; line-height: 1.5px; letter-spacing: .05em; } .guten-Lf5xus .heading-subtitle { color: rgba(47, 47, 47, 1); font-family: "Rokkitt"; font-size: 28px; font-weight: 300; font-style: default; line-height: 40px; letter-spacing: .05em; } .guten-Lf5xus {   } .guten-element.guten-Lf5xus { padding-top: 10px; padding-bottom: 50px; } @media only screen and (max-width: 1024px) { .guten-element.guten-Lf5xus { padding-right: 10px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-Lf5xus .heading-title { font-size: 16px; } .guten-element.guten-Lf5xus { padding-right: 5px; padding-left: 5px; } }.guten-1kNmIp.layout-boxed > .guten-container { max-width: 1140px; } .guten-1kNmIp { color: rgba(191, 191, 191, 1);  } .guten-1kNmIp a { color: rgba(207, 198, 184, 1); } .guten-1kNmIp a:hover { color: rgba(207, 198, 184, 1); } .guten-1kNmIp:not(.background-animated), .guten-1kNmIp.background-animated > .guten-background-animated .animated-layer { background: var(--wp--preset--color--black);  } .guten-element.guten-1kNmIp { padding-top: 60px; padding-bottom: 20px; } @media only screen and (max-width: 1024px) { .guten-element.guten-1kNmIp { padding-top: 40px; padding-right: 10px; padding-bottom: 20px; padding-left: 10px; } }.guten-QGjPlx { width: 100%; order: 1; color: rgba(191, 191, 191, 1);  } .guten-QGjPlx a { color: rgba(207, 198, 184, 1); } .guten-QGjPlx a:hover { color: rgba(207, 198, 184, 1); } @media only screen and (max-width: 1024px) { .guten-QGjPlx { width: 100%; } }.guten-fKgYml.layout-boxed > .guten-container { max-width: 1140px; } .guten-fKgYml { color: rgba(191, 191, 191, 1);  } .guten-fKgYml a { color: rgba(207, 198, 184, 1); } .guten-fKgYml a:hover { color: rgba(207, 198, 184, 1); } .guten-fKgYml.guten-element { border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: var(--wp--preset--color--theme-10); } .guten-element.guten-fKgYml { margin-bottom: 20px; padding-bottom: 40px; }.guten-QVLcSS.layout-boxed > .guten-container { max-width: 1140px; } .guten-QVLcSS { color: rgba(191, 191, 191, 1);  } .guten-QVLcSS a { color: rgba(207, 198, 184, 1); } .guten-QVLcSS a:hover { color: rgba(207, 198, 184, 1); } .guten-element.guten-QVLcSS { margin-top: 10px; }.guten-IAm0T3 { width: 32.9%; order: 1; color: rgba(191, 191, 191, 1);  } .guten-IAm0T3 a { color: rgba(207, 198, 184, 1); } .guten-IAm0T3 a:hover { color: rgba(207, 198, 184, 1); } .guten-IAm0T3 > .sticky-wrapper > .guten-column-wrapper, .guten-IAm0T3 > .guten-column-wrapper { padding-right: 60px; } @media only screen and (max-width: 1024px) { .guten-IAm0T3 { width: 50%; } .guten-IAm0T3 > .sticky-wrapper > .guten-column-wrapper, .guten-IAm0T3 > .guten-column-wrapper { margin-bottom: 20px; } } @media only screen and (max-width: 767px) { .guten-IAm0T3 > .sticky-wrapper > .guten-column-wrapper, .guten-IAm0T3 > .guten-column-wrapper { margin-bottom: 40px; } }.guten-oc5vMP { width: 16.2%; order: 1; color: rgba(191, 191, 191, 1);  } .guten-oc5vMP a { color: rgba(207, 198, 184, 1); } .guten-oc5vMP a:hover { color: rgba(207, 198, 184, 1); } .guten-oc5vMP > .sticky-wrapper > .guten-column-wrapper, .guten-oc5vMP > .guten-column-wrapper { padding-top: 40px; } @media only screen and (max-width: 1024px) { .guten-oc5vMP { width: 50%; } .guten-oc5vMP > .sticky-wrapper > .guten-column-wrapper, .guten-oc5vMP > .guten-column-wrapper { margin-bottom: 20px; } }.guten-OSHZwj { width: 11%; order: 1; color: rgba(191, 191, 191, 1);  } .guten-OSHZwj a { color: rgba(207, 198, 184, 1); } .guten-OSHZwj a:hover { color: rgba(207, 198, 184, 1); } .guten-OSHZwj > .sticky-wrapper > .guten-column-wrapper, .guten-OSHZwj > .guten-column-wrapper { padding-top: 40px; } @media only screen and (max-width: 1024px) { .guten-OSHZwj { width: 50%; } .guten-OSHZwj > .sticky-wrapper > .guten-column-wrapper, .guten-OSHZwj > .guten-column-wrapper { margin-top: 20px; } } @media only screen and (max-width: 767px) { .guten-OSHZwj > .sticky-wrapper > .guten-column-wrapper, .guten-OSHZwj > .guten-column-wrapper { margin-bottom: 20px; } }.guten-isz1r7 { width: 39.8%; order: 1; color: rgba(191, 191, 191, 1);  } .guten-isz1r7 a { color: rgba(207, 198, 184, 1); } .guten-isz1r7 a:hover { color: rgba(207, 198, 184, 1); } .guten-isz1r7 > .sticky-wrapper > .guten-column-wrapper, .guten-isz1r7 > .guten-column-wrapper { padding-top: 40px; } @media only screen and (max-width: 1024px) { .guten-isz1r7 { width: 50%; } .guten-isz1r7 > .sticky-wrapper > .guten-column-wrapper, .guten-isz1r7 > .guten-column-wrapper { margin-top: 20px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } }.guten-8SlY4G { width: 67.1%; order: 1; color: rgba(191, 191, 191, 1);  } .guten-section > .guten-container > .guten-8SlY4G.guten-column > .sticky-wrapper > .guten-column-wrapper, .guten-section > .guten-container > .guten-8SlY4G.guten-column > .guten-column-wrapper { align-content: center; align-items: center; justify-content: flex-start; } .guten-8SlY4G a { color: rgba(207, 198, 184, 1); } .guten-8SlY4G a:hover { color: rgba(207, 198, 184, 1); } @media only screen and (max-width: 1024px) { .guten-8SlY4G { width: 100%; } .guten-section > .guten-container > .guten-8SlY4G.guten-column > .sticky-wrapper > .guten-column-wrapper, .guten-section > .guten-container > .guten-8SlY4G.guten-column > .guten-column-wrapper { justify-content: flex-start; } } @media only screen and (max-width: 767px) { .guten-section > .guten-container > .guten-8SlY4G.guten-column > .sticky-wrapper > .guten-column-wrapper, .guten-section > .guten-container > .guten-8SlY4G.guten-column > .guten-column-wrapper { justify-content: center; } }.guten-yGdXkH { width: 32.9%; order: 1; color: rgba(191, 191, 191, 1);  } .guten-section > .guten-container > .guten-yGdXkH.guten-column > .sticky-wrapper > .guten-column-wrapper, .guten-section > .guten-container > .guten-yGdXkH.guten-column > .guten-column-wrapper { align-content: center; align-items: center; justify-content: flex-end; } .guten-yGdXkH a { color: rgba(207, 198, 184, 1); } .guten-yGdXkH a:hover { color: rgba(207, 198, 184, 1); } @media only screen and (max-width: 1024px) { .guten-yGdXkH { width: 100%; } .guten-section > .guten-container > .guten-yGdXkH.guten-column > .sticky-wrapper > .guten-column-wrapper, .guten-section > .guten-container > .guten-yGdXkH.guten-column > .guten-column-wrapper { justify-content: flex-end; } .guten-yGdXkH > .sticky-wrapper > .guten-column-wrapper, .guten-yGdXkH > .guten-column-wrapper { margin-top: 10px; } } @media only screen and (max-width: 767px) { .guten-section > .guten-container > .guten-yGdXkH.guten-column > .sticky-wrapper > .guten-column-wrapper, .guten-section > .guten-container > .guten-yGdXkH.guten-column > .guten-column-wrapper { justify-content: center; } }.guten-6nkPvE {  width: 40%!important; display: inline-block;  } .guten-element.guten-6nkPvE { margin-bottom: 20px; } @media only screen and (max-width: 767px) { .guten-6nkPvE { width: 50%!important; display: inline-block; } }.guten-M34KaW { columns: 1; color: var(--wp--preset--color--theme-2); font-family: "Heebo"; font-size: 16px; font-weight: 300; text-transform: normal; font-style: normal; text-decoration: none; line-height: 1.75em;   } .guten-element.guten-M34KaW { margin-bottom: 25px; }.guten-51TghW.guten-advanced-heading .heading-line { border-color: var(--wp--preset--color--theme-3); } .guten-51TghW .heading-title { color: var(--wp--preset--color--theme-3); font-family: "Cormorant"; font-size: 14px; text-transform: uppercase; line-height: 1.5px; letter-spacing: 0.125em; padding-bottom: 30px; } .guten-51TghW {   }.guten-8HI9ws.horizontal { justify-content: flex-start; } .guten-8HI9ws.vertical { align-items: flex-start; } .guten-8HI9ws .guten-social-icon { text-align: left; } .guten-8HI9ws .guten-social-icon a i { font-size: 16px; } .guten-8HI9ws .guten-social-icon a svg { font-size: 16px; } .guten-8HI9ws.fill .guten-social-icon a i, .guten-8HI9ws.border .guten-social-icon a i, .guten-8HI9ws.custom .guten-social-icon a i { color: var(--wp--preset--color--white); } .guten-8HI9ws.fill .guten-social-icon a svg, .guten-8HI9ws.border .guten-social-icon a svg, .guten-8HI9ws.custom .guten-social-icon a svg { fill: var(--wp--preset--color--white); } .guten-8HI9ws.border .guten-social-icon a { border-color: var(--wp--preset--color--white); } .guten-8HI9ws.horizontal > div:not(:first-child) { margin-left: 20px; } .guten-8HI9ws.vertical > div:not(:first-child) { margin-top: 20px; } .guten-8HI9ws .guten-social-icon a { padding-top: 11px; padding-right: 11px; padding-bottom: 11px; padding-left: 11px; border-style: solid; border-width: 1px; border-color: var(--wp--preset--color--white); } .guten-8HI9ws.fill .guten-social-icon a:hover i, .guten-8HI9ws.border .guten-social-icon a:hover i, .guten-8HI9ws.custom .guten-social-icon a:hover i { color: rgba(0, 0, 0, 1); } .guten-8HI9ws.fill .guten-social-icon a:hover svg, .guten-8HI9ws.border .guten-social-icon a:hover svg, .guten-8HI9ws.custom .guten-social-icon a:hover svg { fill: rgba(0, 0, 0, 1); } .guten-8HI9ws.border .guten-social-icon a:hover { border-color: rgba(0, 0, 0, 1); } .guten-8HI9ws.fill .guten-social-icon a, .guten-8HI9ws.border .guten-social-icon a, .guten-8HI9ws.custom .guten-social-icon a { background-color: var(--wp--preset--color--theme-6); } .guten-8HI9ws.fill .guten-social-icon a:hover, .guten-8HI9ws.border .guten-social-icon a:hover, .guten-8HI9ws.custom .guten-social-icon a:hover { background-color: rgba(207, 198, 184, 1); } .guten-8HI9ws .guten-social-icon a:hover span { color: rgba(255, 255, 255, 1); } .guten-8HI9ws .guten-social-icon:hover a { border-style: solid; border-width: 1px; border-color: var(--wp--preset--color--white); } .guten-8HI9ws {   } @media only screen and (max-width: 767px) { .guten-8HI9ws .guten-social-icon a i { font-size: 12px; } .guten-8HI9ws .guten-social-icon a svg { font-size: 12px; } }.guten-y2UrUV.guten-advanced-heading .heading-line { border-color: var(--wp--preset--color--theme-3); } .guten-y2UrUV .heading-title { color: var(--wp--preset--color--theme-3); font-family: "Cormorant"; font-size: 18px; line-height: 1.5px; letter-spacing: 0.1em; margin-top: 20px; padding-bottom: 30px; } .guten-y2UrUV {   }.guten-EjBre0:not(.inline-icon-list) > div.guten-icon-list-item:not(div:first-of-type) > a, .guten-EjBre0 > .list-wrapper:not(.inline-icon-list) > div.guten-icon-list-item:not(div:first-of-type) > a { margin-top: calc(10px/2); } .guten-EjBre0:not(.inline-icon-list) > .guten-icon-list-item:not(:last-child), .guten-EjBre0 > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item:not(:last-child) { padding-bottom: calc(10px/2); } .guten-EjBre0.inline-icon-list > .guten-icon-list-item:not(:last-child), .guten-EjBre0 > .list-wrapper.inline-icon-list > .guten-icon-list-item:not(:last-child) { margin-right: calc(10px/2); } .guten-EjBre0.inline-icon-list > div.guten-icon-list-item:not(div:first-of-type) > a, .guten-EjBre0 > .list-wrapper.inline-icon-list > div.guten-icon-list-item:not(div:first-of-type) > a { margin-left: calc(10px/2); } .guten-EjBre0 .guten-icon-list-item i { color: rgba(191, 191, 191, 1); font-size: 0px; } .guten-EjBre0.guten-icon-list .guten-icon-list-item svg { fill: rgba(191, 191, 191, 1); font-size: 0px; } .guten-EjBre0 .guten-icon-list-item:hover i { color: rgba(207, 198, 184, 1); } .guten-EjBre0.guten-icon-list .guten-icon-list-item:hover svg { fill: rgba(207, 198, 184, 1); } .guten-EjBre0 .guten-icon-list-item .list-text { color: var(--wp--preset--color--theme-1); font-family: "Heebo"; font-size: 16px; font-weight: 300; text-transform: normal; font-style: normal; text-decoration: none; } .guten-EjBre0 .guten-icon-list-item:hover .list-text { color: rgba(207, 198, 184, 1); } .guten-EjBre0 .guten-icon-list-item a, .guten-EjBre0 .list-wrapper .guten-icon-list-item a { gap: 0px; } .guten-EjBre0 {   }.guten-zDha54.guten-advanced-heading .heading-line { border-color: var(--wp--preset--color--theme-3); } .guten-zDha54 .heading-title { color: var(--wp--preset--color--theme-3); font-family: "Cormorant"; font-size: 18px; line-height: 1.5px; letter-spacing: 0.1em; margin-top: 20px; padding-bottom: 30px; } .guten-zDha54 {   }.guten-J10u3G:not(.inline-icon-list) > div.guten-icon-list-item:not(div:first-of-type) > a, .guten-J10u3G > .list-wrapper:not(.inline-icon-list) > div.guten-icon-list-item:not(div:first-of-type) > a { margin-top: calc(10px/2); } .guten-J10u3G:not(.inline-icon-list) > .guten-icon-list-item:not(:last-child), .guten-J10u3G > .list-wrapper:not(.inline-icon-list) > .guten-icon-list-item:not(:last-child) { padding-bottom: calc(10px/2); } .guten-J10u3G.inline-icon-list > .guten-icon-list-item:not(:last-child), .guten-J10u3G > .list-wrapper.inline-icon-list > .guten-icon-list-item:not(:last-child) { margin-right: calc(10px/2); } .guten-J10u3G.inline-icon-list > div.guten-icon-list-item:not(div:first-of-type) > a, .guten-J10u3G > .list-wrapper.inline-icon-list > div.guten-icon-list-item:not(div:first-of-type) > a { margin-left: calc(10px/2); } .guten-J10u3G .guten-icon-list-item i { color: rgba(191, 191, 191, 1); font-size: 0px; } .guten-J10u3G.guten-icon-list .guten-icon-list-item svg { fill: rgba(191, 191, 191, 1); font-size: 0px; } .guten-J10u3G .guten-icon-list-item:hover i { color: rgba(207, 198, 184, 1); } .guten-J10u3G.guten-icon-list .guten-icon-list-item:hover svg { fill: rgba(207, 198, 184, 1); } .guten-J10u3G .guten-icon-list-item .list-text { color: var(--wp--preset--color--theme-1); font-family: "Heebo"; font-size: 16px; font-weight: 300; text-transform: normal; font-style: normal; text-decoration: none; } .guten-J10u3G .guten-icon-list-item:hover .list-text { color: rgba(207, 198, 184, 1); } .guten-J10u3G .guten-icon-list-item a, .guten-J10u3G .list-wrapper .guten-icon-list-item a { gap: 0px; } .guten-J10u3G {   }.guten-bYBkRf, .guten-bYBkRf .heading-section { justify-content: center; text-align: center; } .guten-bYBkRf .heading-line { justify-self: center; } .guten-bYBkRf.guten-advanced-heading .heading-line { border-color: var(--wp--preset--color--theme-3); } .guten-bYBkRf .heading-title { color: var(--wp--preset--color--theme-3); font-family: "Cormorant"; font-size: 18px; line-height: 1.5px; letter-spacing: 0.1em; margin-top: 20px; padding-bottom: 30px; } .guten-bYBkRf {   }.guten-8IiVJA img { height: 250px; object-fit: contain; } .guten-8IiVJA {   }.guten-LMCR2K { columns: 1; color: var(--wp--preset--color--theme-2); font-family: var(--gutenverse-font-family-qRueGW); font-size: var(--gutenverse-font-size-qRueGW, inherit); font-weight: var(--gutenverse-font-weight-qRueGW, inherit); text-transform: var(--gutenverse-font-transform-qRueGW); font-style: var(--gutenverse-font-style-qRueGW); text-decoration: var(--gutenverse-font-decoration-qRueGW); line-height: var(--gutenverse-font-lineHeight-qRueGW, inherit); letter-spacing: var(--gutenverse-font-spacing-qRueGW);   } .guten-LMCR2K a { color: var(--wp--preset--color--white); } .guten-element.guten-LMCR2K { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } @media only screen and (max-width: 1024px) { .guten-LMCR2K { text-align: center; } } @media only screen and (max-width: 767px) { .guten-LMCR2K { text-align: center; } }.guten-6NDmAJ { columns: 1; text-align: right; color: var(--wp--preset--color--theme-2); font-family: var(--gutenverse-font-family-qRueGW); font-size: var(--gutenverse-font-size-qRueGW, inherit); font-weight: var(--gutenverse-font-weight-qRueGW, inherit); text-transform: var(--gutenverse-font-transform-qRueGW); font-style: var(--gutenverse-font-style-qRueGW); text-decoration: var(--gutenverse-font-decoration-qRueGW); line-height: var(--gutenverse-font-lineHeight-qRueGW, inherit); letter-spacing: var(--gutenverse-font-spacing-qRueGW);  width: auto!important; display: inline-block;  } .guten-element.guten-6NDmAJ { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } @media only screen and (max-width: 1024px) { .guten-6NDmAJ { text-align: center; width: 100%!important; } } @media only screen and (max-width: 767px) { .guten-6NDmAJ { text-align: center; } }.guten-psCOcG { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-psCOcG { width: 100%; } }.guten-8fXdDt { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-8fXdDt { width: 100%; } }.guten-mCtO9q { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-mCtO9q { width: 100%; } }.guten-Qxl19s { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-Qxl19s { width: 100%; } }.guten-TKWhh6 { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-TKWhh6 { width: 100%; } }.guten-gL5AGD { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-gL5AGD { width: 100%; } }.guten-QDgb7F { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-QDgb7F { width: 100%; } }.guten-zf4rOx { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-zf4rOx { width: 100%; } }.guten-cl2hgi { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-cl2hgi { width: 100%; } }.guten-VYbfe2 { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-VYbfe2 { width: 100%; } }.guten-Z7YhNs { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-Z7YhNs { width: 100%; } }.guten-PWU1SB { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-PWU1SB { width: 100%; } }.guten-2ZyuU6 { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-2ZyuU6 { width: 100%; } }.guten-o4yhk8 { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-o4yhk8 { width: 100%; } }.guten-6TAcKA { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-6TAcKA { width: 100%; } }.guten-bFCQRd { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-bFCQRd { width: 100%; } }.guten-t8XPEB { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-t8XPEB { width: 100%; } }.guten-UXXyE0 { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-UXXyE0 { width: 100%; } }.guten-XrjVxX { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-XrjVxX { width: 100%; } }.guten-NDC4W6 { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-NDC4W6 { width: 100%; } }.guten-LypmZu { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-LypmZu { width: 100%; } }.guten-HWKYTD { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-HWKYTD { width: 100%; } }.guten-Uk6uLe { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-Uk6uLe { width: 100%; } }.guten-xMfCA5 { width: 100%; order: 1;  } @media only screen and (max-width: 1024px) { .guten-xMfCA5 { width: 100%; } }.guten-Qe3FuI img { width: 75%; } .guten-Qe3FuI {   } @media only screen and (max-width: 1024px) { .guten-Qe3FuI img { width: 100%; } } @media only screen and (max-width: 767px) { .guten-Qe3FuI img { width: 100%; } }.guten-utyli7, .guten-utyli7 .heading-section { justify-content: center; text-align: center; } .guten-utyli7 .heading-line { justify-self: center; } .guten-utyli7 .heading-title { color: rgba(43, 43, 43, 1); font-family: "Cormorant"; font-size: 34px; font-weight: 300; text-transform: uppercase; line-height: 40px; letter-spacing: .2em; padding-top: 10px; padding-bottom: 50px; } .guten-utyli7 .heading-focus { color: rgba(138, 129, 124, 1);-webkit-text-fill-color: rgba(138, 129, 124, 1); font-family: "Cormorant"; font-size: 24px; font-weight: 500; text-transform: uppercase; line-height: 1.5px; letter-spacing: .05em; } .guten-utyli7 .heading-subtitle { color: rgba(47, 47, 47, 1); font-family: "Rokkitt"; font-size: 28px; font-weight: 300; font-style: default; line-height: 40px; letter-spacing: .05em; } .guten-utyli7 {   } .guten-element.guten-utyli7 { padding-top: 10px; } @media only screen and (max-width: 767px) { .guten-utyli7 .heading-title { font-size: 32px; } .guten-utyli7 .heading-subtitle { font-size: 20px; } }.guten-SfXFCP { columns: 1; text-align: center; font-family: "Cormorant"; font-size: 16px; font-weight: 300; line-height: 35px;   }.guten-4KxukR { columns: 1; text-align: center; font-family: "Cormorant"; font-size: 16px; font-weight: 300; line-height: 35px;   }.guten-tQKYB7 img { object-fit: cover; } .guten-tQKYB7 {   }.guten-AL9iYV, .guten-AL9iYV .heading-section { justify-content: center; text-align: center; } .guten-AL9iYV .heading-line { justify-self: center; } .guten-AL9iYV .heading-title { color: rgba(43, 43, 43, 1); font-family: "Rokkitt"; font-size: 34px; font-weight: 300; text-transform: inherit; line-height: 40px; letter-spacing: .1em; padding-top: 10px; padding-bottom: 50px; } .guten-AL9iYV .heading-focus { color: rgba(138, 129, 124, 1);-webkit-text-fill-color: rgba(138, 129, 124, 1); font-family: "Cormorant"; font-size: 24px; font-weight: 500; text-transform: uppercase; line-height: 1.5px; letter-spacing: .05em; } .guten-AL9iYV .heading-subtitle { color: rgba(47, 47, 47, 1); font-family: "Rokkitt"; font-size: 28px; font-weight: 300; font-style: default; line-height: 40px; letter-spacing: .05em; } .guten-AL9iYV {   } .guten-element.guten-AL9iYV { padding-top: 10px; } @media only screen and (max-width: 767px) { .guten-AL9iYV .heading-title { font-size: 24px; } .guten-element.guten-AL9iYV { padding-right: 5px; padding-left: 10px; } }.guten-fC5Uy7 { columns: 1; text-align: center; font-family: "Cormorant"; font-size: 16px; font-weight: 300; line-height: 35px;   }.guten-mNJnDS img { object-fit: cover; } .guten-mNJnDS {   }.guten-mmObk4, .guten-mmObk4 .heading-section { justify-content: center; text-align: center; } .guten-mmObk4 .heading-line { justify-self: center; } .guten-mmObk4 .heading-title { color: rgba(43, 43, 43, 1); font-family: "Rokkitt"; font-size: 34px; font-weight: 300; text-transform: inherit; line-height: 40px; letter-spacing: .1em; padding-top: 10px; padding-bottom: 50px; } .guten-mmObk4 .heading-focus { color: rgba(138, 129, 124, 1);-webkit-text-fill-color: rgba(138, 129, 124, 1); font-family: "Cormorant"; font-size: 24px; font-weight: 500; text-transform: uppercase; line-height: 1.5px; letter-spacing: .05em; } .guten-mmObk4 .heading-subtitle { color: rgba(47, 47, 47, 1); font-family: "Rokkitt"; font-size: 28px; font-weight: 300; font-style: default; line-height: 40px; letter-spacing: .05em; } .guten-mmObk4 {   } .guten-element.guten-mmObk4 { padding-top: 10px; } @media only screen and (max-width: 767px) { .guten-mmObk4 .heading-title { font-size: 24px; } .guten-element.guten-mmObk4 { padding-right: 5px; padding-left: 10px; } }.guten-c9kuiO { columns: 1; text-align: center; font-family: "Cormorant"; font-size: 16px; font-weight: 300; line-height: 35px;   }.guten-LWYI6o {   }.guten-dvpacF, .guten-dvpacF .heading-section { justify-content: center; text-align: center; } .guten-dvpacF .heading-line { justify-self: center; } .guten-dvpacF .heading-title { color: rgba(43, 43, 43, 1); font-family: "Rokkitt"; font-size: 34px; font-weight: 300; text-transform: inherit; line-height: 40px; letter-spacing: .1em; padding-top: 10px; padding-bottom: 50px; } .guten-dvpacF .heading-focus { color: rgba(138, 129, 124, 1);-webkit-text-fill-color: rgba(138, 129, 124, 1); font-family: "Cormorant"; font-size: 24px; font-weight: 500; text-transform: uppercase; line-height: 1.5px; letter-spacing: .05em; } .guten-dvpacF .heading-subtitle { color: rgba(47, 47, 47, 1); font-family: "Rokkitt"; font-size: 24px; font-weight: 300; font-style: default; line-height: 40px; letter-spacing: .05em; } .guten-dvpacF {   } @media only screen and (max-width: 767px) { .guten-dvpacF .heading-title { font-size: 28px; margin-right: 5px; margin-left: 10px; } .guten-dvpacF .heading-subtitle { font-size: 20px; padding-right: 5px; } }.guten-XUiGYt { columns: 1; text-align: center; font-family: "Cormorant"; font-size: 16px; font-weight: 300; line-height: 35px;   }.guten-Hx9BqH img { width: 100%; } .guten-Hx9BqH {   }.guten-t16tEY, .guten-t16tEY .heading-section { justify-content: center; text-align: center; } .guten-t16tEY .heading-line { justify-self: center; } .guten-t16tEY .heading-title { color: rgba(43, 43, 43, 1); font-family: "Rokkitt"; font-size: 34px; font-weight: 300; text-transform: inherit; line-height: 40px; letter-spacing: .1em; padding-top: 10px; padding-bottom: 50px; } .guten-t16tEY .heading-focus { color: rgba(138, 129, 124, 1);-webkit-text-fill-color: rgba(138, 129, 124, 1); font-family: "Cormorant"; font-size: 24px; font-weight: 500; text-transform: uppercase; line-height: 1.5px; letter-spacing: .05em; } .guten-t16tEY .heading-subtitle { color: rgba(47, 47, 47, 1); font-family: "Rokkitt"; font-size: 28px; font-weight: 300; font-style: default; line-height: 40px; letter-spacing: .05em; } .guten-t16tEY {   }.guten-yK1W5V { columns: 1; text-align: center; font-family: "Cormorant"; font-size: 16px; font-weight: 300; line-height: 35px;   }.guten-nE2cyu img { width: 100%; } .guten-nE2cyu {   } @media only screen and (max-width: 1024px) { .guten-nE2cyu.guten-image .guten-image-wrapper { justify-content: center; } }.guten-NhSPWo, .guten-NhSPWo .heading-section { justify-content: center; text-align: center; } .guten-NhSPWo .heading-line { justify-self: center; } .guten-NhSPWo .heading-title { color: rgba(43, 43, 43, 1); font-family: "Rokkitt"; font-size: 34px; font-weight: 300; text-transform: inherit; line-height: 40px; letter-spacing: .1em; padding-top: 10px; padding-bottom: 50px; } .guten-NhSPWo .heading-focus { color: rgba(138, 129, 124, 1);-webkit-text-fill-color: rgba(138, 129, 124, 1); font-family: "Cormorant"; font-size: 24px; font-weight: 500; text-transform: uppercase; line-height: 1.5px; letter-spacing: .05em; } .guten-NhSPWo .heading-subtitle { color: rgba(47, 47, 47, 1); font-family: "Rokkitt"; font-size: 24px; font-weight: 300; font-style: default; line-height: 40px; letter-spacing: .05em; } .guten-NhSPWo {   }.guten-ubYpsZ { columns: 1; text-align: center; font-family: "Cormorant"; font-size: 16px; font-weight: 300; line-height: 35px;   }.guten-t0TDUl img { width: 100%; } .guten-t0TDUl {   }.guten-NG3vx3, .guten-NG3vx3 .heading-section { justify-content: center; text-align: center; } .guten-NG3vx3 .heading-line { justify-self: center; } .guten-NG3vx3 .heading-title { color: rgba(43, 43, 43, 1); font-family: "Rokkitt"; font-size: 34px; font-weight: 300; text-transform: inherit; font-style: default; line-height: 40px; letter-spacing: .1em; padding-top: 10px; padding-bottom: 50px; } .guten-NG3vx3 .heading-focus { color: rgba(138, 129, 124, 1);-webkit-text-fill-color: rgba(138, 129, 124, 1); font-family: "Cormorant"; font-size: 24px; font-weight: 500; text-transform: uppercase; line-height: 1.5px; letter-spacing: .05em; } .guten-NG3vx3 .heading-subtitle { color: rgba(47, 47, 47, 1); font-family: "Rokkitt"; font-size: 20px; font-weight: 300; font-style: default; line-height: 40px; letter-spacing: .05em; } .guten-NG3vx3 {   } @media only screen and (max-width: 1024px) { .guten-element.guten-NG3vx3 { padding-right: 10px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-NG3vx3 .heading-title { font-size: 30px; } .guten-NG3vx3 .heading-subtitle { font-size: 24px; } .guten-element.guten-NG3vx3 { padding-right: 40px; padding-left: 40px; } }.guten-DSKgIY { columns: 1; text-align: center; font-family: "Cormorant"; font-size: 16px; font-weight: 300; line-height: 35px;   }.guten-pTgZkN img { width: 100%; } .guten-pTgZkN {   }.guten-NoRP9S, .guten-NoRP9S .heading-section { justify-content: center; text-align: center; } .guten-NoRP9S .heading-line { justify-self: center; } .guten-NoRP9S .heading-title { color: rgba(43, 43, 43, 1); font-family: "Rokkitt"; font-size: 30px; font-weight: 300; text-transform: inherit; line-height: 40px; letter-spacing: .1em; padding-top: 10px; padding-bottom: 50px; } .guten-NoRP9S .heading-focus { color: rgba(138, 129, 124, 1);-webkit-text-fill-color: rgba(138, 129, 124, 1); font-family: "Cormorant"; font-size: 24px; font-weight: 500; text-transform: uppercase; line-height: 1.5px; letter-spacing: .05em; } .guten-NoRP9S .heading-subtitle { color: rgba(47, 47, 47, 1); font-family: "Rokkitt"; font-size: 20px; font-weight: 300; font-style: default; line-height: 30px; letter-spacing: .05em; } .guten-NoRP9S {   } @media only screen and (max-width: 1024px) { .guten-NoRP9S .heading-subtitle { font-size: 24px; } .guten-element.guten-NoRP9S { padding-right: 10px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-NoRP9S .heading-title { font-size: 24px; } .guten-NoRP9S .heading-subtitle { font-size: 20px; } .guten-element.guten-NoRP9S { padding-right: 15px; padding-left: 15px; } }.guten-XnRBUf { columns: 1; text-align: center; font-family: "Cormorant"; font-size: 16px; font-weight: 300; line-height: 35px;   }.guten-xF7dPD img { width: 100%; } .guten-xF7dPD {   }.guten-n5y9dT, .guten-n5y9dT .heading-section { justify-content: center; text-align: center; } .guten-n5y9dT .heading-line { justify-self: center; } .guten-n5y9dT .heading-title { color: rgba(43, 43, 43, 1); font-family: "Rokkitt"; font-size: 30px; font-weight: 300; text-transform: inherit; line-height: 40px; letter-spacing: .1em; padding-top: 10px; padding-bottom: 50px; } .guten-n5y9dT .heading-focus { color: rgba(138, 129, 124, 1);-webkit-text-fill-color: rgba(138, 129, 124, 1); font-family: "Cormorant"; font-size: 24px; font-weight: 500; text-transform: uppercase; line-height: 1.5px; letter-spacing: .05em; } .guten-n5y9dT .heading-subtitle { color: rgba(47, 47, 47, 1); font-family: "Rokkitt"; font-size: 20px; font-weight: 300; font-style: default; line-height: 40px; letter-spacing: .05em; } .guten-n5y9dT {   } @media only screen and (max-width: 1024px) { .guten-element.guten-n5y9dT { padding-right: 10px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-n5y9dT .heading-title { font-size: 24px; } .guten-n5y9dT .heading-subtitle { font-size: 20px; } .guten-element.guten-n5y9dT { padding-right: 15px; padding-left: 15px; } }.guten-c86wKq { columns: 1; text-align: center; font-family: "Cormorant"; font-size: 16px; font-weight: 300; line-height: 35px;   }.guten-DX0g0B img { width: 100%; } .guten-DX0g0B {   }.guten-GqPY1E, .guten-GqPY1E .heading-section { justify-content: center; text-align: center; } .guten-GqPY1E .heading-line { justify-self: center; } .guten-GqPY1E .heading-title { color: rgba(43, 43, 43, 1); font-family: "Rokkitt"; font-size: 30px; font-weight: 300; text-transform: inherit; line-height: 40px; letter-spacing: .1em; padding-top: 10px; padding-bottom: 50px; } .guten-GqPY1E .heading-focus { color: rgba(138, 129, 124, 1);-webkit-text-fill-color: rgba(138, 129, 124, 1); font-family: "Cormorant"; font-size: 24px; font-weight: 500; text-transform: uppercase; line-height: 1.5px; letter-spacing: .05em; } .guten-GqPY1E .heading-subtitle { color: rgba(47, 47, 47, 1); font-family: "Rokkitt"; font-size: 20px; font-weight: 300; font-style: default; line-height: 40px; letter-spacing: .05em; } .guten-GqPY1E {   } @media only screen and (max-width: 1024px) { .guten-element.guten-GqPY1E { padding-right: 10px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-GqPY1E .heading-title { font-size: 24px; } .guten-GqPY1E .heading-subtitle { font-size: 20px; } .guten-element.guten-GqPY1E { padding-right: 15px; padding-left: 15px; } }.guten-T4h3j0 { columns: 1; text-align: center; font-family: "Cormorant"; font-size: 16px; font-weight: 300; line-height: 35px;   }.guten-7DfQa8 img { width: 100%; } .guten-7DfQa8 {   }.guten-DKY4eU, .guten-DKY4eU .heading-section { justify-content: center; text-align: center; } .guten-DKY4eU .heading-line { justify-self: center; } .guten-DKY4eU .heading-title { color: rgba(43, 43, 43, 1); font-family: "Rokkitt"; font-size: 24px; font-weight: 300; text-transform: inherit; line-height: 40px; letter-spacing: .1em; padding-top: 10px; } .guten-DKY4eU .heading-focus { color: rgba(138, 129, 124, 1);-webkit-text-fill-color: rgba(138, 129, 124, 1); font-family: "Cormorant"; font-size: 24px; font-weight: 500; text-transform: uppercase; line-height: 1.5px; letter-spacing: .05em; } .guten-DKY4eU .heading-subtitle { color: rgba(47, 47, 47, 1); font-family: "Rokkitt"; font-size: 28px; font-weight: 300; font-style: default; line-height: 40px; letter-spacing: .05em; } .guten-DKY4eU {   } @media only screen and (max-width: 1024px) { .guten-element.guten-DKY4eU { padding-right: 10px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-DKY4eU .heading-title { font-size: 24px; } .guten-element.guten-DKY4eU { padding-right: 15px; padding-left: 15px; } }.guten-jaYDpt { columns: 1; text-align: center; font-family: "Cormorant"; font-size: 16px; font-weight: 300; line-height: 35px;   }.guten-dXcYEt img { width: 100%; } .guten-dXcYEt {   }.guten-sUTc7l, .guten-sUTc7l .heading-section { justify-content: center; text-align: center; } .guten-sUTc7l .heading-line { justify-self: center; } .guten-sUTc7l .heading-title { color: rgba(43, 43, 43, 1); font-family: "Rokkitt"; font-size: 26px; font-weight: 300; text-transform: inherit; line-height: 40px; letter-spacing: .1em; padding-top: 10px; padding-bottom: 50px; } .guten-sUTc7l .heading-focus { color: rgba(138, 129, 124, 1);-webkit-text-fill-color: rgba(138, 129, 124, 1); font-family: "Cormorant"; font-size: 24px; font-weight: 500; text-transform: uppercase; line-height: 1.5px; letter-spacing: .05em; } .guten-sUTc7l .heading-subtitle { color: rgba(47, 47, 47, 1); font-family: "Rokkitt"; font-size: 20px; font-weight: 300; font-style: default; line-height: 40px; letter-spacing: .05em; } .guten-sUTc7l {   } @media only screen and (max-width: 1024px) { .guten-element.guten-sUTc7l { padding-right: 10px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-sUTc7l .heading-title { font-size: 24px; } .guten-sUTc7l .heading-subtitle { font-size: 20px; } .guten-element.guten-sUTc7l { padding-right: 15px; padding-left: 15px; } }.guten-jT3lKG { columns: 1; text-align: center; font-family: "Cormorant"; font-size: 16px; font-weight: 300; line-height: 35px;   }.guten-0NS3yP img { width: 100%; } .guten-0NS3yP {   }.guten-WrjYAm, .guten-WrjYAm .heading-section { justify-content: center; text-align: center; } .guten-WrjYAm .heading-line { justify-self: center; } .guten-WrjYAm .heading-title { color: rgba(43, 43, 43, 1); font-family: "Rokkitt"; font-size: 24px; font-weight: 300; text-transform: inherit; line-height: 40px; letter-spacing: .1em; padding-top: 10px; padding-bottom: 50px; } .guten-WrjYAm .heading-focus { color: rgba(138, 129, 124, 1);-webkit-text-fill-color: rgba(138, 129, 124, 1); font-family: "Cormorant"; font-size: 24px; font-weight: 500; text-transform: uppercase; line-height: 1.5px; letter-spacing: .05em; } .guten-WrjYAm .heading-subtitle { color: rgba(47, 47, 47, 1); font-family: "Rokkitt"; font-size: 20px; font-weight: 300; font-style: default; line-height: 40px; letter-spacing: .05em; } .guten-WrjYAm {   } @media only screen and (max-width: 1024px) { .guten-element.guten-WrjYAm { padding-right: 10px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-WrjYAm .heading-title { font-size: 24px; } .guten-WrjYAm .heading-subtitle { font-size: 20px; } .guten-element.guten-WrjYAm { padding-right: 15px; padding-left: 15px; } }.guten-DuA2By img { width: 100%; } .guten-DuA2By {   }.guten-9rZub7, .guten-9rZub7 .heading-section { justify-content: center; text-align: center; } .guten-9rZub7 .heading-line { justify-self: center; } .guten-9rZub7 .heading-title { color: rgba(43, 43, 43, 1); font-family: "Rokkitt"; font-size: 20px; font-weight: 300; text-transform: inherit; line-height: 40px; letter-spacing: .1em; padding-top: 10px; padding-bottom: 50px; } .guten-9rZub7 .heading-focus { color: rgba(138, 129, 124, 1);-webkit-text-fill-color: rgba(138, 129, 124, 1); font-family: "Cormorant"; font-size: 24px; font-weight: 500; text-transform: uppercase; line-height: 1.5px; letter-spacing: .05em; } .guten-9rZub7 .heading-subtitle { color: rgba(47, 47, 47, 1); font-family: "Rokkitt"; font-size: 16px; font-weight: 300; font-style: default; line-height: 40px; letter-spacing: .05em; } .guten-9rZub7 {   } @media only screen and (max-width: 1024px) { .guten-element.guten-9rZub7 { padding-right: 10px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-9rZub7 .heading-title { font-size: 24px; } .guten-9rZub7 .heading-subtitle { font-size: 20px; } .guten-element.guten-9rZub7 { padding-right: 15px; padding-left: 15px; } }.guten-0WsWjk img { width: 100%; } .guten-0WsWjk {   }.guten-xJPGde, .guten-xJPGde .heading-section { justify-content: center; text-align: center; } .guten-xJPGde .heading-line { justify-self: center; } .guten-xJPGde .heading-title { color: rgba(43, 43, 43, 1); font-family: "Rokkitt"; font-size: 28px; font-weight: 300; text-transform: inherit; line-height: 40px; letter-spacing: .1em; padding-top: 10px; padding-bottom: 50px; } .guten-xJPGde .heading-focus { color: rgba(138, 129, 124, 1);-webkit-text-fill-color: rgba(138, 129, 124, 1); font-family: "Cormorant"; font-size: 24px; font-weight: 500; text-transform: uppercase; line-height: 1.5px; letter-spacing: .05em; } .guten-xJPGde .heading-subtitle { color: rgba(47, 47, 47, 1); font-family: "Rokkitt"; font-size: 20px; font-weight: 300; font-style: default; line-height: 40px; letter-spacing: .05em; } .guten-xJPGde {   } @media only screen and (max-width: 1024px) { .guten-element.guten-xJPGde { padding-right: 10px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-xJPGde .heading-title { font-size: 24px; } .guten-xJPGde .heading-subtitle { font-size: 20px; } .guten-element.guten-xJPGde { padding-right: 5px; padding-left: 5px; } }.guten-Sx69tl img { width: 100%; } .guten-Sx69tl {   }.guten-YbW9lU, .guten-YbW9lU .heading-section { justify-content: center; text-align: center; } .guten-YbW9lU .heading-line { justify-self: center; } .guten-YbW9lU .heading-title { color: rgba(43, 43, 43, 1); font-family: "Rokkitt"; font-size: 20px; font-weight: 300; text-transform: inherit; line-height: 40px; letter-spacing: .1em; padding-top: 10px; padding-bottom: 50px; } .guten-YbW9lU .heading-focus { color: rgba(138, 129, 124, 1);-webkit-text-fill-color: rgba(138, 129, 124, 1); font-family: "Cormorant"; font-size: 24px; font-weight: 500; text-transform: uppercase; line-height: 1.5px; letter-spacing: .05em; } .guten-YbW9lU .heading-subtitle { color: rgba(47, 47, 47, 1); font-family: "Rokkitt"; font-size: 28px; font-weight: 300; font-style: default; line-height: 40px; letter-spacing: .05em; } .guten-YbW9lU {   } @media only screen and (max-width: 1024px) { .guten-element.guten-YbW9lU { padding-right: 10px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-YbW9lU .heading-title { font-size: 24px; } .guten-element.guten-YbW9lU { padding-right: 15px; padding-left: 15px; } }.guten-9j0njK img { width: 100%; } .guten-9j0njK {   }.guten-ZU89za, .guten-ZU89za .heading-section { justify-content: center; text-align: center; } .guten-ZU89za .heading-line { justify-self: center; } .guten-ZU89za .heading-title { color: rgba(43, 43, 43, 1); font-family: "Rokkitt"; font-size: 20px; font-weight: 300; text-transform: inherit; line-height: 40px; letter-spacing: .1em; padding-top: 10px; padding-bottom: 50px; } .guten-ZU89za .heading-focus { color: rgba(138, 129, 124, 1);-webkit-text-fill-color: rgba(138, 129, 124, 1); font-family: "Cormorant"; font-size: 24px; font-weight: 500; text-transform: uppercase; line-height: 1.5px; letter-spacing: .05em; } .guten-ZU89za .heading-subtitle { color: rgba(47, 47, 47, 1); font-family: "Rokkitt"; font-size: 28px; font-weight: 300; font-style: default; line-height: 40px; letter-spacing: .05em; } .guten-ZU89za {   } @media only screen and (max-width: 1024px) { .guten-element.guten-ZU89za { padding-right: 10px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-ZU89za .heading-title { font-size: 24px; } .guten-element.guten-ZU89za { padding-right: 5px; padding-left: 10px; } }.guten-MEs8s1 img { width: 100%; } .guten-MEs8s1 {   }.guten-uRGYzz, .guten-uRGYzz .heading-section { justify-content: center; text-align: center; } .guten-uRGYzz .heading-line { justify-self: center; } .guten-uRGYzz .heading-title { color: rgba(43, 43, 43, 1); font-family: "Rokkitt"; font-size: 30px; font-weight: 300; text-transform: inherit; line-height: 40px; letter-spacing: .1em; padding-top: 10px; padding-bottom: 50px; } .guten-uRGYzz .heading-focus { color: rgba(138, 129, 124, 1);-webkit-text-fill-color: rgba(138, 129, 124, 1); font-family: "Cormorant"; font-size: 24px; font-weight: 500; text-transform: uppercase; line-height: 1.5px; letter-spacing: .05em; } .guten-uRGYzz .heading-subtitle { color: rgba(47, 47, 47, 1); font-family: "Rokkitt"; font-size: 24px; font-weight: 300; font-style: default; line-height: 40px; letter-spacing: .05em; } .guten-uRGYzz {   } @media only screen and (max-width: 1024px) { .guten-element.guten-uRGYzz { padding-right: 10px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-uRGYzz .heading-title { font-size: 24px; } .guten-uRGYzz .heading-subtitle { font-size: 20px; } .guten-element.guten-uRGYzz { padding-right: 5px; padding-left: 5px; } }.guten-ExQ4N0 { columns: 1; text-align: center; font-family: "Cormorant"; font-size: 16px; font-weight: 300; line-height: 35px;   }.guten-WLxGGA img { width: 100%; } .guten-WLxGGA {   }.guten-2S32P8, .guten-2S32P8 .heading-section { justify-content: center; text-align: center; } .guten-2S32P8 .heading-line { justify-self: center; } .guten-2S32P8 .heading-title { color: rgba(43, 43, 43, 1); font-family: "Rokkitt"; font-size: 20px; font-weight: 300; text-transform: inherit; line-height: 40px; letter-spacing: .1em; padding-top: 10px; } .guten-2S32P8 .heading-focus { color: rgba(138, 129, 124, 1);-webkit-text-fill-color: rgba(138, 129, 124, 1); font-family: "Cormorant"; font-size: 24px; font-weight: 500; text-transform: uppercase; line-height: 1.5px; letter-spacing: .05em; } .guten-2S32P8 .heading-subtitle { color: rgba(47, 47, 47, 1); font-family: "Rokkitt"; font-size: 28px; font-weight: 300; font-style: default; line-height: 40px; letter-spacing: .05em; } .guten-2S32P8 {   } @media only screen and (max-width: 1024px) { .guten-element.guten-2S32P8 { padding-right: 10px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-2S32P8 .heading-title { font-size: 24px; } .guten-element.guten-2S32P8 { padding-right: 5px; padding-left: 5px; } }.guten-nW41wI { columns: 1; text-align: center; font-family: "Cormorant"; font-size: 16px; font-weight: 300; line-height: 35px;   }.guten-ePFoUH img { width: 100%; } .guten-ePFoUH {   }.guten-eShawa, .guten-eShawa .heading-section { justify-content: center; text-align: center; } .guten-eShawa .heading-line { justify-self: center; } .guten-eShawa .heading-title { color: rgba(43, 43, 43, 1); font-family: "Rokkitt"; font-size: 30px; font-weight: 300; text-transform: inherit; line-height: 40px; letter-spacing: .1em; padding-top: 10px; padding-bottom: 50px; } .guten-eShawa .heading-focus { color: rgba(138, 129, 124, 1);-webkit-text-fill-color: rgba(138, 129, 124, 1); font-family: "Cormorant"; font-size: 24px; font-weight: 500; text-transform: uppercase; line-height: 1.5px; letter-spacing: .05em; } .guten-eShawa .heading-subtitle { color: rgba(47, 47, 47, 1); font-family: "Rokkitt"; font-size: 24px; font-weight: 300; font-style: default; line-height: 40px; letter-spacing: .05em; } .guten-eShawa {   } @media only screen and (max-width: 1024px) { .guten-element.guten-eShawa { padding-right: 10px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-eShawa .heading-title { font-size: 24px; } .guten-eShawa .heading-subtitle { font-size: 20px; } .guten-element.guten-eShawa { padding-right: 5px; padding-left: 15px; } }.guten-nVnR4D { columns: 1; text-align: center; font-family: "Cormorant"; font-size: 16px; font-weight: 300; line-height: 35px;   }.guten-z9LCG2 img { width: 100%; } .guten-z9LCG2 {   }.guten-88IXCZ, .guten-88IXCZ .heading-section { justify-content: center; text-align: center; } .guten-88IXCZ .heading-line { justify-self: center; } .guten-88IXCZ .heading-title { color: rgba(43, 43, 43, 1); font-family: "Rokkitt"; font-size: 30px; font-weight: 300; text-transform: inherit; line-height: 40px; letter-spacing: .1em; padding-top: 10px; padding-bottom: 50px; } .guten-88IXCZ .heading-focus { color: rgba(138, 129, 124, 1);-webkit-text-fill-color: rgba(138, 129, 124, 1); font-family: "Cormorant"; font-size: 24px; font-weight: 500; text-transform: uppercase; line-height: 1.5px; letter-spacing: .05em; } .guten-88IXCZ .heading-subtitle { color: rgba(47, 47, 47, 1); font-family: "Rokkitt"; font-size: 24px; font-weight: 300; font-style: default; line-height: 40px; letter-spacing: .05em; } .guten-88IXCZ {   } @media only screen and (max-width: 1024px) { .guten-element.guten-88IXCZ { padding-right: 10px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-88IXCZ .heading-title { font-size: 24px; } .guten-88IXCZ .heading-subtitle { font-size: 20px; } .guten-element.guten-88IXCZ { padding-right: 5px; padding-left: 10px; } }.guten-pe30At { columns: 1; text-align: center; font-family: "Cormorant"; font-size: 16px; font-weight: 300; line-height: 35px;   }.guten-J3fn6Z img { width: 100%; } .guten-J3fn6Z {   }.guten-bWSX4X, .guten-bWSX4X .heading-section { justify-content: center; text-align: center; } .guten-bWSX4X .heading-line { justify-self: center; } .guten-bWSX4X .heading-title { color: rgba(43, 43, 43, 1); font-family: "Rokkitt"; font-size: 28px; font-weight: 300; text-transform: inherit; line-height: 40px; letter-spacing: .1em; padding-top: 10px; padding-bottom: 50px; } .guten-bWSX4X .heading-focus { color: rgba(138, 129, 124, 1);-webkit-text-fill-color: rgba(138, 129, 124, 1); font-family: "Cormorant"; font-size: 24px; font-weight: 500; text-transform: uppercase; line-height: 1.5px; letter-spacing: .05em; } .guten-bWSX4X .heading-subtitle { color: rgba(47, 47, 47, 1); font-family: "Rokkitt"; font-size: 20px; font-weight: 300; font-style: default; line-height: 40px; letter-spacing: .05em; } .guten-bWSX4X {   } @media only screen and (max-width: 1024px) { .guten-element.guten-bWSX4X { padding-right: 10px; padding-left: 10px; } } @media only screen and (max-width: 767px) { .guten-bWSX4X .heading-title { font-size: 24px; } .guten-bWSX4X .heading-subtitle { font-size: 20px; } .guten-element.guten-bWSX4X { padding-right: 15px; padding-left: 15px; } }.guten-DqN7Db { columns: 1; text-align: center; font-family: "Cormorant"; font-size: 16px; font-weight: 300; line-height: 35px;   }