@keyframes ifMenuFadeIn {
from {
opacity: 0;
transform: translate3d(20%, 0, 0);
}
to {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
.if-menu-peek {
position: relative;
}
.if-menu-peek a {
opacity: 0.8;
}
.if-menu-peek::before {
content: "If Menu peek";
position: absolute;
text-align: center;
top: 50%;
left: calc(100% + 15px);
background: #f6f9fc;
box-shadow: 0 0 0 1px rgba(136,152,170,.1), 0 15px 35px 0 rgba(49,49,93,.1), 0 5px 15px 0 rgba(0,0,0,.08);
border-radius: 4px;
width: 140px;
margin-top: -17px;
padding: 10px 15px;
font-size: 14px;
opacity: 0;
pointer-events: none;
}
.if-menu-peek:hover::before {
animation: ifMenuFadeIn ease-in-out .2s forwards;
}
.if-menu-peek::after {
content: "";
position: absolute;
width: 20px;
height: 17px;
background: url(//nuriahidalgo.com/wp-content/plugins/if-menu/assets/icon-visibility.svg);
color: rgb(80,169,47);
background-size: cover;
top: -14px;
right: -15px;
border-radius: 50%;
}.simple-social-icons svg[class^="social-"],
.simple-social-icons svg[class*=" social-"] {
display: inline-block;
width: 1em;
height: 1em;
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}
.simple-social-icons {
overflow: hidden;
}
.simple-social-icons ul {
margin: 0;
padding: 0;
}
.simple-social-icons ul li {
background: none !important;
border: none !important;
float: left;
list-style-type: none !important;
margin: 0 6px 12px !important;
padding: 0 !important;
}
.simple-social-icons ul li a {
border: none !important;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
display: inline-block;
font-style: normal !important;
font-variant: normal !important;
font-weight: normal !important;
height: 1em;
line-height: 1em;
text-align: center;
text-decoration: none !important;
text-transform: none !important;
width: 1em;
}
.simple-social-icons ul.aligncenter {
text-align: center;
}
.simple-social-icons ul.aligncenter li {
display: inline-block;
float: none;
}
.simple-social-icons .screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}html{box-sizing:border-box;font-size:16px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-smooth:antialiased;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:auto}body{font-family:Arial,sans-serif;color:rgba(10,10,10,0.85);font-size:1rem;line-height:1.5}body:not(.defaults){background:#fff;margin:0;padding:0}*,*:before,*:after{box-sizing:inherit}p,li,blockquote,q,pre,code,kbd,samp{color:rgba(10,10,10,0.85);font-family:Arial,sans-serif;font-size:1rem;line-height:1.75;letter-spacing:normal;font-weight:400}pre,code,kbd,samp{font-family:"Courier New",Courier,monospace;font-size:.9rem}h1,h2,h3,h4,h5,h6{margin:0;padding:0;color:#0a0a0a;font-weight:600;line-height:1.4em;font-family:Arial,sans-serif;letter-spacing:normal}h1.thrv_wrapper,h2.thrv_wrapper,h3.thrv_wrapper,h4.thrv_wrapper,h5.thrv_wrapper,h6.thrv_wrapper{margin-bottom:10px;margin-top:10px}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-size:inherit;line-height:inherit}h1{font-size:36px;line-height:1.3em}h2{font-size:28px;line-height:1.4em}h2 a{color:#0a0a0a}h3{font-size:24px;line-height:1.4em}h4{font-size:20px;line-height:1.6em}h5{font-size:18px;line-height:1.75em}h6{font-size:16px;line-height:1.75em}p{margin:0;padding:5px 0 10px 0}a{background-color:transparent;color:#008fff;line-height:inherit;font-size:inherit;font-weight:inherit;text-decoration:none}a:visited,a:active,a:focus,a:hover{outline:0}a:hover,a.tve-state-hover{text-decoration:underline}pre{background:#eee;line-height:1.6em;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em;white-space:pre-wrap}blockquote,q{quotes:"" "";padding:5px 0 5px 20px;margin:5px 0;border-left:2px solid #cccccc}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote>p,q>p{font:inherit !important;line-height:inherit !important;color:inherit !important;border:0 !important;padding:0 !important;margin:0 !important}ul,ol{margin-top:10px}ul{list-style:disc}ol{list-style:decimal}ul>li:not(.thrv-styled-list-item),ol>li:not(.thrv-styled-list-item){margin-bottom:0;margin-left:1.5em;overflow:visible !important}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0;height:auto;vertical-align:middle;max-width:100%}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}table,th,td{border:1px solid black}td,th{padding:0}dfn,cite,em,i{font-style:italic}address{margin:0 0 1.5em}abbr,acronym{border-bottom:1px dotted #666;cursor:help}mark,ins{background:#fff9c0;text-decoration:none}big{font-size:125%}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}dt{font-weight:bold}dd{margin:0 1.5em 1.5em}img.avatar{width:100%}figure{margin:1em 0}table{width:100%}button,input[type="button"],input[type="reset"],input[type="submit"]{background:#e6e6e6;border:1px solid #e6e6e6;color:rgba(0,0,0,0.8);font-size:1rem;line-height:20px;padding:10px 20px}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],textarea{border:1px solid #ccc;border-radius:3px;padding:10px}input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="tel"]:focus,input[type="range"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="color"]:focus,textarea:focus{color:#111}select{border:1px solid #ccc}textarea{width:100%}@media (max-width: 1023px){h3{font-size:22px}h2{font-size:26px}h1{font-size:32px}}@media (max-width: 767px){h2{font-size:24px}h1{font-size:28px}}input[type="search"]{border:1px solid rgba(0,0,0,0.25);border-left:0;border-radius:0;border-right:0;box-sizing:border-box;-webkit-appearance:textfield}ul>li span,ol>li span{line-height:inherit}.tcb-post-content figure[id*="attachment_"]{max-width:100%}.tcb-post-content .wp-block-image .alignleft,.tcb-post-content .wp-block-image .alignright,.tcb-post-content .wp-block-image .aligncenter,.tcb-post-content .wp-block-image.is-resized{display:table}.tcb-post-content p.has-small-font-size{font-size:13px}.tcb-post-content p.has-regular-font-size,.tcb-post-content p.has-normal-font-size{font-size:16px}.tcb-post-content p.has-medium-font-size{font-size:20px}.tcb-post-content p.has-large-font-size{font-size:36px}.tcb-post-content p.has-larger-font-size,.tcb-post-content p.has-huge-font-size{font-size:42px}body.theme-has-off-screen-sidebar{position:relative;transition:padding-left .42s ease-in-out, padding-right .42s ease-in-out}body.theme-has-off-screen-sidebar .main-container{z-index:2}body.theme-has-off-screen-sidebar .sidebar-section:before{opacity:0}body.theme-has-off-screen-sidebar .sidebar-section .section-background{background-color:#fff}body.theme-has-off-screen-sidebar .sidebar-section .trigger-expanded-icon{display:none}body.theme-has-off-screen-sidebar.visible-off-screen-sidebar .select2-container--open{z-index:9999}body.theme-has-off-screen-sidebar.visible-off-screen-sidebar .sidebar-section:before{opacity:1}body.theme-has-off-screen-sidebar.visible-off-screen-sidebar .sidebar-section .trigger-collapsed-icon{display:none}body.theme-has-off-screen-sidebar.visible-off-screen-sidebar .sidebar-section .trigger-expanded-icon{display:block}body.theme-has-off-screen-sidebar[data-off-screen-type="push"]{padding-left:0}body.theme-has-off-screen-sidebar[data-off-screen-side="left"] .sidebar-section{left:calc(-1 * var(--off-screen-sidebar-size))}body.theme-has-off-screen-sidebar[data-off-screen-side="left"] .tve-off-screen-sidebar-trigger{left:0}body.theme-has-off-screen-sidebar[data-off-screen-side="left"].visible-off-screen-sidebar[data-off-screen-type="push"]{padding-left:var(--off-screen-sidebar-size)}body.theme-has-off-screen-sidebar[data-off-screen-side="left"].visible-off-screen-sidebar .sidebar-section{left:0}body.theme-has-off-screen-sidebar[data-off-screen-side="left"].visible-off-screen-sidebar .tve-off-screen-sidebar-trigger{left:var(--off-screen-sidebar-size)}body.theme-has-off-screen-sidebar[data-off-screen-type="push"]{padding-right:0}body.theme-has-off-screen-sidebar[data-off-screen-side="right"] .sidebar-section{right:calc(-1 * var(--off-screen-sidebar-size))}body.theme-has-off-screen-sidebar[data-off-screen-side="right"] .tve-off-screen-sidebar-trigger{right:0}body.theme-has-off-screen-sidebar[data-off-screen-side="right"].visible-off-screen-sidebar[data-off-screen-type="push"]{padding-right:var(--off-screen-sidebar-size)}body.theme-has-off-screen-sidebar[data-off-screen-side="right"].visible-off-screen-sidebar .sidebar-section{right:0}body.theme-has-off-screen-sidebar[data-off-screen-side="right"].visible-off-screen-sidebar .tve-off-screen-sidebar-trigger{right:var(--off-screen-sidebar-size)}#wrapper{--layout-background-width: 1080px;--layout-content-width: 1080px;--tve-off-screen-overlay-color: rgba(0, 0, 0, .7);margin:0;padding:0;position:relative;display:flex;flex-direction:column;min-height:100vh}.admin-bar #wrapper{min-height:calc(100vh - 32px)}#wrapper .hide-section{position:relative}body:not(.thrive_show_hidden_elements) #wrapper .hide-section{display:none !important}#wrapper .hide-section:after{background-image:repeating-linear-gradient(135deg, rgba(148,163,176,0.2), rgba(148,163,176,0.2) 3px, transparent 3px, transparent 6px) !important;background-size:auto !important;background-attachment:scroll !important;background-position:50% 50% !important;background-repeat:repeat !important;content:'';height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}#wrapper .thrv_header .symbol-section-in,#wrapper .thrv_footer .symbol-section-in{box-sizing:border-box;max-width:100%}#content{box-sizing:border-box !important;position:relative;display:flex;align-items:center;flex-direction:column;flex-grow:1;z-index:2}div.main-container{--separator-size: 40px;--sidebar-size: 30%;width:var(--layout-content-width);box-sizing:border-box !important;display:flex;flex-grow:1;height:100%;margin:0;max-width:100%;padding:0;position:relative;z-index:1}div.main-container .hide-section+.main-columns-separator{display:none}div.main-container.flip-sections .sidebar-section{order:1}div.main-container.flip-sections .content-section{order:3}.main-content-background{height:100%;width:1080px;width:var(--layout-background-width);max-width:100%;position:absolute;top:0;overflow:hidden;margin:0;padding:0;z-index:0}.theme-section{flex-shrink:1;position:relative;margin:0;padding:0;box-sizing:border-box !important;display:flex;justify-content:center;align-items:center;width:100%;z-index:1}.theme-section.top-section .section-background{max-width:100%;width:1080px;width:var(--top-background-width, var(--layout-background-width, 1080px))}.theme-section.top-section .section-content{max-width:100%;width:1080px;width:var(--top-content-width, var(--layout-content-width, 1080px))}.theme-section.bottom-section .section-background{max-width:100%;width:1080px;width:var(--bottom-background-width, var(--layout-background-width, 1080px))}.theme-section.bottom-section .section-content{max-width:100%;width:1080px;width:var(--bottom-content-width, var(--layout-content-width, 1080px))}.theme-section .section-content{box-sizing:border-box !important;position:relative;z-index:1;margin-left:auto;margin-right:auto;height:100%;width:100%;max-width:100%}.theme-section .section-content::after,.theme-section .section-content::before{content:'';display:block;overflow:auto}.theme-section .section-background{box-sizing:border-box;height:100%;position:absolute;top:0;overflow:hidden;width:100%;max-width:100%;z-index:0}.content-section{flex-grow:1;order:1;width:calc(70% - 10px);width:calc(100% - var(--sidebar-size) - var(--separator-size) / 2) !important}.content-section:first-child{width:100% !important}.sidebar-section{flex-grow:1;order:3;width:calc(30% - 10px);width:calc(var(--sidebar-size) - var(--separator-size) / 2) !important}.sidebar-section.tve-sticky-sidebar{align-items:flex-start;align-self:flex-start;min-height:100vh}.sidebar-section.tve-is-sticky{position:absolute;z-index:2}.sidebar-section:before{transition:opacity .42s ease-in-out}.sidebar-section .tve-sidebar-close-icon{display:none}.sidebar-section .tve-off-screen-sidebar-trigger{display:none}[data-off-screen-side="left"].theme-has-off-screen-sidebar .sidebar-section .tve-off-screen-sidebar-trigger{box-shadow:1px 0 5px 0 rgba(25,31,40,0.15)}.theme-has-off-screen-sidebar.ttb-editor-page .sidebar-section{transition:none}.theme-has-off-screen-sidebar.ttb-editor-page .sidebar-section .tve-off-screen-sidebar-trigger{transition:none}.theme-has-off-screen-sidebar .sidebar-section{display:none;height:100vh;position:fixed !important;top:0;transition:left .42s ease-in-out, right .42s ease-in-out;width:var(--off-screen-sidebar-size) !important;z-index:9999 !important}.theme-has-off-screen-sidebar .sidebar-section .section-content{overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(25,31,40,0.2) transparent}.theme-has-off-screen-sidebar .sidebar-section .section-content::-webkit-scrollbar{width:5px}.theme-has-off-screen-sidebar .sidebar-section .section-content::-webkit-scrollbar-thumb{background-color:rgba(25,31,40,0.2);border-radius:20px}html .theme-has-off-screen-sidebar .sidebar-section .section-content{min-height:100% !important}.theme-has-off-screen-sidebar .sidebar-section .tve-sidebar-close-icon{background:transparent;border:0;opacity:0.8;position:absolute;display:block;line-height:0;padding:0;right:10px;top:10px;cursor:pointer;z-index:24;width:auto !important;height:auto !important}.theme-has-off-screen-sidebar .sidebar-section .tve-sidebar-close-icon:hover{opacity:1}.theme-has-off-screen-sidebar .sidebar-section.theme-has-off-screen-overlay:before{content:'';position:fixed;background:var(--tve-off-screen-overlay-color);left:0;right:0;top:0;bottom:0}.theme-has-off-screen-sidebar .sidebar-section[data-trigger-position="top"] .tve-off-screen-sidebar-trigger{top:0}.theme-has-off-screen-sidebar .sidebar-section[data-trigger-position="center"] .tve-off-screen-sidebar-trigger{top:50%}.theme-has-off-screen-sidebar .sidebar-section[data-trigger-position="bottom"] .tve-off-screen-sidebar-trigger{bottom:0}.theme-has-off-screen-sidebar .sidebar-section .tve-off-screen-sidebar-trigger{background-color:#f1f1f1;border:1px solid #e3e3e3;cursor:pointer;line-height:1;position:fixed;min-height:42px;min-width:18px;transition:left .42s ease-in-out, right .42s ease-in-out;z-index:2;display:flex;align-items:center;padding-left:2px;padding-right:2px;box-shadow:-1px 0 5px 0 rgba(25,31,40,0.15)}.sidebar-section.sidebar-off-screen-on-desktop{display:none}@media (max-width: 1023px){.sidebar-section.sidebar-off-screen-on-desktop:not(.sidebar-off-screen-on-tablet){display:flex}}@media (max-width: 767px){.sidebar-section.sidebar-off-screen-on-desktop:not(.sidebar-off-screen-on-mobile){display:flex}}@media (max-width: 1023px){.sidebar-section.sidebar-off-screen-on-tablet{display:none}}@media (max-width: 767px){.sidebar-section.sidebar-off-screen-on-tablet{display:none}.sidebar-section.sidebar-off-screen-on-tablet:not(.sidebar-off-screen-on-mobile){display:flex}}@media (max-width: 767px){.sidebar-section.sidebar-off-screen-on-mobile{display:none}}.main-columns-separator{width:20px;width:var(--separator-size);height:20px;height:var(--separator-size);order:2;flex-shrink:0}@media (max-width: 767px){.main-columns-separator{display:none}}[class*="sidebar-off-screen-on-"]+.main-columns-separator{display:none}.theme-has-off-screen-sidebar .main-columns-separator{display:none}body:not(.tve_lp):not(.single-tcb_symbol) .thrv_header .symbol-section-out{margin:auto;right:0;left:0;max-width:100% !important;width:1080px;width:var(--header-background-width, var(--layout-background-width))}body:not(.tve_lp):not(.single-tcb_symbol) .thrv_header .symbol-section-in{max-width:100% !important;width:1080px;width:var(--header-content-width, var(--layout-content-width))}body:not(.tve_lp):not(.single-tcb_symbol) .thrv_header.thrv_wrapper{padding:0}body:not(.tve_lp):not(.single-tcb_symbol) .thrv_footer .symbol-section-out{margin:auto;right:0;left:0;max-width:100% !important;width:1080px;width:var(--footer-background-width, var(--layout-background-width))}body:not(.tve_lp):not(.single-tcb_symbol) .thrv_footer .symbol-section-in{max-width:100% !important;width:1080px;width:var(--footer-content-width, var(--layout-content-width))}body:not(.tve_lp):not(.single-tcb_symbol) .thrv_footer.thrv_wrapper{padding:0}.gallery.gallery-columns-1 .gallery-item{width:calc(100% / 1)}.gallery.gallery-columns-1 .gallery-item:nth-child(1n+1){clear:left}.gallery.gallery-columns-2 .gallery-item{width:calc(100% / 2)}.gallery.gallery-columns-2 .gallery-item:nth-child(2n+1){clear:left}.gallery.gallery-columns-3 .gallery-item{width:calc(100% / 3)}.gallery.gallery-columns-3 .gallery-item:nth-child(3n+1){clear:left}.gallery.gallery-columns-4 .gallery-item{width:calc(100% / 4)}.gallery.gallery-columns-4 .gallery-item:nth-child(4n+1){clear:left}.gallery.gallery-columns-5 .gallery-item{width:calc(100% / 5)}.gallery.gallery-columns-5 .gallery-item:nth-child(5n+1){clear:left}.gallery.gallery-columns-6 .gallery-item{width:calc(100% / 6)}.gallery.gallery-columns-6 .gallery-item:nth-child(6n+1){clear:left}.gallery.gallery-columns-7 .gallery-item{width:calc(100% / 7)}.gallery.gallery-columns-7 .gallery-item:nth-child(7n+1){clear:left}.gallery.gallery-columns-8 .gallery-item{width:calc(100% / 8)}.gallery.gallery-columns-8 .gallery-item:nth-child(8n+1){clear:left}.gallery.gallery-columns-9 .gallery-item{width:calc(100% / 9)}.gallery.gallery-columns-9 .gallery-item:nth-child(9n+1){clear:left}.gallery .gallery-item{float:left;margin:10px 0;text-align:center}.gallery .gallery-item .gallery-icon,.gallery .gallery-item .gallery-caption{display:inline-block}.gallery .gallery-item .gallery-caption{color:#757575;display:block;font-size:12px;font-style:italic;line-height:2;margin:10px 0 15px}.gallery .gallery-item img{border:2px solid #cfcfcf;border-radius:3px;box-shadow:0 1px 4px rgba(0,0,0,0.2);box-sizing:border-box;height:auto;max-width:90%;padding:5%}.gallery:after{clear:both;content:"";display:table}.tve-sidebar-close-icon{outline:0}@media (max-width: 767px){.main-container{flex-wrap:wrap}.main-container>.theme-section{min-width:100%}}@media (min-width: 300px){.tve-theme-6457 .content-section .section-content { justify-content: center; display: flex; flex-direction: column; padding: 20px 10px !important; min-height: 600px !important; }.tve-theme-6457 .top-section .section-background { width: 100% !important; background-image: none !important; background-color: transparent !important; }.tve-theme-6457 #content { padding: 0px !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb2b"] { margin-left: -20px; padding: 0px !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb2a"] { margin: 0px 0px 15px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb2a"] p, :not(#tve) .tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb2a"] li, :not(#tve) .tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb2a"] blockquote, :not(#tve) .tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb2a"] address, :not(#tve) .tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb2a"] .tcb-plain-text, :not(#tve) .tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb2a"] label { font-style: normal; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb2a"] p { padding: 0px !important; margin: 0px !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb2a"] h3 { padding: 0px !important; margin: 0px !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb2b"] > .tcb-flex-col { padding-left: 20px; }.tve-theme-6457 .bottom-section [data-css="tve-u-16e8d0bd13f"] { text-align: center; padding: 0px !important; background-image: none !important; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb26"] { padding: 0px 20px 20px !important; margin: 0px !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb27"] { border-bottom-left-radius: 6px; overflow: hidden; border-bottom-right-radius: 6px; background-color: transparent !important; background-image: none !important; }:not(#tve) .tve-theme-6457 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] p, :not(#tve) .tve-theme-6457 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] li, :not(#tve) .tve-theme-6457 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] blockquote, :not(#tve) .tve-theme-6457 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] address, :not(#tve) .tve-theme-6457 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] .tcb-plain-text, :not(#tve) .tve-theme-6457 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] label, :not(#tve) .tve-theme-6457 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] h1, :not(#tve) .tve-theme-6457 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] h2, :not(#tve) .tve-theme-6457 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] h3, :not(#tve) .tve-theme-6457 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] h4, :not(#tve) .tve-theme-6457 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] h5, :not(#tve) .tve-theme-6457 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] h6 { color: var(--tcb-skin-color-4); --tcb-applied-color:var$(--tcb-skin-color-4); }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb3b"] { padding: 0px !important; margin-bottom: 10px !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb3d"] { --tcb-applied-color:rgba(0, 0, 0, 0.5); }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb3e"] { padding: 0px !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb35"] { font-size: 22px; width: 22px; height: 22px; float: none; padding: 5px !important; margin: 0px auto !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb2f"] { float: none; z-index: 3; position: relative; min-width: 219px; margin: 0px auto !important; padding: 6px !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb31"] { padding: 0px !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb30"] { margin: 0px !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb32"] { font-size: 22px; width: 22px; height: 22px; float: none; padding: 5px !important; margin: 0px auto !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb33"] { font-size: 22px; width: 22px; height: 22px; float: none; padding: 5px !important; margin: 0px auto !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb34"] { font-size: 22px; width: 22px; height: 22px; float: none; padding: 5px !important; margin: 0px auto !important; }:not(#tve) .tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb32"] > :first-child { color: var(--tcb-skin-color-4); }:not(#tve) .tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb33"] > :first-child { color: var(--tcb-skin-color-4); }:not(#tve) .tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb34"] > :first-child { color: var(--tcb-skin-color-4); }:not(#tve) .tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb35"] > :first-child { color: var(--tcb-skin-color-4); }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb2b"] > .tcb-flex-col > .tcb-col { justify-content: center; }:not(#tve) .tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb32"]:hover > :first-child { color: var(--tcb-skin-color-3) !important; }:not(#tve) .tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb3c"] { --tcb-applied-color:var$(--tcb-skin-color-3); letter-spacing: 2px; color: var(--tcb-skin-color-3) !important; text-transform: none !important; font-weight: var(--g-bold-weight, bold) !important; font-size: 22px !important; padding-bottom: 20px !important; margin-bottom: 0px !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb857f33"] { background-image: url(https://nuriahidalgo.com/wp-content/plugins/thrive-visual-editor/editor/css/images/author_image.png?dynamic_author=1) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb85991f"] { width: 320px; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb85ac30"] { height: 370px !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb883718"] { height: 253px; top: 0px; transform: rotate(180deg); }:not(#tve) .tve-theme-6457 .bottom-section [data-css="tve-u-16ecb8b9f08"] { --tcb-applied-color:rgba(0, 0, 0, 0.16); --g-regular-weight:200; --g-bold-weight:600; font-size: 80px !important; line-height: 1em !important; color: rgba(0, 0, 0, 0.16) !important; font-family: Muli !important; font-weight: var(--g-regular-weight, normal) !important; padding-bottom: 35px !important; margin-bottom: 0px !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb8c4f33"] { text-align: left; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb8ccc4d"] { padding: 0px !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb8dd69b"] { padding: 0px !important; margin-bottom: 20px !important; }:not(#tve) .tve-theme-6457 .bottom-section [data-css="tve-u-16ecb8de870"] { letter-spacing: 3px; text-transform: uppercase !important; font-size: 14px !important; }:not(#tve) .tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb33"]:hover > :first-child { color: var(--tcb-skin-color-3) !important; }:not(#tve) .tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb34"]:hover > :first-child { color: var(--tcb-skin-color-3) !important; }:not(#tve) .tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb35"]:hover > :first-child { color: var(--tcb-skin-color-3) !important; }.tve-theme-6457 .bottom-section .section-background { background-color: var(--tcb-skin-color-0) !important; background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6457 .top-section .section-content { justify-content: center; display: flex; flex-direction: column; min-height: 131px !important; padding: 20px !important; }:not(#tve) .tve-theme-6457 .content-section [data-css="tve-u-16ed08c8eaa"] { --tcb-applied-color:var$(--tcb-skin-color-3); color: rgb(5, 5, 65) !important; font-weight: var(--g-bold-weight, bold) !important; font-size: 32px !important; }.tve-theme-6457 .content-section [data-css="tve-u-16ed08ce675"] { padding: 0px !important; margin-bottom: 30px !important; }.tve-theme-6457 .content-section [data-css="tve-u-16ed091ce22"] { padding: 0px !important; margin-bottom: 20px !important; }:not(#tve) .tve-theme-6457 .content-section [data-css="tve-u-16ed0ae5266"] { font-size: 16px !important; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-6457 .content-section [data-css="tve-u-16eff785751"] { color: var(--tcb-skin-color-0) !important; }.tve-theme-6457 .content-section [data-css="tve-u-16eff79dd19"] { width: 375px; float: none; margin: 0px auto !important; }.tve-theme-6457 .content-section [data-css="tve-u-16eff79dd1c"] { margin-top: 0px; margin-left: 0px; }.tve-theme-6457 .main-container { background-color: transparent !important; padding: 20px 10px !important; }.tve-theme-6457 .content-section [data-css="tve-u-16eff810185"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6457 #content .main-content-background { background-color: transparent !important; }:not(#tve) .tve-theme-6457 .content-section [data-css="tve-u-16eff83a887"] input { border: none; border-radius: 0px; overflow: hidden; color: rgba(0, 0, 0, 0.6); --tcb-applied-color:rgba(0, 0, 0, 0.6); font-size: 12px; }.tve-theme-6457 .content-section [data-css="tve-u-16ea67081c1"] { border-radius: 0px; overflow: hidden; border: 1px solid rgba(0, 0, 0, 0.22); padding: 5px !important; margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6457 .content-section [data-css="tve-u-16eff83a885"] button { border-radius: 0px; overflow: hidden; border-color: rgb(132, 132, 132); font-size: 16px; letter-spacing: 1px; background-image: none !important; background-color: var(--tcb-skin-color-0) !important; padding: 12px !important; }:not(#tve) .tve-theme-6457 .content-section [data-css="tve-u-16eff83a885"]:hover button { background-color: var(--tcb-skin-color-0) !important; background-image: linear-gradient(rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6457 .content-section [data-css="tve-u-16eff83a886"] { float: left; z-index: 3; position: relative; top: 0px; margin-right: auto !important; margin-left: auto !important; padding-left: 5px !important; padding-right: 5px !important; }.tve-theme-6457 .content-section [data-css="tve-u-16eff83a887"] input { letter-spacing: 1px; background-color: transparent !important; padding: 12px !important; }:not(#tve) .tve-theme-6457 .content-section [data-css="tve-u-16eff83a887"]:hover input { color: rgb(20, 20, 20) !important; --tcb-applied-color:rgb(20, 20, 20) !important; }.tve-theme-6457 .content-section [data-css="tve-u-16eff851c70"] { text-align: center; padding: 40px !important; }.tve-theme-6457 .content-section [data-css="tve-u-16eff810185"] { padding: 0px !important; }.tve-theme-6457 .content-section [data-css="tve-u-16eff85bbea"] { margin: 0px !important; }.tve-theme-6457 #wrapper { --footer-background-width:100%; --header-background-width:100%; }.tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list [data-css="tve-u-1741157f595"] .tcb-button-link { border: 1px solid rgb(255, 255, 255); border-radius: 0px; overflow: hidden; letter-spacing: 4px; background-color: rgba(0, 0, 0, 0.4) !important; padding: 12px !important; }:not(#tve) .tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list [data-css="tve-u-1741157f595"] .tcb-button-link span { color: rgb(255, 255, 255); }.tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list [data-css="tve-u-1741157f595"] { float: none; --tve-font-size:10px; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list [data-css="tve-u-1741157f595"] .tcb-button-link span { text-transform: uppercase; font-weight: bold !important; }:not(#tve) .tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list [data-css="tve-u-1741157f595"] .tcb-button-link { font-size: var(--tve-font-size, 10px) !important; }:not(#tve) .tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list .thrv-content-box [data-css="tve-u-1741157f591"] p, :not(#tve) .tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list .thrv-content-box [data-css="tve-u-1741157f591"] li, :not(#tve) .tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list .thrv-content-box [data-css="tve-u-1741157f591"] blockquote, :not(#tve) .tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list .thrv-content-box [data-css="tve-u-1741157f591"] address, :not(#tve) .tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list .thrv-content-box [data-css="tve-u-1741157f591"] .tcb-plain-text, :not(#tve) .tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list .thrv-content-box [data-css="tve-u-1741157f591"] label, :not(#tve) .tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list .thrv-content-box [data-css="tve-u-1741157f591"] h1, :not(#tve) .tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list .thrv-content-box [data-css="tve-u-1741157f591"] h2, :not(#tve) .tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list .thrv-content-box [data-css="tve-u-1741157f591"] h3, :not(#tve) .tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list .thrv-content-box [data-css="tve-u-1741157f591"] h4, :not(#tve) .tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list .thrv-content-box [data-css="tve-u-1741157f591"] h5, :not(#tve) .tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list .thrv-content-box [data-css="tve-u-1741157f591"] h6 { color: rgb(255, 255, 255); }.tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list [data-css="tve-u-1741157f58f"] { margin: 0px !important; padding: 15px !important; }.tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list .thrv-content-box [data-css="tve-u-1741157f591"] { text-align: center; min-height: 230px !important; }.tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list [data-css="tve-u-1741157f58f"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }.tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list [data-css="tve-u-1741157f590"] { border: 1px solid rgba(255, 255, 255, 0.15) !important; background-image: none !important; }.tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list [data-css="tve-u-1741157f58f"]:hover [data-css="tve-u-1741157f590"] { border: 1px solid rgba(255, 255, 255, 0.5) !important; }.tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list .post-wrapper { background-image: none !important; }:not(#tve) .tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list .post-wrapper:hover { background-image: none !important; }:not(#tve) .tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list [data-css="tve-u-1741157f593"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 20px !important; }.tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list [data-css="tve-u-1741157f592"] { padding: 0px !important; margin-bottom: 20px !important; }:not(#tve) .tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list [data-css="tve-u-1741157f594"] { font-weight: var(--g-bold-weight, bold) !important; }.tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list [data-css="tve-u-1741157f58d"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list [data-css="tve-u-1741157f58e"] { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(//nuriahidalgo.com/wp-content/uploads/tcb_content_templates/post_list/images/Featured_img_1_03.jpg?dynamic_featured=1&size=thumbnail) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }.tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list [data-css="tve-u-1741157f58d"]:hover [data-css="tve-u-1741157f58e"] { background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(//nuriahidalgo.com/wp-content/uploads/tcb_content_templates/post_list/images/Featured_img_1_03.jpg?dynamic_featured=1&size=large) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }.tve-theme-6457 .content-section .tcb-post-list[data-css="tve-u-1741157f589"] .post-wrapper.thrv_wrapper { width: calc((100% - 90px) / 3); }.tve-theme-6457 .content-section .tcb-post-list[data-css="tve-u-1741157f589"] .post-wrapper.thrv_wrapper:nth-child(n+4) { margin-top: 45px !important; }.tve-theme-6457 .content-section .tcb-post-list[data-css="tve-u-1741157f589"] .post-wrapper.thrv_wrapper:not(:nth-child(n+4)) { margin-top: 0px !important; }.tve-theme-6457 .content-section .tcb-post-list[data-css="tve-u-1741157f589"] .post-wrapper.thrv_wrapper:not(:nth-child(3n)) { margin-right: 45px !important; }.tve-theme-6457 .content-section .tcb-post-list[data-css="tve-u-1741157f589"] .post-wrapper.thrv_wrapper:nth-child(3n) { margin-right: 0px !important; }.tve-theme-6459 .main-container { padding: 20px 10px !important; }.tve-theme-6459 #wrapper { --header-background-width:100%; --top-background-width:100%; --footer-background-width:100%; --bottom-background-width:100%; --bottom-content-width:100%; }:not(#layout) .tve-theme-6459 .main-container { --separator-size:50px; }.tve-theme-6459 .bottom-section .section-background { background-image: none !important; background-color: rgb(247, 247, 247) !important; }.tve-theme-6459 .bottom-section .section-content { justify-content: center; display: flex; flex-direction: column; min-height: 1px !important; padding: 40px 20px !important; }.tve-theme-6459 .bottom-section [data-css="tve-u-16eccd9c6d3"] { padding: 0px !important; margin-bottom: 40px !important; }.tve-theme-6459 .bottom-section [data-css="tve-u-170773f37a2"] { --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Muli; --g-bold-weight:600; --g-regular-weight:400; --tve-color:var(--tcb-skin-color-5); --tve-font-size:14px; margin-bottom: 5px !important; }:not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37a2"] { font-family: var(--tve-font-family, Muli); --tcb-applied-color:var$(--tcb-skin-color-5); color: var(--tve-color, var(--tcb-skin-color-5)) !important; font-weight: var(--tve-font-weight, var(--g-regular-weight, normal) ) !important; font-size: var(--tve-font-size, 14px) !important; }:not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37a5"]:hover input, :not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37a5"]:hover textarea { background-image: none !important; border-bottom: 1px solid var(--tcb-skin-color-1) !important; }.tve-theme-6459 .bottom-section [data-css="tve-u-170773f37a5"] input, .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37a5"] textarea { padding: 20px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37a5"] input, :not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37a5"] textarea { border-top: none; border-right: none; border-bottom: 1px solid rgba(0, 0, 0, 0.15); border-left: none; border-image: initial; border-radius: 0px; overflow: hidden; }.tve-theme-6459 .bottom-section [data-css="tve-u-170773f37a8"] { --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Muli; --g-bold-weight:600; --g-regular-weight:400; --tve-color:var(--tcb-skin-color-5); --tve-font-size:14px; margin-bottom: 5px !important; }:not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37a8"] { font-family: var(--tve-font-family, Muli); --tcb-applied-color:var$(--tcb-skin-color-5); color: var(--tve-color, var(--tcb-skin-color-5)) !important; font-weight: var(--tve-font-weight, var(--g-regular-weight, normal) ) !important; font-size: var(--tve-font-size, 14px) !important; }:not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37ac"]:hover input, :not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37ac"]:hover textarea { background-image: none !important; border-bottom: 1px solid var(--tcb-skin-color-1) !important; }.tve-theme-6459 .bottom-section [data-css="tve-u-170773f37ac"] input, .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37ac"] textarea { padding: 20px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37ac"] input, :not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37ac"] textarea { border-top: none; border-right: none; border-bottom: 1px solid rgba(0, 0, 0, 0.15); border-left: none; border-image: initial; border-radius: 0px; overflow: hidden; }.tve-theme-6459 .bottom-section [data-css="tve-u-170773f37af"] { --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Muli; --g-bold-weight:600; --g-regular-weight:400; --tve-color:var(--tcb-skin-color-5); --tve-font-size:14px; margin-bottom: 5px !important; }:not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37af"] { font-family: var(--tve-font-family, Muli); --tcb-applied-color:var$(--tcb-skin-color-5); color: var(--tve-color, var(--tcb-skin-color-5)) !important; font-weight: var(--tve-font-weight, var(--g-regular-weight, normal) ) !important; font-size: var(--tve-font-size, 14px) !important; }:not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37b2"]:hover input, :not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37b2"]:hover textarea { background-image: none !important; border-bottom: 1px solid var(--tcb-skin-color-1) !important; }.tve-theme-6459 .bottom-section [data-css="tve-u-170773f37b2"] input, .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37b2"] textarea { padding: 20px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37b2"] input, :not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37b2"] textarea { border-top: none; border-right: none; border-bottom: 1px solid rgba(0, 0, 0, 0.15); border-left: none; border-image: initial; border-radius: 0px; overflow: hidden; }:not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37b8"]:hover button { background-color: rgb(47, 138, 231) !important; }:not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37b8"] button { text-transform: capitalize; border-color: rgb(255, 254, 254); font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); font-family: var(--tve-font-family, Muli); font-size: var(--tve-font-size, 12px); background-image: none !important; background-color: var(--tcb-skin-color-4) !important; padding: 14px !important; }:not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37b8"] { max-width: 34%; width: 34%; }.tve-theme-6459 .bottom-section [data-css="tve-u-170773f37b8"] { float: right; z-index: 3; position: relative; --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Muli; --g-bold-weight:500; --g-regular-weight:400; --tve-font-size:12px; }:not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37a5"] input, :not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37a5"] input::placeholder, :not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37a5"] textarea, :not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37a5"] textarea::placeholder { font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); font-family: var(--tve-font-family, Muli); font-size: var(--tve-font-size, 16px); }:not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37ac"] input, :not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37ac"] input::placeholder, :not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37ac"] textarea, :not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37ac"] textarea::placeholder { font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); font-family: var(--tve-font-family, Muli); font-size: var(--tve-font-size, 16px); }:not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37b2"] input, :not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37b2"] input::placeholder, :not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37b2"] textarea, :not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37b2"] textarea::placeholder { font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); font-family: var(--tve-font-family, Muli); font-size: var(--tve-font-size, 16px); }.tve-theme-6459 .bottom-section [data-css="tve-u-170773f37a5"] { --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Muli; --g-regular-weight:400; --g-bold-weight:500; --tve-font-size:16px; }.tve-theme-6459 .bottom-section [data-css="tve-u-170773f37ac"] { --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Muli; --g-regular-weight:400; --g-bold-weight:500; --tve-font-size:16px; }.tve-theme-6459 .bottom-section [data-css="tve-u-170773f37b2"] { --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Muli; --g-regular-weight:400; --g-bold-weight:500; --tve-font-size:16px; }.tve-theme-6459 .bottom-section [data-css="tve-u-1707741019f"] { margin-left: -30px; padding-top: 0px !important; padding-bottom: 0px !important; }.tve-theme-6459 .bottom-section [data-css="tve-u-170774104ce"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6459 .bottom-section [data-css="tve-u-170773fce45"] { margin-bottom: 0px !important; }.tve-theme-6459 .bottom-section [data-css="tve-u-17077416b6f"] { margin-bottom: 0px !important; margin-top: 0px !important; }:not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-1707742b4a3"] > :first-child { color: rgb(255, 255, 255); }.tve-theme-6459 .bottom-section [data-css="tve-u-170773f8330"] { padding: 0px !important; margin: 0px !important; }:not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37b8"] .thrv_icon { left: 0px; right: auto; transform: translate(50%, -50%); }.tve-theme-6459 .bottom-section [data-css="tve-u-17077fc4c4f"] { max-width: 43.6%; }.tve-theme-6459 .bottom-section [data-css="tve-u-17077fc4cab"] { max-width: 56.4%; }.tve-theme-6459 .bottom-section [data-css="tve-u-1707741019f"] > .tcb-flex-col { padding-left: 30px; }:not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-17077fe1f03"] { padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-6459 .top-section .section-background { background-color: var(--tcb-skin-color-0) !important; background-image: none !important; }.tve-theme-6459 .top-section .section-content { justify-content: flex-end; display: flex; flex-direction: column; --tve-color:rgb(255, 255, 255); padding: 40px 20px !important; min-height: 275px !important; }.tve-theme-6459 .top-section .section-content p, .tve-theme-6459 .top-section .section-content li, .tve-theme-6459 .top-section .section-content label, .tve-theme-6459 .top-section .section-content .tcb-plain-text { color: var(--tve-color, rgb(255, 255, 255)); --tcb-applied-color:rgb(255, 255, 255); }.tve-theme-6459 .top-section .thrive-breadcrumbs { padding: 0px !important; justify-content: center !important; }.tve-theme-6459 .top-section [data-css="tve-u-170876bfa68"] { box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 11px 0px; border-radius: 6px; overflow: hidden; float: none; min-width: 70%; padding: 12px !important; background-color: rgb(255, 255, 255) !important; margin: 0px auto 50px !important; }:not(#tve) .tve-theme-6459 .top-section [data-css="tve-u-170876bfa6b"] button { border-radius: 0px; overflow: hidden; color: var(--tve-color, var(--tcb-skin-color-0)); --tcb-applied-color:var$(--tcb-skin-color-0); font-weight: var(--g-bold-weight, bold); letter-spacing: 0px; font-size: 16px; border-left: 1px solid rgba(0, 0, 0, 0.16); padding: 8px 10px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6459 .top-section [data-css="tve-u-170876bfa6b"]:hover button { color: rgb(57, 163, 209) !important; --tcb-applied-color:rgb(57, 163, 209) !important; }.tve-theme-6459 .top-section [data-css="tve-u-170876bfa6e"] { padding-left: 5px !important; padding-right: 5px !important; }:not(#tve) .tve-theme-6459 .top-section [data-css="tve-u-170876bfa71"] input { border: none; border-radius: 0px; overflow: hidden; color: rgba(0, 0, 0, 0.75); --tcb-applied-color:rgba(0, 0, 0, 0.75); font-size: 14px; }.tve-theme-6459 .top-section [data-css="tve-u-170876bfa71"] input { letter-spacing: 2px; padding: 4px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6459 .top-section [data-css="tve-u-170876bfa71"]:hover input { color: rgba(0, 0, 0, 0.9) !important; --tcb-applied-color:rgba(0, 0, 0, 0.9) !important; }.tve-theme-6459 .top-section [data-css="tve-u-170876bfa6b"] { --tve-color:var(--tcb-skin-color-0); }:not(#tve) .tve-theme-6459 .top-section :not(#tve) [data-css="tve-u-170876bfa6b"]:hover button { color: var(--tve-color, var(--tcb-skin-color-3)) !important; --tcb-applied-color:var$(--tcb-skin-color-3) !important; border-left: 1px solid var(--tcb-skin-color-1) !important; }:not(#tve) .tve-theme-6459 .top-section [data-css="tve-u-170876bfa6b"]:hover { --tve-color:var(--tcb-skin-color-3) !important; }.tve-theme-6459 .top-section [data-css="tve-u-1708772a8a6"] .thrive-breadcrumb-path a { --tcb-applied-color:rgba(255, 255, 255, 0.85); font-size: var(--tve-font-size, 14px) !important; color: var(--tve-color, rgba(255, 255, 255, 0.85)) !important; line-height: var(--tve-line-height, 1.2em) !important; }.tve-theme-6459 .top-section [data-css="tve-u-1708772a8a6"] .thrive-breadcrumb-path { --tve-font-size:14px; --tve-color:rgba(255, 255, 255, 0.85); --tve-line-height:1.2em; }.tve-theme-6459 .top-section [data-css="tve-u-1708772a8a6"] .thrive-breadcrumb-leaf span { font-size: var(--tve-font-size, 14px) !important; line-height: var(--tve-line-height, 1.2em) !important; }.tve-theme-6459 .top-section [data-css="tve-u-1708772a8a6"] .thrive-breadcrumb-leaf { --tve-font-size:14px; --tve-line-height:1.2em; }:not(#tve) .tve-theme-6459 .top-section [data-css="tve-u-1708772a8a6"] .thrive-breadcrumb-separator { font-size: 14px !important; width: 14px !important; height: 14px !important; }.tve-theme-6459 .content-section .section-content { padding: 20px 10px !important; }.tve-theme-6459 .content-section #main { margin-top: 0px !important; margin-bottom: 30px !important; }.tve-theme-6459 .content-section #main .post-wrapper.thrv_wrapper { width: calc((100% - 0px) / 1); }.tve-theme-6459 .content-section #main [data-css="tve-u-17067dadca4"] .tcb-button-link { border-color: rgba(0, 0, 0, 0.12) currentcolor currentcolor; border-style: solid none none; border-width: 1px medium medium; border-image: initial; letter-spacing: var(--tve-letter-spacing, 3px); border-radius: 0px; overflow: hidden; padding-left: 8px !important; background-color: transparent !important; padding-right: 8px !important; }:not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067dadca4"]:hover .tcb-button-link { padding-left: 0px !important; }:not(#tve) .tve-theme-6459 .content-section #main .post-wrapper:hover { background-image: none !important; background-color: transparent !important; }.tve-theme-6459 .content-section #main [data-css="tve-u-17067dadc9a"] { margin-left: -40px; padding: 0px !important; }.tve-theme-6459 .content-section #main [data-css="tve-u-17067dadc99"] { margin: 0px !important; }.tve-theme-6459 .content-section #main [data-css="tve-u-17067dadca1"] { padding: 5px !important; }.tve-theme-6459 .content-section #main [data-css="tve-u-17067dadc9a"] > .tcb-flex-col { padding-left: 40px; }:not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] p, :not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] a, :not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] ul, :not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] ul > li, :not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] ol, :not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] ol > li, :not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] h1, :not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] h2, :not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] h3, :not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] h4, :not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] h5, :not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] h6, :not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] blockquote > p, :not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] pre { font-size: var(--tve-font-size, 16px); }.tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] { --tve-font-size:16px; margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067dadca4"] .tcb-button-link span { font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); color: var(--tve-color, var(--tcb-skin-color-4)); --tcb-applied-color:var$(--tcb-skin-color-4); }.tve-theme-6459 .content-section #main [data-css="tve-u-17067dadca4"] { --tve-font-weight:var(--g-bold-weight, bold); --tve-font-family:Muli; --g-regular-weight:400; --g-bold-weight:800; --tve-font-size:12px; --tve-letter-spacing:3px; --tve-color:var(--tcb-skin-color-4); }:not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067dadca4"] .tcb-button-link { font-family: var(--tve-font-family, Muli); font-size: var(--tve-font-size, 12px) !important; }:not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067dadca4"]:hover .tcb-button-link span { color: var(--tve-color, var(--tcb-skin-color-0)) !important; --tcb-applied-color:var$(--tcb-skin-color-0) !important; }:not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067dadca4"]:hover { --tve-color:var(--tcb-skin-color-0) !important; }.tve-theme-6459 .content-section #main .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 60px !important; }.tve-theme-6459 .content-section #main .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-6459 .content-section #main .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }:not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-1712fa74dda"] { padding-bottom: 14px !important; margin-bottom: 0px !important; font-size: 30px !important; }.tve-theme-6459 .content-section #main [data-css="tve-u-171300196c7"] { max-width: 50%; }.tve-theme-6459 .content-section #main [data-css="tve-u-1713001975b"] { max-width: 50%; }.tve-theme-6459 .content-section #main [data-css="tve-u-1713b061954"] { background-image: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 40%), url(https://nuriahidalgo.com/wp-content/plugins/thrive-visual-editor/editor/css/images/featured_image.png?dynamic_featured=1&size=large) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }.tve-theme-6459 .content-section #main [data-css="tve-u-1713b063dfd"] { padding: 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6459 .content-section #main .thrv-content-box [data-css="tve-u-1713b066e09"] { min-height: 275px; }:not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-1713b081d3c"] { padding-bottom: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6459 .content-section #main .thrv-content-box [data-css="tve-u-1713b083a1f"] p, :not(#tve) .tve-theme-6459 .content-section #main .thrv-content-box [data-css="tve-u-1713b083a1f"] li, :not(#tve) .tve-theme-6459 .content-section #main .thrv-content-box [data-css="tve-u-1713b083a1f"] blockquote, :not(#tve) .tve-theme-6459 .content-section #main .thrv-content-box [data-css="tve-u-1713b083a1f"] address, :not(#tve) .tve-theme-6459 .content-section #main .thrv-content-box [data-css="tve-u-1713b083a1f"] .tcb-plain-text, :not(#tve) .tve-theme-6459 .content-section #main .thrv-content-box [data-css="tve-u-1713b083a1f"] label { font-size: var(--tve-font-size, 11px); line-height: var(--tve-line-height, 1.45em); }.tve-theme-6459 .content-section #main .thrv-content-box [data-css="tve-u-1713b083a1f"] { --tve-font-size:11px; --tve-color:rgb(255, 255, 255); text-align: right; min-height: 1px; --tve-letter-spacing:1px; --tve-line-height:1.45em; }.tve-theme-6459 .content-section #main [data-css="tve-u-1713b084332"] { top: 10px; right: 10px; padding: 2px 4px !important; margin: 0px 0px 0px 10px !important; z-index: 14 !important; position: absolute !important; }.tve-theme-6459 .content-section #main [data-css="tve-u-1713b088910"] { background-color: rgba(0, 0, 0, 0.4) !important; }:not(#tve) .tve-theme-6459 .content-section #main .thrv-content-box [data-css="tve-u-1713b083a1f"] p, :not(#tve) .tve-theme-6459 .content-section #main .thrv-content-box [data-css="tve-u-1713b083a1f"] li, :not(#tve) .tve-theme-6459 .content-section #main .thrv-content-box [data-css="tve-u-1713b083a1f"] blockquote, :not(#tve) .tve-theme-6459 .content-section #main .thrv-content-box [data-css="tve-u-1713b083a1f"] address, :not(#tve) .tve-theme-6459 .content-section #main .thrv-content-box [data-css="tve-u-1713b083a1f"] .tcb-plain-text, :not(#tve) .tve-theme-6459 .content-section #main .thrv-content-box [data-css="tve-u-1713b083a1f"] label, :not(#tve) .tve-theme-6459 .content-section #main .thrv-content-box [data-css="tve-u-1713b083a1f"] h1, :not(#tve) .tve-theme-6459 .content-section #main .thrv-content-box [data-css="tve-u-1713b083a1f"] h2, :not(#tve) .tve-theme-6459 .content-section #main .thrv-content-box [data-css="tve-u-1713b083a1f"] h3, :not(#tve) .tve-theme-6459 .content-section #main .thrv-content-box [data-css="tve-u-1713b083a1f"] h4, :not(#tve) .tve-theme-6459 .content-section #main .thrv-content-box [data-css="tve-u-1713b083a1f"] h5, :not(#tve) .tve-theme-6459 .content-section #main .thrv-content-box [data-css="tve-u-1713b083a1f"] h6 { color: var(--tve-color, rgb(255, 255, 255)); --tcb-applied-color:rgb(255, 255, 255); }.tve-theme-6459 .content-section #main [data-css="tve-u-1713b084332"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }.tve-theme-6459 .content-section #main .thrv-content-box [data-css="tve-u-1713b083a1f"] p, .tve-theme-6459 .content-section #main .thrv-content-box [data-css="tve-u-1713b083a1f"] li, .tve-theme-6459 .content-section #main .thrv-content-box [data-css="tve-u-1713b083a1f"] blockquote, .tve-theme-6459 .content-section #main .thrv-content-box [data-css="tve-u-1713b083a1f"] address, .tve-theme-6459 .content-section #main .thrv-content-box [data-css="tve-u-1713b083a1f"] .tcb-plain-text, .tve-theme-6459 .content-section #main .thrv-content-box [data-css="tve-u-1713b083a1f"] label { letter-spacing: var(--tve-letter-spacing, 1px); }.tve-theme-6459 .content-section [data-css="tve-u-1713b0ed161"] .tcb-button-link { border-radius: 0px; overflow: hidden; border-top: 1px solid var(--tcb-skin-color-8); border-right: none; border-bottom: 1px solid var(--tcb-skin-color-8); border-left: none; border-image: initial; padding: 18px !important; }:not(#tve) .tve-theme-6459 .content-section [data-css="tve-u-1713b0ed161"] .tcb-button-link span { color: var(--tve-color, var(--tcb-skin-color-18)); --tcb-applied-color:var$(--tcb-skin-color-18); }.tve-theme-6459 .content-section [data-css="tve-u-1713b0ed161"] { --tve-color:var(--tcb-skin-color-18); }.tve-theme-6459 .content-section [data-css="tve-u-1713b0f9fcd"] { border-top: none; margin-bottom: 30px !important; }:not(#tve) .tve-theme-6459 .content-section [data-css="tve-u-1713b0ed161"]:hover .tcb-button-link { border-top: 1px solid var(--tcb-skin-color-1) !important; border-bottom: 1px solid var(--tcb-skin-color-1) !important; }:not(#tve) .tve-theme-6459 .content-section :not(#tve) [data-css="tve-u-1713b0ed161"]:hover .tcb-button-link span { color: var(--tve-color, var(--tcb-skin-color-0)) !important; --tcb-applied-color:var$(--tcb-skin-color-0) !important; }:not(#tve) .tve-theme-6459 .content-section [data-css="tve-u-1713b0ed161"]:hover { --tve-color:var(--tcb-skin-color-0) !important; }.tve-theme-6459 .sidebar-section .section-background { border: 1px solid rgba(0, 0, 0, 0.12); background-color: transparent !important; }:not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-16ed189a0b8"] { letter-spacing: 3px; --tcb-applied-color:var$(--tcb-skin-color-3); font-size: 11px !important; text-transform: uppercase !important; font-weight: var(--g-bold-weight, bold) !important; color: rgb(5, 5, 65) !important; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 20px !important; margin-bottom: 0px !important; }.tve-theme-6459 .sidebar-section [data-css="tve-u-16ed18b1f3e"] { margin-top: 0px !important; padding: 0px !important; margin-bottom: 0px !important; }.tve-theme-6459 .sidebar-section .section-content { padding: 20px !important; }.tve-theme-6459 .sidebar-section [data-css="tve-u-16ed18f1172"] { min-height: 52px; --tve-color:var(--tcb-skin-color-5); padding: 0px !important; margin-bottom: 30px !important; margin-right: 0px !important; }:not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170147930c0"] { letter-spacing: 3px; --tcb-applied-color:var$(--tcb-skin-color-3); font-size: 11px !important; text-transform: uppercase !important; font-weight: var(--g-bold-weight, bold) !important; color: rgb(5, 5, 65) !important; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 20px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17014793f17"] { letter-spacing: 3px; --tcb-applied-color:var$(--tcb-skin-color-3); font-size: 11px !important; text-transform: uppercase !important; font-weight: var(--g-bold-weight, bold) !important; color: rgb(5, 5, 65) !important; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 20px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170147953de"] { letter-spacing: 3px; --tcb-applied-color:var$(--tcb-skin-color-3); font-size: 11px !important; text-transform: uppercase !important; font-weight: var(--g-bold-weight, bold) !important; color: rgb(5, 5, 65) !important; padding-top: 1px !important; margin-top: 0px !important; padding-bottom: 20px !important; margin-bottom: 0px !important; }.tve-theme-6459 .sidebar-section [data-css="tve-u-16ed18f1172"] .thrive-dynamic-styled-list-item { margin-bottom: 10px !important; margin-right: 15px !important; padding-bottom: 0px !important; margin-left: 0px !important; }:not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-16ed18f1172"] p, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-16ed18f1172"] li, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-16ed18f1172"] blockquote, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-16ed18f1172"] address, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-16ed18f1172"] .tcb-plain-text, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-16ed18f1172"] label, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-16ed18f1172"] h1, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-16ed18f1172"] h2, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-16ed18f1172"] h3, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-16ed18f1172"] h4, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-16ed18f1172"] h5, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-16ed18f1172"] h6 { color: var(--tve-color, var(--tcb-skin-color-5)); --tcb-applied-color:var$(--tcb-skin-color-5); }:not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-16ed18f1172"] .thrive-dynamic-styled-list-text a:hover { text-decoration-line: none !important; --eff:none !important; text-decoration-color: var(--eff-color, currentColor) !important; color: inherit !important; }.tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .thrive-dynamic-styled-list-item { --tve-line-height:1.5em; margin-right: 8px !important; padding: 8px !important; margin-bottom: 8px !important; background-color: var(--tcb-skin-color-9) !important; margin-left: 0px !important; }:not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] p, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] li, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] blockquote, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] address, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .tcb-plain-text, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] label, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] h1, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] h2, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] h3, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] h4, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] h5, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] h6 { color: var(--tve-color, var(--tcb-skin-color-4)); --tcb-applied-color:var$(--tcb-skin-color-4); }.tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] { --tve-color:var(--tcb-skin-color-4); --tve-letter-spacing:1px; --tve-font-size:14px; padding: 0px !important; margin-bottom: 30px !important; }.tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] p, .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] li, .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] blockquote, .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] address, .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .tcb-plain-text, .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] label { letter-spacing: var(--tve-letter-spacing, 1px); }:not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] p, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] li, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] blockquote, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] address, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .tcb-plain-text, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] label { font-size: var(--tve-font-size, 14px); }:not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .thrive-dynamic-styled-list-item:hover { background-color: rgb(255, 255, 255) !important; box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 5px 0px !important; --tve-text-decoration:none !important; --tve-color:var(--tcb-skin-color-0) !important; }:not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .thrive-dynamic-styled-list-item:hover p, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .thrive-dynamic-styled-list-item:hover li, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .thrive-dynamic-styled-list-item:hover blockquote, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .thrive-dynamic-styled-list-item:hover address, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .thrive-dynamic-styled-list-item:hover .tcb-plain-text, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .thrive-dynamic-styled-list-item:hover label { text-decoration: var(--tve-text-decoration, none) !important; }:not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .thrive-dynamic-styled-list-item:hover p, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .thrive-dynamic-styled-list-item:hover li, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .thrive-dynamic-styled-list-item:hover blockquote, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .thrive-dynamic-styled-list-item:hover address, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .thrive-dynamic-styled-list-item:hover .tcb-plain-text, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .thrive-dynamic-styled-list-item:hover label, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .thrive-dynamic-styled-list-item:hover h1, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .thrive-dynamic-styled-list-item:hover h2, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .thrive-dynamic-styled-list-item:hover h3, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .thrive-dynamic-styled-list-item:hover h4, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .thrive-dynamic-styled-list-item:hover h5, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .thrive-dynamic-styled-list-item:hover h6 { color: var(--tve-color, var(--tcb-skin-color-0)) !important; --tcb-applied-color:var$(--tcb-skin-color-0) !important; }.tve-theme-6459 .sidebar-section [data-css="tve-u-17058acd17f"] { margin-top: 0px !important; padding: 0px !important; margin-bottom: 0px !important; }.tve-theme-6459 .sidebar-section [data-css="tve-u-17058ae1863"] { margin-top: 0px !important; padding: 0px !important; margin-bottom: 0px !important; }.tve-theme-6459 .sidebar-section [data-css="tve-u-17058ae7cbc"] { margin-top: 0px !important; padding: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .thrive-dynamic-styled-list-item p, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .thrive-dynamic-styled-list-item li, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .thrive-dynamic-styled-list-item blockquote, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .thrive-dynamic-styled-list-item address, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .thrive-dynamic-styled-list-item .tcb-plain-text, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] .thrive-dynamic-styled-list-item label { line-height: var(--tve-line-height, 1.5em); }.tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .thrive-dynamic-styled-list-item { --tve-line-height:1.5em; margin-right: 8px !important; padding: 8px !important; margin-bottom: 8px !important; background-color: var(--tcb-skin-color-9) !important; margin-left: 0px !important; }:not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] p, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] li, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] blockquote, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] address, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .tcb-plain-text, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] label, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] h1, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] h2, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] h3, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] h4, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] h5, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] h6 { color: var(--tve-color, var(--tcb-skin-color-4)); --tcb-applied-color:var$(--tcb-skin-color-4); }.tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] { --tve-color:var(--tcb-skin-color-4); --tve-letter-spacing:1px; --tve-font-size:14px; padding: 0px !important; margin-bottom: 30px !important; }.tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] p, .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] li, .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] blockquote, .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] address, .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .tcb-plain-text, .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] label { letter-spacing: var(--tve-letter-spacing, 1px); }:not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] p, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] li, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] blockquote, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] address, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .tcb-plain-text, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] label { font-size: var(--tve-font-size, 14px); }:not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .thrive-dynamic-styled-list-item:hover { background-color: rgb(255, 255, 255) !important; box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 5px 0px !important; --tve-text-decoration:none !important; --tve-color:var(--tcb-skin-color-0) !important; }:not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .thrive-dynamic-styled-list-item:hover p, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .thrive-dynamic-styled-list-item:hover li, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .thrive-dynamic-styled-list-item:hover blockquote, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .thrive-dynamic-styled-list-item:hover address, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .thrive-dynamic-styled-list-item:hover .tcb-plain-text, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .thrive-dynamic-styled-list-item:hover label { text-decoration: var(--tve-text-decoration, none) !important; }:not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .thrive-dynamic-styled-list-item:hover p, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .thrive-dynamic-styled-list-item:hover li, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .thrive-dynamic-styled-list-item:hover blockquote, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .thrive-dynamic-styled-list-item:hover address, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .thrive-dynamic-styled-list-item:hover .tcb-plain-text, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .thrive-dynamic-styled-list-item:hover label, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .thrive-dynamic-styled-list-item:hover h1, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .thrive-dynamic-styled-list-item:hover h2, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .thrive-dynamic-styled-list-item:hover h3, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .thrive-dynamic-styled-list-item:hover h4, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .thrive-dynamic-styled-list-item:hover h5, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .thrive-dynamic-styled-list-item:hover h6 { color: var(--tve-color, var(--tcb-skin-color-0)) !important; --tcb-applied-color:var$(--tcb-skin-color-0) !important; }:not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .thrive-dynamic-styled-list-item p, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .thrive-dynamic-styled-list-item li, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .thrive-dynamic-styled-list-item blockquote, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .thrive-dynamic-styled-list-item address, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .thrive-dynamic-styled-list-item .tcb-plain-text, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-17086f6ff41"] .thrive-dynamic-styled-list-item label { line-height: var(--tve-line-height, 1.5em); }.tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .thrive-dynamic-styled-list-item { --tve-line-height:1.5em; margin-right: 8px !important; padding: 8px !important; margin-bottom: 8px !important; background-color: var(--tcb-skin-color-9) !important; margin-left: 0px !important; }:not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] p, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] li, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] blockquote, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] address, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .tcb-plain-text, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] label, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] h1, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] h2, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] h3, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] h4, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] h5, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] h6 { color: var(--tve-color, var(--tcb-skin-color-4)); --tcb-applied-color:var$(--tcb-skin-color-4); }.tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] { --tve-color:var(--tcb-skin-color-4); --tve-letter-spacing:1px; --tve-font-size:14px; padding: 0px !important; margin-bottom: 30px !important; }.tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] p, .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] li, .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] blockquote, .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] address, .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .tcb-plain-text, .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] label { letter-spacing: var(--tve-letter-spacing, 1px); }:not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] p, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] li, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] blockquote, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] address, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .tcb-plain-text, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] label { font-size: var(--tve-font-size, 14px); }:not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .thrive-dynamic-styled-list-item:hover { background-color: rgb(255, 255, 255) !important; box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 5px 0px !important; --tve-text-decoration:none !important; --tve-color:var(--tcb-skin-color-0) !important; }:not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .thrive-dynamic-styled-list-item:hover p, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .thrive-dynamic-styled-list-item:hover li, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .thrive-dynamic-styled-list-item:hover blockquote, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .thrive-dynamic-styled-list-item:hover address, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .thrive-dynamic-styled-list-item:hover .tcb-plain-text, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .thrive-dynamic-styled-list-item:hover label { text-decoration: var(--tve-text-decoration, none) !important; }:not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .thrive-dynamic-styled-list-item:hover p, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .thrive-dynamic-styled-list-item:hover li, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .thrive-dynamic-styled-list-item:hover blockquote, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .thrive-dynamic-styled-list-item:hover address, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .thrive-dynamic-styled-list-item:hover .tcb-plain-text, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .thrive-dynamic-styled-list-item:hover label, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .thrive-dynamic-styled-list-item:hover h1, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .thrive-dynamic-styled-list-item:hover h2, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .thrive-dynamic-styled-list-item:hover h3, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .thrive-dynamic-styled-list-item:hover h4, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .thrive-dynamic-styled-list-item:hover h5, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .thrive-dynamic-styled-list-item:hover h6 { color: var(--tve-color, var(--tcb-skin-color-0)) !important; --tcb-applied-color:var$(--tcb-skin-color-0) !important; }:not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .thrive-dynamic-styled-list-item p, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .thrive-dynamic-styled-list-item li, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .thrive-dynamic-styled-list-item blockquote, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .thrive-dynamic-styled-list-item address, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .thrive-dynamic-styled-list-item .tcb-plain-text, :not(#tve) .tve-theme-6459 .sidebar-section [data-css="tve-u-170a019c392"] .thrive-dynamic-styled-list-item label { line-height: var(--tve-line-height, 1.5em); }.tve-theme-6459 .sidebar-section { margin: 0px !important; }:not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-1713f3e64c8"] { color: inherit !important; }:not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-1713f3e64c8"]:hover { color: rgba(255, 255, 255, 0.75) !important; }.tve-theme-6447 #wrapper { --header-background-width:100%; --footer-background-width:100%; --top-background-width:100%; --bottom-background-width:100%; }:not(#layout) .tve-theme-6447 .main-container { --separator-size:40px; }.tve-theme-6447 .main-container { padding: 20px 10px !important; }.tve-theme-6447 .bottom-section .section-background { background-color: rgb(255, 255, 255) !important; background-image: linear-gradient(var(--tcb-skin-color-18), var(--tcb-skin-color-18)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6447 .bottom-section .section-content { text-align: center; justify-content: center; display: flex; flex-direction: column; min-height: 1px !important; padding: 40px 20px !important; }.tve-theme-6447 .bottom-section [data-css="tve-u-16efa12ec05"] { padding: 0px !important; background-color: transparent !important; }.tve-theme-6447 .bottom-section .section-content p, .tve-theme-6447 .bottom-section .section-content li, .tve-theme-6447 .bottom-section .section-content label, .tve-theme-6447 .bottom-section .section-content .tcb-plain-text { color: rgb(255, 255, 255); --tcb-applied-color:rgb(255, 255, 255); }:not(#tve) .tve-theme-6447 .bottom-section [data-css="tve-u-16efa13c35c"] { padding-bottom: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; margin-top: 0px !important; font-size: 16px !important; color: rgba(255, 255, 255, 0.8) !important; --tcb-applied-color:rgba(255, 255, 255, 0.8) !important; }.tve-theme-6447 .bottom-section [data-css="tve-u-16efa157f12"] .tcb-button-link { letter-spacing: 2px; background-color: rgb(255, 255, 255) !important; padding: 22px !important; }:not(#tve) .tve-theme-6447 .bottom-section [data-css="tve-u-16efa157f12"] .tcb-button-link span { color: var(--tcb-skin-color-0); --tcb-applied-color:var$(--tcb-skin-color-0); font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); }.tve-theme-6447 .bottom-section [data-css="tve-u-16efa161c92"] { max-width: 650px; float: none; padding: 0px !important; margin: 20px auto !important; }.tve-theme-6447 .bottom-section { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6447 .bottom-section [data-css="tve-u-16efa157f12"]:hover .tcb-button-link span { color: var(--tcb-skin-color-3) !important; --tcb-applied-color:var$(--tcb-skin-color-3) !important; }.tve-theme-6447 .bottom-section [data-css="tve-u-16efa157f12"] { --tve-font-size:14px; --tve-font-weight:var(--g-bold-weight, bold); --tve-font-family:Muli; --g-regular-weight:400; --g-bold-weight:800; margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6447 .bottom-section [data-css="tve-u-16efa157f12"] .tcb-button-link { font-family: var(--tve-font-family, Muli); font-size: var(--tve-font-size, 14px) !important; }:not(#tve) .tve-theme-6447 .bottom-section [data-css="tve-u-17077896ad8"] { color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255, 255, 255) !important; padding-bottom: 0px !important; margin-bottom: 0px !important; line-height: 1.4em !important; }.tve-theme-6447 .content-section [data-css="tve-u-16ec5d248bb"] { left: 0px; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6447 .content-section { margin-top: 0px !important; }.tve-theme-6447 .content-section .section-content { --g-regular-weight:400; --g-bold-weight:800; padding: 20px 40px 20px 80px !important; }.tve-theme-6447 .content-section .thrv-divider[data-css="tve-u-16ec5fddeba"] .tve_sep { border-width: 1px !important; border-color: rgba(0, 0, 0, 0.06) !important; }.tve-theme-6447 .content-section [data-css="tve-u-16ec6330c3d"] { display: inline-block; padding: 0px !important; }:not(#tve) .tve-theme-6447 .content-section [data-css="tve-u-16ec63322d0"] { letter-spacing: 1px; text-transform: uppercase !important; font-weight: var(--g-bold-weight, bold) !important; font-size: 14px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; margin-top: 0px !important; }:not(#tve) .tve-theme-6447 .content-section [data-css="tve-u-16ec63492a5"] { --tcb-applied-color:rgb(153, 153, 153); letter-spacing: 1px; text-transform: none !important; font-weight: var(--g-regular-weight, normal) !important; font-size: 14px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; color: rgb(153, 153, 153) !important; padding-top: 0px !important; margin-top: 0px !important; }.tve-theme-6447 .content-section [data-css="tve-u-16ec634b5e1"] { display: inline-block; padding: 0px !important; margin-right: 15px !important; }.tve-theme-6447 .content-section [data-css="tve-u-16ec635199f"] { --tcb-applied-color:rgb(153, 153, 153); }.tve-theme-6447 .content-section [data-css="tve-u-16ec5fddeba"] { padding-top: 15px !important; padding-bottom: 12px !important; }.tve-theme-6447 .content-section .tcb-post-list[data-css="tve-u-16ecb5f152b"] .post-wrapper.thrv_wrapper { width: calc(50% - 10px); }.tve-theme-6447 .content-section [data-css="tve-u-16ecb5f152b"].tcb-post-list .post-wrapper { border-bottom: 1px solid rgba(0, 0, 0, 0); padding-bottom: 20px !important; }.tve-theme-6447 .content-section [data-css="tve-u-16ecb5f152b"].tcb-post-list [data-css="tve-u-16ecb5f1530"] { --g-regular-weight:400; --g-bold-weight:600; margin-bottom: 0px !important; margin-top: 0px !important; }.tve-theme-6447 .content-section [data-css="tve-u-16ecb5f152b"].tcb-post-list [data-css="tve-u-16ecb5f152e"] { background-image: url(https://nuriahidalgo.com/wp-content/uploads/thrive-theme/images/Post-4_featured-1024x373-1.jpg?dynamic_featured=1&size=large) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6447 .content-section [data-css="tve-u-16ecb5f152b"].tcb-post-list [data-css="tve-u-16ecb5f152d"] { margin-top: 0px !important; margin-bottom: 8px !important; }.tve-theme-6447 .content-section [data-css="tve-u-16ecb5f152b"].tcb-post-list .thrv-content-box [data-css="tve-u-16ecb5f152f"] { min-height: 124px; }.tve-theme-6447 .content-section [data-css="tve-u-16ecb5f152b"].tcb-post-list .tcb-post-title[data-css="tve-u-16ecb5f1530"] a, .tve-theme-6447 .content-section [data-css="tve-u-16ecb5f152b"].tcb-post-list .tcb-post-title[data-css="tve-u-16ecb5f1530"] { --tcb-applied-color:var$(--tcb-skin-color-4); font-weight: 600 !important; font-family: Literata !important; color: var(--tcb-skin-color-4) !important; font-size: 18px !important; }.tve-theme-6447 .content-section .tcb-post-list[data-css="tve-u-16ecb5f152b"] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)) { margin-top: 0px !important; }.tve-theme-6447 .content-section .tcb-post-list[data-css="tve-u-16ecb5f152b"] .post-wrapper.thrv_wrapper:not(:nth-child(2n)) { margin-right: 20px !important; }.tve-theme-6447 .content-section .tcb-post-list[data-css="tve-u-16ecb5f152b"] .post-wrapper.thrv_wrapper:nth-child(2n) { margin-right: 0px !important; }.tve-theme-6447 .content-section .thrv-divider[data-css="tve-u-16ecb61f672"] .tve_sep { border-width: 1px !important; border-color: rgba(0, 0, 0, 0.06) !important; }.tve-theme-6447 .content-section [data-css="tve-u-16ecb61f672"] { padding-top: 15px !important; padding-bottom: 15px !important; margin-bottom: 30px !important; }.tve-theme-6447 .content-section [data-css="tve-u-16ecb5f152b"] { margin-bottom: 60px !important; }.tve-theme-6447 .content-section [data-css="tve-u-170199bd58e"] .tve_social_items { font-size: 10px !important; }.tve-theme-6447 .content-section [data-css="tve-u-170199bd58e"] { top: 0px; left: 0px; float: none; margin: 0px auto !important; padding-left: 1px !important; }:not(#tve) .tve-theme-6447 .content-section [data-css="tve-u-170199ce799"] { padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-6447 .content-section [data-css="tve-u-170199bd58e"] .tve_social_items .tve_s_item { margin-bottom: 10px; display: table; }.tve-theme-6447 .content-section [data-css="tve-u-170199f5045"] { font-size: 16px; top: 0px; left: 0px; width: 16px; height: 16px; margin: 0px 0px 9px 8px !important; }:not(#tve) .tve-theme-6447 .content-section [data-css="tve-u-170199f5045"] > :first-child { color: rgb(221, 221, 221); }.tve-theme-6447 .content-section [data-css="tve-u-17019a634b0"] { float: left; z-index: 3; top: 30px; left: 10px; padding: 0px !important; margin: 0px !important; position: absolute !important; }.tve-theme-6447 .content-section .comment-respond { padding-top: 0px !important; }.tve-theme-6447 .content-section .comment-form-reply-title-wrapper { margin-bottom: 20px !important; }.tve-theme-6447 .content-section .comment-form-text textarea { border-radius: 0px; overflow: hidden; border: 1px solid var(--tcb-skin-color-14); font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); font-family: var(--tve-font-family, Muli); color: var(--tve-color, var(--tcb-skin-color-5)); --tcb-applied-color:var$(--tcb-skin-color-5); background-color: rgb(255, 255, 255) !important; padding: 20px 15px !important; margin-top: 10px !important; margin-bottom: 10px !important; }.tve-theme-6447 .content-section .comment-form .comment-form-submit button { font-size: var(--tve-font-size, 11px); text-transform: var(--tve-text-transform, uppercase); font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); font-family: var(--tve-font-family, Muli); color: var(--tve-color, var(--tcb-skin-color-0)); --tcb-applied-color:var$(--tcb-skin-color-0); border: 1px solid var(--tcb-skin-color-18); border-radius: 0px; overflow: hidden; letter-spacing: var(--tve-letter-spacing, 2px); padding: 15px 35px !important; }.tve-theme-6447 .content-section .comment-form .comment-form-submit { --tve-font-size:11px; --tve-text-transform:uppercase; --tve-font-weight:var(--g-bold-weight, bold); --tve-font-family:Muli; --tve-color:var(--tcb-skin-color-0); --tve-letter-spacing:2px; --g-bold-weight:700; --g-regular-weight:300; margin-top: 0px !important; margin-bottom: 20px !important; }:not(#tve) .tve-theme-6447 .content-section .comment-form .comment-form-submit:hover button { background-color: var(--tcb-skin-color-0) !important; color: var(--tve-color, rgb(255, 255, 255)) !important; --tcb-applied-color:rgb(255, 255, 255) !important; border: 1px solid var(--tcb-skin-color-0) !important; }:not(#tve) .tve-theme-6447 .content-section .comment-form .comment-form-submit:hover { --tve-color:rgb(255, 255, 255) !important; }.tve-theme-6447 .content-section .comment-form-text { --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Muli; --g-regular-weight:300; --g-bold-weight:700; --tve-color:var(--tcb-skin-color-5); }:not(#tve) .tve-theme-6447 .content-section [data-css="tve-u-17081459925"] { padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-17066f3f202"] { background-color: var(--tcb-skin-color-9) !important; background-image: linear-gradient(rgb(60, 25, 136), rgb(60, 25, 136)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(60, 25, 136), rgb(60, 25, 136)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(60, 25, 136), rgb(60, 25, 136)) !important; }.tve-theme-6447 .sidebar-section .section-background { background-color: rgb(255, 255, 255) !important; }.tve-theme-6447 .sidebar-section .section-content { padding: 20px 10px !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-17066fc9dda"] { margin-bottom: 10px !important; padding: 0px !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-170670db2de"] { box-shadow: none; opacity: 1; filter: grayscale(0%) brightness(100%) contrast(100%) blur(0px) sepia(0%) invert(0%) saturate(100%) hue-rotate(0deg); background-color: rgb(255, 255, 255) !important; background-image: none !important; border: 3px solid var(--tcb-skin-color-9) !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-170670dfdd8"] { text-align: center; }:not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-170670eee10"] .tcb-button-link { font-family: var(--tve-font-family, Commissioner); font-size: var(--tve-font-size, 13px) !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-170670eee10"] { --tve-font-size:13px; --tve-color:var(--tcb-color-2); --tve-font-weight:var(--g-bold-weight, bold); --tve-font-family:Commissioner; --g-regular-weight:400; --g-bold-weight:600; --tve-text-transform:uppercase; --tve-letter-spacing:0px; margin-top: 0px !important; margin-bottom: 0px !important; min-width: 100% !important; --tve-applied---tve-color:var$(--tcb-color-2); }.tve-theme-6447 .sidebar-section [data-css="tve-u-170670eee10"] .tcb-button-link { border: medium none; border-radius: 0px; overflow: hidden; letter-spacing: var(--tve-letter-spacing, 0px); background-color: rgb(255, 160, 113) !important; padding: 17px 25px !important; background-image: none !important; --background-image:none !important; --tve-applied-background-image:none !important; --background-color:rgb(255, 160, 113) !important; --tve-applied-background-color:rgb(255, 160, 113) !important; }:not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-170670eee10"] .tcb-button-link span { color: var(--tve-color, var(--tcb-color-2)); --tcb-applied-color:var$(--tcb-color-2); font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); text-transform: var(--tve-text-transform, uppercase); --tve-applied-color:var$(--tve-color, var$(--tcb-color-2)); }.tve-theme-6447 .sidebar-section [data-css="tve-u-170671b39c3"] { margin-top: 0px !important; margin-bottom: 40px !important; padding: 25px !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item { justify-content: flex-start; text-align: left; --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Muli; --g-regular-weight:400; --g-bold-weight:500; border-bottom: medium none; --tve-font-size:16px; --tve-color:var(--tcb-skin-color-16); margin-bottom: 0px !important; padding-bottom: 5px !important; margin-left: 0px !important; }:not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item p, :not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item li, :not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item blockquote, :not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item address, :not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item .tcb-plain-text, :not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item label { font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); font-family: var(--tve-font-family, Muli); font-size: var(--tve-font-size, 16px); }:not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-170671d4d74"] p, :not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-170671d4d74"] li, :not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-170671d4d74"] blockquote, :not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-170671d4d74"] address, :not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-170671d4d74"] .tcb-plain-text, :not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-170671d4d74"] label { font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); font-family: var(--tve-font-family, Muli); }.tve-theme-6447 .sidebar-section [data-css="tve-u-170671d4d74"] { --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Muli; --g-regular-weight:400; --g-bold-weight:500; margin-bottom: 40px !important; }:not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item p, :not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item li, :not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item blockquote, :not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item address, :not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item .tcb-plain-text, :not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item label, :not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item h1, :not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item h2, :not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item h3, :not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item h4, :not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item h5, :not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item h6 { color: var(--tve-color, var(--tcb-skin-color-16)); --tcb-applied-color:var$(--tcb-skin-color-16); }.tve-theme-6447 .sidebar-section [data-css="tve-u-170671ed5ae"] { margin-top: 0px !important; margin-bottom: 40px !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-1706722e266"] { text-align: center; --tve-font-weight:var(--g-bold-weight, bold); --tve-font-family:Commissioner; --g-regular-weight:400; --g-bold-weight:600; }:not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-170670eee10"]:hover .tcb-button-link { border: medium none !important; background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: var(--tcb-skin-color-0) !important; --background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) !important; --background-color:var(--tcb-skin-color-0) !important; --tve-applied-background-color:var$(--tcb-skin-color-0) !important; }:not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-17067931458"] { padding-bottom: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; margin-top: 0px !important; line-height: 1.5em !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-170679aaa25"] { width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-17067aabf55"] { padding-bottom: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; margin-top: 0px !important; font-size: 20px !important; font-family: "Silka Bold" !important; font-weight: var(--g-bold-weight, bold) !important; color: var(--tcb-color-2) !important; --tcb-applied-color:var$(--tcb-color-2) !important; --tve-applied-color:var$(--tcb-color-2) !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-17067ab1e02"] { background-color: transparent !important; padding-left: 1px !important; margin-bottom: 10px !important; }:not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-17067ab9379"] { padding-bottom: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; margin-top: 0px !important; line-height: 1.5em !important; font-size: 16px !important; color: var(--tcb-color-2) !important; --tcb-applied-color:var$(--tcb-color-2) !important; --tve-applied-color:var$(--tcb-color-2) !important; }:not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-17067b4e564"] button { border-radius: 0px; overflow: hidden; border: 2px solid var(--tcb-skin-color-18); color: rgb(78, 133, 243); --tcb-applied-color:rgb(78, 133, 243); font-size: 14px; text-transform: uppercase; font-weight: var(--g-bold-weight, bold); letter-spacing: 1px; background-color: transparent !important; padding: 15px !important; }:not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-17067b4e564"]:hover button { border: 2px solid rgb(15, 83, 218) !important; color: rgb(15, 83, 218) !important; --tcb-applied-color:rgb(15, 83, 218) !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-17067b4e566"] { padding-left: 5px !important; padding-right: 5px !important; }:not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-17067b4e569"] input { border-radius: 0px; overflow: hidden; border: 1px solid var(--tcb-skin-color-8); font-size: var(--tve-font-size, 14px); color: var(--tve-color, var(--tcb-skin-color-5)); --tcb-applied-color:var$(--tcb-skin-color-5); text-transform: var(--tve-text-transform, capitalize); letter-spacing: var(--tve-letter-spacing, 0px); font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); font-family: var(--tve-font-family, Muli); }:not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-17067b4e569"]:hover input { border: 1px solid rgba(97, 143, 234, 0.5) !important; color: rgba(0, 0, 0, 0.85) !important; --tcb-applied-color:rgba(0, 0, 0, 0.85) !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-17067b4e569"] input { text-transform: uppercase; letter-spacing: 2px; padding: 12px !important; background-color: transparent !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-17067b5d81d"] { max-width: 100%; background-color: rgb(255, 255, 255) !important; margin-top: 0px !important; margin-bottom: 30px !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-17067b4e569"] { --tve-text-transform:capitalize; --tve-color:var(--tcb-skin-color-5); --tve-font-size:14px; --tve-letter-spacing:0px; --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Muli; --g-regular-weight:300; --g-bold-weight:500; }.tve-theme-6447 .sidebar-section .tcb-post-list[data-css="tve-u-17067be2282"] .post-wrapper.thrv_wrapper { width: calc(100% + 0px); }.tve-theme-6447 .sidebar-section .tcb-post-list[data-css="tve-u-17067be2282"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 15px !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be2289"] { max-width: 28%; }.tve-theme-6447 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be228d"] { max-width: 72%; }.tve-theme-6447 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be2288"] { margin-left: -15px; padding: 0px !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be2287"] { margin: 0px !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be2292"] .tcb-button-link { border: medium none; border-radius: 0px; overflow: hidden; text-align: left; padding: 0px !important; }:not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be2292"] .tcb-button-link { font-size: var(--tve-font-size, 12px) !important; }:not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be2292"] .tcb-button-link span { color: rgb(153, 153, 153); }:not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be2292"]:hover .tcb-button-link span { color: var(--tve-color, rgb(0, 143, 255)) !important; --tcb-applied-color:rgb(0, 143, 255) !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be2288"] > .tcb-flex-col { padding-left: 15px; }.tve-theme-6447 .sidebar-section [data-css="tve-u-17067be2288"] > .tcb-flex-col { padding-left: 15px; }.tve-theme-6447 .sidebar-section [data-css="tve-u-17067be2288"] { margin-left: -15px; }:not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be228f"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 16px !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be228e"] { padding: 0px !important; margin-bottom: 4px !important; }:not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be2291"] { font-weight: var(--g-bold-weight, bold) !important; }:not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be2292"]:hover { --tve-color:var(--tcb-skin-color-18) !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be228b"] { background-image: url(https://nuriahidalgo.com/wp-content/uploads/thrive-theme/images/Post-4_featured-150x150-1.jpg?dynamic_featured=1&size=thumbnail) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be228a"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list .thrv-content-box [data-css="tve-u-17067be228c"] { min-height: 70px !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be2292"] { --tve-font-size:12px; }.tve-theme-6447 .sidebar-section .tcb-post-list[data-css="tve-u-17067be2282"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-6447 .sidebar-section .tcb-post-list[data-css="tve-u-17067be2282"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-17067be2282"] { max-width: 300px; margin-bottom: 40px !important; }:not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-17067cfab08"] { font-weight: var(--g-bold-weight, bold) !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-170670eee10"] .tcb-button-link::after { background-color: rgb(47, 138, 231); background-attachment: scroll !important; background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) !important; background-position: 50% 50% !important; background-repeat: no-repeat !important; background-size: auto !important; }:not(#tve) .tve-theme-6447 .sidebar-section :not(#tve) [data-css="tve-u-17067b4e569"]:hover input { color: var(--tve-color, var(--tcb-skin-color-4)) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; border: 1px solid var(--tcb-skin-color-1) !important; }:not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-17067b4e569"]:hover { --tve-color:var(--tcb-skin-color-4) !important; }:not(#tve) .tve-theme-6447 .sidebar-section :not(#tve) [data-css="tve-u-17067b4e564"]:hover button { border: 2px solid var(--tcb-skin-color-0) !important; }:not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-17067b4e564"]:hover [data-css="tve-u-17067b4e566"] > :first-child { color: var(--tcb-skin-color-0); }:not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-17067b4e566"] > :first-child { color: var(--tcb-skin-color-18); }:not(#tve) .tve-theme-6447 .sidebar-section :not(#tve) [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be2292"]:hover .tcb-button-link span { color: var(--tve-color, var(--tcb-skin-color-18)) !important; --tcb-applied-color:var$(--tcb-skin-color-18) !important; }:not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-1713a32a583"] { letter-spacing: 1px; text-transform: uppercase !important; font-size: 14px !important; font-weight: var(--g-bold-weight, bold) !important; padding-bottom: 0px !important; margin-bottom: 0px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-1713a331d88"] { margin-top: 0px !important; border-left: medium none !important; padding-left: 1px !important; margin-bottom: 20px !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be228a"]:hover [data-css="tve-u-17067be228b"] { background-image: url(https://nuriahidalgo.com/wp-content/uploads/thrive-theme/images/Post-4_featured-150x150-1.jpg?dynamic_featured=1&size=thumbnail) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6447 .top-section .section-background { background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; background-image: linear-gradient(rgba(0, 0, 0, 0.44) 19%, rgba(0, 0, 0, 0.75) 100%), url(https://nuriahidalgo.com/wp-content/uploads/2020/04/como-poner-precio-producto-servicio.png?dynamic_featured=1&size=full) !important; }.tve-theme-6447 .top-section .section-content { display: flex; text-align: center; justify-content: center; flex-direction: column; min-height: 1px !important; padding: 40px !important; }.tve-theme-6447 .top-section { margin-top: 0px !important; }.tve-theme-6447 .top-section .section-content p, .tve-theme-6447 .top-section .section-content li, .tve-theme-6447 .top-section .section-content label, .tve-theme-6447 .top-section .section-content .tcb-plain-text { color: rgb(255, 255, 255); --tcb-applied-color:rgb(255, 255, 255); }:not(#tve) .tve-theme-6447 .top-section [data-css="tve-u-16ed080d346"] { --tcb-applied-color:rgb(255, 255, 255); color: rgb(255, 255, 255) !important; font-size: 48px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-6447 .top-section [data-css="tve-u-16ed082a72d"] { padding: 0px !important; margin-bottom: 15px !important; }.tve-theme-6447 .top-section [data-css="tve-u-16ed085b637"] { padding: 0px !important; margin-bottom: 5px !important; }:not(#tve) .tve-theme-6447 .top-section [data-css="tve-u-16ed085f8e0"] { letter-spacing: 4px; text-transform: uppercase !important; font-size: 14px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; margin-top: 0px !important; }.tve-theme-6447 .top-section [data-css="tve-u-16ed0d75200"] { padding: 0px !important; background-color: transparent !important; }.tve-theme-6447 .top-section [data-css="tve-u-16ed0d76361"] { float: right; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; padding: 8px !important; }:not(#tve) .tve-theme-6447 .top-section [data-css="tve-u-16ed0d79075"] { font-size: 11px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; line-height: 1.2em !important; }.tve-theme-6447 .top-section [data-css="tve-u-16ed0d80aee"] { background-color: var(--tcb-skin-color-4) !important; }.tve-theme-6447 .top-section [data-css="tve-u-16ed0d812db"] p, .tve-theme-6447 .top-section [data-css="tve-u-16ed0d812db"] li, .tve-theme-6447 .top-section [data-css="tve-u-16ed0d812db"] blockquote, .tve-theme-6447 .top-section [data-css="tve-u-16ed0d812db"] address, .tve-theme-6447 .top-section [data-css="tve-u-16ed0d812db"] .tcb-plain-text, .tve-theme-6447 .top-section [data-css="tve-u-16ed0d812db"] label, .tve-theme-6447 .top-section [data-css="tve-u-16ed0d812db"] h1, .tve-theme-6447 .top-section [data-css="tve-u-16ed0d812db"] h2, .tve-theme-6447 .top-section [data-css="tve-u-16ed0d812db"] h3, .tve-theme-6447 .top-section [data-css="tve-u-16ed0d812db"] h4, .tve-theme-6447 .top-section [data-css="tve-u-16ed0d812db"] h5, .tve-theme-6447 .top-section [data-css="tve-u-16ed0d812db"] h6 { text-transform: uppercase; }:not(#tve) .tve-theme-6447 .top-section .thrv-content-box [data-css="tve-u-16ed0d812db"] p, :not(#tve) .tve-theme-6447 .top-section .thrv-content-box [data-css="tve-u-16ed0d812db"] li, :not(#tve) .tve-theme-6447 .top-section .thrv-content-box [data-css="tve-u-16ed0d812db"] blockquote, :not(#tve) .tve-theme-6447 .top-section .thrv-content-box [data-css="tve-u-16ed0d812db"] address, :not(#tve) .tve-theme-6447 .top-section .thrv-content-box [data-css="tve-u-16ed0d812db"] .tcb-plain-text, :not(#tve) .tve-theme-6447 .top-section .thrv-content-box [data-css="tve-u-16ed0d812db"] label { font-size: var(--tve-font-size, 11px); line-height: var(--tve-line-height, 1.2em); }.tve-theme-6447 .top-section [data-css="tve-u-16ed0d812db"] p, .tve-theme-6447 .top-section [data-css="tve-u-16ed0d812db"] li, .tve-theme-6447 .top-section [data-css="tve-u-16ed0d812db"] blockquote, .tve-theme-6447 .top-section [data-css="tve-u-16ed0d812db"] address, .tve-theme-6447 .top-section [data-css="tve-u-16ed0d812db"] .tcb-plain-text, .tve-theme-6447 .top-section [data-css="tve-u-16ed0d812db"] label { letter-spacing: 2px; }:not(#tve) .tve-theme-6447 .top-section [data-css="tve-u-16ed0d8abf4"] { padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 11px !important; padding-top: 0px !important; margin-top: 0px !important; line-height: 1.2em !important; }.tve-theme-6447 .top-section [data-css="tve-u-16ed0d8e6d3"] { text-transform: uppercase !important; font-size: 11px !important; letter-spacing: 3px !important; }.tve-theme-6447 .top-section [data-css="tve-u-16ed0d93c8c"] { float: left; z-index: 3; position: relative; padding: 0px !important; }.tve-theme-6447 .top-section [data-css="tve-u-16ed0d93fc2"]::after { clear: both; }.tve-theme-6447 .top-section [data-css="tve-u-16ed0d94f7e"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6447 .top-section [data-css="tve-u-16ed0d94f7e"] { padding: 0px !important; }.tve-theme-6447 .top-section [data-css="tve-u-16ed0d96a76"] { margin: 0px !important; }.tve-theme-6447 .top-section [data-css="tve-u-16ed4d219d9"] { font-size: 11px !important; }.tve-theme-6447 .top-section [data-css="tve-u-16ed4d2402f"]::after { clear: both; }.tve-theme-6447 .top-section [data-css="tve-u-1707d451d45"] { float: none; padding: 0px !important; margin: 0px auto 15px !important; max-width: 680px !important; }.tve-theme-6447 .top-section [data-css="tve-u-16ed0d76361"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }.tve-theme-6447 .top-section [data-css="tve-u-16ed0d812db"] { --tve-font-size:11px; --tve-line-height:1.2em; }:not(#tve) .tve-theme-6447 .top-section [data-css="tve-u-16ed0d76361"]:hover [data-css="tve-u-16ed0d80aee"] { background-color: var(--tcb-skin-color-4) !important; }:not(#tve) .tve-theme-6447 .top-section [data-css="tve-u-170aad895aa"] { color: inherit !important; }:not(#tve) .tve-theme-6447 .top-section :not(#tve) [data-css="tve-u-170aad895aa"]:hover { color: rgba(255, 255, 255, 0.85) !important; }:not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-1741177c52d"] { color: rgb(51, 51, 51) !important; --tcb-applied-color:rgb(51, 51, 51) !important; --tve-applied-color:rgb(51, 51, 51) !important; }:not(#tve) .tve-theme-6447 .sidebar-section :not(#tve) [data-css="tve-u-170670eee10"]:hover .tcb-button-link span { color: var(--tve-color, rgb(255, 255, 255)) !important; --tve-applied-color:var$(--tve-color, rgb(255, 255, 255)) !important; --tcb-applied-color:rgb(255, 255, 255) !important; }:not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-170670eee10"]:hover { --tve-color:rgb(255, 255, 255) !important; --tve-applied---tve-color:rgb(255, 255, 255) !important; }:not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-1706722e266"] p, :not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-1706722e266"] li, :not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-1706722e266"] blockquote, :not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-1706722e266"] address, :not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-1706722e266"] .tcb-plain-text, :not(#tve) .tve-theme-6447 .sidebar-section [data-css="tve-u-1706722e266"] label { font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); }:not(#tve) .tve-theme-6447 .sidebar-section .thrv-content-box [data-css="tve-u-1706722e266"] p, :not(#tve) .tve-theme-6447 .sidebar-section .thrv-content-box [data-css="tve-u-1706722e266"] li, :not(#tve) .tve-theme-6447 .sidebar-section .thrv-content-box [data-css="tve-u-1706722e266"] blockquote, :not(#tve) .tve-theme-6447 .sidebar-section .thrv-content-box [data-css="tve-u-1706722e266"] address, :not(#tve) .tve-theme-6447 .sidebar-section .thrv-content-box [data-css="tve-u-1706722e266"] .tcb-plain-text, :not(#tve) .tve-theme-6447 .sidebar-section .thrv-content-box [data-css="tve-u-1706722e266"] label { font-family: var(--tve-font-family, Commissioner); }.tve-theme-6448 .main-container { padding: 20px 10px !important; }.tve-theme-6448 #wrapper { --top-background-width:100%; --footer-background-width:100%; --bottom-background-width:100%; --header-background-width:100%; }:not(#layout) .tve-theme-6448 .main-container { --separator-size:40px; }.tve-theme-6448 .content-section [data-css="tve-u-16ec5d248bb"] { left: 0px; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6448 .content-section { margin-top: 0px !important; }.tve-theme-6448 .content-section .section-content { --g-regular-weight:400; --g-bold-weight:800; padding: 20px 10px 20px 80px !important; }.tve-theme-6448 .content-section .thrv-divider[data-css="tve-u-16ec5fddeba"] .tve_sep { border-width: 1px !important; border-color: rgba(0, 0, 0, 0.06) !important; }.tve-theme-6448 .content-section [data-css="tve-u-16ec6330c3d"] { display: inline-block; padding: 0px !important; }:not(#tve) .tve-theme-6448 .content-section [data-css="tve-u-16ec63322d0"] { letter-spacing: 1px; text-transform: uppercase !important; font-weight: var(--g-bold-weight, bold) !important; font-size: 14px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; margin-top: 0px !important; }:not(#tve) .tve-theme-6448 .content-section [data-css="tve-u-16ec63492a5"] { --tcb-applied-color:rgb(153, 153, 153); letter-spacing: 1px; text-transform: none !important; font-weight: var(--g-regular-weight, normal) !important; font-size: 14px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; color: rgb(153, 153, 153) !important; padding-top: 0px !important; margin-top: 0px !important; }.tve-theme-6448 .content-section [data-css="tve-u-16ec634b5e1"] { display: inline-block; padding: 0px !important; margin-right: 15px !important; }.tve-theme-6448 .content-section [data-css="tve-u-16ec635199f"] { --tcb-applied-color:rgb(153, 153, 153); }.tve-theme-6448 .content-section [data-css="tve-u-16ec5fddeba"] { padding-top: 15px !important; padding-bottom: 12px !important; }.tve-theme-6448 .content-section .tcb-post-list[data-css="tve-u-16ecb5f152b"] .post-wrapper.thrv_wrapper { width: calc((100% - 20px) / 2); }.tve-theme-6448 .content-section [data-css="tve-u-16ecb5f152b"].tcb-post-list .post-wrapper { border-bottom: 1px solid rgba(0, 0, 0, 0); padding-bottom: 20px !important; }.tve-theme-6448 .content-section [data-css="tve-u-16ecb5f152b"].tcb-post-list [data-css="tve-u-16ecb5f1530"] { --g-regular-weight:400; --g-bold-weight:600; margin-bottom: 0px !important; margin-top: 0px !important; }.tve-theme-6448 .content-section [data-css="tve-u-16ecb5f152b"].tcb-post-list [data-css="tve-u-16ecb5f152e"] { background-image: url(https://nuriahidalgo.com/wp-content/uploads/thrive-theme/images/Post-4_featured-1024x373-1.jpg?dynamic_featured=1&size=large) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6448 .content-section [data-css="tve-u-16ecb5f152b"].tcb-post-list [data-css="tve-u-16ecb5f152d"] { margin-top: 0px !important; margin-bottom: 8px !important; }.tve-theme-6448 .content-section [data-css="tve-u-16ecb5f152b"].tcb-post-list .thrv-content-box [data-css="tve-u-16ecb5f152f"] { min-height: 124px; }.tve-theme-6448 .content-section [data-css="tve-u-16ecb5f152b"].tcb-post-list .tcb-post-title[data-css="tve-u-16ecb5f1530"] a, .tve-theme-6448 .content-section [data-css="tve-u-16ecb5f152b"].tcb-post-list .tcb-post-title[data-css="tve-u-16ecb5f1530"] { --tcb-applied-color:var$(--tcb-skin-color-4); font-weight: 600 !important; font-family: Literata !important; color: var(--tcb-skin-color-4) !important; font-size: 18px !important; }.tve-theme-6448 .content-section .tcb-post-list[data-css="tve-u-16ecb5f152b"] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)) { margin-top: 0px !important; }.tve-theme-6448 .content-section .tcb-post-list[data-css="tve-u-16ecb5f152b"] .post-wrapper.thrv_wrapper:not(:nth-child(2n)) { margin-right: 20px !important; }.tve-theme-6448 .content-section .tcb-post-list[data-css="tve-u-16ecb5f152b"] .post-wrapper.thrv_wrapper:nth-child(2n) { margin-right: 0px !important; }.tve-theme-6448 .content-section .thrv-divider[data-css="tve-u-16ecb61f672"] .tve_sep { border-width: 1px !important; border-color: rgba(0, 0, 0, 0.06) !important; }.tve-theme-6448 .content-section [data-css="tve-u-16ecb61f672"] { padding-top: 15px !important; padding-bottom: 15px !important; margin-bottom: 30px !important; }.tve-theme-6448 .content-section [data-css="tve-u-16ecb5f152b"] { margin-bottom: 60px !important; }.tve-theme-6448 .content-section [data-css="tve-u-170199bd58e"] .tve_social_items { font-size: 10px !important; }.tve-theme-6448 .content-section [data-css="tve-u-170199bd58e"] { top: 0px; left: 0px; float: none; margin: 0px auto !important; padding-left: 1px !important; }:not(#tve) .tve-theme-6448 .content-section [data-css="tve-u-170199ce799"] { padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-6448 .content-section [data-css="tve-u-170199bd58e"] .tve_social_items .tve_s_item { margin-bottom: 10px; display: table; }.tve-theme-6448 .content-section [data-css="tve-u-170199f5045"] { font-size: 16px; top: 0px; left: 0px; width: 16px; height: 16px; margin: 0px 0px 9px 8px !important; }:not(#tve) .tve-theme-6448 .content-section [data-css="tve-u-170199f5045"] > :first-child { color: rgb(221, 221, 221); }.tve-theme-6448 .content-section [data-css="tve-u-17019a634b0"] { float: left; z-index: 3; top: 30px; left: 10px; padding: 0px !important; margin: 0px !important; position: absolute !important; }.tve-theme-6448 .content-section .comment-respond { padding-top: 0px !important; }.tve-theme-6448 .content-section .comment-form-reply-title-wrapper { margin-bottom: 20px !important; }.tve-theme-6448 .content-section .theme-comments-logged-in-as-wrapper { margin-bottom: 5px !important; }.tve-theme-6448 .content-section .comment-form-text textarea { border-radius: 0px; overflow: hidden; border: 1px solid var(--tcb-skin-color-14); font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); font-family: var(--tve-font-family, Muli); color: var(--tve-color, var(--tcb-skin-color-5)); --tcb-applied-color:var$(--tcb-skin-color-5); background-color: rgb(255, 255, 255) !important; padding: 20px 15px !important; margin-top: 10px !important; margin-bottom: 10px !important; }.tve-theme-6448 .content-section .comment-form .comment-form-submit button { font-size: var(--tve-font-size, 11px); text-transform: var(--tve-text-transform, uppercase); font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); font-family: var(--tve-font-family, Muli); color: var(--tve-color, var(--tcb-skin-color-0)); --tcb-applied-color:var$(--tcb-skin-color-0); border: 1px solid var(--tcb-skin-color-18); border-radius: 0px; overflow: hidden; letter-spacing: var(--tve-letter-spacing, 2px); padding: 15px 35px !important; }.tve-theme-6448 .content-section .comment-form .comment-form-submit { --tve-font-size:11px; --tve-text-transform:uppercase; --tve-font-weight:var(--g-bold-weight, bold); --tve-font-family:Muli; --tve-color:var(--tcb-skin-color-0); --tve-letter-spacing:2px; --g-bold-weight:700; --g-regular-weight:300; margin-top: 0px !important; margin-bottom: 20px !important; }:not(#tve) .tve-theme-6448 .content-section .comment-form .comment-form-submit:hover button { background-color: var(--tcb-skin-color-0) !important; color: var(--tve-color, rgb(255, 255, 255)) !important; --tcb-applied-color:rgb(255, 255, 255) !important; border: 1px solid var(--tcb-skin-color-0) !important; }:not(#tve) .tve-theme-6448 .content-section .comment-form .comment-form-submit:hover { --tve-color:rgb(255, 255, 255) !important; }.tve-theme-6448 .content-section .comment-form-text { --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Muli; --g-regular-weight:300; --g-bold-weight:700; --tve-color:var(--tcb-skin-color-5); }:not(#tve) .tve-theme-6448 .content-section [data-css="tve-u-17081459925"] { padding-bottom: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6448 .content-section [data-css="tve-u-1708145a1c4"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 14px !important; }:not(#tve) .tve-theme-6448 .content-section .comment-list .reply .tcb-button-link span { color: var(--tve-color, var(--tcb-skin-color-0)); --tcb-applied-color:var$(--tcb-skin-color-0); text-transform: var(--tve-text-transform, uppercase); }.tve-theme-6448 .content-section .comment-list .reply { --tve-color:var(--tcb-skin-color-0); --tve-text-transform:uppercase; --tve-font-size:11px; --tve-letter-spacing:2px; }:not(#tve) .tve-theme-6448 .content-section :not(#tve) .comment-list .reply:hover .tcb-button-link span { color: var(--tve-color, rgb(255, 255, 255)) !important; --tcb-applied-color:rgb(255, 255, 255) !important; }:not(#tve) .tve-theme-6448 .content-section .comment-list .reply:hover { --tve-color:rgb(255, 255, 255) !important; }:not(#tve) .tve-theme-6448 .content-section .comment-list .reply:hover .tcb-button-link { border: 1px solid var(--tcb-skin-color-18) !important; background-color: var(--tcb-skin-color-0) !important; }:not(#tve) .tve-theme-6448 .content-section .comment-list > .comment { font-size: 14px !important; }.tve-theme-6448 .content-section .comment-list .reply .tcb-button-link { overflow: hidden; letter-spacing: var(--tve-letter-spacing, 2px); border: 1px solid var(--tcb-skin-color-18) !important; border-radius: 0px !important; }:not(#tve) .tve-theme-6448 .content-section .comment-list .reply .tcb-button-link { font-size: var(--tve-font-size, 11px) !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17066f3f202"] { background-color: var(--tcb-skin-color-9) !important; background-image: none !important; }.tve-theme-6448 .sidebar-section .section-background { background-color: rgb(255, 255, 255) !important; }.tve-theme-6448 .sidebar-section .section-content { padding: 20px 10px !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17066fc9dda"] { margin-bottom: 10px !important; padding: 0px !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-170670db2de"] { box-shadow: none; opacity: 1; filter: grayscale(0%) brightness(100%) contrast(100%) blur(0px) sepia(0%) invert(0%) saturate(100%) hue-rotate(0deg); background-color: rgb(255, 255, 255) !important; background-image: none !important; border: 3px solid var(--tcb-skin-color-9) !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-170670dfdd8"] { text-align: center; }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-170670eee10"] .tcb-button-link { font-family: var(--tve-font-family, Muli); font-size: var(--tve-font-size, 13px) !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-170670eee10"] { --tve-font-size:13px; --tve-color:rgb(255, 255, 255); --tve-font-weight:var(--g-bold-weight, bold); --tve-font-family:Muli; --g-regular-weight:400; --g-bold-weight:600; --tve-text-transform:uppercase; --tve-letter-spacing:0px; margin-top: 0px !important; margin-bottom: 0px !important; min-width: 100% !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-170670eee10"] .tcb-button-link { border: none; border-radius: 0px; overflow: hidden; letter-spacing: var(--tve-letter-spacing, 0px); background-color: var(--tcb-skin-color-0) !important; padding: 17px 25px !important; }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-170670eee10"] .tcb-button-link span { color: var(--tve-color, rgb(255, 255, 255)); --tcb-applied-color:rgb(255, 255, 255); font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); text-transform: var(--tve-text-transform, uppercase); }.tve-theme-6448 .sidebar-section [data-css="tve-u-170671b39c3"] { margin-top: 0px !important; margin-bottom: 40px !important; padding: 25px !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item { justify-content: flex-start; text-align: left; --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Muli; --g-regular-weight:400; --g-bold-weight:500; border-bottom: none; --tve-font-size:16px; --tve-color:var(--tcb-skin-color-16); margin-bottom: 0px !important; padding-bottom: 5px !important; margin-left: 0px !important; }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item p, :not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item li, :not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item blockquote, :not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item address, :not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item .tcb-plain-text, :not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item label { font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); font-family: var(--tve-font-family, Muli); font-size: var(--tve-font-size, 16px); }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-170671d4d74"] p, :not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-170671d4d74"] li, :not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-170671d4d74"] blockquote, :not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-170671d4d74"] address, :not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-170671d4d74"] .tcb-plain-text, :not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-170671d4d74"] label { font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); font-family: var(--tve-font-family, Muli); }.tve-theme-6448 .sidebar-section [data-css="tve-u-170671d4d74"] { --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Muli; --g-regular-weight:400; --g-bold-weight:500; margin-bottom: 40px !important; }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item p, :not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item li, :not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item blockquote, :not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item address, :not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item .tcb-plain-text, :not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item label, :not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item h1, :not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item h2, :not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item h3, :not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item h4, :not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item h5, :not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-170671d4d74"] .thrive-dynamic-styled-list-item h6 { color: var(--tve-color, var(--tcb-skin-color-16)); --tcb-applied-color:var$(--tcb-skin-color-16); }.tve-theme-6448 .sidebar-section [data-css="tve-u-170671ed5ae"] { margin-top: 0px !important; margin-bottom: 40px !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067200c9c"] { border-radius: 100px; overflow: hidden; float: none; margin: 0px auto 40px !important; background-color: transparent !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-1706722e266"] { text-align: center; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067200c9c"] .tve_social_items { font-size: 10px !important; }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-170670eee10"]:hover .tcb-button-link { border: none !important; background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: var(--tcb-skin-color-0) !important; }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067931458"] { padding-bottom: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; margin-top: 0px !important; line-height: 1.5em !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-170679aaa25"] { width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067aabf55"] { --g-regular-weight:400; --g-bold-weight:500; padding-bottom: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; margin-top: 0px !important; font-size: 20px !important; font-family: Literata !important; font-weight: var(--g-bold-weight, bold) !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067ab1e02"] { background-color: transparent !important; padding-left: 1px !important; margin-bottom: 10px !important; }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067ab9379"] { padding-bottom: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; margin-top: 0px !important; line-height: 1.5em !important; font-size: 16px !important; }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067ac0875"] input, :not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067ac0875"] select { border: none; border-radius: 0px; overflow: hidden; font-family: var(--tve-font-family, Muli); text-align: center; font-size: var(--tve-font-size, 14px); box-shadow: none; background-color: rgb(255, 255, 255) !important; padding: 15px 10px !important; margin-bottom: 0px !important; margin-top: 0px !important; }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067ac0875"] input, :not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067ac0875"] input::placeholder, :not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067ac0875"] select { font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); --tcb-applied-color:rgb(119, 119, 119); color: var(--tve-color, rgb(119, 119, 119)) !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067ac0875"] { --g-regular-weight:400; --g-bold-weight:700; --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Muli; --tve-color:rgb(119, 119, 119); --tve-font-size:14px; }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067accf33"] button { font-size: var(--tve-font-size, 14px); text-transform: var(--tve-text-transform, uppercase); font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); border: none; color: var(--tve-color, var(--tcb-skin-color-0)); --tcb-applied-color:var$(--tcb-skin-color-0); font-family: var(--tve-font-family, Muli); text-decoration: var(--tve-text-decoration, underline); margin-bottom: 0px !important; margin-top: 0px !important; background-color: transparent !important; padding-top: 15px !important; padding-bottom: 15px !important; }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067accf33"]:hover button { background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; text-decoration: var(--tve-text-decoration, underline) !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067accf33"] { --tve-font-size:14px; --tve-text-transform:uppercase; --tve-font-weight:var(--g-bold-weight, bold); --tve-color:var(--tcb-skin-color-0); --tve-font-family:Muli; --g-bold-weight:700; --tve-text-decoration:underline; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067b095d3"] { margin-bottom: 0px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067b4e564"] button { border-radius: 0px; overflow: hidden; border: 2px solid var(--tcb-skin-color-18); color: rgb(78, 133, 243); --tcb-applied-color:rgb(78, 133, 243); font-size: 14px; text-transform: uppercase; font-weight: var(--g-bold-weight, bold); letter-spacing: 1px; background-color: transparent !important; padding: 15px !important; }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067b4e564"]:hover button { border: 2px solid rgb(15, 83, 218) !important; color: rgb(15, 83, 218) !important; --tcb-applied-color:rgb(15, 83, 218) !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067b4e566"] { padding-left: 5px !important; padding-right: 5px !important; }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067b4e569"] input { border-radius: 0px; overflow: hidden; border: 1px solid var(--tcb-skin-color-8); font-size: var(--tve-font-size, 14px); color: var(--tve-color, var(--tcb-skin-color-5)); --tcb-applied-color:var$(--tcb-skin-color-5); text-transform: var(--tve-text-transform, capitalize); letter-spacing: var(--tve-letter-spacing, 0px); font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); font-family: var(--tve-font-family, Muli); }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067b4e569"]:hover input { border: 1px solid rgba(97, 143, 234, 0.5) !important; color: rgba(0, 0, 0, 0.85) !important; --tcb-applied-color:rgba(0, 0, 0, 0.85) !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067b4e569"] input { text-transform: uppercase; letter-spacing: 2px; padding: 12px !important; background-color: transparent !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067b5d81d"] { max-width: 100%; background-color: rgb(255, 255, 255) !important; margin-top: 0px !important; margin-bottom: 30px !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067b4e569"] { --tve-text-transform:capitalize; --tve-color:var(--tcb-skin-color-5); --tve-font-size:14px; --tve-letter-spacing:0px; --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Muli; --g-regular-weight:300; --g-bold-weight:500; }.tve-theme-6448 .sidebar-section .tcb-post-list[data-css="tve-u-17067be2282"] .post-wrapper.thrv_wrapper { width: calc((100% - 0px) / 1); }.tve-theme-6448 .sidebar-section .tcb-post-list[data-css="tve-u-17067be2282"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 15px !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be2289"] { max-width: 28%; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be228d"] { max-width: 72%; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be2288"] { margin-left: -15px; padding: 0px !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be2287"] { margin: 0px !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be2292"] .tcb-button-link { border: none; border-radius: 0px; overflow: hidden; text-align: left; padding: 0px !important; }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be2292"] .tcb-button-link { font-size: var(--tve-font-size, 12px) !important; }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be2292"] .tcb-button-link span { color: rgb(153, 153, 153); }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be2292"]:hover .tcb-button-link span { color: var(--tve-color, rgb(0, 143, 255)) !important; --tcb-applied-color:rgb(0, 143, 255) !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be2288"] > .tcb-flex-col { padding-left: 15px; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067be2288"] > .tcb-flex-col { padding-left: 15px; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067be2288"] { margin-left: -15px; }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be228f"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 16px !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be228e"] { padding: 0px !important; margin-bottom: 4px !important; }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be2291"] { font-weight: var(--g-bold-weight, bold) !important; }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be2292"]:hover { --tve-color:var(--tcb-skin-color-18) !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be228b"] { background-image: url(https://nuriahidalgo.com/wp-content/uploads/thrive-theme/images/Post-4_featured-150x150-1.jpg?dynamic_featured=1&size=thumbnail) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be228a"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list .thrv-content-box [data-css="tve-u-17067be228c"] { min-height: 70px !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be2292"] { --tve-font-size:12px; }.tve-theme-6448 .sidebar-section .tcb-post-list[data-css="tve-u-17067be2282"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-6448 .sidebar-section .tcb-post-list[data-css="tve-u-17067be2282"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067be2282"] { max-width: 300px; margin-bottom: 40px !important; }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067ac0875"]:hover input, :not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067ac0875"]:hover input::placeholder, :not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067ac0875"]:hover select { color: var(--tve-color, rgb(48, 48, 48)) !important; --tcb-applied-color:rgb(48, 48, 48) !important; }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067ac0875"]:hover { --tve-color:rgb(48, 48, 48) !important; }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067accf33"]:hover { --tve-text-decoration:underline !important; }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067cfab08"] { font-weight: var(--g-bold-weight, bold) !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-170670eee10"] .tcb-button-link::after { background-color: rgb(47, 138, 231); background-attachment: scroll !important; background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) !important; background-position: 50% 50% !important; background-repeat: no-repeat !important; background-size: auto !important; }:not(#tve) .tve-theme-6448 .sidebar-section :not(#tve) [data-css="tve-u-17067b4e569"]:hover input { color: var(--tve-color, var(--tcb-skin-color-4)) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; border: 1px solid var(--tcb-skin-color-1) !important; }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067b4e569"]:hover { --tve-color:var(--tcb-skin-color-4) !important; }:not(#tve) .tve-theme-6448 .sidebar-section :not(#tve) [data-css="tve-u-17067b4e564"]:hover button { border: 2px solid var(--tcb-skin-color-0) !important; }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067b4e564"]:hover [data-css="tve-u-17067b4e566"] > :first-child { color: var(--tcb-skin-color-0); }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-17067b4e566"] > :first-child { color: var(--tcb-skin-color-18); }:not(#tve) .tve-theme-6448 .sidebar-section :not(#tve) [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be2292"]:hover .tcb-button-link span { color: var(--tve-color, var(--tcb-skin-color-18)) !important; --tcb-applied-color:var$(--tcb-skin-color-18) !important; }:not(#tve) .tve-theme-6448 .sidebar-section [data-css="tve-u-1713a32a583"] { letter-spacing: 1px; text-transform: uppercase !important; font-size: 14px !important; font-weight: var(--g-bold-weight, bold) !important; padding-bottom: 0px !important; margin-bottom: 0px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-1713a331d88"] { margin-top: 0px !important; border-left: none !important; padding-left: 1px !important; margin-bottom: 20px !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be228a"]:hover [data-css="tve-u-17067be228b"] { background-image: url(https://nuriahidalgo.com/wp-content/uploads/thrive-theme/images/Post-4_featured-150x150-1.jpg?dynamic_featured=1&size=thumbnail) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6448 .bottom-section .section-background { background-image: none !important; background-color: rgb(247, 247, 247) !important; }.tve-theme-6448 .bottom-section .section-content { justify-content: center; display: flex; flex-direction: column; min-height: 1px !important; padding: 40px 20px 70px !important; }.tve-theme-6448 .bottom-section [data-css="tve-u-16eccd9c6d3"] { padding: 0px !important; margin-bottom: 40px !important; }.tve-theme-6448 .bottom-section [data-css="tve-u-170773f37a2"] { --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Muli; --g-bold-weight:600; --g-regular-weight:400; --tve-color:var(--tcb-skin-color-5); --tve-font-size:14px; margin-bottom: 5px !important; margin-top: 10px !important; }:not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37a2"] { font-family: var(--tve-font-family, Muli); --tcb-applied-color:var$(--tcb-skin-color-5); color: var(--tve-color, var(--tcb-skin-color-5)) !important; font-weight: var(--tve-font-weight, var(--g-regular-weight, normal) ) !important; font-size: var(--tve-font-size, 14px) !important; }:not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37a5"]:hover input, :not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37a5"]:hover textarea { background-image: none !important; border-bottom: 1px solid var(--tcb-skin-color-1) !important; }.tve-theme-6448 .bottom-section [data-css="tve-u-170773f37a5"] input, .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37a5"] textarea { padding: 12px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37a5"] input, :not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37a5"] textarea { border-top: none; border-right: none; border-bottom: 1px solid rgba(0, 0, 0, 0.15); border-left: none; border-image: initial; border-radius: 0px; overflow: hidden; }.tve-theme-6448 .bottom-section [data-css="tve-u-170773f37a8"] { --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Muli; --g-bold-weight:600; --g-regular-weight:400; --tve-color:var(--tcb-skin-color-5); --tve-font-size:14px; margin-bottom: 5px !important; margin-top: 10px !important; }:not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37a8"] { font-family: var(--tve-font-family, Muli); --tcb-applied-color:var$(--tcb-skin-color-5); color: var(--tve-color, var(--tcb-skin-color-5)) !important; font-weight: var(--tve-font-weight, var(--g-regular-weight, normal) ) !important; font-size: var(--tve-font-size, 14px) !important; }:not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37ac"]:hover input, :not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37ac"]:hover textarea { background-image: none !important; border-bottom: 1px solid var(--tcb-skin-color-1) !important; }.tve-theme-6448 .bottom-section [data-css="tve-u-170773f37ac"] input, .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37ac"] textarea { padding: 12px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37ac"] input, :not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37ac"] textarea { border-top: none; border-right: none; border-bottom: 1px solid rgba(0, 0, 0, 0.15); border-left: none; border-image: initial; border-radius: 0px; overflow: hidden; }.tve-theme-6448 .bottom-section [data-css="tve-u-170773f37af"] { --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Muli; --g-bold-weight:600; --g-regular-weight:400; --tve-color:var(--tcb-skin-color-5); --tve-font-size:14px; margin-bottom: 5px !important; margin-top: 10px !important; }:not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37af"] { font-family: var(--tve-font-family, Muli); --tcb-applied-color:var$(--tcb-skin-color-5); color: var(--tve-color, var(--tcb-skin-color-5)) !important; font-weight: var(--tve-font-weight, var(--g-regular-weight, normal) ) !important; font-size: var(--tve-font-size, 14px) !important; }:not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37b2"]:hover input, :not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37b2"]:hover textarea { background-image: none !important; border-bottom: 1px solid var(--tcb-skin-color-1) !important; }.tve-theme-6448 .bottom-section [data-css="tve-u-170773f37b2"] input, .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37b2"] textarea { padding: 20px 20px 20px 12px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37b2"] input, :not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37b2"] textarea { border-top: none; border-right: none; border-bottom: 1px solid rgba(0, 0, 0, 0.15); border-left: none; border-image: initial; border-radius: 0px; overflow: hidden; }:not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37b8"]:hover button { background-color: rgb(47, 138, 231) !important; }:not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37b8"] button { text-transform: capitalize; border-color: rgb(255, 254, 254); font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); font-family: var(--tve-font-family, Muli); font-size: var(--tve-font-size, 12px); background-image: none !important; background-color: var(--tcb-skin-color-4) !important; padding: 14px !important; }:not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37b8"] { max-width: 34%; width: 34%; }.tve-theme-6448 .bottom-section [data-css="tve-u-170773f37b8"] { float: right; z-index: 3; position: relative; --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Muli; --g-bold-weight:500; --g-regular-weight:400; --tve-font-size:12px; }:not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37a5"] input, :not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37a5"] input::placeholder, :not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37a5"] textarea, :not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37a5"] textarea::placeholder { font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); font-family: var(--tve-font-family, Muli); font-size: var(--tve-font-size, 16px); }:not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37ac"] input, :not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37ac"] input::placeholder, :not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37ac"] textarea, :not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37ac"] textarea::placeholder { font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); font-family: var(--tve-font-family, Muli); font-size: var(--tve-font-size, 16px); }:not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37b2"] input, :not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37b2"] input::placeholder, :not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37b2"] textarea, :not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37b2"] textarea::placeholder { font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); font-family: var(--tve-font-family, Muli); font-size: var(--tve-font-size, 16px); }.tve-theme-6448 .bottom-section [data-css="tve-u-170773f37a5"] { --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Muli; --g-regular-weight:400; --g-bold-weight:500; --tve-font-size:16px; }.tve-theme-6448 .bottom-section [data-css="tve-u-170773f37ac"] { --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Muli; --g-regular-weight:400; --g-bold-weight:500; --tve-font-size:16px; }.tve-theme-6448 .bottom-section [data-css="tve-u-170773f37b2"] { --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Muli; --g-regular-weight:400; --g-bold-weight:500; --tve-font-size:16px; }.tve-theme-6448 .bottom-section [data-css="tve-u-1707741019f"] { margin-left: -30px; padding-top: 0px !important; padding-bottom: 0px !important; }.tve-theme-6448 .bottom-section [data-css="tve-u-170774104ce"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6448 .bottom-section [data-css="tve-u-170773fce45"] { margin-bottom: 0px !important; }.tve-theme-6448 .bottom-section [data-css="tve-u-17077416b6f"] { margin-bottom: 0px !important; margin-top: 0px !important; }:not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-1707742b4a3"] > :first-child { color: rgb(255, 255, 255); }.tve-theme-6448 .bottom-section [data-css="tve-u-170773f8330"] { padding: 0px !important; margin: 0px !important; }:not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37b8"] .thrv_icon { left: 0px; right: auto; transform: translate(50%, -50%); }.tve-theme-6448 .bottom-section [data-css="tve-u-17077fc4c4f"] { max-width: 42%; }.tve-theme-6448 .bottom-section [data-css="tve-u-17077fc4cab"] { max-width: 58%; }.tve-theme-6448 .bottom-section [data-css="tve-u-1707741019f"] > .tcb-flex-col { padding-left: 30px; }:not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-17077fe1f03"] { padding-bottom: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6448 .bottom-section :not(#tve) [data-css="tve-u-170773f37b8"]:hover button { background-color: var(--tcb-skin-color-4) !important; background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6448 .top-section .section-background { background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; background-image: linear-gradient(rgba(0, 0, 0, 0.08) 19%, rgba(0, 0, 0, 0.75) 100%), url(https://nuriahidalgo.com/wp-content/uploads/thrive-theme/images/Post-4_featured.jpg?dynamic_featured=1&size=full) !important; }.tve-theme-6448 .top-section .section-content { display: flex; text-align: center; justify-content: flex-end; flex-direction: column; min-height: 580px !important; padding-bottom: 60px !important; padding-top: 60px !important; }.tve-theme-6448 .top-section { margin-top: 0px !important; }.tve-theme-6448 .top-section .section-content p, .tve-theme-6448 .top-section .section-content li, .tve-theme-6448 .top-section .section-content label, .tve-theme-6448 .top-section .section-content .tcb-plain-text { color: rgb(255, 255, 255); --tcb-applied-color:rgb(255, 255, 255); }:not(#tve) .tve-theme-6448 .top-section [data-css="tve-u-16ed080d346"] { --tcb-applied-color:rgb(255, 255, 255); color: rgb(255, 255, 255) !important; font-size: 48px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-6448 .top-section [data-css="tve-u-16ed082a72d"] { float: none; padding: 0px !important; margin-bottom: 15px !important; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6448 .top-section [data-css="tve-u-16ed085b637"] { padding: 0px !important; margin-bottom: 5px !important; }:not(#tve) .tve-theme-6448 .top-section [data-css="tve-u-16ed085f8e0"] { letter-spacing: 4px; text-transform: uppercase !important; font-size: 14px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; margin-top: 0px !important; }.tve-theme-6448 .top-section [data-css="tve-u-16ed0d75200"] { padding: 0px !important; background-color: transparent !important; }.tve-theme-6448 .top-section [data-css="tve-u-16ed0d76361"] { float: right; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; padding: 8px !important; }:not(#tve) .tve-theme-6448 .top-section [data-css="tve-u-16ed0d79075"] { font-size: 11px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; line-height: 1.2em !important; }.tve-theme-6448 .top-section [data-css="tve-u-16ed0d80aee"] { background-color: var(--tcb-skin-color-4) !important; }.tve-theme-6448 .top-section [data-css="tve-u-16ed0d812db"] p, .tve-theme-6448 .top-section [data-css="tve-u-16ed0d812db"] li, .tve-theme-6448 .top-section [data-css="tve-u-16ed0d812db"] blockquote, .tve-theme-6448 .top-section [data-css="tve-u-16ed0d812db"] address, .tve-theme-6448 .top-section [data-css="tve-u-16ed0d812db"] .tcb-plain-text, .tve-theme-6448 .top-section [data-css="tve-u-16ed0d812db"] label, .tve-theme-6448 .top-section [data-css="tve-u-16ed0d812db"] h1, .tve-theme-6448 .top-section [data-css="tve-u-16ed0d812db"] h2, .tve-theme-6448 .top-section [data-css="tve-u-16ed0d812db"] h3, .tve-theme-6448 .top-section [data-css="tve-u-16ed0d812db"] h4, .tve-theme-6448 .top-section [data-css="tve-u-16ed0d812db"] h5, .tve-theme-6448 .top-section [data-css="tve-u-16ed0d812db"] h6 { text-transform: uppercase; }:not(#tve) .tve-theme-6448 .top-section .thrv-content-box [data-css="tve-u-16ed0d812db"] p, :not(#tve) .tve-theme-6448 .top-section .thrv-content-box [data-css="tve-u-16ed0d812db"] li, :not(#tve) .tve-theme-6448 .top-section .thrv-content-box [data-css="tve-u-16ed0d812db"] blockquote, :not(#tve) .tve-theme-6448 .top-section .thrv-content-box [data-css="tve-u-16ed0d812db"] address, :not(#tve) .tve-theme-6448 .top-section .thrv-content-box [data-css="tve-u-16ed0d812db"] .tcb-plain-text, :not(#tve) .tve-theme-6448 .top-section .thrv-content-box [data-css="tve-u-16ed0d812db"] label { font-size: var(--tve-font-size, 11px); }.tve-theme-6448 .top-section [data-css="tve-u-16ed0d812db"] p, .tve-theme-6448 .top-section [data-css="tve-u-16ed0d812db"] li, .tve-theme-6448 .top-section [data-css="tve-u-16ed0d812db"] blockquote, .tve-theme-6448 .top-section [data-css="tve-u-16ed0d812db"] address, .tve-theme-6448 .top-section [data-css="tve-u-16ed0d812db"] .tcb-plain-text, .tve-theme-6448 .top-section [data-css="tve-u-16ed0d812db"] label { letter-spacing: 2px; }:not(#tve) .tve-theme-6448 .top-section [data-css="tve-u-16ed0d8abf4"] { padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 11px !important; padding-top: 0px !important; margin-top: 0px !important; line-height: 1.2em !important; }.tve-theme-6448 .top-section [data-css="tve-u-16ed0d8e6d3"] { text-transform: uppercase !important; font-size: 11px !important; letter-spacing: 3px !important; }.tve-theme-6448 .top-section [data-css="tve-u-16ed0d93c8c"] { float: left; z-index: 3; position: relative; padding: 0px !important; }.tve-theme-6448 .top-section [data-css="tve-u-16ed0d94f7e"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6448 .top-section [data-css="tve-u-16ed0d94f7e"] { padding: 0px !important; }.tve-theme-6448 .top-section [data-css="tve-u-16ed0d96a76"] { margin: 0px !important; }.tve-theme-6448 .top-section [data-css="tve-u-16ed4d219d9"] { font-size: 11px !important; }.tve-theme-6448 .top-section [data-css="tve-u-1707d1f6e73"] { float: none; padding: 0px !important; margin: 0px auto 15px !important; max-width: 650px !important; }.tve-theme-6448 .top-section [data-css="tve-u-16ed0d76361"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }.tve-theme-6448 .top-section [data-css="tve-u-16ed0d812db"] { --tve-font-size:11px; }:not(#tve) .tve-theme-6448 .top-section [data-css="tve-u-170aad24c8f"] { color: inherit !important; }:not(#tve) .tve-theme-6448 .top-section :not(#tve) [data-css="tve-u-170aad24c8f"]:hover { color: rgba(255, 255, 255, 0.85) !important; }:not(#tve) .tve-theme-6448 .top-section [data-css="tve-u-16ed0d76361"]:hover [data-css="tve-u-16ed0d80aee"] { background-color: var(--tcb-skin-color-4) !important; }.tve-theme-6452 #wrapper { --header-background-width:100%; --footer-background-width:100%; --top-background-width:100%; }:not(#layout) .tve-theme-6452 .main-container { --sidebar-size:30.65%; --separator-size:40px; }.tve-theme-6452 .main-container { padding: 0px !important; }.tve-theme-6452 .bottom-section .section-background { background-image: none !important; background-color: var(--tcb-skin-color-0) !important; }.tve-theme-6452 .bottom-section .section-content { justify-content: center; display: flex; flex-direction: column; --tve-color:rgb(255, 255, 255); text-align: center; min-height: 1px !important; padding: 40px 0px !important; }.tve-theme-6452 .bottom-section [data-css="tve-u-1705d967199"] { padding: 0px !important; margin-bottom: 20px !important; }:not(#tve) .tve-theme-6452 .bottom-section [data-css="tve-u-1707cccde1c"] { color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255, 255, 255) !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-6452 .bottom-section .section-content p, .tve-theme-6452 .bottom-section .section-content li, .tve-theme-6452 .bottom-section .section-content label, .tve-theme-6452 .bottom-section .section-content .tcb-plain-text { color: var(--tve-color, rgb(255, 255, 255)); --tcb-applied-color:rgb(255, 255, 255); }:not(#tve) .tve-theme-6452 .bottom-section [data-css="tve-u-1707d0ee096"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-6452 .bottom-section [data-css="tve-u-1707d0eebf3"] { float: none; max-width: 780px; margin-left: auto !important; margin-right: auto !important; padding: 0px !important; }.tve-theme-6452 #content { padding-top: 0px !important; padding-bottom: 0px !important; }.tve-theme-6452 .sidebar-section .section-content p, .tve-theme-6452 .sidebar-section .section-content li, .tve-theme-6452 .sidebar-section .section-content label, .tve-theme-6452 .sidebar-section .section-content .tcb-plain-text { font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); }.tve-theme-6452 .sidebar-section .section-content p, .tve-theme-6452 .sidebar-section .section-content li, .tve-theme-6452 .sidebar-section .section-content label, .tve-theme-6452 .sidebar-section .section-content .tcb-plain-text, .tve-theme-6452 .sidebar-section .section-content h1, .tve-theme-6452 .sidebar-section .section-content h2, .tve-theme-6452 .sidebar-section .section-content h3, .tve-theme-6452 .sidebar-section .section-content h4, .tve-theme-6452 .sidebar-section .section-content h5, .tve-theme-6452 .sidebar-section .section-content h6 { font-family: var(--tve-font-family, Literata); }.tve-theme-6452 .sidebar-section .section-content { --g-regular-weight:400; --g-bold-weight:600; text-align: center; --tve-font-weight:var(--g-bold-weight, bold); --tve-font-family:Literata; padding: 20px 10px !important; }:not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-1706305d453"] { --g-regular-weight:400; --g-bold-weight:700; padding-bottom: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; margin-top: 0px !important; font-weight: var(--g-regular-weight, normal) !important; font-size: 16px !important; line-height: 1.5em !important; font-family: Muli !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17063071f04"] { background-image: none !important; padding-right: 0px !important; padding-left: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-17063080dc5"] button { border: medium none; text-transform: var(--tve-text-transform, uppercase); font-size: var(--tve-font-size, 13px); letter-spacing: var(--tve-letter-spacing, 2px); background-color: var(--tcb-skin-color-0) !important; margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-170630828ed"] input, :not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-170630828ed"] select { border-radius: 0px; overflow: hidden; border-top: medium none; border-right: medium none; border-bottom: 1px solid var(--tcb-skin-color-14); border-left: medium none; border-image: initial; font-size: var(--tve-font-size, 14px); font-family: var(--tve-font-family, Muli); letter-spacing: var(--tve-letter-spacing, 1px); padding: 12px 0px !important; margin-top: 0px !important; background-color: rgb(255, 255, 255) !important; margin-bottom: 8px !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-170630828ed"] { --tve-font-size:14px; --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Muli; --g-regular-weight:400; --tve-color:rgb(169, 169, 169); --tve-letter-spacing:1px; }:not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-170630828ed"] input, :not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-170630828ed"] input::placeholder, :not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-170630828ed"] select { font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); --tcb-applied-color:rgb(169, 169, 169); color: var(--tve-color, rgb(169, 169, 169)) !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17063096405"] { margin-bottom: 0px !important; margin-top: 10px !important; }:not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-170630cdf94"] { --g-regular-weight:400; --g-bold-weight:700; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 20px !important; font-family: Muli !important; }:not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-17063080dc5"]:hover button { background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-170630828ed"]:hover input, :not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-170630828ed"]:hover input::placeholder, :not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-170630828ed"]:hover select { color: var(--tve-color, rgb(0, 0, 0)) !important; --tcb-applied-color:rgb(0, 0, 0) !important; }:not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-170630828ed"]:hover { --tve-color:rgb(0, 0, 0) !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17063080dc5"] { --tve-text-transform:uppercase; --tve-font-size:13px; --tve-letter-spacing:2px; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17066bee2f8"] { box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px 0px; border: medium none !important; background-color: transparent !important; background-image: none !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17066e1675e"] { padding: 0px !important; margin-bottom: 30px !important; margin-top: 0px !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-1706750cd1c"] { width: 150px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-1706756c9d7"] { float: none; margin: 0px auto 20px !important; }:not(#tve) .tve-theme-6452 .sidebar-section .thrv-content-box [data-css="tve-u-170675eee25"] p, :not(#tve) .tve-theme-6452 .sidebar-section .thrv-content-box [data-css="tve-u-170675eee25"] li, :not(#tve) .tve-theme-6452 .sidebar-section .thrv-content-box [data-css="tve-u-170675eee25"] blockquote, :not(#tve) .tve-theme-6452 .sidebar-section .thrv-content-box [data-css="tve-u-170675eee25"] address, :not(#tve) .tve-theme-6452 .sidebar-section .thrv-content-box [data-css="tve-u-170675eee25"] .tcb-plain-text, :not(#tve) .tve-theme-6452 .sidebar-section .thrv-content-box [data-css="tve-u-170675eee25"] label { font-family: var(--tve-font-family, Muli); }.tve-theme-6452 .sidebar-section [data-css="tve-u-170675eee25"] { --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Muli; --g-regular-weight:400; }:not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-170675eee25"] p, :not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-170675eee25"] li, :not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-170675eee25"] blockquote, :not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-170675eee25"] address, :not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-170675eee25"] .tcb-plain-text, :not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-170675eee25"] label { font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); }.tve-theme-6452 .sidebar-section [data-css="tve-u-1706756c9d7"] .tve_social_items { font-size: 10px !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-1706777e06d"] { margin-bottom: 5px !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17067781405"] { padding: 20px !important; margin-top: 0px !important; margin-bottom: 30px !important; }.tve-theme-6452 .sidebar-section .section-background { border: medium none; box-shadow: none; }.tve-theme-6452 .sidebar-section [data-css="tve-u-170677d2bdc"] { background-image: none !important; border: 1px solid var(--tcb-skin-color-9) !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-170677dc533"] { background-image: none !important; border: 1px solid var(--tcb-skin-color-9) !important; }:not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-17067851175"] { --g-regular-weight:400; text-transform: capitalize !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 18px !important; font-weight: var(--g-bold-weight, bold) !important; font-family: Literata !important; }:not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-17067f1dec0"] p, :not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-17067f1dec0"] li, :not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-17067f1dec0"] blockquote, :not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-17067f1dec0"] address, :not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-17067f1dec0"] .tcb-plain-text, :not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-17067f1dec0"] label { font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); font-family: var(--tve-font-family, Muli); font-size: var(--tve-font-size, 16px); text-decoration: var(--tve-text-decoration, underline); }.tve-theme-6452 .sidebar-section [data-css="tve-u-17067f1dec0"] { --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Muli; --g-regular-weight:400; --tve-color:var(--tcb-skin-color-5); --tve-font-size:16px; --tve-text-decoration:underline; float: none; padding-left: 20px !important; padding-right: 20px !important; margin-left: auto !important; margin-right: auto !important; }:not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-17067f1dec0"] p, :not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-17067f1dec0"] li, :not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-17067f1dec0"] blockquote, :not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-17067f1dec0"] address, :not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-17067f1dec0"] .tcb-plain-text, :not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-17067f1dec0"] label, :not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-17067f1dec0"] h1, :not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-17067f1dec0"] h2, :not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-17067f1dec0"] h3, :not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-17067f1dec0"] h4, :not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-17067f1dec0"] h5, :not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-17067f1dec0"] h6 { color: var(--tve-color, var(--tcb-skin-color-5)); --tcb-applied-color:var$(--tcb-skin-color-5); }.tve-theme-6452 .sidebar-section [data-css="tve-u-17067f1dec0"] .thrive-dynamic-styled-list-item { justify-content: center; padding-bottom: 13px !important; padding-right: 14px !important; margin-left: 0px !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17067f36eda"] { padding: 8px 5px !important; background-color: transparent !important; border: medium none !important; margin-bottom: 20px !important; background-image: linear-gradient(var(--tcb-skin-color-9), var(--tcb-skin-color-9)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17067f3fc36"] { padding: 0px 0px 10px !important; margin-bottom: 0px !important; margin-top: 0px !important; }.tve-theme-6452 .content-section .section-content { padding: 0px !important; }.tve-theme-6452 .content-section [data-css="tve-u-1711c8af402"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6452 .top-section .section-background { clip-path: url(#clip-bottom-855025219fc47); background-color: var(--tcb-skin-color-0) !important; background-image: linear-gradient(var(--tcb-skin-color-13), var(--tcb-skin-color-13)), url(https://nuriahidalgo.com/wp-content/uploads/thrive-theme/images/middle_image_01-2.jpg) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }.tve-theme-6452 .top-section [data-css="tve-u-16ffc04d542"] { float: none; max-width: 70%; padding: 0px !important; border: medium none !important; background-color: transparent !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6452 .top-section .section-content { display: flex; justify-content: center; flex-direction: column; --tve-color:rgb(255, 255, 255); text-align: center; padding: 40px 20px 80px !important; min-height: 450px !important; }:not(#tve) .tve-theme-6452 .top-section [data-css="tve-u-170810d7426"] { color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255, 255, 255) !important; }:not(#tve) .tve-theme-6452 .top-section [data-css="tve-u-1713abe1d26"] { padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-16e8d3798b3"] { padding: 20px !important; background-color: rgb(248, 248, 248) !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e3e"] { border-radius: 0px; overflow: hidden; background-image: url(https://secure.gravatar.com/avatar/8dbbde89b73cd0d02ddd0baacd3b851d?s=256&d=blank&r=g&dynamic_author=1) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e3c"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 150px; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e40"] { padding: 0px !important; background-color: transparent !important; border: medium none !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e3c"] > .tcb-flex-col { padding-left: 20px; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e3c"] { margin-left: -20px; padding: 0px !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e3d"] { max-width: 35%; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e3f"] { max-width: 65%; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e3b"] { margin: 0px !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e3b"] p { padding: 0px !important; margin: 0px !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e44"] { padding: 30px 0px 0px !important; margin: 0px !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e45"] { border-top: 1px solid rgb(37, 37, 39) !important; border-bottom: 1px solid rgb(37, 37, 39) !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e4c"] { float: right; z-index: 3; position: relative; max-width: 200px; margin-top: 0px !important; margin-bottom: -18px !important; padding: 8px 8px 6px 12px !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e4b"]::after { clear: both; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e4d"] { background-color: rgb(246, 246, 246) !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e47"] { padding: 0px !important; margin-bottom: 20px !important; }:not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e48"] { font-weight: var(--g-regular-weight, normal) !important; }:not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e4a"] { font-size: 16px !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e4e"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e4e"] .tve_social_items { font-size: 9px !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e42"] { float: left; z-index: 3; position: relative; padding: 6px !important; background-color: rgb(248, 248, 248) !important; margin-bottom: -19px !important; }:not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e43"] { letter-spacing: 1px; text-transform: uppercase !important; font-size: 12px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-weight: var(--g-bold-weight, bold) !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e41"]::after { clear: both; }:not(#layout) .tve-theme-6452 #wrapper { --layout-content-width:100%; --layout-background-width:100%; }.tve-theme-6453 .main-container { padding: 20px 10px !important; }.tve-theme-6453 #wrapper { --header-background-width:100%; --footer-background-width:100%; --top-background-width:100%; --bottom-background-width:100%; }.tve-theme-6453 #content { padding: 0px !important; }:not(#layout) .tve-theme-6453 #wrapper { --layout-content-width:1080px; --layout-background-width:1080px; }.tve-theme-6453 .sidebar-section .section-background { border: medium none; background-color: rgb(249, 251, 251) !important; background-image: none !important; }.tve-theme-6453 .sidebar-section .section-content { padding: 20px 10px !important; }:not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058f9f04e"] { letter-spacing: 2px; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: uppercase !important; font-size: 12px !important; color: var(--tcb-skin-color-18) !important; --tcb-applied-color:var$(--tcb-skin-color-18) !important; font-weight: var(--g-bold-weight, bold) !important; }.tve-theme-6453 .sidebar-section .thrv-divider[data-css="tve-u-17058fdf19c"] .tve_sep { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 3' style='enable-background:new 0 0 9 3;' xml:space='preserve'%3E%3Ccircle fill='rgb(230, 230, 230)' cx='4.5' cy='1.5' r='1.5'/%3E%3C/svg%3E"); background-size: 6px 6px; height: 6px !important; }.tve-theme-6453 .sidebar-section [data-css="tve-u-17058fdf19c"] { padding: 20px 15px !important; }.tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item { text-align: left; --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Muli; --g-regular-weight:300; --g-bold-weight:600; --tve-color:var(--tcb-skin-color-5); margin-right: 0px !important; margin-bottom: 0px !important; padding: 5px 0px !important; }.tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] { float: left; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; padding: 0px !important; }.tve-theme-6453 .sidebar-section [data-css="tve-u-17058ffc551"]::after { clear: both; }:not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item p, :not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item li, :not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item blockquote, :not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item address, :not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item .tcb-plain-text, :not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item label { font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); font-family: var(--tve-font-family, Muli); }:not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item p, :not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item li, :not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item blockquote, :not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item address, :not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item .tcb-plain-text, :not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item label, :not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item h1, :not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item h2, :not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item h3, :not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item h4, :not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item h5, :not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item h6 { color: var(--tve-color, var(--tcb-skin-color-5)); --tcb-applied-color:var$(--tcb-skin-color-5); }:not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item:hover p, :not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item:hover li, :not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item:hover blockquote, :not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item:hover address, :not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item:hover .tcb-plain-text, :not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item:hover label, :not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item:hover h1, :not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item:hover h2, :not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item:hover h3, :not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item:hover h4, :not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item:hover h5, :not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item:hover h6 { color: var(--tve-color, var(--tcb-skin-color-0)) !important; --tcb-applied-color:var$(--tcb-skin-color-0) !important; }:not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-17058ff2f83"] .thrive-dynamic-styled-list-item:hover { --tve-color:var(--tcb-skin-color-0) !important; }.tve-theme-6453 .sidebar-section [data-css="tve-u-170590137d6"] { margin-bottom: 10px !important; padding-left: 15px !important; }.tve-theme-6453 .sidebar-section .tcb-post-list[data-css="tve-u-1705901981d"] .post-wrapper.thrv_wrapper { width: calc(100% + 0px); }.tve-theme-6453 .sidebar-section .tcb-post-list[data-css="tve-u-1705901981d"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 30px !important; }.tve-theme-6453 .sidebar-section [data-css="tve-u-1705901981d"].tcb-post-list [data-css="tve-u-17058dac943"] { padding: 0px !important; margin-bottom: 20px !important; }:not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-1705901981d"].tcb-post-list [data-css="tve-u-17058dac944"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 20px !important; font-weight: var(--g-regular-weight, normal) !important; }.tve-theme-6453 .sidebar-section .tcb-post-list[data-css="tve-u-1705901981d"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-6453 .sidebar-section .tcb-post-list[data-css="tve-u-1705901981d"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-6453 .sidebar-section [data-css="tve-u-1705901981d"].tcb-post-list [data-css="tve-u-17058db5aed"] { margin: 0px 0px 20px !important; padding: 0px !important; }.tve-theme-6453 .sidebar-section [data-css="tve-u-1705901981d"].tcb-post-list .thrv-content-box [data-css="tve-u-17058db61c4"] { height: 250px !important; }.tve-theme-6453 .sidebar-section [data-css="tve-u-1705901981d"].tcb-post-list [data-css="tve-u-17058db7b69"] { filter: grayscale(0%) brightness(100%) contrast(100%) blur(0px) sepia(0%) invert(0%) saturate(100%) hue-rotate(0deg); opacity: 1; background-image: linear-gradient(var(--tcb-skin-color-1), var(--tcb-skin-color-1)), url(https://nuriahidalgo.com/wp-content/uploads/thrive-theme/images/featured_image.png?dynamic_featured=1&size=full) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-1705901981d"].tcb-post-list [data-css="tve-u-17058dc09a3"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-weight: var(--g-bold-weight, bold) !important; }:not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-1705901981d"].tcb-post-list [data-css="tve-u-17058dc6613"] { letter-spacing: 2px; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 11px !important; font-weight: var(--g-bold-weight, bold) !important; }.tve-theme-6453 .sidebar-section [data-css="tve-u-1705901981d"].tcb-post-list [data-css="tve-u-17058df5f5b"] { width: 90px; top: -30px; left: 30px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 10px !important; position: absolute !important; }:not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-1705901981d"].tcb-post-list [data-css="tve-u-17058e111e6"] { font-size: 20px !important; }.tve-theme-6453 .sidebar-section [data-css="tve-u-1705901981d"].tcb-post-list .thrv-content-box [data-css="tve-u-17058e153af"] { text-align: center; height: 70px !important; }.tve-theme-6453 .sidebar-section [data-css="tve-u-1705901981d"].tcb-post-list [data-css="tve-u-17058df5f5b"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }.tve-theme-6453 .sidebar-section [data-css="tve-u-1705901981d"].tcb-post-list [data-css="tve-u-17058e1b0f1"] { background-color: var(--tcb-skin-color-19) !important; border: 2px solid rgb(249, 251, 251) !important; }.tve-theme-6453 .sidebar-section [data-css="tve-u-1705901981d"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-bottom: 0px !important; }.tve-theme-6453 .sidebar-section [data-css="tve-u-1705901981d"].tcb-post-list .post-wrapper { padding: 30px !important; }.tve-theme-6453 .sidebar-section [data-css="tve-u-1705901981d"].tcb-post-list [data-css="tve-u-17058f63042"] { float: none; display: block; max-width: 14%; width: 14%; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6453 .sidebar-section [data-css="tve-u-1705901981d"].tcb-post-list [data-css="tve-u-17058f78c19"] { font-size: 22px; width: 22px; height: 22px; }:not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-1705901981d"].tcb-post-list [data-css="tve-u-17058f78c19"] > :first-child { color: var(--tcb-skin-color-1); }:not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-1705901981d"].tcb-post-list [data-css="tve-u-17058f78c19"]:hover > :first-child { color: var(--tcb-skin-color-0) !important; }.tve-theme-6453 .sidebar-section [data-css="tve-u-1705901981d"].tcb-post-list [data-css="tve-u-17058f63042"] .tcb-button-link { border-radius: 0px; overflow: hidden; border: medium none; background-color: transparent !important; }:not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-1705901981d"].tcb-post-list .post-wrapper:hover { box-shadow: rgba(0, 0, 0, 0.02) 8px 6px 19px 0px !important; }:not(#tve) .tve-theme-6453 .sidebar-section [data-css="tve-u-1705901981d"].tcb-post-list [data-css="tve-u-1705d80f61b"] { letter-spacing: 2px; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: uppercase !important; font-size: 11px !important; color: var(--tcb-skin-color-0) !important; --tcb-applied-color:var$(--tcb-skin-color-0) !important; }.tve-theme-6453 .sidebar-section [data-css="tve-u-1705901981d"].tcb-post-list [data-css="tve-u-170670e00a0"] { --tcb-applied-color:var$(--tcb-skin-color-0) !important; }.tve-theme-6453 .content-section .section-content { padding: 20px 10px !important; }.tve-theme-6453 .content-section #main .post-wrapper.thrv_wrapper { width: calc(33.3333% - 20px); padding: 0px; }.tve-theme-6453 .content-section #main [data-css="tve-u-16ff1dd190b"] { margin-top: 0px !important; padding-top: 20px !important; margin-bottom: 0px !important; z-index: 100 !important; padding-left: 0px !important; padding-right: 0px !important; }.tve-theme-6453 .content-section #main .post-wrapper { border: medium none; border-radius: 0px; overflow: hidden; }:not(#tve) .tve-theme-6453 .content-section #main .post-wrapper:hover { border: medium none !important; border-radius: 8px !important; overflow: hidden !important; }.tve-theme-6453 .content-section #main .thrv-content-box [data-css="tve-u-16ff1dd190c"]::after { clear: both; }:not(#tve) .tve-theme-6453 .content-section #main [data-css="tve-u-17014911941"] { font-size: 20px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-6453 .content-section #main { padding: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6453 .content-section #main .post-wrapper.thrv_wrapper:nth-child(n+4) { margin-top: 30px !important; }.tve-theme-6453 .content-section #main .post-wrapper.thrv_wrapper:not(:nth-child(n+4)) { margin-top: 0px !important; }.tve-theme-6453 .content-section [data-css="tve-u-1704406f4ca"] { border-top: medium none; padding: 0px !important; margin: 0px !important; }.tve-theme-6453 .content-section [data-css="tve-u-17044071be0"] .tcb-button-link { border: medium none; border-radius: 0px; overflow: hidden; text-align: center; padding-left: 40px !important; padding-right: 40px !important; }:not(#tve) .tve-theme-6453 .content-section [data-css="tve-u-17044071be0"] .tcb-button-link span { color: var(--tve-color, var(--tcb-skin-color-0)); --tcb-applied-color:var$(--tcb-skin-color-0); font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); text-transform: var(--tve-text-transform, uppercase); }.tve-theme-6453 .content-section [data-css="tve-u-17044071be0"] { --tve-color:var(--tcb-skin-color-0); --tve-font-weight:var(--g-bold-weight, bold); --tve-font-family:Muli; --g-regular-weight:300; --g-bold-weight:600; --tve-font-size:14px; --tve-text-transform:uppercase; max-width: 20%; margin-bottom: 30px !important; }:not(#tve) .tve-theme-6453 .content-section [data-css="tve-u-17044071be0"] .tcb-button-link { font-family: var(--tve-font-family, Muli); font-size: var(--tve-font-size, 14px) !important; }.tve-theme-6453 .content-section .section-background { border-bottom: medium none; }.tve-theme-6453 .bottom-section .section-background { background-color: rgb(255, 255, 255) !important; background-image: linear-gradient(rgb(59, 24, 135), rgb(59, 24, 135)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(59, 24, 135), rgb(59, 24, 135)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(59, 24, 135), rgb(59, 24, 135)) !important; }.tve-theme-6453 .bottom-section .section-content { text-align: center; justify-content: center; display: flex; flex-direction: column; min-height: 1px !important; padding: 40px 20px !important; }.tve-theme-6453 .bottom-section [data-css="tve-u-16efa12ec05"] { padding: 0px !important; background-color: transparent !important; }.tve-theme-6453 .bottom-section .section-content p, .tve-theme-6453 .bottom-section .section-content li, .tve-theme-6453 .bottom-section .section-content label, .tve-theme-6453 .bottom-section .section-content .tcb-plain-text { color: rgb(255, 255, 255); --tcb-applied-color:rgb(255, 255, 255); }:not(#tve) .tve-theme-6453 .bottom-section [data-css="tve-u-16efa13c35c"] { padding-bottom: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; margin-top: 0px !important; font-size: 16px !important; color: var(--tcb-color-2) !important; --tcb-applied-color:var$(--tcb-color-2) !important; --tve-applied-color:var$(--tcb-color-2) !important; }.tve-theme-6453 .bottom-section [data-css="tve-u-16efa157f12"] .tcb-button-link { letter-spacing: 2px; background-color: var(--tcb-color-1) !important; padding: 22px !important; --background-color:var(--tcb-color-1) !important; --tve-applied-background-color:var$(--tcb-color-1) !important; }:not(#tve) .tve-theme-6453 .bottom-section [data-css="tve-u-16efa157f12"] .tcb-button-link span { color: var(--tve-color, var(--tcb-color-2)); --tcb-applied-color:var$(--tcb-color-2); font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); --tve-applied-color:var$(--tve-color, var$(--tcb-color-2)); }.tve-theme-6453 .bottom-section [data-css="tve-u-16efa161c92"] { max-width: 650px; float: none; padding: 0px !important; margin: 20px auto !important; }.tve-theme-6453 .bottom-section { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6453 .bottom-section [data-css="tve-u-16efa157f12"]:hover .tcb-button-link span { color: var(--tcb-skin-color-3) !important; --tcb-applied-color:var$(--tcb-skin-color-3) !important; }.tve-theme-6453 .bottom-section [data-css="tve-u-16efa157f12"] { --tve-font-size:14px; --tve-font-weight:var(--g-bold-weight, bold); --tve-font-family:Commissioner; --g-regular-weight:400; --g-bold-weight:800; margin-top: 0px !important; margin-bottom: 0px !important; --tve-color:var(--tcb-color-2); --tve-applied---tve-color:var$(--tcb-color-2); }:not(#tve) .tve-theme-6453 .bottom-section [data-css="tve-u-16efa157f12"] .tcb-button-link { font-family: var(--tve-font-family, Commissioner); font-size: var(--tve-font-size, 14px) !important; }:not(#tve) .tve-theme-6453 .bottom-section [data-css="tve-u-17077896ad8"] { color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255, 255, 255) !important; padding-bottom: 0px !important; margin-bottom: 0px !important; line-height: 1.4em !important; }.tve-theme-6453 .top-section .section-background { background-color: var(--tcb-skin-color-0) !important; }.tve-theme-6453 .top-section .section-content { text-align: center; min-height: 487px !important; padding: 80px 20px 40px !important; }.tve-theme-6453 .top-section .section-content p, .tve-theme-6453 .top-section .section-content li, .tve-theme-6453 .top-section .section-content label, .tve-theme-6453 .top-section .section-content .tcb-plain-text { color: rgb(255, 255, 255); --tcb-applied-color:rgb(255, 255, 255); }:not(#tve) .tve-theme-6453 .top-section [data-css="tve-u-16eead2fe32"] { --tcb-applied-color:rgb(255, 255, 255); color: rgb(255, 255, 255) !important; font-size: 44px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-6453 .top-section [data-css="tve-u-16eead349f7"] { height: 376px; bottom: 0px; }.tve-theme-6453 .top-section [data-css="tve-u-16eead4d8ba"] { padding: 0px !important; margin-bottom: 30px !important; }.tve-theme-6453 .top-section [data-css="tve-u-16eeade9f2d"] { float: none; margin: 0px auto !important; max-width: 600px !important; padding: 0px !important; }.tve-theme-6453 .top-section [data-css="tve-u-16eeae05d4c"] { float: none; max-width: 650px; padding: 0px !important; margin-bottom: 50px !important; margin-left: auto !important; margin-right: auto !important; }:not(#tve) .tve-theme-6453 .top-section [data-css="tve-u-16fd27166ee"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-6454 .content-section .section-content { padding: 0px !important; min-height: 650px !important; }.tve-theme-6454 #content { padding: 0px !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb2b"] { margin-left: -20px; padding: 0px !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb2a"] { margin: 0px 0px 15px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb2a"] p, :not(#tve) .tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb2a"] li, :not(#tve) .tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb2a"] blockquote, :not(#tve) .tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb2a"] address, :not(#tve) .tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb2a"] .tcb-plain-text, :not(#tve) .tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb2a"] label { font-style: normal; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb2a"] p { padding: 0px !important; margin: 0px !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb2a"] h3 { padding: 0px !important; margin: 0px !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb2b"] > .tcb-flex-col { padding-left: 20px; }.tve-theme-6454 .bottom-section [data-css="tve-u-16e8d0bd13f"] { text-align: center; padding: 0px !important; background-image: none !important; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb26"] { padding: 0px 20px 20px !important; margin: 0px !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb27"] { border-bottom-left-radius: 6px; overflow: hidden; border-bottom-right-radius: 6px; background-color: transparent !important; background-image: none !important; }:not(#tve) .tve-theme-6454 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] p, :not(#tve) .tve-theme-6454 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] li, :not(#tve) .tve-theme-6454 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] blockquote, :not(#tve) .tve-theme-6454 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] address, :not(#tve) .tve-theme-6454 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] .tcb-plain-text, :not(#tve) .tve-theme-6454 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] label, :not(#tve) .tve-theme-6454 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] h1, :not(#tve) .tve-theme-6454 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] h2, :not(#tve) .tve-theme-6454 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] h3, :not(#tve) .tve-theme-6454 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] h4, :not(#tve) .tve-theme-6454 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] h5, :not(#tve) .tve-theme-6454 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] h6 { color: var(--tcb-skin-color-4); --tcb-applied-color:var$(--tcb-skin-color-4); }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb3b"] { padding: 0px !important; margin-bottom: 10px !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb3d"] { --tcb-applied-color:rgba(0, 0, 0, 0.5); }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb3e"] { padding: 0px !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb35"] { font-size: 22px; width: 22px; height: 22px; float: none; padding: 5px !important; margin: 0px auto !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb2f"] { float: none; z-index: 3; position: relative; min-width: 219px; margin: 0px auto !important; padding: 6px !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb31"] { padding: 0px !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb30"] { margin: 0px !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb32"] { font-size: 22px; width: 22px; height: 22px; float: none; padding: 5px !important; margin: 0px auto !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb33"] { font-size: 22px; width: 22px; height: 22px; float: none; padding: 5px !important; margin: 0px auto !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb34"] { font-size: 22px; width: 22px; height: 22px; float: none; padding: 5px !important; margin: 0px auto !important; }:not(#tve) .tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb32"] > :first-child { color: var(--tcb-skin-color-4); }:not(#tve) .tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb33"] > :first-child { color: var(--tcb-skin-color-4); }:not(#tve) .tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb34"] > :first-child { color: var(--tcb-skin-color-4); }:not(#tve) .tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb35"] > :first-child { color: var(--tcb-skin-color-4); }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb2b"] > .tcb-flex-col > .tcb-col { justify-content: center; }:not(#tve) .tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb32"]:hover > :first-child { color: var(--tcb-skin-color-3) !important; }:not(#tve) .tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb3c"] { --tcb-applied-color:var$(--tcb-skin-color-3); letter-spacing: 2px; color: var(--tcb-skin-color-3) !important; text-transform: none !important; font-weight: var(--g-bold-weight, bold) !important; font-size: 22px !important; padding-bottom: 20px !important; margin-bottom: 0px !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb857f33"] { background-image: url(https://secure.gravatar.com/avatar/1969ee24b27abfc11a0e5c90c28dc7da?s=256&d=mm&r=g&dynamic_author=1) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb85991f"] { width: 320px; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb85ac30"] { height: 370px !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb883718"] { height: 253px; top: 0px; transform: rotate(180deg); }:not(#tve) .tve-theme-6454 .bottom-section [data-css="tve-u-16ecb8b9f08"] { --tcb-applied-color:rgba(0, 0, 0, 0.16); --g-regular-weight:200; --g-bold-weight:600; font-size: 80px !important; line-height: 1em !important; color: rgba(0, 0, 0, 0.16) !important; font-family: Muli !important; font-weight: var(--g-regular-weight, normal) !important; padding-bottom: 35px !important; margin-bottom: 0px !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb8c4f33"] { text-align: left; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb8ccc4d"] { padding: 0px !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb8dd69b"] { padding: 0px !important; margin-bottom: 20px !important; }:not(#tve) .tve-theme-6454 .bottom-section [data-css="tve-u-16ecb8de870"] { letter-spacing: 3px; text-transform: uppercase !important; font-size: 14px !important; }:not(#tve) .tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb33"]:hover > :first-child { color: var(--tcb-skin-color-3) !important; }:not(#tve) .tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb34"]:hover > :first-child { color: var(--tcb-skin-color-3) !important; }:not(#tve) .tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb35"]:hover > :first-child { color: var(--tcb-skin-color-3) !important; }.tve-theme-6454 .bottom-section .section-background { background-color: var(--tcb-skin-color-0) !important; background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6454 .top-section .section-background { width: 100% !important; background-color: var(--tcb-skin-color-9) !important; }.tve-theme-6454 .top-section .section-content { text-align: center; width: 100% !important; min-height: 377px !important; padding: 40px 0px 0px !important; }.tve-theme-6454 .top-section [data-css="tve-u-16ef9f82fc4"] { background-image: url(https://nuriahidalgo.com/wp-content/uploads/thrive-theme/images/Team_top-img-6.jpg) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6454 .top-section [data-css="tve-u-16ef9f85b00"] { margin: 0px !important; padding: 0px !important; }.tve-theme-6454 .top-section [data-css="tve-u-16ef9f87900"] { min-height: 480px !important; }.tve-theme-6454 .top-section [data-css="tve-u-16ef9f91104"] { float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px !important; margin-bottom: 30px !important; }:not(#tve) .tve-theme-6454 .top-section [data-css="tve-u-16ef9f9350c"] { --tcb-applied-color:var$(--tcb-skin-color-4); color: var(--tcb-skin-color-4) !important; font-size: 40px !important; }:not(#tve) .tve-theme-6454 .top-section [data-css="tve-u-16ef9f9bbc8"] { padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-6454 .top-section [data-css="tve-u-16ef9f9d128"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 40px !important; }.tve-theme-6454 .top-section [data-css="tve-u-16ef9fb90db"] .tcb-button-link { background-color: var(--tcb-skin-color-0) !important; padding: 26px !important; }.tve-theme-6454 .top-section [data-css="tve-u-16ef9fb90db"] { float: none; position: relative; margin: 0px auto -37px !important; z-index: 12 !important; }:not(#tve) .tve-theme-6454 .top-section [data-css="tve-u-16ef9fb90db"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }:not(#tve) .tve-theme-6454 .top-section [data-css="tve-u-16ef9fb90db"]:hover .tcb-button-link { background-color: var(--tcb-skin-color-3) !important; }.tve-theme-6454 .top-section [data-css="tve-u-16efa00ea59"] { height: 18px; top: 0px; transform: rotate(180deg); fill: var(--tcb-skin-color-9); }.tve-theme-6454 .top-section [data-css="tve-u-16efa024586"] { float: none; max-width: 750px; margin: 0px auto !important; padding: 1px !important; }.tve-theme-6454 #wrapper { --header-background-width:100%; --footer-background-width:100%; }.tve-theme-6439 #wrapper { --header-background-width:100%; --footer-background-width:100%; --top-background-width:100%; --bottom-background-width:100%; }.tve-theme-6439 .bottom-section .section-background { background-color: var(--tcb-color-0) !important; --background-color:var(--tcb-color-0) !important; --tve-applied-background-color:var$(--tcb-color-0) !important; }.tve-theme-6439 .bottom-section .section-content { min-height: 1px !important; padding: 40px 20px !important; }:not(#tve) .tve-theme-6439 .bottom-section [data-css="tve-u-1707805cef1"] { padding-bottom: 0px !important; margin-bottom: 0px !important; line-height: 1em !important; }.tve-theme-6439 .bottom-section [data-css="tve-u-17078063128"] { padding: 0px !important; margin-bottom: 10px !important; }.tve-theme-6439 .bottom-section [data-css="tve-u-17078064664"] { padding: 0px !important; margin-bottom: 20px !important; }:not(#tve) .tve-theme-6439 .bottom-section [data-css="tve-u-17078064b15"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; color: var(--tcb-color-2) !important; --tcb-applied-color:var$(--tcb-color-2) !important; --tve-applied-color:var$(--tcb-color-2) !important; }.tve-theme-6439 .bottom-section [data-css="tve-u-17078071964"]::after { clear: both; }.tve-theme-6439 .bottom-section [data-css="tve-u-1707808568e"] { width: 182px; float: none; margin: 0px auto !important; padding: 24px !important; }.tve-theme-6439 .bottom-section [data-css="tve-u-1707808824f"] { float: none; padding: 0px !important; background-color: transparent !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 5px !important; }:not(#tve) .tve-theme-6439 .bottom-section .thrv-content-box [data-css="tve-u-1707808c875"] p, :not(#tve) .tve-theme-6439 .bottom-section .thrv-content-box [data-css="tve-u-1707808c875"] li, :not(#tve) .tve-theme-6439 .bottom-section .thrv-content-box [data-css="tve-u-1707808c875"] blockquote, :not(#tve) .tve-theme-6439 .bottom-section .thrv-content-box [data-css="tve-u-1707808c875"] address, :not(#tve) .tve-theme-6439 .bottom-section .thrv-content-box [data-css="tve-u-1707808c875"] .tcb-plain-text, :not(#tve) .tve-theme-6439 .bottom-section .thrv-content-box [data-css="tve-u-1707808c875"] label, :not(#tve) .tve-theme-6439 .bottom-section .thrv-content-box [data-css="tve-u-1707808c875"] h1, :not(#tve) .tve-theme-6439 .bottom-section .thrv-content-box [data-css="tve-u-1707808c875"] h2, :not(#tve) .tve-theme-6439 .bottom-section .thrv-content-box [data-css="tve-u-1707808c875"] h3, :not(#tve) .tve-theme-6439 .bottom-section .thrv-content-box [data-css="tve-u-1707808c875"] h4, :not(#tve) .tve-theme-6439 .bottom-section .thrv-content-box [data-css="tve-u-1707808c875"] h5, :not(#tve) .tve-theme-6439 .bottom-section .thrv-content-box [data-css="tve-u-1707808c875"] h6 { color: var(--tve-color, rgb(255, 255, 255)); --tcb-applied-color:rgb(255, 255, 255); }.tve-theme-6439 .bottom-section [data-css="tve-u-1707808c875"] { --tve-color:rgb(255, 255, 255); text-align: center; height: 179px !important; }.tve-theme-6439 .bottom-section [data-css="tve-u-170780920f1"] { border-radius: 5px; overflow: hidden; opacity: 1; filter: grayscale(0%) brightness(100%) contrast(100%) blur(0px) sepia(0%) invert(0%) saturate(100%) hue-rotate(0deg); box-shadow: 2px 2px 0px 3px var(--tcb-skin-color-8); background-color: transparent !important; background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.33) 0%, rgba(255, 255, 255, 0.23) 7%, rgba(255, 255, 255, 0) 51%), linear-gradient(304deg, var(--tcb-skin-color-0) 26%, var(--tcb-skin-color-10) 100%) !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }.tve-theme-6439 .bottom-section .thrv-divider[data-css="tve-u-17078114fd0"] .tve_sep { border-width: 1px !important; border-color: rgb(255, 255, 255) !important; }.tve-theme-6439 .bottom-section [data-css="tve-u-17078114fd0"] { float: none; width: 40px; margin-left: auto !important; margin-right: auto !important; padding-top: 4px !important; padding-bottom: 4px !important; }.tve-theme-6439 .bottom-section [data-css="tve-u-1707808568e"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }.tve-theme-6439 .bottom-section [data-css="tve-u-1707816db92"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6439 .bottom-section [data-css="tve-u-1707816f2c0"] { border-radius: 10px; overflow: hidden; background-color: var(--tcb-color-0) !important; margin: 0px !important; --background-color:var(--tcb-color-0) !important; --tve-applied-background-color:var$(--tcb-color-0) !important; }.tve-theme-6439 .bottom-section [data-css="tve-u-1707816db92"] { padding: 30px !important; }:not(#tve) .tve-theme-6439 .bottom-section [data-css="tve-u-170781ed97d"] { padding-bottom: 0px !important; margin-bottom: 0px !important; line-height: 1.3em !important; color: rgb(51, 51, 51) !important; --tcb-applied-color:rgb(51, 51, 51) !important; --tve-applied-color:rgb(51, 51, 51) !important; }.tve-theme-6439 .bottom-section [data-css="tve-u-170782a28dc"] { height: 75px; bottom: 0px; fill: rgba(255, 255, 255, 0.19); transform: scaleX(-1); }:not(#layout) .tve-theme-6439 .main-container { --separator-size:40px; }.tve-theme-6439 .content-section .section-content { padding: 20px 10px !important; }.tve-theme-6439 .content-section [data-css="tve-u-16f805e6958"] { margin-top: 30px !important; margin-bottom: 40px !important; }:not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-16f84479eb3"] { letter-spacing: 3px; padding-bottom: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; margin-top: 0px !important; font-size: 12px !important; font-weight: var(--g-regular-weight, normal) !important; color: rgb(176, 176, 176) !important; --tcb-applied-color:rgb(176, 176, 176) !important; text-decoration: none !important; text-transform: uppercase !important; }:not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-16f845fe58e"] { font-family: inherit !important; font-size: 11px !important; font-weight: var(--g-bold-weight, bold) !important; --eff-color:rgb(47, 138, 231) !important; --eff-faded:rgba(47, 138, 231, 0.6) !important; --eff-ensure-contrast:rgba(47, 138, 231, 0.6) !important; --eff-ensure-contrast-complement:rgba(140, 47, 231, 0.6) !important; box-shadow: none !important; border-bottom: none !important; background-image: linear-gradient(to right, transparent 0%, var(--eff-faded) 35%, var(--eff-color) 50%, var(--eff-faded) 65%, transparent 100%) !important; background-position: 50% 100% !important; background-size: 0px 0.1em !important; background-repeat: no-repeat !important; background-attachment: initial !important; background-origin: initial !important; background-clip: initial !important; background-color: initial !important; text-decoration: none !important; animation: 0s ease 0s 1 normal none running none !important; transition: background-size 0.15s ease 0.05s !important; padding-left: 0px !important; --eff:gr-fade !important; color: var(--tcb-skin-color-0) !important; }.tve-theme-6439 .content-section [data-css="tve-u-16f8461e38c"] { padding: 0px !important; }.tve-theme-6439 .content-section [data-css="tve-u-16f848e799b"] { text-transform: uppercase !important; font-size: 11px !important; --tcb-applied-color:rgb(176, 176, 176) !important; }.tve-theme-6439 .content-section [data-css="tve-u-16f848ee7e9"] { --tcb-applied-color:rgb(176, 176, 176) !important; }.tve-theme-6439 .content-section [data-css="tve-u-16f84a07746"] { width: 42px; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6439 .content-section [data-css="tve-u-16f84a07bd6"] { max-width: 15.4%; }.tve-theme-6439 .content-section [data-css="tve-u-16f84a07c06"] { max-width: 49.6%; }.tve-theme-6439 .content-section [data-css="tve-u-16f84a0a423"] { margin-left: -8px; padding: 0px !important; }.tve-theme-6439 .content-section [data-css="tve-u-16f84a0a72b"] { float: none; z-index: 3; position: relative; max-width: 445px; margin: 0px auto !important; }.tve-theme-6439 .content-section [data-css="tve-u-16f84a0a423"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6439 .content-section [data-css="tve-u-16f84a17a24"] { max-width: 66%; --tve-alignment:center; float: none; margin: 30px auto 15px !important; }.tve-theme-6439 .content-section [data-css="tve-u-16f84a200fd"] { max-width: 35%; }.tve-theme-6439 .content-section [data-css="tve-u-16f84a227e2"] { padding: 0px 0px 0px 5px !important; border-left: 1px solid rgba(0, 0, 0, 0.2) !important; }:not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-16f84a22eab"] { letter-spacing: 3px; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 11px !important; text-transform: none !important; }.tve-theme-6439 .content-section [data-css="tve-u-16f84a17a24"] img { border: none; }.tve-theme-6439 .content-section [data-css="tve-u-16f84a4918c"] .tve_social_items { font-size: 11px !important; }.tve-theme-6439 .content-section [data-css="tve-u-16f84a4918c"] { float: none; padding: 0px !important; margin: 0px auto !important; }.tve-theme-6439 .content-section [data-css="tve-u-16f84a0a423"] > .tcb-flex-col { padding-left: 8px; }.tve-theme-6439 .content-section .comment-respond { padding-top: 0px !important; }.tve-theme-6439 .content-section .comment-form-reply-title-wrapper { margin-bottom: 20px !important; }.tve-theme-6439 .content-section .comment-form-text textarea { border-radius: 0px; overflow: hidden; border: 1px solid var(--tcb-skin-color-14); font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); font-family: var(--tve-font-family, Muli); color: var(--tve-color, var(--tcb-skin-color-5)); --tcb-applied-color:var$(--tcb-skin-color-5); background-color: rgb(255, 255, 255) !important; padding: 20px 15px !important; margin-top: 10px !important; margin-bottom: 15px !important; }.tve-theme-6439 .content-section .comment-form .comment-form-submit button { font-size: var(--tve-font-size, 11px); text-transform: var(--tve-text-transform, uppercase); font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); font-family: var(--tve-font-family, Muli); color: var(--tve-color, var(--tcb-skin-color-0)); --tcb-applied-color:var$(--tcb-skin-color-0); border: 1px solid var(--tcb-skin-color-0); border-radius: 100px; overflow: hidden; padding: 15px 35px !important; }.tve-theme-6439 .content-section .comment-form .comment-form-submit { --tve-font-size:11px; --tve-text-transform:uppercase; --tve-font-weight:var(--g-bold-weight, bold); --tve-font-family:Muli; --g-regular-weight:300; --g-bold-weight:700; --tve-color:var(--tcb-skin-color-0); margin-top: 0px !important; margin-bottom: 20px !important; }:not(#tve) .tve-theme-6439 .content-section .comment-form .comment-form-submit:hover button { background-color: var(--tcb-skin-color-0) !important; color: var(--tve-color, rgb(255, 255, 255)) !important; --tcb-applied-color:rgb(255, 255, 255) !important; border: 1px solid var(--tcb-skin-color-0) !important; }:not(#tve) .tve-theme-6439 .content-section .comment-form .comment-form-submit:hover { --tve-color:rgb(255, 255, 255) !important; }.tve-theme-6439 .content-section .comment-form-text { --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Muli; --g-regular-weight:300; --g-bold-weight:700; --tve-color:var(--tcb-skin-color-5); }.tve-theme-6439 .main-container { padding: 20px 10px !important; }.tve-theme-6439 .sidebar-section .section-content p, .tve-theme-6439 .sidebar-section .section-content li, .tve-theme-6439 .sidebar-section .section-content label, .tve-theme-6439 .sidebar-section .section-content .tcb-plain-text { font-weight: 600 !important; }.tve-theme-6439 .sidebar-section .section-content p, .tve-theme-6439 .sidebar-section .section-content li, .tve-theme-6439 .sidebar-section .section-content label, .tve-theme-6439 .sidebar-section .section-content .tcb-plain-text, .tve-theme-6439 .sidebar-section .section-content h1, .tve-theme-6439 .sidebar-section .section-content h2, .tve-theme-6439 .sidebar-section .section-content h3, .tve-theme-6439 .sidebar-section .section-content h4, .tve-theme-6439 .sidebar-section .section-content h5, .tve-theme-6439 .sidebar-section .section-content h6 { font-family: Muli; }.tve-theme-6439 .sidebar-section .section-content { --g-regular-weight:400; --g-bold-weight:600; text-align: left; padding: 20px 10px 40px !important; }:not(#tve) .tve-theme-6439 .sidebar-section [data-css="tve-u-17067d67a60"] { letter-spacing: 4px; text-transform: uppercase !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 11px !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17067daf2e0"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }.tve-theme-6439 .sidebar-section .section-background { background-color: transparent !important; }.tve-theme-6439 .sidebar-section .tcb-post-list[data-css="tve-u-17067e99664"] .post-wrapper.thrv_wrapper { width: calc((100% - 0px) / 1); }.tve-theme-6439 .sidebar-section [data-css="tve-u-17067e99664"] { max-width: 300px; border: 2px solid var(--tcb-skin-color-8); padding: 10px !important; background-color: rgb(255, 255, 255) !important; }.tve-theme-6439 .sidebar-section .tcb-post-list[data-css="tve-u-17067e99664"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 10px !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17067e99664"].tcb-post-list [data-css="tve-u-17067e9966c"] { margin: 0px !important; padding: 15px !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17067e99664"].tcb-post-list [data-css="tve-u-17067e9966d"] { background-color: rgb(255, 255, 255) !important; }:not(#tve) .tve-theme-6439 .sidebar-section [data-css="tve-u-17067e99664"].tcb-post-list .post-wrapper:hover { box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 12px 0px !important; }:not(#tve) .tve-theme-6439 .sidebar-section [data-css="tve-u-17067e99664"].tcb-post-list [data-css="tve-u-17067e9966e"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 18px !important; font-weight: var(--g-bold-weight, bold) !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17067e99664"].tcb-post-list [data-css="tve-u-17067e99669"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 0px !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17067e99664"].tcb-post-list [data-css="tve-u-17067e9966a"] { background-image: url(https://nuriahidalgo.com/wp-content/uploads/thrive-theme/images/masonry_02-1024x576-1.jpg?dynamic_featured=1&size=large) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17067e99664"].tcb-post-list .thrv-content-box [data-css="tve-u-17067e9966b"] { min-height: 150px !important; }.tve-theme-6439 .sidebar-section .tcb-post-list[data-css="tve-u-17067e99664"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-6439 .sidebar-section .tcb-post-list[data-css="tve-u-17067e99664"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-6439 .top-section .section-background { background-color: var(--tcb-skin-color-2) !important; }.tve-theme-6439 .top-section .section-content { justify-content: center; display: flex; flex-direction: column; text-align: center; min-height: 222px !important; padding: 20px !important; }:not(#tve) .tve-theme-6439 .top-section [data-css="tve-u-16f8b41d660"] { letter-spacing: 1px; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 12px !important; color: var(--tcb-skin-color-5) !important; --tcb-applied-color:var$(--tcb-skin-color-5) !important; }.tve-theme-6439 .top-section [data-css="tve-u-170775a487e"] { position: relative; padding: 0px !important; }:not(#tve) .tve-theme-6439 .top-section [data-css="tve-u-1713a6905f4"] { padding-bottom: 14px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6439 .sidebar-section [data-css="tve-u-174466e658b"] button { background-image: none !important; --tve-applied-background-image:none !important; background-color: rgb(51, 51, 51) !important; --tve-applied-background-color:rgb(51, 51, 51) !important; }:not(#tve) .tve-theme-6439 .sidebar-section :not(#tve) [data-css="tve-u-174466e658b"]:hover button { background-color: rgba(51, 51, 51, 0.85) !important; --tve-applied-background-color:rgba(51, 51, 51, 0.85) !important; }:not(#tve) .tve-theme-6439 .bottom-section [data-css="tve-u-1744673423d"] { color: var(--tcb-color-2) !important; --tcb-applied-color:var$(--tcb-color-2) !important; --tve-applied-color:var$(--tcb-color-2) !important; }.tve-theme-6439 .bottom-section [data-css="tve-u-1744673e4ae"] { color: var(--tcb-skin-color-0) !important; }:not(#tve) .tve-theme-6439 .top-section [data-css="tve-u-176156662fb"] { color: rgb(255, 255, 255) !important; --tve-applied-color:rgb(255, 255, 255) !important; }.tve-theme-6439 .bottom-section [data-css="tve-u-17830769ca0"] { color: var(--tcb-color-2) !important; }.tve-theme-6439 .bottom-section [data-css="tve-u-17830783e43"] .tcb-button-link { border-radius: 185px; overflow: hidden; letter-spacing: var(--tve-letter-spacing, 2px); box-shadow: 0px 4px 16px 0px var(--tcb-local-color-3d2c0); padding: 20px !important; background-color: var(--tcb-color-1) !important; --background-color:var(--tcb-color-1) !important; --tve-applied-background-color:var$(--tcb-color-1) !important; }:not(#tve) .tve-theme-6439 .bottom-section [data-css="tve-u-17830783e43"] .tcb-button-link { font-size: var(--tve-font-size, 18px) !important; }.tve-theme-6439 .bottom-section [data-css="tve-u-17830783e43"] { --tve-font-size:18px; --tve-letter-spacing:2px; --tve-font-weight:var(--g-bold-weight, bold); --tcb-local-color-48d06:rgb(19, 114, 211); --tcb-local-color-bd5e5:rgba(19, 114, 211, 0.2); --tcb-local-color-1d30b:rgb(19, 114, 211); --tcb-local-color-3d2c0:rgba(19, 114, 211, 0.2); float: left; z-index: 3; position: relative; --tve-alignment:left; }:not(#tve) .tve-theme-6439 .bottom-section [data-css="tve-u-17830783e43"] .tcb-button-link span { font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); }:not(#tve) .tve-theme-6439 .bottom-section [data-css="tve-u-17830783e43"]:hover .tcb-button-link { box-shadow: 0px 14px 40px 0px var(--tcb-local-color-3d2c0) !important; background-color: var(--tcb-color-3) !important; --background-color:var(--tcb-color-3) !important; --tve-applied-background-color:var$(--tcb-color-3) !important; }.tve-theme-6439 .content-section .thrv-comments .tcm-color-ac, .tve-theme-6439 .content-section .thrv-comments .tcm-color-ac span, .tve-theme-6439 .content-section .thrv-comments a { color: var(--tcb-skin-color-0) !important; }.tve-theme-6439 .content-section .thrv-comments textarea:focus, .tve-theme-6439 .content-section .thrv-comments input:focus { box-shadow: inset 0 0 3px var(--tcb-skin-color-0) !important; border-color: var(--tcb-skin-color-0) !important; }.tve-theme-6439 .content-section .thrv-comments button, .tve-theme-6439 .content-section .thrv-comments #tcm-login-up, .tve-theme-6439 .content-section .thrv-comments #tcm-login-down { color: var(--tcb-skin-color-0) !important; border-color: var(--tcb-skin-color-0) !important; }.tve-theme-6439 .content-section .thrv-comments button:hover { background-color: var(--tcb-skin-color-0) !important; color: rgb(255, 255, 255) !important; }.tve-theme-6439 .content-section .thrv-comments button:active { background-color: var(--tcb-skin-color-0) !important; color: rgb(255, 255, 255) !important; }.tve-theme-6439 .content-section .tcb-post-list[data-css="tve-u-17dfb9778e9"] .post-wrapper.thrv_wrapper { width: calc((100% - 35px) / 2); padding: 0px; }.tve-theme-6439 .content-section [data-css="tve-u-17dfb9778e9"].tcb-post-list .post-wrapper { border-bottom: none; padding-bottom: 20px !important; }:not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17dfb9778e9"].tcb-post-list .post-wrapper:hover { border-bottom: none !important; }:not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17dfb9778e9"].tcb-post-list [data-css="tve-u-17c6fbe07d5"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 20px !important; }.tve-theme-6439 .content-section [data-css="tve-u-17dfb9778e9"].tcb-post-list [data-css="tve-u-17c6fbe07d1"] { margin-top: 0px !important; margin-bottom: 15px !important; }.tve-theme-6439 .content-section [data-css="tve-u-17dfb9778e9"].tcb-post-list [data-css="tve-u-17c6fbe07d2"] { background-image: url(https://nuriahidalgo.com/wp-content/uploads/2021/09/como-hacer-un-presupuesto-personal-1024x1024.png?dynamic_featured=1&size=large) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6439 .content-section [data-css="tve-u-17dfb9778e9"].tcb-post-list .thrv-content-box [data-css="tve-u-17c6fbe07d3"] { min-height: 177px !important; }.tve-theme-6439 .content-section [data-css="tve-u-17dfb9778e9"].tcb-post-list [data-css="tve-u-17c6fbe07d1"]:hover [data-css="tve-u-17c6fbe07d2"] { background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)), url(https://nuriahidalgo.com/wp-content/uploads/2021/09/como-hacer-un-presupuesto-personal-1024x1024.png?dynamic_featured=1&size=large) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }.tve-theme-6439 .content-section [data-css="tve-u-17dfb9778e9"].tcb-post-list [data-css="tve-u-17c6fbe07d4"] { padding: 0px !important; }.tve-theme-6439 .content-section [data-css="tve-u-17dfb9778e9"] { padding: 0px; }.tve-theme-6439 .content-section .tcb-post-list[data-css="tve-u-17dfb9778e9"] .post-wrapper.thrv_wrapper:nth-child(n+3) { margin-top: 35px !important; }.tve-theme-6439 .content-section .tcb-post-list[data-css="tve-u-17dfb9778e9"] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)) { margin-top: 0px !important; }.tve-theme-6439 .content-section .tcb-post-list[data-css="tve-u-17dfb9778e9"] .post-wrapper.thrv_wrapper:not(:nth-child(2n)) { margin-right: 35px !important; }.tve-theme-6439 .content-section .tcb-post-list[data-css="tve-u-17dfb9778e9"] .post-wrapper.thrv_wrapper:nth-child(2n) { margin-right: 0px !important; }.tve-theme-6439 .content-section [data-css="tve-u-17eba28736c"] { --tve-toc-indent:15px; max-width: 500px; float: none; padding: 20px 15px 15px !important; margin-left: auto !important; margin-right: auto !important; --tcb-local-color-5098b:var(--tcb-skin-color-0) !important; --tcb-local-color-e7865:rgba(162, 116, 210, 0.07) !important; }.tve-theme-6439 .content-section [data-css="tve-u-17eba28736e"] { box-shadow: rgba(0, 0, 0, 0.13) 0px 4px 24px -2px; border: none !important; background-color: transparent !important; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6439 .content-section [data-css="tve-u-17eba287370"] { margin-bottom: 0px !important; padding: 1px !important; margin-top: 15px !important; }.tve-theme-6439 .content-section [data-css="tve-u-17eba287371"] { --g-regular-weight:400; border-width: initial; border-style: none; border-color: initial; --g-bold-weight:600; font-size: var(--tve-font-size,16px); --tve-font-size:16px; color: var(--tve-color,rgb(51,51,51)); --tve-color:rgb(51,51,51); --tcb-applied-color:rgb(51,51,51); font-weight: var(--tve-font-weight,var(--g-bold-weight,bold)); --tve-font-weight:var(--g-bold-weight,bold); line-height: var(--tve-line-height,1.4em); --tve-line-height:1.4em; margin: 0px !important; padding: 10px 15px !important; background-image: linear-gradient(rgb(238, 238, 238), rgb(238, 238, 238)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17eba287371"]:hover { color: var(--tve-color,rgb(255,255,255)) !important; --tve-color:rgb(255,255,255) !important; --tcb-applied-color:rgb(255,255,255) !important; font-weight: var(--tve-font-weight,var(--g-regular-weight,normal)) !important; --tve-font-weight:var(--g-regular-weight,normal) !important; text-decoration: var(--tve-text-decoration,none) !important; --tve-text-decoration:none !important; background-image: linear-gradient(var(--tcb-local-color-5098b),var(--tcb-local-color-5098b)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17eba287371"].tve-state-hover { color: var(--tve-color,rgb(255,255,255)) !important; --tve-color:rgb(255,255,255) !important; --tcb-applied-color:rgb(255,255,255) !important; font-weight: var(--tve-font-weight,var(--g-regular-weight,normal)) !important; --tve-font-weight:var(--g-regular-weight,normal) !important; text-decoration: var(--tve-text-decoration,none) !important; --tve-text-decoration:none !important; background-image: linear-gradient(var(--tcb-local-color-5098b),var(--tcb-local-color-5098b)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6439 .content-section [data-css="tve-u-17eba287373"] { --g-regular-weight:400; --g-bold-weight:500; border: none; font-size: var(--tve-font-size,16px); --tve-font-size:16px; color: var(--tve-color,rgb(120,120,120)); --tve-color:rgb(120,120,120); --tcb-applied-color:rgb(120,120,120); font-weight: var(--tve-font-weight,var(--g-regular-weight,normal)); --tve-font-weight:var(--g-regular-weight,normal); line-height: var(--tve-line-height,1.4em); --tve-line-height:1.4em; padding: 10px 15px !important; margin-top: 0px !important; margin-bottom: 0px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17eba287373"]:hover { font-weight: var(--tve-font-weight,var(--g-regular-weight,normal)) !important; --tve-font-weight:var(--g-regular-weight,normal) !important; color: var(--tve-color,rgb(255,255,255)) !important; --tve-color:rgb(255,255,255) !important; --tcb-applied-color:rgb(255,255,255) !important; background-image: linear-gradient(var(--tcb-local-color-5098b),var(--tcb-local-color-5098b)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17eba287373"].tve-state-hover { font-weight: var(--tve-font-weight,var(--g-regular-weight,normal)) !important; --tve-font-weight:var(--g-regular-weight,normal) !important; color: var(--tve-color,rgb(255,255,255)) !important; --tve-color:rgb(255,255,255) !important; --tcb-applied-color:rgb(255,255,255) !important; background-image: linear-gradient(var(--tcb-local-color-5098b),var(--tcb-local-color-5098b)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6439 .content-section [data-css="tve-u-17eba287373"].tve-state-expanded { font-weight: var(--tve-font-weight,var(--g-bold-weight,bold)); --tve-font-weight:var(--g-bold-weight,bold); color: var(--tve-color,rgb(51,51,51)); --tve-color:rgb(51,51,51); --tcb-applied-color:rgb(51,51,51); background-image: linear-gradient(var(--tcb-local-color-e7865),var(--tcb-local-color-e7865)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6439 .content-section [data-css="tve-u-17eba287374"] { --g-regular-weight:400; --g-bold-weight:500; border: none; font-size: var(--tve-font-size,16px); --tve-font-size:16px; color: var(--tve-color,rgb(120,120,120)); --tve-color:rgb(120,120,120); --tcb-applied-color:rgb(120,120,120); font-weight: var(--tve-font-weight,var(--g-regular-weight,normal)); --tve-font-weight:var(--g-regular-weight,normal); line-height: var(--tve-line-height,1.4em); --tve-line-height:1.4em; padding: 10px 15px !important; margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17eba287374"]:hover { font-weight: var(--tve-font-weight,var(--g-regular-weight,normal)) !important; --tve-font-weight:var(--g-regular-weight,normal) !important; color: var(--tve-color,rgb(255,255,255)) !important; --tve-color:rgb(255,255,255) !important; --tcb-applied-color:rgb(255,255,255) !important; background-image: linear-gradient(var(--tcb-local-color-5098b),var(--tcb-local-color-5098b)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17eba287374"].tve-state-hover { font-weight: var(--tve-font-weight,var(--g-regular-weight,normal)) !important; --tve-font-weight:var(--g-regular-weight,normal) !important; color: var(--tve-color,rgb(255,255,255)) !important; --tve-color:rgb(255,255,255) !important; --tcb-applied-color:rgb(255,255,255) !important; background-image: linear-gradient(var(--tcb-local-color-5098b),var(--tcb-local-color-5098b)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6439 .content-section [data-css="tve-u-17eba287374"].tve-state-expanded { font-weight: var(--tve-font-weight,var(--g-bold-weight,bold)); --tve-font-weight:var(--g-bold-weight,bold); color: var(--tve-color,rgb(51,51,51)); --tve-color:rgb(51,51,51); --tcb-applied-color:rgb(51,51,51); background-image: linear-gradient(var(--tcb-local-color-e7865),var(--tcb-local-color-e7865)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6439 .content-section [data-css="tve-u-17eba287371"].tve-state-expanded { color: var(--tve-color,rgb(51,51,51)); --tve-color:rgb(51,51,51); --tcb-applied-color:rgb(51,51,51); background-image: linear-gradient(var(--tcb-local-color-e7865),var(--tcb-local-color-e7865)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6439 .content-section [data-css="tve-u-17eba28736f"] { --tve-color:var(--tcb-local-color-5098b); --tve-applied---tve-color:var$(--tcb-local-color-5098b); padding: 0px 0px 15px !important; margin: 0px !important; border-bottom: 2px solid var(--tcb-local-color-5098b) !important; }.tve-theme-6439 .content-section [data-css="tve-u-17eba28736f"] .tve-toc-title-icon { font-size: 18px !important; width: 18px !important; height: 18px !important; }.tve-theme-6439 .content-section [data-css="tve-u-17eba28736f"].tve-state-expanded { --animation-angle:-90deg; }.tve-theme-6439 .content-section [data-css="tve-u-17eba28736d"] .tve_sep { background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important; width: 1px !important; --tve-applied-background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)) !important; }:not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17eba28736f"] p, :not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17eba28736f"] li, :not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17eba28736f"] blockquote, :not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17eba28736f"] address, :not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17eba28736f"] .tcb-plain-text, :not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17eba28736f"] label, :not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17eba28736f"] h1, :not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17eba28736f"] h2, :not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17eba28736f"] h3, :not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17eba28736f"] h4, :not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17eba28736f"] h5, :not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17eba28736f"] h6 { color: var(--tve-color,var(--tcb-local-color-5098b)); --tve-applied-color:var$(--tve-color,var$(--tcb-local-color-5098b)); --tcb-applied-color:var$(--tcb-local-color-5098b); }.tve-theme-6439 .content-section [data-css="tve-u-17eba287372"] { padding: 0px !important; }.tve-theme-6439 .content-section [data-css="tve-u-173dc888a58"] { padding: 0px !important; }.tve-theme-6439 .content-section [data-css="tve-u-173dc8891dc"] { padding: 0px !important; }.tve-theme-6439 .content-section [data-css="tve-u-17f07bb32a8"] .tcb-button-link { border-radius: 100px; overflow: hidden; box-shadow: none; padding: 20px 30px 20px 20px !important; background-color: var(--tcb-local-color-b8f82) !important; background-image: none !important; }:not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17f07bb32a8"]:hover .tcb-button-link span { color: var(--tve-color, rgb(255, 255, 255)) !important; --tcb-applied-color:rgb(255, 255, 255) !important; }:not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17f07bb32a8"]:hover { --tve-color:rgb(255, 255, 255) !important; }:not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17f07bb32a8"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: var(--tcb-local-color-b8f82) !important; }.tve-theme-6439 .content-section [data-css="tve-u-17f07bb32a8"] { --tcb-local-color-a2102:rgb(19, 114, 211); --tve-alignment:center; float: none; --tcb-local-color-b8f82:var(--tcb-color-1) !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 50px !important; }:not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17f07bb32ac"] { letter-spacing: 3px; text-transform: uppercase !important; font-size: 16px !important; }.tve-theme-6439 .content-section [data-css="tve-u-17f07bb32ac"] { font-weight: var(--g-bold-weight, bold) !important; }:not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17f07bb32ae"] { letter-spacing: 2px; font-size: 14px !important; color: rgba(255, 255, 255, 0.85) !important; --tcb-applied-color:rgba(255, 255, 255, 0.85) !important; line-height: 1em !important; }.tve-theme-6439 .content-section [data-css="tve-u-17f07bb32b1"] { font-size: 24px; width: 24px; height: 24px; --tcb-local-color-icon:rgb(255, 255, 255); --tcb-local-color-var:rgb(255, 255, 255); --tve-icon-size:24px; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fc0"] { max-width: 29.7%; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fc5"] { max-width: 70.3%; }:not(#tve) .tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fbd"] p, :not(#tve) .tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fbd"] li, :not(#tve) .tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fbd"] blockquote, :not(#tve) .tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fbd"] address, :not(#tve) .tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fbd"] .tcb-plain-text, :not(#tve) .tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fbd"] label { font-style: normal; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fbd"] p { padding: 0px !important; margin: 0px !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fc3"] { box-shadow: rgba(0, 0, 0, 0.12) 17px 14px 16px 0px; background-image: url(https://secure.gravatar.com/avatar/1dc1437b326bc1b772700e2ded7b4b89?s=256&d=blank&r=g&dynamic_author=1) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fc2"] { width: 180px; top: -60px; left: -30px; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; z-index: 12 !important; position: relative !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fc4"] { height: 200px !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fc2"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fbe"] { margin-left: -30px; padding: 0px !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fbd"] { border: 2px solid var(--tcb-skin-color-0); margin: 0px !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fcb"] { top: 0px; position: relative; float: left; z-index: 3; padding: 0px !important; margin: 0px !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fc1"] { padding-top: 0px !important; padding-bottom: 0px !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fc6"] { padding: 0px 3% 3% 0% !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fbe"] > .tcb-flex-col { padding-left: 30px; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fd0"] { padding: 0px !important; margin-bottom: 0px !important; margin-top: 0px !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fc7"] { padding: 12px 0px !important; margin-top: -65px !important; margin-bottom: 40px !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fcf"] { float: left; z-index: 3; position: relative; padding: 0px !important; margin: 0px 0px 0px 24px !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fce"]::after { clear: both; }.tve-theme-6439 .sidebar-section [data-css="tve-u-16e8d08a6d4"] { padding-top: 60px !important; padding-left: 30px !important; padding-bottom: 1px !important; }:not(#tve) .tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fcc"] { text-transform: none !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fd1"] { font-size: 16px !important; line-height: 1.65em !important; }.tve-theme-6439 .content-section [data-css="tve-u-17f4a7a1522"] { padding: 0px !important; margin-bottom: 15px !important; }.tve-theme-6439 .content-section [data-css="tve-u-17f4a7a1519"] { max-width: 35.7%; }.tve-theme-6439 .content-section [data-css="tve-u-17f4a7a151e"] { max-width: 64.3%; }:not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17f4a7a1517"] p, :not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17f4a7a1517"] li, :not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17f4a7a1517"] blockquote, :not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17f4a7a1517"] address, :not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17f4a7a1517"] .tcb-plain-text, :not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17f4a7a1517"] label { font-style: normal; }.tve-theme-6439 .content-section [data-css="tve-u-17f4a7a1518"] > .tcb-flex-col { padding-left: 20px; }.tve-theme-6439 .content-section [data-css="tve-u-17f4a7a1518"] { margin-left: -20px; padding: 0px !important; }.tve-theme-6439 .content-section [data-css="tve-u-17f4a7a1517"] { margin: 0px !important; }.tve-theme-6439 .content-section [data-css="tve-u-17f4a7a1517"] p { padding: 0px !important; margin: 0px !important; }.tve-theme-6439 .content-section [data-css="tve-u-17f4a7a151a"] { background-image: linear-gradient(rgba(255, 255, 255, 0) 45%, rgba(0, 0, 0, 0.75) 100%), url(https://secure.gravatar.com/avatar/1dc1437b326bc1b772700e2ded7b4b89?s=256&d=blank&r=g&dynamic_author=1) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; padding: 20px !important; }:not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17f4a7a151a"] p, :not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17f4a7a151a"] li, :not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17f4a7a151a"] blockquote, :not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17f4a7a151a"] address, :not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17f4a7a151a"] .tcb-plain-text, :not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17f4a7a151a"] label, :not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17f4a7a151a"] h1, :not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17f4a7a151a"] h2, :not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17f4a7a151a"] h3, :not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17f4a7a151a"] h4, :not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17f4a7a151a"] h5, :not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17f4a7a151a"] h6 { color: rgb(255, 255, 255); --tcb-applied-color:rgb(255,255,255); }.tve-theme-6439 .content-section [data-css="tve-u-17f4a7a1518"] > .tcb-flex-col > .tcb-col { justify-content: flex-end; }:not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17f4a7a151c"] { letter-spacing: 1px; font-weight: var(--g-bold-weight,bold) !important; font-size: 18px !important; }.tve-theme-6439 .content-section [data-css="tve-u-17f4a7a151b"] { padding: 0px !important; }:not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17f4a7a1521"] { --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-size: 18px !important; font-weight: var(--g-bold-weight,bold) !important; color: var(--tcb-skin-color-4) !important; }.tve-theme-6439 .content-section [data-css="tve-u-17f4a7a1520"] { padding: 0px !important; margin-bottom: 15px !important; }.tve-theme-6439 .content-section [data-css="tve-u-17f4a7a151f"] { padding-right: 20px !important; padding-bottom: 0px !important; }.tve-theme-6439 .content-section [data-css="tve-u-16e8d3838e9"] { padding: 0px !important; }:not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-17f4a7a1523"] { padding-bottom: 10px !important; margin-bottom: 0px !important; font-size: 16px !important; line-height: 1.7em !important; }.tve-theme-6439 .content-section [data-css="tve-u-17f4a7a1524"] .tve_social_items { font-size: 11px !important; }.tve-theme-6439 .content-section [data-css="tve-u-17f4a7a1524"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6424 #wrapper { --header-background-width:100%; --footer-background-width:100%; --top-background-width:100%; --bottom-background-width:100%; }.tve-theme-6424 .content-section .section-content { padding: 20px 10px !important; }.tve-theme-6424 .main-container { padding: 20px 10px !important; }.tve-theme-6424 .content-section .checkout-template-wrapper { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; background-color: transparent !important; }.tve-theme-6424 .top-section .section-background { border-top: 1px solid var(--tcb-skin-color-14); border-right: none; border-bottom: 1px solid var(--tcb-skin-color-14); border-left: none; border-image: initial; background-color: rgb(255, 255, 255) !important; background-image: linear-gradient(var(--tcb-skin-color-1), var(--tcb-skin-color-1)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6424 .top-section .section-content { display: flex; text-align: center; --tve-color:rgb(255, 255, 255); justify-content: flex-end; flex-direction: column; padding: 40px 20px !important; min-height: 1px !important; }.tve-theme-6424 .top-section [data-css="tve-u-1705cdb4152"] { padding: 0px !important; }:not(#tve) .tve-theme-6424 .top-section [data-css="tve-u-17274963a21"] { letter-spacing: 4px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 11px !important; text-transform: uppercase !important; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255, 255, 255) !important; }.tve-theme-6424 .bottom-section .section-background { background-color: var(--tcb-skin-color-2) !important; background-image: none !important; }.tve-theme-6424 .bottom-section .section-content { justify-content: center; display: flex; flex-direction: column; min-height: 130px !important; padding: 40px 20px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f0121a55"] { margin-left: -20px; padding: 0px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f0121a57"] { margin-top: 0px !important; margin-bottom: 0px !important; background-color: transparent !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f0121a5e"] { max-width: 25.1%; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f0121a62"] { max-width: 24.9%; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f02823f6"] { max-width: 25%; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f0349550"] { font-size: 34px; width: 34px; height: 34px; border-radius: 0px; overflow: hidden; border: none; padding: 1px !important; margin-top: 0px !important; margin-bottom: 0px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6424 .bottom-section [data-css="tve-u-172f0349550"] > :first-child { color: var(--tcb-skin-color-0); }:not(#tve) .tve-theme-6424 .bottom-section [data-css="tve-u-172f03d7ad8"] { letter-spacing: 0px; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: capitalize !important; font-size: 16px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-weight: var(--g-bold-weight, bold) !important; line-height: 1.6em !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f03e133e"] { position: relative !important; padding: 0px !important; }:not(#tve) .tve-theme-6424 .bottom-section [data-css="tve-u-172f03e596c"] { letter-spacing: 1px; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: uppercase !important; font-size: 9px !important; color: rgba(0, 0, 0, 0.5) !important; --tcb-applied-color:rgba(0, 0, 0, 0.5) !important; font-weight: var(--g-bold-weight, bold) !important; line-height: 1.6em !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f0121a55"] > .tcb-flex-col { padding-left: 20px; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f0448dd6"] { max-width: 18.5%; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f0448e00"] { max-width: 81.5%; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f044ae30"] { padding: 0px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f044b119"] { margin: 0px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f044ae30"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f04a8abc"] { font-size: 34px; width: 34px; height: 34px; border-radius: 0px; overflow: hidden; border: none; padding: 1px !important; margin-top: 0px !important; margin-bottom: 0px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6424 .bottom-section [data-css="tve-u-172f04a8abc"] > :first-child { color: var(--tcb-skin-color-0); }.tve-theme-6424 .bottom-section [data-css="tve-u-172f04bd161"] { font-size: 34px; width: 34px; height: 34px; border-radius: 0px; overflow: hidden; border: none; padding: 1px !important; margin-top: 0px !important; margin-bottom: 0px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6424 .bottom-section [data-css="tve-u-172f04bd161"] > :first-child { color: var(--tcb-skin-color-0); }:not(#tve) .tve-theme-6424 .bottom-section [data-css="tve-u-172f04c2dbf"] { letter-spacing: 0px; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: capitalize !important; font-size: 16px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-weight: var(--g-bold-weight, bold) !important; line-height: 1.6em !important; }:not(#tve) .tve-theme-6424 .bottom-section [data-css="tve-u-172f04c38b5"] { letter-spacing: 0px; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: capitalize !important; font-size: 16px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-weight: var(--g-bold-weight, bold) !important; line-height: 1.6em !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f04c6682"] { padding: 1px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f04d338e"] { padding: 1px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f04d4a7b"] { padding: 1px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f04e38b8"] { padding: 0px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f04e38b8"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f04f7b91"] { padding: 0px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f04f7b91"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f051dfbb"] { max-width: 25%; }.tve-theme-6424 .bottom-section [data-css="tve-u-17304551d71"] { padding-left: 0px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-17304551d6f"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6424 .bottom-section [data-css="tve-u-17304551d6e"] { z-index: 6; --tve-color:var(--tcb-skin-color-3); margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-17304551d6f"] { padding-bottom: 0px !important; padding-top: 0px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-17304551d73"] { max-width: 14.7%; }.tve-theme-6424 .bottom-section [data-css="tve-u-17304551d70"] { max-width: 10%; }.tve-theme-6424 .bottom-section [data-css="tve-u-17304551d6a"] { margin: 0px 0px 40px !important; padding: 1px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-17304551d78"] { margin-bottom: 10px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-17304551d76"] { padding: 0px !important; margin-bottom: 5px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-17304551d74"] { padding: 0px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-17304551d6c"] { z-index: 2; padding: 20px !important; margin: 0px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-17304551d72"] { float: none; width: 74px; z-index: 5; border: 3px solid var(--tcb-skin-color-1); border-radius: 60px; overflow: hidden; margin: 2px auto !important; padding-top: 1px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-17304551d6d"] { border: none !important; background-color: rgb(255, 255, 255) !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-17304551d6b"] p { margin: 0px !important; padding: 0px !important; }:not(#tve) .tve-theme-6424 .bottom-section [data-css="tve-u-17304551d6e"] p, :not(#tve) .tve-theme-6424 .bottom-section [data-css="tve-u-17304551d6e"] li, :not(#tve) .tve-theme-6424 .bottom-section [data-css="tve-u-17304551d6e"] blockquote, :not(#tve) .tve-theme-6424 .bottom-section [data-css="tve-u-17304551d6e"] address, :not(#tve) .tve-theme-6424 .bottom-section [data-css="tve-u-17304551d6e"] .tcb-plain-text, :not(#tve) .tve-theme-6424 .bottom-section [data-css="tve-u-17304551d6e"] label, :not(#tve) .tve-theme-6424 .bottom-section [data-css="tve-u-17304551d6e"] h1, :not(#tve) .tve-theme-6424 .bottom-section [data-css="tve-u-17304551d6e"] h2, :not(#tve) .tve-theme-6424 .bottom-section [data-css="tve-u-17304551d6e"] h3, :not(#tve) .tve-theme-6424 .bottom-section [data-css="tve-u-17304551d6e"] h4, :not(#tve) .tve-theme-6424 .bottom-section [data-css="tve-u-17304551d6e"] h5, :not(#tve) .tve-theme-6424 .bottom-section [data-css="tve-u-17304551d6e"] h6 { color: var(--tve-color, var(--tcb-skin-color-3)); --tcb-applied-color:var$(--tcb-skin-color-3); }.tve-theme-6424 .bottom-section [data-css="tve-u-17304563b89"] { font-size: 27px !important; }:not(#tve) .tve-theme-6424 .bottom-section .thrv-content-box [data-css="tve-u-1730456739a"] p, :not(#tve) .tve-theme-6424 .bottom-section .thrv-content-box [data-css="tve-u-1730456739a"] li, :not(#tve) .tve-theme-6424 .bottom-section .thrv-content-box [data-css="tve-u-1730456739a"] blockquote, :not(#tve) .tve-theme-6424 .bottom-section .thrv-content-box [data-css="tve-u-1730456739a"] address, :not(#tve) .tve-theme-6424 .bottom-section .thrv-content-box [data-css="tve-u-1730456739a"] .tcb-plain-text, :not(#tve) .tve-theme-6424 .bottom-section .thrv-content-box [data-css="tve-u-1730456739a"] label { font-size: var(--tve-font-size, 14px); }.tve-theme-6424 .bottom-section [data-css="tve-u-1730456739a"] { --tve-font-size:14px; }.tve-theme-6424 .bottom-section [data-css="tve-u-173045693f0"] { max-width: 75.3%; }.tve-theme-6424 .sidebar-section .section-background { border: medium none; background-color: transparent !important; }.tve-theme-6424 .sidebar-section .section-content { padding: 20px 10px !important; }.tve-theme-6424 .sidebar-section { margin: 0px !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-1725ba1e54e"] { border-radius: 4px; overflow: hidden; background-color: var(--tcb-skin-color-2) !important; background-image: url(https://nuriahidalgo.com/wp-content/uploads/thrive-theme/images/WooCommerce-Sidebar-texture02.jpg) !important; border: none !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-1725ba26717"] { text-align: center; min-height: 185px !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-1725bac5eae"] { padding: 0px 20px 20px !important; margin-bottom: 40px !important; margin-top: 40px !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299451e08"] { float: none; padding: 0px !important; background-color: transparent !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299ca265f"] { float: none; max-width: 99px; margin-bottom: 20px !important; margin-left: auto !important; margin-right: auto !important; background-color: rgb(255, 255, 255) !important; padding: 8px !important; background-image: none !important; }:not(#tve) .tve-theme-6424 .sidebar-section [data-css="tve-u-17299cd57a8"] { padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 20px !important; line-height: 1.3em !important; font-weight: var(--g-bold-weight, bold) !important; color: var(--tcb-skin-color-3) !important; --tcb-applied-color:var$(--tcb-skin-color-3) !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299d28974"] .tcb-button-link { border-radius: 185px; overflow: hidden; letter-spacing: var(--tve-letter-spacing, 2px); box-shadow: 0px 4px 16px 0px var(--tcb-local-color-3d2c0); padding: 16px !important; background-color: var(--tcb-local-color-1d30b) !important; }:not(#tve) .tve-theme-6424 .sidebar-section [data-css="tve-u-17299d28974"] .tcb-button-link { font-size: var(--tve-font-size, 11px) !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299d28974"] { --tve-font-size:11px; --tve-letter-spacing:2px; --tve-font-weight:var(--g-bold-weight, bold); --tcb-local-color-48d06:rgb(19, 114, 211); --tcb-local-color-bd5e5:rgba(19, 114, 211, 0.2); --tcb-local-color-1d30b:var(--tcb-skin-color-0); --tcb-local-color-3d2c0:rgba(20, 115, 210, 0.2); float: none; --tve-text-transform:uppercase; --tve-color:rgb(255, 255, 255); --tve-applied---tve-color:rgb(255, 255, 255); margin: 0px auto !important; }:not(#tve) .tve-theme-6424 .sidebar-section [data-css="tve-u-17299d28974"] .tcb-button-link span { font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); text-transform: var(--tve-text-transform, uppercase); color: var(--tve-color, rgb(255, 255, 255)); --tve-applied-color:var$(--tve-color, rgb(255, 255, 255)); --tcb-applied-color:rgb(255, 255, 255); }:not(#tve) .tve-theme-6424 .sidebar-section [data-css="tve-u-17299d28974"]:hover .tcb-button-link { box-shadow: 0px 14px 40px 0px var(--tcb-local-color-3d2c0) !important; background-color: var(--tcb-local-color-1d30b) !important; }:not(#tve) .tve-theme-6424 .sidebar-section [data-css="tve-u-17299d3b4c7"] { padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 29px !important; color: var(--tcb-skin-color-13) !important; --tcb-applied-color:var$(--tcb-skin-color-13) !important; line-height: 1em !important; font-style: normal !important; }:not(#tve) .tve-theme-6424 .sidebar-section [data-css="tve-u-17299dac94f"] { letter-spacing: 1px; padding-bottom: 4px !important; margin-bottom: 0px !important; text-transform: uppercase !important; font-size: 13px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-weight: var(--g-bold-weight, bold) !important; line-height: 1.3em !important; }:not(#tve) .tve-theme-6424 .sidebar-section [data-css="tve-u-17299dac951"] { letter-spacing: 1px; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: none !important; font-size: 11px !important; color: rgba(0, 0, 0, 0.65) !important; --tcb-applied-color:rgba(0, 0, 0, 0.65) !important; font-weight: var(--g-regular-weight, normal) !important; line-height: 1.3em !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299dac952"] { margin-left: -12px; padding: 1px !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299dac953"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299dac952"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299dac952"] > .tcb-flex-col { padding-left: 12px; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299dac955"] { max-width: 36.8%; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299dac956"] { max-width: 63.2%; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299dac964"] { padding: 8px !important; margin: 0px !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299dac966"] { font-size: 18px; width: 18px; height: 18px; border-radius: 100px; overflow: hidden; border: 1px solid rgba(0, 0, 0, 0.16); padding: 17px !important; margin-top: 0px !important; margin-bottom: 0px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6424 .sidebar-section [data-css="tve-u-17299dac966"] > :first-child { color: var(--tcb-skin-color-4); }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299dac967"]::after { clear: both; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299dc406f"] { background-color: var(--tcb-skin-color-2) !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299dd7209"] { padding: 8px !important; margin: 0px 0px 8px !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299ddf06d"] { padding: 8px !important; margin: 0px 0px 8px !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299deb6e1"] { font-size: 18px; width: 18px; height: 18px; border-radius: 100px; overflow: hidden; border: 1px solid rgba(0, 0, 0, 0.16); padding: 17px !important; margin-top: 0px !important; margin-bottom: 0px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6424 .sidebar-section [data-css="tve-u-17299deb6e1"] > :first-child { color: var(--tcb-skin-color-4); }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299dec597"] { font-size: 18px; width: 18px; height: 18px; border-radius: 100px; overflow: hidden; border: 1px solid rgba(0, 0, 0, 0.16); padding: 17px !important; margin-top: 0px !important; margin-bottom: 0px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6424 .sidebar-section [data-css="tve-u-17299dec597"] > :first-child { color: var(--tcb-skin-color-4); }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299e9512b"] { margin-left: -12px; padding: 1px !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299e9512b"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299e9512b"] > .tcb-flex-col { padding-left: 12px; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299e95f26"] { margin-left: -12px; padding: 1px !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299e95f26"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299e95f26"] > .tcb-flex-col { padding-left: 12px; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299e9725b"] { margin-left: -12px; padding: 1px !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299e9725b"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299e9725b"] > .tcb-flex-col { padding-left: 12px; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299e991f6"] { font-size: 18px; width: 18px; height: 18px; border-radius: 100px; overflow: hidden; border: 1px solid rgba(0, 0, 0, 0.16); padding: 17px !important; margin-top: 0px !important; margin-bottom: 0px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6424 .sidebar-section [data-css="tve-u-17299e991f6"] > :first-child { color: var(--tcb-skin-color-4); }:not(#tve) .tve-theme-6424 .sidebar-section [data-css="tve-u-17299ea959f"] { letter-spacing: 1px; padding-bottom: 4px !important; margin-bottom: 0px !important; text-transform: uppercase !important; font-size: 13px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-weight: var(--g-bold-weight, bold) !important; line-height: 1.3em !important; }:not(#tve) .tve-theme-6424 .sidebar-section [data-css="tve-u-17299eaa4a7"] { letter-spacing: 1px; padding-bottom: 4px !important; margin-bottom: 0px !important; text-transform: uppercase !important; font-size: 13px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-weight: var(--g-bold-weight, bold) !important; line-height: 1.3em !important; }:not(#tve) .tve-theme-6424 .sidebar-section [data-css="tve-u-17299eab053"] { letter-spacing: 1px; padding-bottom: 4px !important; margin-bottom: 0px !important; text-transform: uppercase !important; font-size: 13px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-weight: var(--g-bold-weight, bold) !important; line-height: 1.3em !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299ec002b"] { padding: 8px !important; margin: 0px 0px 8px !important; }:not(#tve) .tve-theme-6424 .sidebar-section [data-css="tve-u-172b8a1f92b"] { letter-spacing: 1px; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: capitalize !important; font-size: 11px !important; color: rgba(0, 0, 0, 0.65) !important; --tcb-applied-color:rgba(0, 0, 0, 0.65) !important; font-weight: var(--g-regular-weight, normal) !important; line-height: 1.3em !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-1725bac5eae"] > .tve-cb { display: block; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17300cf1d4a"]::after { clear: both; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17300cf2408"]::after { clear: both; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17300cf2b1e"]::after { clear: both; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17300cf515e"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17300cf6848"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17300cf8049"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17304aa32b5"] { max-width: 36.8%; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17304aa32b8"] { max-width: 63.2%; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17304aa49a2"] { max-width: 36.8%; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17304aa49a5"] { max-width: 63.2%; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17304aa5040"] { max-width: 36.8%; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17304aa5042"] { max-width: 63.2%; }.tve-theme-6425 #wrapper { --header-background-width:100%; --footer-background-width:100%; --top-background-width:100%; --bottom-background-width:100%; background-color: transparent !important; }.tve-theme-6425 .content-section .account-template-wrapper { padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6425 .content-section .section-background { border-radius: 0px; overflow: hidden; border: medium none; background-color: rgb(255, 255, 255) !important; }.tve-theme-6425 .content-section { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6425 #content { padding: 0px !important; }.tve-theme-6425 .main-container { padding: 20px 10px !important; }.tve-theme-6425 .top-section .section-background { background-color: rgb(255, 255, 255) !important; background-image: linear-gradient(var(--tcb-skin-color-1), var(--tcb-skin-color-1)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6425 .top-section .section-content { justify-content: center; display: flex; flex-direction: column; --tve-color:rgb(255, 255, 255); min-height: 1px !important; padding: 20px !important; }.tve-theme-6425 .top-section [data-css="tve-u-1725bb57f9f"] .thrive-breadcrumb-path a { --tcb-applied-color:rgba(255, 255, 255, 0.75); font-size: var(--tve-font-size, 11px) !important; text-transform: var(--tve-text-transform, uppercase) !important; letter-spacing: var(--tve-letter-spacing, 1px) !important; color: var(--tve-color, rgba(255, 255, 255, 0.75)) !important; }.tve-theme-6425 .top-section [data-css="tve-u-1725bb57f9f"] .thrive-breadcrumb-path { --tve-font-size:11px; --tve-text-transform:uppercase; --tve-letter-spacing:1px; --tve-color:rgba(255, 255, 255, 0.75); }.tve-theme-6425 .top-section [data-css="tve-u-1725bb57f9f"] .thrive-breadcrumb-leaf span { --tcb-applied-color:rgb(255, 255, 255); font-size: var(--tve-font-size, 11px) !important; text-transform: var(--tve-text-transform, uppercase) !important; letter-spacing: var(--tve-letter-spacing, 1px) !important; color: var(--tve-color, rgb(255, 255, 255)) !important; }.tve-theme-6425 .top-section [data-css="tve-u-1725bb57f9f"] .thrive-breadcrumb-leaf { --tve-font-size:11px; --tve-text-transform:uppercase; --tve-letter-spacing:1px; --tve-color:rgb(255, 255, 255); }.tve-theme-6425 .top-section [data-css="tve-u-1725bb57f9f"] { padding: 1px !important; }:not(#tve) .tve-theme-6425 .top-section [data-css="tve-u-1725bb57f9f"] .thrive-breadcrumb-separator { font-size: 10px !important; width: 10px !important; height: 10px !important; }:not(#tve) .tve-theme-6425 .top-section [data-css="tve-u-1725bb57f9f"] .thrive-breadcrumb-path:hover a { text-decoration: var(--tve-text-decoration, none ) !important; color: var(--tve-color, var(--tcb-skin-color-3)) !important; --tcb-applied-color:var$(--tcb-skin-color-3) !important; }:not(#tve) .tve-theme-6425 .top-section [data-css="tve-u-1725bb57f9f"] .thrive-breadcrumb-path:hover { --tve-text-decoration:none !important; --tve-color:var(--tcb-skin-color-3) !important; }.tve-theme-6425 .top-section .section-content p, .tve-theme-6425 .top-section .section-content li, .tve-theme-6425 .top-section .section-content label, .tve-theme-6425 .top-section .section-content .tcb-plain-text { color: var(--tve-color, rgb(255, 255, 255)); --tcb-applied-color:rgb(255, 255, 255); }.tve-theme-6425 .content-section .section-content { min-height: 624px !important; padding: 20px 10px !important; }.tve-theme-6425 .bottom-section .section-background { background-color: rgb(255, 255, 255) !important; background-image: linear-gradient(var(--tcb-skin-color-1), var(--tcb-skin-color-1)), url(https://nuriahidalgo.com/wp-content/uploads/thrive-theme/images/Simple-top-texture-banner-06_03.jpg) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }.tve-theme-6425 .bottom-section .section-content { display: flex; flex-direction: column; --tve-color:rgb(255, 255, 255); min-height: 1px !important; padding: 0px 20px !important; }.tve-theme-6425 .bottom-section [data-css="tve-u-17298d7b5c5"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6425 .bottom-section [data-css="tve-u-17299791844"] { margin-left: -4px; padding: 0px !important; }.tve-theme-6425 .bottom-section [data-css="tve-u-17299791c13"] { margin: 0px !important; }.tve-theme-6425 .bottom-section [data-css="tve-u-17299791844"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6425 .bottom-section [data-css="tve-u-17299791844"] > .tcb-flex-col { padding-left: 4px; }.tve-theme-6425 .bottom-section [data-css="tve-u-1729eb915ba"] { max-width: 38%; }.tve-theme-6425 .bottom-section [data-css="tve-u-1729eb91604"] { max-width: 18.2%; }.tve-theme-6425 .bottom-section [data-css="tve-u-1729ebe58a7"] { background-image: url(https://nuriahidalgo.com/wp-content/uploads/thrive-theme/images/shapeshift_post_list_image_01-1.jpg) !important; background-color: transparent !important; background-size: cover !important; background-position: 0% 35% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6425 .bottom-section .section-content p, .tve-theme-6425 .bottom-section .section-content li, .tve-theme-6425 .bottom-section .section-content label, .tve-theme-6425 .bottom-section .section-content .tcb-plain-text { color: var(--tve-color, rgb(255, 255, 255)); --tcb-applied-color:rgb(255, 255, 255); }:not(#tve) .tve-theme-6425 .bottom-section [data-css="tve-u-1729ed2a2b0"] { letter-spacing: 8px; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: uppercase !important; font-size: 11px !important; font-weight: var(--g-bold-weight, bold) !important; }.tve-theme-6425 .bottom-section [data-css="tve-u-1729ed50302"] { max-width: 32.7%; }.tve-theme-6425 .bottom-section [data-css="tve-u-1729ed942aa"] { background-image: linear-gradient(var(--tcb-skin-color-8), var(--tcb-skin-color-8)), url(https://nuriahidalgo.com/wp-content/uploads/thrive-theme/images/Homepage-Business_gallery3_03.jpg) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }.tve-theme-6425 .bottom-section [data-css="tve-u-1729ed95a7c"] { max-width: 11.1%; }:not(#tve) .tve-theme-6425 .bottom-section [data-css="tve-u-1729edd8f24"]:hover .tcb-button-link span { color: var(--tve-color, var(--tcb-local-color-5f9fa)) !important; --tcb-applied-color:var$(--tcb-local-color-5f9fa) !important; }:not(#tve) .tve-theme-6425 .bottom-section [data-css="tve-u-1729edd8f24"]:hover { --tve-color:var(--tcb-local-color-5f9fa) !important; }.tve-theme-6425 .bottom-section [data-css="tve-u-1729edd8f24"] .tcb-button-link { border-top: 1px solid var(--tcb-local-color-5f9fa); border-right: 5px solid var(--tcb-local-color-5f9fa); border-bottom: 1px solid var(--tcb-local-color-5f9fa); border-left: 5px solid var(--tcb-local-color-5f9fa); border-image: initial; letter-spacing: var(--tve-letter-spacing, 1px); background-color: transparent !important; padding: 11px !important; }:not(#tve) .tve-theme-6425 .bottom-section [data-css="tve-u-1729edd8f24"] .tcb-button-link span { color: var(--tve-color, var(--tcb-local-color-5f9fa)); --tcb-applied-color:var$(--tcb-local-color-5f9fa); text-transform: var(--tve-text-transform, uppercase); font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); }.tve-theme-6425 .bottom-section [data-css="tve-u-1729edd8f24"] { --tve-color:var(--tcb-local-color-5f9fa); --tve-text-transform:uppercase; --tve-font-size:11px; --tve-letter-spacing:1px; --tve-font-weight:var(--g-bold-weight, bold); --tcb-local-color-76ca1:rgba(19, 114, 211, 0.04); --tcb-local-color-5f9fa:var(--tcb-skin-color-22); --tcb-local-color-89c06:rgba(255, 255, 255, 0.04); float: right; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6425 .bottom-section [data-css="tve-u-1729edd8f24"]:hover .tcb-button-link { background-color: var(--tcb-local-color-89c06) !important; border-top: 1px solid var(--tcb-local-color-5f9fa) !important; border-bottom: 1px solid var(--tcb-local-color-5f9fa) !important; border-left: 5px solid var(--tcb-local-color-5f9fa) !important; border-right: 5px solid var(--tcb-local-color-5f9fa) !important; }.tve-theme-6425 .bottom-section [data-css="tve-u-1729edd8f24"] .tcb-button-link::after { background-attachment: scroll; background-image: none; background-position: 0% 0%; background-repeat: repeat; background-size: auto; background-color: var(--tcb-local-color-89c06) !important; }:not(#tve) .tve-theme-6425 .bottom-section [data-css="tve-u-1729edd8f24"] .tcb-button-link { font-size: var(--tve-font-size, 11px) !important; }.tve-theme-6425 .bottom-section [data-css="tve-u-1729edf9d49"]::after { clear: both; }.tve-theme-6425 .bottom-section [data-css="tve-u-172997a0646"] { padding-top: 20px !important; padding-bottom: 20px !important; }.tve-theme-6425 .bottom-section [data-css="tve-u-1729ee20f38"] { padding-top: 20px !important; padding-bottom: 20px !important; }:not(#layout) .tve-theme-6425 .main-container { --separator-size:15px; --sidebar-size:27.5%; }.tve-theme-6425 .sidebar-section .section-background { border: medium none; background-color: transparent !important; }.tve-theme-6425 .sidebar-section .section-content { padding: 20px 10px !important; }.tve-theme-6425 .sidebar-section { margin: 0px !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-1725ba1e54e"] { border-radius: 4px; overflow: hidden; background-color: var(--tcb-skin-color-2) !important; background-image: url(https://nuriahidalgo.com/wp-content/uploads/thrive-theme/images/WooCommerce-Sidebar-texture02.jpg) !important; border: none !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-1725ba26717"] { text-align: center; min-height: 185px !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-1725bac5eae"] { padding: 0px 20px 20px !important; margin-bottom: 40px !important; margin-top: 40px !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299451e08"] { float: none; padding: 0px !important; background-color: transparent !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299ca265f"] { float: none; max-width: 99px; margin-bottom: 20px !important; margin-left: auto !important; margin-right: auto !important; background-color: rgb(255, 255, 255) !important; padding: 8px !important; background-image: none !important; }:not(#tve) .tve-theme-6425 .sidebar-section [data-css="tve-u-17299cd57a8"] { padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 20px !important; line-height: 1.3em !important; font-weight: var(--g-bold-weight, bold) !important; color: var(--tcb-skin-color-3) !important; --tcb-applied-color:var$(--tcb-skin-color-3) !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299d28974"] .tcb-button-link { border-radius: 185px; overflow: hidden; letter-spacing: var(--tve-letter-spacing, 2px); box-shadow: 0px 4px 16px 0px var(--tcb-local-color-3d2c0); padding: 16px !important; background-color: var(--tcb-local-color-1d30b) !important; }:not(#tve) .tve-theme-6425 .sidebar-section [data-css="tve-u-17299d28974"] .tcb-button-link { font-size: var(--tve-font-size, 11px) !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299d28974"] { --tve-font-size:11px; --tve-letter-spacing:2px; --tve-font-weight:var(--g-bold-weight, bold); --tcb-local-color-48d06:rgb(19, 114, 211); --tcb-local-color-bd5e5:rgba(19, 114, 211, 0.2); --tcb-local-color-1d30b:var(--tcb-skin-color-0); --tcb-local-color-3d2c0:rgba(20, 115, 210, 0.2); float: none; --tve-text-transform:uppercase; --tve-color:rgb(255, 255, 255); --tve-applied---tve-color:rgb(255, 255, 255); margin: 0px auto !important; }:not(#tve) .tve-theme-6425 .sidebar-section [data-css="tve-u-17299d28974"] .tcb-button-link span { font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); text-transform: var(--tve-text-transform, uppercase); color: var(--tve-color, rgb(255, 255, 255)); --tve-applied-color:var$(--tve-color, rgb(255, 255, 255)); --tcb-applied-color:rgb(255, 255, 255); }:not(#tve) .tve-theme-6425 .sidebar-section [data-css="tve-u-17299d28974"]:hover .tcb-button-link { box-shadow: 0px 14px 40px 0px var(--tcb-local-color-3d2c0) !important; background-color: var(--tcb-local-color-1d30b) !important; }:not(#tve) .tve-theme-6425 .sidebar-section [data-css="tve-u-17299d3b4c7"] { padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 29px !important; color: var(--tcb-skin-color-13) !important; --tcb-applied-color:var$(--tcb-skin-color-13) !important; line-height: 1em !important; font-style: normal !important; }:not(#tve) .tve-theme-6425 .sidebar-section [data-css="tve-u-17299dac94f"] { letter-spacing: 1px; padding-bottom: 4px !important; margin-bottom: 0px !important; text-transform: uppercase !important; font-size: 13px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-weight: var(--g-bold-weight, bold) !important; line-height: 1.3em !important; }:not(#tve) .tve-theme-6425 .sidebar-section [data-css="tve-u-17299dac951"] { letter-spacing: 1px; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: none !important; font-size: 11px !important; color: rgba(0, 0, 0, 0.65) !important; --tcb-applied-color:rgba(0, 0, 0, 0.65) !important; font-weight: var(--g-regular-weight, normal) !important; line-height: 1.3em !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299dac952"] { margin-left: -12px; padding: 1px !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299dac953"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299dac952"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299dac952"] > .tcb-flex-col { padding-left: 12px; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299dac955"] { max-width: 36.8%; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299dac956"] { max-width: 63.2%; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299dac964"] { padding: 8px !important; margin: 0px !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299dac966"] { font-size: 18px; width: 18px; height: 18px; border-radius: 100px; overflow: hidden; border: 1px solid rgba(0, 0, 0, 0.16); padding: 17px !important; margin-top: 0px !important; margin-bottom: 0px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6425 .sidebar-section [data-css="tve-u-17299dac966"] > :first-child { color: var(--tcb-skin-color-4); }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299dac967"]::after { clear: both; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299dc406f"] { background-color: var(--tcb-skin-color-2) !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299dd7209"] { padding: 8px !important; margin: 0px 0px 8px !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299ddf06d"] { padding: 8px !important; margin: 0px 0px 8px !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299deb6e1"] { font-size: 18px; width: 18px; height: 18px; border-radius: 100px; overflow: hidden; border: 1px solid rgba(0, 0, 0, 0.16); padding: 17px !important; margin-top: 0px !important; margin-bottom: 0px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6425 .sidebar-section [data-css="tve-u-17299deb6e1"] > :first-child { color: var(--tcb-skin-color-4); }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299dec597"] { font-size: 18px; width: 18px; height: 18px; border-radius: 100px; overflow: hidden; border: 1px solid rgba(0, 0, 0, 0.16); padding: 17px !important; margin-top: 0px !important; margin-bottom: 0px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6425 .sidebar-section [data-css="tve-u-17299dec597"] > :first-child { color: var(--tcb-skin-color-4); }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299e9512b"] { margin-left: -12px; padding: 1px !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299e9512b"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299e9512b"] > .tcb-flex-col { padding-left: 12px; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299e95f26"] { margin-left: -12px; padding: 1px !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299e95f26"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299e95f26"] > .tcb-flex-col { padding-left: 12px; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299e9725b"] { margin-left: -12px; padding: 1px !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299e9725b"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299e9725b"] > .tcb-flex-col { padding-left: 12px; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299e991f6"] { font-size: 18px; width: 18px; height: 18px; border-radius: 100px; overflow: hidden; border: 1px solid rgba(0, 0, 0, 0.16); padding: 17px !important; margin-top: 0px !important; margin-bottom: 0px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6425 .sidebar-section [data-css="tve-u-17299e991f6"] > :first-child { color: var(--tcb-skin-color-4); }:not(#tve) .tve-theme-6425 .sidebar-section [data-css="tve-u-17299ea959f"] { letter-spacing: 1px; padding-bottom: 4px !important; margin-bottom: 0px !important; text-transform: uppercase !important; font-size: 13px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-weight: var(--g-bold-weight, bold) !important; line-height: 1.3em !important; }:not(#tve) .tve-theme-6425 .sidebar-section [data-css="tve-u-17299eaa4a7"] { letter-spacing: 1px; padding-bottom: 4px !important; margin-bottom: 0px !important; text-transform: uppercase !important; font-size: 13px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-weight: var(--g-bold-weight, bold) !important; line-height: 1.3em !important; }:not(#tve) .tve-theme-6425 .sidebar-section [data-css="tve-u-17299eab053"] { letter-spacing: 1px; padding-bottom: 4px !important; margin-bottom: 0px !important; text-transform: uppercase !important; font-size: 13px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-weight: var(--g-bold-weight, bold) !important; line-height: 1.3em !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299ec002b"] { padding: 8px !important; margin: 0px 0px 8px !important; }:not(#tve) .tve-theme-6425 .sidebar-section [data-css="tve-u-172b8a1f92b"] { letter-spacing: 1px; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: capitalize !important; font-size: 11px !important; color: rgba(0, 0, 0, 0.65) !important; --tcb-applied-color:rgba(0, 0, 0, 0.65) !important; font-weight: var(--g-regular-weight, normal) !important; line-height: 1.3em !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-1725bac5eae"] > .tve-cb { display: block; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17300cf1d4a"]::after { clear: both; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17300cf2408"]::after { clear: both; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17300cf2b1e"]::after { clear: both; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17300cf515e"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17300cf6848"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17300cf8049"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17304aa32b5"] { max-width: 36.8%; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17304aa32b8"] { max-width: 63.2%; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17304aa49a2"] { max-width: 36.8%; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17304aa49a5"] { max-width: 63.2%; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17304aa5040"] { max-width: 36.8%; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17304aa5042"] { max-width: 63.2%; }.tve-theme-6426 #wrapper { --header-background-width:100%; --footer-background-width:100%; --top-background-width:100%; --bottom-background-width:100%; }.tve-theme-6426 .main-container { padding: 10px !important; }.tve-theme-6426 .content-section .section-content { padding: 20px 10px !important; min-height: 490px !important; }.tve-theme-6426 .content-section .cart-template-wrapper { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6426 .bottom-section .section-background { border-top: 1px solid rgb(238, 238, 238); background-color: transparent !important; background-image: none !important; }.tve-theme-6426 .bottom-section .section-content { display: flex; flex-direction: column; justify-content: center; text-align: left; --tve-font-size:16px; --tve-color:rgb(180, 180, 180); min-height: 150px !important; padding: 40px 20px !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172efcf6bbb"] { padding: 0px !important; margin-bottom: 0px !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172efcfef9d"] { padding: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6426 .bottom-section [data-css="tve-u-172efd0243e"] { letter-spacing: 2px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 13px !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172efd16917"] { font-size: 18px; margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }.tve-theme-6426 .bottom-section .section-content p, .tve-theme-6426 .bottom-section .section-content li, .tve-theme-6426 .bottom-section .section-content label, .tve-theme-6426 .bottom-section .section-content .tcb-plain-text { font-size: var(--tve-font-size, 16px); color: var(--tve-color, rgb(180, 180, 180)); --tcb-applied-color:rgb(180, 180, 180); }.tve-theme-6426 .bottom-section [data-css="tve-u-172efd48fcd"] { margin-left: -30px; padding: 0px !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172efd4931a"] { margin: 0px !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172efd48fcd"] > .tcb-flex-col { padding-left: 30px; }:not(#tve) .tve-theme-6426 .bottom-section [data-css="tve-u-172effbfcc7"] { letter-spacing: 1px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 13px !important; text-transform: uppercase !important; font-weight: var(--g-bold-weight, bold) !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; text-decoration: none !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172effc9615"] { width: 120px; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172effcd41b"] { padding: 0px !important; margin-bottom: 0px !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172effd3b15"] { max-width: 30.1%; }.tve-theme-6426 .bottom-section [data-css="tve-u-172effd3b42"] { max-width: 45.7%; }.tve-theme-6426 .bottom-section [data-css="tve-u-172effd3b71"] { max-width: 24.2%; }.tve-theme-6426 .bottom-section [data-css="tve-u-172effd7b3a"] { padding: 0px !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172effde4b9"] { width: 120px; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172effc9615"] img { filter: grayscale(100%) blur(0px) brightness(100%) sepia(0%) invert(0%) saturate(100%) contrast(100%) hue-rotate(0deg); }.tve-theme-6426 .bottom-section [data-css="tve-u-172effde4b9"] img { filter: grayscale(100%) blur(0px) brightness(100%) sepia(0%) invert(0%) saturate(100%) contrast(100%) hue-rotate(0deg); }.tve-theme-6426 .bottom-section [data-css="tve-u-172f0040ddd"] { padding: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6426 .bottom-section [data-css="tve-u-172f0054e1c"] { letter-spacing: 1px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 13px !important; text-transform: uppercase !important; font-weight: var(--g-bold-weight, bold) !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; }:not(#tve) .tve-theme-6426 .bottom-section [data-css="tve-u-172f0055d17"] { letter-spacing: 1px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 13px !important; text-transform: uppercase !important; font-weight: var(--g-bold-weight, bold) !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172f007c6a9"] { margin: 0px 0px 14px !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172effd7b3a"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6426 .bottom-section [data-css="tve-u-172efdd9efd"] { padding-left: 40px !important; padding-right: 40px !important; border-right: none !important; border-left: none !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172f0ea6432"] { font-size: 28px; margin-top: 0px !important; margin-bottom: 0px !important; background-color: transparent !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172f0ea6432"] .sr-background { fill: var(--tcb-skin-color-8); }.tve-theme-6426 .bottom-section [data-css="tve-u-172f0ea6432"] .sr-outline { fill: var(--tcb-skin-color-18); }.tve-theme-6426 .bottom-section [data-css="tve-u-172f0ea6432"] .sr-fill { fill: var(--tcb-skin-color-0); }.tve-theme-6426 .bottom-section [data-css="tve-u-172f0ede6ed"] { color: var(--tcb-skin-color-0) !important; }.tve-theme-6426 .bottom-section .thrv-divider[data-css="tve-u-172f0ee9556"] .tve_sep { border-width: 1px !important; border-color: rgb(230, 230, 230) !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172f0ee9556"] { max-width: 20%; padding-top: 5px !important; padding-bottom: 5px !important; margin-bottom: 10px !important; }.tve-theme-6426 .top-section .section-background { background-color: var(--tcb-skin-color-2) !important; background-image: none !important; }.tve-theme-6426 .top-section .section-content { display: flex; flex-direction: column; min-height: 1px !important; padding: 0px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f76"] { padding: 12px 20px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f77"] { max-width: 1080px; margin-top: 0px !important; margin-bottom: 0px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c77d3f78"] { letter-spacing: 2px; padding-bottom: 2px !important; margin-bottom: 0px !important; text-transform: uppercase !important; font-size: 11px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-weight: var(--g-bold-weight, bold) !important; line-height: 1.3em !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f79"] { padding: 1px !important; margin: 0px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f7b"] { margin-left: -20px; padding: 1px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f7d"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f7b"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f7b"] > .tcb-flex-col { padding-left: 20px; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f7e"] { max-width: 28.7%; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f7f"] { max-width: 71.3%; }:not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c77d3f80"] { color: inherit !important; text-decoration-line: none !important; --eff:none !important; text-decoration-color: var(--eff-color, currentColor) !important; }:not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c77d3f80"]:hover { text-decoration-line: none !important; --eff:none !important; text-decoration-color: var(--eff-color, currentColor) !important; color: rgb(112, 112, 112) !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f82"] { padding: 1px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f83"] { padding: 1px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f84"] { max-width: 49.9%; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f85"] { max-width: 50.1%; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f86"]::after { clear: both; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f87"] { margin-left: -21px; padding: 1px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f87"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f87"] > .tcb-flex-col { padding-left: 21px; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f88"] { max-width: 39.3%; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f8a"] { max-width: 60.7%; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f8b"]::after { clear: both; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f8c"] { margin-left: -20px; padding: 1px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f8c"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f8c"] > .tcb-flex-col { padding-left: 20px; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f8d"] { float: left; z-index: 3; position: relative; min-width: 251px; padding: 1px !important; margin: 0px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f8e"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f8f"] { font-size: 20px; width: 20px; height: 20px; border-radius: 100px; overflow: hidden; border: 1px solid rgba(0, 0, 0, 0.08); float: right; z-index: 3; position: relative; padding: 16px !important; margin-top: 0px !important; margin-bottom: 0px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c77d3f8f"] > :first-child { color: var(--tcb-skin-color-4); }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f90"]::after { clear: both; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f91"] { font-size: 16px; margin-left: auto; margin-right: auto; width: 16px; height: 16px; border-radius: 100px; overflow: hidden; float: right; z-index: 3; position: relative; border: 1px solid rgba(0, 0, 0, 0.08); padding: 16px !important; margin-top: 0px !important; margin-bottom: 0px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c77d3f91"] > :first-child { color: var(--tcb-skin-color-4); }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f94"] { font-size: 16px; margin-left: auto; margin-right: auto; width: 16px; height: 16px; border-radius: 100px; overflow: hidden; float: right; z-index: 3; position: relative; border: 1px solid rgba(0, 0, 0, 0.08); padding: 16px !important; margin-top: 0px !important; margin-bottom: 0px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c77d3f94"] > :first-child { color: var(--tcb-skin-color-4); }:not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c77fc740"] { letter-spacing: 2px; padding-bottom: 2px !important; margin-bottom: 0px !important; text-transform: uppercase !important; font-size: 11px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-weight: var(--g-bold-weight, bold) !important; line-height: 1.3em !important; }:not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c78228f4"] { letter-spacing: 2px; padding-bottom: 2px !important; margin-bottom: 0px !important; text-transform: uppercase !important; font-size: 11px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-weight: var(--g-bold-weight, bold) !important; line-height: 1.3em !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c783ce2c"] { background-color: rgb(255, 255, 255) !important; border-bottom: 1px solid rgb(243, 243, 243) !important; border-top: none !important; }:not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c784d60c"] { letter-spacing: 4px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 9px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-weight: var(--g-regular-weight, normal) !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c784f28f"] { --tve-text-transform:uppercase; }.tve-theme-6426 .top-section [data-css="tve-u-172c785027f"] { padding: 0px !important; margin: 0px !important; }:not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c784f28f"] p, :not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c784f28f"] li, :not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c784f28f"] blockquote, :not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c784f28f"] address, :not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c784f28f"] .tcb-plain-text, :not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c784f28f"] label, :not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c784f28f"] h1, :not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c784f28f"] h2, :not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c784f28f"] h3, :not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c784f28f"] h4, :not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c784f28f"] h5, :not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c784f28f"] h6 { text-transform: var(--tve-text-transform, uppercase); }.tve-theme-6426 .top-section [data-css="tve-u-172c79788aa"] { padding: 0px !important; }:not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c79b367e"] { letter-spacing: 1px; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: none !important; font-size: 10px !important; color: rgba(0, 0, 0, 0.65) !important; --tcb-applied-color:rgba(0, 0, 0, 0.65) !important; font-weight: var(--g-regular-weight, normal) !important; line-height: 1.3em !important; }:not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c79b62ea"] { letter-spacing: 1px; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: none !important; font-size: 10px !important; color: rgba(0, 0, 0, 0.65) !important; --tcb-applied-color:rgba(0, 0, 0, 0.65) !important; font-weight: var(--g-regular-weight, normal) !important; line-height: 1.3em !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c79ec22c"] { color: var(--tcb-skin-color-0) !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c7a0f768"] { padding: 10px 20px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c7a0fd5e"] { float: none; margin: 0px auto !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c7a25fdd"] { margin-left: 0px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c7a2fc1d"] { padding: 0px !important; }:not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c7a3cc19"] { letter-spacing: 4px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 9px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-weight: var(--g-bold-weight, bold) !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c7a51825"]::after { clear: both; }.tve-theme-6426 .top-section [data-css="tve-u-172c7a6d171"] { text-align: right; }.tve-theme-6426 .top-section [data-css="tve-u-172c7aa3ee4"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c7ab049a"] { letter-spacing: 1px; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: none !important; font-size: 10px !important; color: rgba(0, 0, 0, 0.65) !important; --tcb-applied-color:rgba(0, 0, 0, 0.65) !important; font-weight: var(--g-regular-weight, normal) !important; line-height: 1.3em !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c7a0f768"] > .tcb-flex-col > .tcb-col { max-height: 1080px; }.tve-theme-6426 .sidebar-section .section-background { border: medium none; background-color: transparent !important; }.tve-theme-6426 .sidebar-section .section-content { text-align: left; --tve-color:var(--tcb-skin-color-3); padding: 20px 10px !important; }.tve-theme-6426 .sidebar-section { margin: 0px !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dba0d1d6"] { padding: 0px !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dba3aeee"] { font-size: 18px; width: 18px; height: 18px; border-radius: 0px; overflow: hidden; border: none; float: left; z-index: 3; position: relative; padding: 6px !important; margin: 0px auto 6px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6426 .sidebar-section [data-css="tve-u-172dba3aeee"] > :first-child { color: var(--tcb-skin-color-0); }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dba3aef2"]::after { clear: both; }:not(#tve) .tve-theme-6426 .sidebar-section [data-css="tve-u-172dba6a799"] { padding-bottom: 0px !important; margin-bottom: 0px !important; font-weight: var(--g-bold-weight, bold) !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dba6cff2"] { padding: 10px 10px 10px 0px !important; margin: 0px 0px 60px !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dbaca35e"] { background-color: rgba(255, 255, 255, 0.7) !important; border: none !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dbaec183"] { padding: 10px 10px 10px 0px !important; margin: 0px 0px 8px !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dbafa3d4"] { padding: 10px 10px 10px 0px !important; margin: 0px !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dbc577c3"] { font-size: 18px; width: 18px; height: 18px; border-radius: 0px; overflow: hidden; border: none; float: left; z-index: 3; position: relative; padding: 6px !important; margin: 0px auto 6px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6426 .sidebar-section [data-css="tve-u-172dbc577c3"] > :first-child { color: var(--tcb-skin-color-0); }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dbc577c7"]::after { clear: both; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dbc58322"] { font-size: 18px; width: 18px; height: 18px; border-radius: 0px; overflow: hidden; border: none; float: left; z-index: 3; position: relative; padding: 6px !important; margin: 0px auto 6px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6426 .sidebar-section [data-css="tve-u-172dbc58322"] > :first-child { color: var(--tcb-skin-color-0); }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dbc58325"]::after { clear: both; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dbc67291"] { width: 500px; margin-top: 0px !important; margin-bottom: 20px !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dbc67291"] .tve_image_frame { height: 100%; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dbf27d6c"] { margin-left: -75px; width: 153% !important; max-width: none !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dbf7020d"] { background-color: rgba(255, 255, 255, 0.7) !important; border: none !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dbf7277b"] { background-color: rgba(255, 255, 255, 0.7) !important; border-top: 1px solid var(--tcb-skin-color-8) !important; border-right: none !important; border-bottom: 1px solid var(--tcb-skin-color-8) !important; border-left: none !important; border-image: initial !important; }.tve-theme-6426 .sidebar-section .section-content p, .tve-theme-6426 .sidebar-section .section-content li, .tve-theme-6426 .sidebar-section .section-content label, .tve-theme-6426 .sidebar-section .section-content .tcb-plain-text { color: var(--tve-color, var(--tcb-skin-color-3)); --tcb-applied-color:var$(--tcb-skin-color-3); }:not(#tve) .tve-theme-6426 .sidebar-section [data-css="tve-u-172dbfdbc6b"] { font-weight: var(--g-bold-weight, bold) !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6426 .sidebar-section [data-css="tve-u-172dbfdcaa3"] { font-weight: var(--g-regular-weight, normal) !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 14px !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dbfe8133"] { margin-bottom: 20px !important; }:not(#tve) .tve-theme-6426 .sidebar-section [data-css="tve-u-172dbfef203"] { padding-bottom: 0px !important; margin-bottom: 0px !important; font-weight: var(--g-bold-weight, bold) !important; }:not(#tve) .tve-theme-6426 .sidebar-section [data-css="tve-u-172dbfefba8"] { padding-bottom: 0px !important; margin-bottom: 0px !important; font-weight: var(--g-bold-weight, bold) !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dbff6940"] { margin-bottom: 10px !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dc03af13"] .tcb-button-link { letter-spacing: var(--tve-letter-spacing, 1px); border: 1px solid var(--tcb-local-color-f8570); background-color: transparent !important; padding: 11px !important; }:not(#tve) .tve-theme-6426 .sidebar-section [data-css="tve-u-172dc03af13"] .tcb-button-link span { font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); color: var(--tve-color, var(--tcb-local-color-f8570)); --tcb-applied-color:var$(--tcb-local-color-f8570); }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dc03af13"] { --tve-font-weight:var(--g-regular-weight, normal); --tve-letter-spacing:1px; --tve-color:var(--tcb-local-color-f8570); --tcb-local-color-ef6da:rgb(19, 114, 211); --tve-font-size:13px; float: left; z-index: 3; position: relative; --tcb-local-color-f8570:var(--tcb-skin-color-0) !important; margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6426 .sidebar-section [data-css="tve-u-172dc03af13"]:hover .tcb-button-link { border: 1px solid var(--tcb-local-color-f8570) !important; background-color: transparent !important; background-image: linear-gradient(var(--tcb-local-color-f8570), var(--tcb-local-color-f8570)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dc03af13"] .tcb-button-link::after { background-color: transparent !important; background-image: linear-gradient(var(--tcb-local-color-f8570), var(--tcb-local-color-f8570)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) .tve-theme-6426 .sidebar-section [data-css="tve-u-172dc03af13"]:hover .tcb-button-link span { color: var(--tve-color, rgb(255, 255, 255)) !important; --tcb-applied-color:rgb(255, 255, 255) !important; }:not(#tve) .tve-theme-6426 .sidebar-section [data-css="tve-u-172dc03af13"]:hover { --tve-color:rgb(255, 255, 255) !important; }:not(#tve) .tve-theme-6426 .sidebar-section [data-css="tve-u-172dc03e2dd"] textarea, :not(#tve) .tve-theme-6426 .sidebar-section [data-css="tve-u-172dc03e2dd"] input { border: none; border-radius: 0px; overflow: hidden; background-color: rgb(248, 249, 250) !important; margin-top: 5px !important; margin-bottom: 5px !important; padding: 14px 8px !important; }:not(#tve) .tve-theme-6426 .sidebar-section [data-css="tve-u-172dc03e2dd"] input, :not(#tve) .tve-theme-6426 .sidebar-section [data-css="tve-u-172dc03e2dd"] select, :not(#tve) .tve-theme-6426 .sidebar-section [data-css="tve-u-172dc03e2dd"] textarea, :not(#tve) .tve-theme-6426 .sidebar-section [data-css="tve-u-172dc03e2dd"] ::placeholder { --tcb-applied-color:var$(--tcb-skin-color-5); font-size: var(--tve-font-size, 11px); letter-spacing: var(--tve-letter-spacing, 1px); color: var(--tve-color, var(--tcb-skin-color-5)) !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dc03e2dd"] { --tve-color:var(--tcb-skin-color-5); --tve-font-size:11px; --tve-letter-spacing:1px; }:not(#tve) .tve-theme-6426 .sidebar-section [data-css="tve-u-172dc049543"] { font-size: 10px !important; font-style: italic !important; color: var(--tcb-skin-color-13) !important; --tcb-applied-color:var$(--tcb-skin-color-13) !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dc04955d"] { --tcb-applied-color:var$(--tcb-skin-color-13) !important; }:not(#tve) .tve-theme-6426 .sidebar-section [data-css="tve-u-172dc03af13"] .tcb-button-link { font-size: var(--tve-font-size, 13px) !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dc0619e9"]::after { clear: both; }:not(#tve) .tve-theme-6426 .sidebar-section [data-css="tve-u-172dc077b56"] { letter-spacing: 1px; font-weight: var(--g-regular-weight, normal) !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 13px !important; color: var(--tcb-skin-color-5) !important; --tcb-applied-color:var$(--tcb-skin-color-5) !important; }:not(#tve) .tve-theme-6426 .sidebar-section [data-css="tve-u-172dc081fc8"] { font-weight: var(--g-bold-weight, bold) !important; padding-bottom: 16px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6426 .sidebar-section :not(#tve) [data-css="tve-u-172dc03e2dd"]:hover input, :not(#tve) .tve-theme-6426 .sidebar-section :not(#tve) [data-css="tve-u-172dc03e2dd"]:hover select, :not(#tve) .tve-theme-6426 .sidebar-section :not(#tve) [data-css="tve-u-172dc03e2dd"]:hover textarea, :not(#tve) .tve-theme-6426 .sidebar-section :not(#tve) [data-css="tve-u-172dc03e2dd"]:hover ::placeholder { color: var(--tve-color, var(--tcb-skin-color-3)) !important; --tcb-applied-color:var$(--tcb-skin-color-3) !important; }:not(#tve) .tve-theme-6426 .sidebar-section [data-css="tve-u-172dc03e2dd"]:hover { --tve-color:var(--tcb-skin-color-3) !important; }:not(#tve) .tve-theme-6426 .sidebar-section :not(#tve) [data-css="tve-u-172dc03e2dd"]:hover input, :not(#tve) .tve-theme-6426 .sidebar-section :not(#tve) [data-css="tve-u-172dc03e2dd"]:hover select, :not(#tve) .tve-theme-6426 .sidebar-section :not(#tve) [data-css="tve-u-172dc03e2dd"]:hover textarea { background-color: rgb(249, 249, 249) !important; }:not(#tve) .tve-theme-6426 .sidebar-section [data-css="tve-u-172dc03e2dd"] input, :not(#tve) .tve-theme-6426 .sidebar-section [data-css="tve-u-172dc03e2dd"] select, :not(#tve) .tve-theme-6426 .sidebar-section [data-css="tve-u-172dc03e2dd"] textarea { background-color: rgb(248, 248, 248) !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dc0acc2e"] { margin-bottom: 60px !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dc0b3b1e"] { margin-bottom: 0px !important; }:not(#tve) .tve-theme-6426 .sidebar-section [data-css="tve-u-172dc0b4589"] { font-weight: var(--g-bold-weight, bold) !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dc0bb92c"] .tve_social_items { font-size: 8px !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-17300ac8dc8"] { margin-bottom: 10px !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dc0bb92c"] { margin-bottom: 0px !important; }.tve-theme-6426 .content-section [data-css="tve-u-17309be5366"] { padding-left: 27px !important; }:not(#tve) .tve-theme-6426 .content-section [data-css="tve-u-17309bf6363"] { padding-bottom: 7px !important; margin-bottom: 0px !important; }.tve-theme-6427 #wrapper { --header-background-width:100%; --footer-background-width:100%; --top-background-width:100%; --bottom-background-width:100%; }.tve-theme-6427 .content-section .section-content { padding: 20px 10px 0px !important; }.tve-theme-6427 .main-container { padding: 10px !important; }.tve-theme-6427 .content-section [data-css="tve-u-173044faf42"] .thrive-breadcrumb-path a { font-size: var(--tve-font-size, 11px) !important; text-transform: var(--tve-text-transform, none) !important; font-weight: var(--tve-font-weight, var(--g-regular-weight, normal) ) !important; letter-spacing: var(--tve-letter-spacing, 2px) !important; }.tve-theme-6427 .content-section [data-css="tve-u-173044faf42"] .thrive-breadcrumb-path { --tve-font-size:11px; --tve-text-transform:none; --tve-font-weight:var(--g-regular-weight, normal) ; --tve-letter-spacing:2px; }.tve-theme-6427 .content-section [data-css="tve-u-173044faf42"] .thrive-breadcrumb-leaf span { font-size: var(--tve-font-size, 11px) !important; text-transform: var(--tve-text-transform, none) !important; letter-spacing: var(--tve-letter-spacing, 2px) !important; }.tve-theme-6427 .content-section [data-css="tve-u-173044faf42"] .thrive-breadcrumb-leaf { --tve-font-size:11px; --tve-text-transform:none; --tve-letter-spacing:2px; }:not(#tve) .tve-theme-6427 .content-section [data-css="tve-u-173044faf42"] .thrive-breadcrumb-separator { font-size: 11px !important; width: 11px !important; height: 11px !important; }.tve-theme-6427 .content-section [data-css="tve-u-173044faf42"] { padding-bottom: 0px !important; margin-bottom: -13px !important; }.tve-theme-6427 .sidebar-section .section-background { border: medium none; background-color: transparent !important; background-image: none !important; }.tve-theme-6427 .sidebar-section .section-content { text-align: center; padding: 20px 10px !important; }.tve-theme-6427 .sidebar-section { margin: 0px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-1725ba1e54e"] { border-radius: 0px; overflow: hidden; background-color: var(--tcb-skin-color-0) !important; background-image: linear-gradient(rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.86)), url(https://nuriahidalgo.com/wp-content/uploads/thrive-theme/images/WooCommerce_Course12_02-1.jpg) !important; border: none !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-1725ba26717"] { min-height: 300px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-1725bac5eae"] { padding: 20px !important; margin-bottom: 40px !important; margin-top: 40px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-17299e2a9f4"] { border-radius: 0px; overflow: hidden; background-image: linear-gradient(rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.58)), url(https://nuriahidalgo.com/wp-content/uploads/thrive-theme/images/WooCommerce-Sidebar-texture02.jpg) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; background-color: rgb(255, 255, 255) !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-17299e35340"] { min-height: 350px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-17299e48a73"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }.tve-theme-6427 .sidebar-section [data-css="tve-u-17299e48a73"] { margin-bottom: 40px !important; margin-top: 0px !important; padding-top: 20px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-1729f03f1b4"] { top: 0px; left: 0px; overflow: hidden; padding: 1px !important; border-top: none !important; border-right: 1px solid rgba(255, 255, 255, 0.2) !important; border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; border-left: 1px solid rgba(255, 255, 255, 0.2) !important; border-image: initial !important; background-color: transparent !important; margin-bottom: 20px !important; background-image: none !important; border-radius: 0px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b75dd6ca"] { margin-bottom: 20px !important; padding: 0px !important; border: none !important; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b76407f7"] { letter-spacing: 1px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 14px !important; font-weight: var(--g-regular-weight, normal) !important; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b76497d1"] { padding-bottom: 0px !important; margin-bottom: 0px !important; font-weight: var(--g-regular-weight, normal) !important; color: var(--tcb-skin-color-3) !important; --tcb-applied-color:var$(--tcb-skin-color-3) !important; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b7671fb8"] { letter-spacing: 1px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 14px !important; font-weight: var(--g-bold-weight, bold) !important; background-color: transparent !important; color: var(--tcb-skin-color-3) !important; --tcb-applied-color:var$(--tcb-skin-color-3) !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b767844c"] .tve_social_items { font-size: 10px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b767844c"] { float: none; margin: 0px auto !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b767af6c"] { margin-bottom: 20px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b795acfa"] { padding: 12px !important; margin-bottom: 8px !important; margin-top: 0px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b796bfd4"] { background-color: transparent !important; border-top: none !important; border-right: none !important; border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important; border-left: none !important; border-image: initial !important; background-image: none !important; }:not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b796cc0a"] p, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b796cc0a"] li, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b796cc0a"] blockquote, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b796cc0a"] address, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b796cc0a"] .tcb-plain-text, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b796cc0a"] label, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b796cc0a"] h1, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b796cc0a"] h2, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b796cc0a"] h3, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b796cc0a"] h4, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b796cc0a"] h5, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b796cc0a"] h6 { color: var(--tve-color, var(--tcb-skin-color-3)); --tcb-applied-color:var$(--tcb-skin-color-3); }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b796cc0a"] { --tve-color:var(--tcb-skin-color-3); --tve-font-size:11px; --tve-line-height:1.4em; text-align: left; }:not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b796cc0a"] p, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b796cc0a"] li, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b796cc0a"] blockquote, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b796cc0a"] address, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b796cc0a"] .tcb-plain-text, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b796cc0a"] label { font-size: var(--tve-font-size, 11px); line-height: var(--tve-line-height, 1.4em); }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b7ae0f29"] { letter-spacing: 1px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 11px !important; text-transform: capitalize !important; font-weight: var(--g-bold-weight, bold) !important; line-height: 1.4em !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b7ca12b5"] { font-size: 22px; width: 22px; height: 22px; border-radius: 0px; overflow: hidden; border: none; float: none; z-index: 3; position: relative; padding: 1px !important; margin: 0px auto 4px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b7ca12b5"] > :first-child { color: var(--tcb-skin-color-3); }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b7e61433"] { padding-bottom: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b7e67c6b"] { padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 44px !important; font-weight: var(--g-bold-weight, bold) !important; line-height: 1.1em !important; color: var(--tcb-skin-color-18) !important; --tcb-applied-color:var$(--tcb-skin-color-18) !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b7e77368"] { width: 117px; position: absolute; top: 34px; right: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b7e7f1ec"] { margin-top: 20px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b7e89de8"] input, :not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b7e89de8"] select, :not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b7e89de8"] textarea { border-radius: 0px; overflow: hidden; border-top: none; border-right: none; border-bottom: 1px solid rgba(255, 255, 255, 0.3); border-left: none; border-image: initial; background-color: rgb(255, 255, 255) !important; padding: 20px !important; margin-top: 0px !important; margin-bottom: 10px !important; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b7e89de8"] input, :not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b7e89de8"] select, :not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b7e89de8"] textarea, :not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b7e89de8"] ::placeholder { --tcb-applied-color:var$(--tcb-skin-color-3); text-align: center; font-size: var(--tve-font-size, 12px); letter-spacing: var(--tve-letter-spacing, 2px); color: var(--tve-color, var(--tcb-skin-color-3)) !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b7e89de8"] { --tve-color:var(--tcb-skin-color-3); --tve-font-size:12px; --tve-letter-spacing:2px; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b7f46a9b"] { max-width: 22.1%; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b7f46ae4"] { max-width: 77.9%; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b7f47c1c"] { padding: 0px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b7f47fad"] { margin: 0px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b7f47c1c"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b807f08b"] { padding: 12px !important; margin-bottom: 8px !important; margin-top: 0px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b80c85b7"] { margin-bottom: 22px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b80e7163"] { font-size: 22px; width: 22px; height: 22px; border-radius: 0px; overflow: hidden; border: none; float: none; z-index: 3; position: relative; padding: 1px !important; margin: 0px auto 4px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b80e7163"] > :first-child { color: var(--tcb-skin-color-3); }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b80e7ca1"] { font-size: 22px; width: 22px; height: 22px; border-radius: 0px; overflow: hidden; border: none; float: none; z-index: 3; position: relative; padding: 1px !important; margin: 0px auto 4px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b80e7ca1"] > :first-child { color: var(--tcb-skin-color-3); }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b80e88dd"] { font-size: 22px; width: 22px; height: 22px; border-radius: 0px; overflow: hidden; border: none; float: none; z-index: 3; position: relative; padding: 1px !important; margin: 0px auto 4px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b80e88dd"] > :first-child { color: var(--tcb-skin-color-3); }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b80eb02b"] { max-width: 22.3%; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b80eb02e"] { max-width: 77.7%; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b80eb868"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b80ec7d4"] { max-width: 22.1%; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b80ec7d8"] { max-width: 77.9%; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b811e07d"] { padding: 0px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b811e07d"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b811fbfb"] { padding: 0px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b811fbfb"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b8121103"] { padding: 0px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b8121103"] > .tcb-flex-col > .tcb-col { justify-content: center; }:not(#tve) .tve-theme-6427 .sidebar-section :not(#tve) [data-css="tve-u-172b7e89de8"]:hover input, :not(#tve) .tve-theme-6427 .sidebar-section :not(#tve) [data-css="tve-u-172b7e89de8"]:hover select, :not(#tve) .tve-theme-6427 .sidebar-section :not(#tve) [data-css="tve-u-172b7e89de8"]:hover textarea { background-color: rgba(255, 255, 255, 0.9) !important; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b82bbf64"] { letter-spacing: 2px; padding-bottom: 0px !important; margin-bottom: 0px !important; line-height: 1.5em !important; font-size: 9px !important; text-transform: uppercase !important; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b82bbf67"] { padding-bottom: 0px !important; margin-bottom: 0px !important; line-height: 1.5em !important; font-size: 29px !important; text-transform: uppercase !important; color: var(--tcb-skin-color-13) !important; --tcb-applied-color:var$(--tcb-skin-color-13) !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b82c3483"] .tcb-button-link { border-radius: 100px; overflow: hidden; letter-spacing: var(--tve-letter-spacing, 2px); background-color: var(--tcb-local-color-9bd08) !important; padding: 18px 22px !important; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b82c3483"] .tcb-button-link { font-size: var(--tve-font-size, 16px) !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b82c3483"] { --tve-font-size:16px; --tve-font-weight:var(--g-bold-weight, bold); --tve-letter-spacing:2px; --tcb-local-color-1bda9:rgb(19, 114, 211); --tve-color:rgb(255, 255, 255); float: none; --tcb-local-color-9bd08:var(--tcb-skin-color-0) !important; margin: 0px auto !important; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b82c3483"] .tcb-button-link span { font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); color: var(--tve-color, rgb(255, 255, 255)); --tcb-applied-color:rgb(255, 255, 255); }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b82c3483"]:hover .tcb-button-link { background-color: var(--tcb-local-color-9bd08) !important; background-image: linear-gradient(rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b82d4946"] { font-size: 20px; margin-left: auto; margin-right: auto; width: 20px; height: 20px; box-shadow: 0px 7px 15px 0px var(--tcb-skin-color-19); border-radius: 53px; overflow: hidden; margin-top: 0px !important; margin-bottom: 20px !important; padding: 20px !important; background-color: rgb(255, 255, 255) !important; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b82d4946"] > :first-child { color: var(--tcb-skin-color-18); }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b82ea868"] { padding-bottom: 0px !important; margin-bottom: 0px !important; color: var(--tcb-skin-color-3) !important; --tcb-applied-color:var$(--tcb-skin-color-3) !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b844d989"] { background-color: transparent !important; border-top: none !important; border-right: none !important; border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important; border-left: none !important; border-image: initial !important; background-image: none !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b845fabb"] { background-color: transparent !important; border-top: none !important; border-right: none !important; border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important; border-left: none !important; border-image: initial !important; background-image: none !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b846645f"] { background-color: transparent !important; border-top: none !important; border-right: none !important; border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important; border-left: none !important; border-image: initial !important; background-image: none !important; }:not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b846ec4c"] p, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b846ec4c"] li, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b846ec4c"] blockquote, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b846ec4c"] address, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b846ec4c"] .tcb-plain-text, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b846ec4c"] label, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b846ec4c"] h1, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b846ec4c"] h2, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b846ec4c"] h3, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b846ec4c"] h4, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b846ec4c"] h5, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b846ec4c"] h6 { color: var(--tve-color, var(--tcb-skin-color-3)); --tcb-applied-color:var$(--tcb-skin-color-3); }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b846ec4c"] { --tve-color:var(--tcb-skin-color-3); --tve-font-size:11px; --tve-line-height:1.4em; text-align: left; --tve-text-transform:uppercase; }:not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b846ec4c"] p, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b846ec4c"] li, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b846ec4c"] blockquote, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b846ec4c"] address, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b846ec4c"] .tcb-plain-text, :not(#tve) .tve-theme-6427 .sidebar-section .thrv-content-box [data-css="tve-u-172b846ec4c"] label { font-size: var(--tve-font-size, 11px); line-height: var(--tve-line-height, 1.4em); }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b846ec4c"] p, :not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b846ec4c"] li, :not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b846ec4c"] blockquote, :not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b846ec4c"] address, :not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b846ec4c"] .tcb-plain-text, :not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b846ec4c"] label, :not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b846ec4c"] h1, :not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b846ec4c"] h2, :not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b846ec4c"] h3, :not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b846ec4c"] h4, :not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b846ec4c"] h5, :not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b846ec4c"] h6 { text-transform: var(--tve-text-transform, uppercase); }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b8471547"] { letter-spacing: 1px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-weight: var(--g-bold-weight, bold) !important; text-transform: capitalize !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b8473d8f"] { max-width: 22.1%; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b8473d92"] { max-width: 77.9%; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b84c4df1"] { width: 1000px; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b7e77368"] img { filter: grayscale(0%) blur(0px) brightness(100%) sepia(0%) invert(100%) saturate(100%) contrast(100%) hue-rotate(0deg); opacity: 0.2; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b8587465"] { float: none; max-width: 124px; margin-left: auto !important; margin-right: auto !important; z-index: 8 !important; margin-bottom: 30px !important; }:not(#tve) .tve-theme-6427 .sidebar-section :not(#tve) [data-css="tve-u-172b7e89de8"]:hover input, :not(#tve) .tve-theme-6427 .sidebar-section :not(#tve) [data-css="tve-u-172b7e89de8"]:hover select, :not(#tve) .tve-theme-6427 .sidebar-section :not(#tve) [data-css="tve-u-172b7e89de8"]:hover textarea, :not(#tve) .tve-theme-6427 .sidebar-section :not(#tve) [data-css="tve-u-172b7e89de8"]:hover ::placeholder { color: var(--tve-color, var(--tcb-skin-color-3)) !important; --tcb-applied-color:var$(--tcb-skin-color-3) !important; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b7e89de8"]:hover { --tve-color:var(--tcb-skin-color-3) !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b8598fb7"] .tcb-button-link { border-radius: 100px; overflow: hidden; letter-spacing: var(--tve-letter-spacing, 2px); background-color: var(--tcb-local-color-9bd08) !important; padding: 16px !important; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b8598fb7"] .tcb-button-link { font-size: var(--tve-font-size, 11px) !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b8598fb7"] { --tve-font-size:11px; --tve-font-weight:var(--g-bold-weight, bold); --tve-letter-spacing:2px; --tcb-local-color-1bda9:rgb(19, 114, 211); --tve-color:rgb(255, 255, 255); float: none; --tve-text-transform:uppercase; --tcb-local-color-9bd08:var(--tcb-skin-color-0) !important; margin: 0px auto !important; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b8598fb7"] .tcb-button-link span { font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); color: var(--tve-color, rgb(255, 255, 255)); --tcb-applied-color:rgb(255, 255, 255); text-transform: var(--tve-text-transform, uppercase); }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b8598fb7"]:hover .tcb-button-link { background-color: var(--tcb-local-color-9bd08) !important; background-image: linear-gradient(rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-1725bac5eae"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }.tve-theme-6427 .sidebar-section [data-css="tve-u-17300a709f7"] { margin: 0px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-17300a72740"] { margin: 0px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-17300a79b1e"] { padding: 12px !important; margin-bottom: 8px !important; margin-top: 0px !important; }.tve-theme-6427 .bottom-section .section-background { background-color: var(--tcb-skin-color-2) !important; background-image: none !important; }.tve-theme-6427 .bottom-section .section-content { justify-content: center; display: flex; flex-direction: column; min-height: 130px !important; padding: 20px !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f0121a55"] { margin-left: -20px; padding: 0px !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f0121a57"] { margin-top: 0px !important; margin-bottom: 0px !important; background-color: transparent !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f0121a5e"] { max-width: 25.1%; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f0121a62"] { max-width: 24.9%; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f02823f6"] { max-width: 25%; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f0349550"] { font-size: 34px; width: 34px; height: 34px; border-radius: 0px; overflow: hidden; border: none; padding: 1px !important; margin-top: 0px !important; margin-bottom: 0px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6427 .bottom-section [data-css="tve-u-172f0349550"] > :first-child { color: var(--tcb-skin-color-0); }:not(#tve) .tve-theme-6427 .bottom-section [data-css="tve-u-172f03d7ad8"] { letter-spacing: 0px; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: capitalize !important; font-size: 16px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-weight: var(--g-bold-weight, bold) !important; line-height: 1.6em !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f03e133e"] { position: relative !important; padding: 0px !important; }:not(#tve) .tve-theme-6427 .bottom-section [data-css="tve-u-172f03e596c"] { letter-spacing: 1px; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: uppercase !important; font-size: 9px !important; color: rgba(0, 0, 0, 0.5) !important; --tcb-applied-color:rgba(0, 0, 0, 0.5) !important; font-weight: var(--g-bold-weight, bold) !important; line-height: 1.6em !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f0121a55"] > .tcb-flex-col { padding-left: 20px; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f0448dd6"] { max-width: 18.5%; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f0448e00"] { max-width: 81.5%; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f044ae30"] { padding: 0px !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f044b119"] { margin: 0px !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f044ae30"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f04a8abc"] { font-size: 34px; width: 34px; height: 34px; border-radius: 0px; overflow: hidden; border: none; padding: 1px !important; margin-top: 0px !important; margin-bottom: 0px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6427 .bottom-section [data-css="tve-u-172f04a8abc"] > :first-child { color: var(--tcb-skin-color-0); }.tve-theme-6427 .bottom-section [data-css="tve-u-172f04bd161"] { font-size: 34px; width: 34px; height: 34px; border-radius: 0px; overflow: hidden; border: none; padding: 1px !important; margin-top: 0px !important; margin-bottom: 0px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6427 .bottom-section [data-css="tve-u-172f04bd161"] > :first-child { color: var(--tcb-skin-color-0); }:not(#tve) .tve-theme-6427 .bottom-section [data-css="tve-u-172f04c2dbf"] { letter-spacing: 0px; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: capitalize !important; font-size: 16px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-weight: var(--g-bold-weight, bold) !important; line-height: 1.6em !important; }:not(#tve) .tve-theme-6427 .bottom-section [data-css="tve-u-172f04c38b5"] { letter-spacing: 0px; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: capitalize !important; font-size: 16px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-weight: var(--g-bold-weight, bold) !important; line-height: 1.6em !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f04c6682"] { padding: 1px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f04d338e"] { padding: 1px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f04d4a7b"] { padding: 1px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f04e38b8"] { padding: 0px !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f04e38b8"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f04f7b91"] { padding: 0px !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f04f7b91"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f051dfbb"] { max-width: 25%; }.tve-theme-6427 .top-section .section-background { background-color: var(--tcb-skin-color-2) !important; background-image: none !important; }.tve-theme-6427 .top-section .section-content { display: flex; flex-direction: column; min-height: 1px !important; padding: 0px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f76"] { padding: 12px 20px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f77"] { max-width: 1080px; margin-top: 0px !important; margin-bottom: 0px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c77d3f78"] { letter-spacing: 2px; padding-bottom: 2px !important; margin-bottom: 0px !important; text-transform: uppercase !important; font-size: 11px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-weight: var(--g-bold-weight, bold) !important; line-height: 1.3em !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f79"] { padding: 1px !important; margin: 0px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f7b"] { margin-left: -20px; padding: 1px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f7d"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f7b"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f7b"] > .tcb-flex-col { padding-left: 20px; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f7e"] { max-width: 28.7%; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f7f"] { max-width: 71.3%; }:not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c77d3f80"] { color: inherit !important; text-decoration-line: none !important; --eff:none !important; text-decoration-color: var(--eff-color, currentColor) !important; }:not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c77d3f80"]:hover { text-decoration-line: none !important; --eff:none !important; text-decoration-color: var(--eff-color, currentColor) !important; color: rgb(112, 112, 112) !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f82"] { padding: 1px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f83"] { padding: 1px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f84"] { max-width: 49.9%; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f85"] { max-width: 50.1%; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f86"]::after { clear: both; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f87"] { margin-left: -21px; padding: 1px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f87"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f87"] > .tcb-flex-col { padding-left: 21px; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f88"] { max-width: 39.3%; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f8a"] { max-width: 60.7%; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f8b"]::after { clear: both; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f8c"] { margin-left: -20px; padding: 1px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f8c"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f8c"] > .tcb-flex-col { padding-left: 20px; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f8d"] { float: left; z-index: 3; position: relative; min-width: 251px; padding: 1px !important; margin: 0px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f8e"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f8f"] { font-size: 20px; width: 20px; height: 20px; border-radius: 100px; overflow: hidden; border: 1px solid rgba(0, 0, 0, 0.08); float: right; z-index: 3; position: relative; padding: 16px !important; margin-top: 0px !important; margin-bottom: 0px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c77d3f8f"] > :first-child { color: var(--tcb-skin-color-4); }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f90"]::after { clear: both; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f91"] { font-size: 16px; margin-left: auto; margin-right: auto; width: 16px; height: 16px; border-radius: 100px; overflow: hidden; float: right; z-index: 3; position: relative; border: 1px solid rgba(0, 0, 0, 0.08); padding: 16px !important; margin-top: 0px !important; margin-bottom: 0px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c77d3f91"] > :first-child { color: var(--tcb-skin-color-4); }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f94"] { font-size: 16px; margin-left: auto; margin-right: auto; width: 16px; height: 16px; border-radius: 100px; overflow: hidden; float: right; z-index: 3; position: relative; border: 1px solid rgba(0, 0, 0, 0.08); padding: 16px !important; margin-top: 0px !important; margin-bottom: 0px !important; background-color: transparent !important; }:not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c77d3f94"] > :first-child { color: var(--tcb-skin-color-4); }:not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c77fc740"] { letter-spacing: 2px; padding-bottom: 2px !important; margin-bottom: 0px !important; text-transform: uppercase !important; font-size: 11px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-weight: var(--g-bold-weight, bold) !important; line-height: 1.3em !important; }:not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c78228f4"] { letter-spacing: 2px; padding-bottom: 2px !important; margin-bottom: 0px !important; text-transform: uppercase !important; font-size: 11px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-weight: var(--g-bold-weight, bold) !important; line-height: 1.3em !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c783ce2c"] { background-color: rgb(255, 255, 255) !important; border-bottom: 1px solid rgb(243, 243, 243) !important; border-top: none !important; }:not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c784d60c"] { letter-spacing: 4px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 9px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-weight: var(--g-regular-weight, normal) !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c784f28f"] { --tve-text-transform:uppercase; }.tve-theme-6427 .top-section [data-css="tve-u-172c785027f"] { padding: 0px !important; margin: 0px !important; }:not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c784f28f"] p, :not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c784f28f"] li, :not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c784f28f"] blockquote, :not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c784f28f"] address, :not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c784f28f"] .tcb-plain-text, :not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c784f28f"] label, :not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c784f28f"] h1, :not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c784f28f"] h2, :not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c784f28f"] h3, :not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c784f28f"] h4, :not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c784f28f"] h5, :not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c784f28f"] h6 { text-transform: var(--tve-text-transform, uppercase); }.tve-theme-6427 .top-section [data-css="tve-u-172c79788aa"] { padding: 0px !important; }:not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c79b367e"] { letter-spacing: 1px; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: none !important; font-size: 10px !important; color: rgba(0, 0, 0, 0.65) !important; --tcb-applied-color:rgba(0, 0, 0, 0.65) !important; font-weight: var(--g-regular-weight, normal) !important; line-height: 1.3em !important; }:not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c79b62ea"] { letter-spacing: 1px; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: none !important; font-size: 10px !important; color: rgba(0, 0, 0, 0.65) !important; --tcb-applied-color:rgba(0, 0, 0, 0.65) !important; font-weight: var(--g-regular-weight, normal) !important; line-height: 1.3em !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c79ec22c"] { color: var(--tcb-skin-color-0) !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c7a0f768"] { padding: 10px 20px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c7a0fd5e"] { float: none; margin: 0px auto !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c7a25fdd"] { margin-left: 0px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c7a2fc1d"] { padding: 0px !important; }:not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c7a3cc19"] { letter-spacing: 4px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 9px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-weight: var(--g-bold-weight, bold) !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c7a51825"]::after { clear: both; }.tve-theme-6427 .top-section [data-css="tve-u-172c7a6d171"] { text-align: right; }.tve-theme-6427 .top-section [data-css="tve-u-172c7aa3ee4"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c7ab049a"] { letter-spacing: 1px; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: none !important; font-size: 10px !important; color: rgba(0, 0, 0, 0.65) !important; --tcb-applied-color:rgba(0, 0, 0, 0.65) !important; font-weight: var(--g-regular-weight, normal) !important; line-height: 1.3em !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c7a0f768"] > .tcb-flex-col > .tcb-col { max-height: 1080px; }.tve-theme-6428 #wrapper { --header-background-width:100%; --footer-background-width:100%; --top-background-width:100%; --bottom-background-width:100%; --top-content-width:100%; }.tve-theme-6428 .main-container { padding: 20px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; }:not(#layout) .tve-theme-6428 .main-container { --sidebar-size:30.05%; --separator-size:15px; }.tve-theme-6428 #content { padding-top: 0px !important; margin-top: 0px !important; }.tve-theme-6428 .content-section .section-content { padding: 20px 10px !important; }:not(#tve) .tve-theme-6428 .content-section .shop-template-wrapper .product a.button:hover { color: var(--tve-color, rgb(255, 255, 255)) !important; --tve-color:rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255, 255, 255) !important; background-color: var(--tcb-skin-color-0) !important; }.tve-theme-6428 .content-section [data-css="tve-u-17275f70cbc"] { margin-top: 0px !important; margin-bottom: 10px !important; background-color: transparent !important; padding: 0px !important; }:not(#layout) .tve-theme-6428 #wrapper { --layout-content-width:1080px; --layout-background-width:1080px; }.tve-theme-6428 .bottom-section .section-background { border-top: none; background-color: var(--tcb-skin-color-0) !important; background-image: none !important; }.tve-theme-6428 .bottom-section .section-content { display: flex; flex-direction: column; justify-content: center; text-align: center; --tve-font-size:14px; --tve-color:rgba(255, 255, 255, 0.7); --tve-line-height:1.75em; min-height: 247px !important; padding: 20px !important; }:not(#tve) .tve-theme-6428 .bottom-section [data-css="tve-u-172efcec08b"] { padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-6428 .bottom-section [data-css="tve-u-172efcfe51c"] { padding: 0px !important; }.tve-theme-6428 .bottom-section [data-css="tve-u-172efcfef9d"] { padding: 0px !important; }:not(#tve) .tve-theme-6428 .bottom-section [data-css="tve-u-172efd0243e"] { padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-6428 .bottom-section [data-css="tve-u-172efd16917"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }.tve-theme-6428 .bottom-section .section-content p, .tve-theme-6428 .bottom-section .section-content li, .tve-theme-6428 .bottom-section .section-content label, .tve-theme-6428 .bottom-section .section-content .tcb-plain-text { font-size: var(--tve-font-size, 14px); color: var(--tve-color, rgba(255, 255, 255, 0.7)); --tcb-applied-color:rgba(255, 255, 255, 0.7); line-height: var(--tve-line-height, 1.75em); }.tve-theme-6428 .bottom-section [data-css="tve-u-172efd48fcd"] { margin-left: -30px; padding: 0px !important; }.tve-theme-6428 .bottom-section [data-css="tve-u-172efd4931a"] { margin: 0px !important; }.tve-theme-6428 .bottom-section [data-css="tve-u-172efd48fcd"] > .tcb-flex-col { padding-left: 30px; }.tve-theme-6428 .bottom-section [data-css="tve-u-172efd4c7e5"] { padding: 0px !important; margin-bottom: 5px !important; }:not(#tve) .tve-theme-6428 .bottom-section [data-css="tve-u-172efdbd651"] { padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-6428 .bottom-section [data-css="tve-u-172efdd6b43"] { padding: 0px !important; margin-bottom: 20px !important; }.tve-theme-6428 .bottom-section [data-css="tve-u-172efd16917"] .visa-style-4-st0, .tve-theme-6428 .bottom-section [data-css="tve-u-172efd16917"] .masterCard-style-4-st0, .tve-theme-6428 .bottom-section [data-css="tve-u-172efd16917"] .americanExpress-style-4-st0, .tve-theme-6428 .bottom-section [data-css="tve-u-172efd16917"] .payPal-style-4-st0, .tve-theme-6428 .bottom-section [data-css="tve-u-172efd16917"] .discover-style-4-st0, .tve-theme-6428 .bottom-section [data-css="tve-u-172efd16917"] .bitcoin-style-4-st0, .tve-theme-6428 .bottom-section [data-css="tve-u-172efd16917"] .googlePay-style-4-st0, .tve-theme-6428 .bottom-section [data-css="tve-u-172efd16917"] .applePay-style-4-st0 { fill: rgb(255, 255, 255); }:not(#tve) .tve-theme-6428 .bottom-section [data-css="tve-u-172efe234a3"] { text-decoration-line: underline !important; --eff:thin !important; text-decoration-color: var(--eff-color, currentColor) !important; color: rgb(255, 255, 255) !important; }.tve-theme-6428 .bottom-section [data-css="tve-u-172efe2742d"] { float: none; max-width: 193px; padding: 0px !important; margin-bottom: 14px !important; margin-left: auto !important; margin-right: auto !important; }:not(#tve) .tve-theme-6428 .bottom-section [data-css="tve-u-172efe3cef5"] { padding-bottom: 0px !important; margin-bottom: 0px !important; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255, 255, 255) !important; }:not(#tve) .tve-theme-6428 .bottom-section :not(#tve) [data-css="tve-u-172efe234a3"]:hover { color: var(--tcb-skin-color-9) !important; }:not(#tve) .tve-theme-6428 .bottom-section [data-css="tve-u-172efeb5eaf"] { color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255, 255, 255) !important; font-size: 19px !important; }.tve-theme-6428 .bottom-section [data-css="tve-u-172efeece83"] { padding: 0px !important; margin-bottom: 20px !important; }.tve-theme-6428 .bottom-section [data-css="tve-u-172efeedde3"] { padding: 0px !important; margin-bottom: 20px !important; }.tve-theme-6428 .bottom-section [data-css="tve-u-172eff14243"] { font-size: 24px; margin-left: auto; margin-right: auto; width: 24px; height: 24px; margin-top: 0px !important; margin-bottom: 5px !important; }:not(#tve) .tve-theme-6428 .bottom-section [data-css="tve-u-172eff14243"] > :first-child { color: rgb(255, 255, 255); }.tve-theme-6428 .bottom-section [data-css="tve-u-172eff2d773"] { font-size: 24px; margin-left: auto; margin-right: auto; width: 24px; height: 24px; margin-top: 0px !important; margin-bottom: 5px !important; }:not(#tve) .tve-theme-6428 .bottom-section [data-css="tve-u-172eff2d773"] > :first-child { color: rgb(255, 255, 255); }.tve-theme-6428 .bottom-section [data-css="tve-u-172eff2f2dd"] { font-size: 24px; margin-left: auto; margin-right: auto; width: 24px; height: 24px; margin-top: 0px !important; margin-bottom: 5px !important; }:not(#tve) .tve-theme-6428 .bottom-section [data-css="tve-u-172eff2f2dd"] > :first-child { color: rgb(255, 255, 255); }.tve-theme-6428 .sidebar-section .section-background { border: medium none; background-color: transparent !important; }.tve-theme-6428 .sidebar-section .section-content { padding: 20px 10px !important; }.tve-theme-6428 .sidebar-section { margin: 0px !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"].tcb-post-list [data-css="tve-u-1725b1dc4a1"] { max-width: 46.8%; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"].tcb-post-list [data-css="tve-u-1725b1dc4a5"] { max-width: 53.2%; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"].tcb-post-list [data-css="tve-u-1725b1dc4a0"] { margin-left: -15px; padding: 0px !important; flex-direction: row !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"].tcb-post-list [data-css="tve-u-1725b1dc49f"] { margin: 0px !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"].tcb-post-list [data-css="tve-u-1725b1dc4a9"] .tcb-button-link { border-color: currentcolor currentcolor rgba(0, 0, 0, 0.6); border-style: none none solid; border-width: medium medium 1px; border-image: initial; border-radius: 0px; overflow: hidden; text-align: left; padding: 0px 0px 6px !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"].tcb-post-list [data-css="tve-u-1725b1dc4a9"] .tcb-button-link { font-size: var(--tve-font-size, 11px) !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"].tcb-post-list [data-css="tve-u-1725b1dc4a9"] .tcb-button-link span { color: rgb(153, 153, 153); }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"].tcb-post-list [data-css="tve-u-1725b1dc4a9"]:hover .tcb-button-link span { color: var(--tve-color, var(--tcb-skin-color-0)) !important; --tcb-applied-color:var$(--tcb-skin-color-0) !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"].tcb-post-list [data-css="tve-u-1725b1dc4a0"] > .tcb-flex-col { padding-left: 15px; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"].tcb-post-list [data-css="tve-u-1725b1dc4a7"] { letter-spacing: 0px; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 16px !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"].tcb-post-list [data-css="tve-u-1725b1dc4a6"] { padding: 0px !important; margin-bottom: 6px !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"].tcb-post-list [data-css="tve-u-1725b1dc4a8"] { font-weight: var(--g-bold-weight, bold) !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"].tcb-post-list [data-css="tve-u-1725b1dc4a9"]:hover { --tve-color:var(--tcb-skin-color-0) !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"].tcb-post-list [data-css="tve-u-1725b1dc4a3"] { border-radius: 12px; overflow: hidden; background-image: url(https://nuriahidalgo.com/wp-content/uploads/thrive-theme/images/Featured_img_3_03-150x84-1.jpg?dynamic_featured=1&size=thumbnail) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"].tcb-post-list [data-css="tve-u-1725b1dc4a2"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"].tcb-post-list .thrv-content-box [data-css="tve-u-1725b1dc4a4"] { min-height: 111px !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"].tcb-post-list [data-css="tve-u-1725b1dc4a9"] { --tve-font-size:11px; }.tve-theme-6428 .sidebar-section .tcb-post-list[data-css="tve-u-1725b1dc49c"] .post-wrapper.thrv_wrapper { width: calc((100% - 0px) / 1); }.tve-theme-6428 .sidebar-section .tcb-post-list[data-css="tve-u-1725b1dc49c"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 30px !important; }.tve-theme-6428 .sidebar-section .tcb-post-list[data-css="tve-u-1725b1dc49c"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-6428 .sidebar-section .tcb-post-list[data-css="tve-u-1725b1dc49c"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725b21072f"] { display: inline-block; margin-bottom: 0px !important; padding: 1px !important; margin-right: 14px !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"] { margin-top: 20px !important; margin-bottom: 50px !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1725b3b7405"] { letter-spacing: 6px; text-transform: uppercase !important; font-size: 13px !important; color: rgb(153, 153, 153) !important; --tcb-applied-color:rgb(153, 153, 153) !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725b3c3fd6"] { text-transform: none !important; letter-spacing: 0px !important; font-size: 14px !important; --tcb-applied-color:rgb(225, 41, 113) !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"].tcb-post-list [data-css="tve-u-1725b1dc4a2"]:hover [data-css="tve-u-1725b1dc4a3"] { background-image: linear-gradient(var(--tcb-skin-color-8), var(--tcb-skin-color-8)), url(https://nuriahidalgo.com/wp-content/uploads/thrive-theme/images/pennant-1-150x150-1.jpg?dynamic_featured=1&size=thumbnail) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"].tcb-post-list [data-css="tve-u-1725b66a9d6"] { color: rgb(12, 17, 21) !important; --tcb-applied-color:rgb(12, 17, 21) !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"].tcb-post-list [data-css="tve-u-1725b1dc4a9"]:hover .tcb-button-link { border-bottom: 1px solid var(--tcb-skin-color-1) !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"].tcb-post-list [data-css="tve-u-1725b66a9d6"]:hover { text-decoration: none !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725b7acda9"] { display: inline-block; margin-bottom: 0px !important; padding: 1px !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1725b7b6244"] { letter-spacing: 6px; text-transform: uppercase !important; font-size: 13px !important; color: rgb(225, 41, 113) !important; --tcb-applied-color:rgb(225, 41, 113) !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725ba1e54e"] { background-color: rgb(236, 236, 237) !important; background-image: linear-gradient(129deg, rgb(225, 225, 225) 0%, rgba(255, 255, 255, 0) 72%), url(https://nuriahidalgo.com/wp-content/uploads/thrive-theme/images/Woocom_Sidebar-offer-01_03.jpg) !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725ba26717"] { --tve-color:rgb(255, 255, 255); min-height: 350px !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725ba478f3"] { display: inline-block; padding: 0px !important; margin-right: 12px !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1725ba56824"] { font-size: 100px !important; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255, 255, 255) !important; padding-bottom: 0px !important; margin-bottom: 0px !important; line-height: 1em !important; font-weight: var(--g-regular-weight, normal) !important; }:not(#tve) .tve-theme-6428 .sidebar-section .thrv-content-box [data-css="tve-u-1725ba26717"] p, :not(#tve) .tve-theme-6428 .sidebar-section .thrv-content-box [data-css="tve-u-1725ba26717"] li, :not(#tve) .tve-theme-6428 .sidebar-section .thrv-content-box [data-css="tve-u-1725ba26717"] blockquote, :not(#tve) .tve-theme-6428 .sidebar-section .thrv-content-box [data-css="tve-u-1725ba26717"] address, :not(#tve) .tve-theme-6428 .sidebar-section .thrv-content-box [data-css="tve-u-1725ba26717"] .tcb-plain-text, :not(#tve) .tve-theme-6428 .sidebar-section .thrv-content-box [data-css="tve-u-1725ba26717"] label, :not(#tve) .tve-theme-6428 .sidebar-section .thrv-content-box [data-css="tve-u-1725ba26717"] h1, :not(#tve) .tve-theme-6428 .sidebar-section .thrv-content-box [data-css="tve-u-1725ba26717"] h2, :not(#tve) .tve-theme-6428 .sidebar-section .thrv-content-box [data-css="tve-u-1725ba26717"] h3, :not(#tve) .tve-theme-6428 .sidebar-section .thrv-content-box [data-css="tve-u-1725ba26717"] h4, :not(#tve) .tve-theme-6428 .sidebar-section .thrv-content-box [data-css="tve-u-1725ba26717"] h5, :not(#tve) .tve-theme-6428 .sidebar-section .thrv-content-box [data-css="tve-u-1725ba26717"] h6 { color: var(--tve-color, rgb(255, 255, 255)); --tcb-applied-color:rgb(255, 255, 255); }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725ba784ec"] { font-size: 42px !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725bac5eae"] { padding: 20px !important; margin-bottom: 40px !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725bae44b0"] .tcb-button-link { letter-spacing: var(--tve-letter-spacing, 1px); border: 2px solid var(--tcb-local-color-b8c9c); background-color: transparent !important; padding: 16px !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1725bae44b0"] .tcb-button-link span { font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); color: var(--tve-color, var(--tcb-local-color-b8c9c)); --tcb-applied-color:var$(--tcb-local-color-b8c9c); text-transform: var(--tve-text-transform, uppercase); }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725bae44b0"] { --tve-font-weight:var(--g-bold-weight, bold); --tve-letter-spacing:1px; --tve-color:var(--tcb-local-color-b8c9c); --tcb-local-color-ef6da:rgb(19, 114, 211); float: left; --tve-font-size:11px; z-index: 3; position: relative; --tve-text-transform:uppercase; --tcb-local-color-b8c9c:var(--tcb-skin-color-4) !important; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1725bae44b0"]:hover .tcb-button-link { border: 2px solid var(--tcb-local-color-b8c9c) !important; background-color: transparent !important; background-image: linear-gradient(var(--tcb-local-color-b8c9c), var(--tcb-local-color-b8c9c)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725bae44b0"] .tcb-button-link::after { background-color: transparent !important; background-image: linear-gradient(var(--tcb-local-color-b8c9c), var(--tcb-local-color-b8c9c)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1725bae44b0"]:hover .tcb-button-link span { color: var(--tve-color, rgb(255, 255, 255)) !important; --tcb-applied-color:rgb(255, 255, 255) !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1725bae44b0"]:hover { --tve-color:rgb(255, 255, 255) !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1725bae44b0"] .tcb-button-link { font-size: var(--tve-font-size, 11px) !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725baff07d"]::after { clear: both; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725bbda34d"] { padding: 1px !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1725bbf2198"] { text-transform: uppercase !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 30px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; line-height: 1.2em !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725bbfdb8d"] { display: inline-block; padding: 0px !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725f836ef7"] { margin-bottom: 40px !important; margin-top: 40px !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec15eeb"] { letter-spacing: 1px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-weight: var(--g-bold-weight, bold) !important; color: var(--tcb-skin-color-3) !important; --tcb-applied-color:var$(--tcb-skin-color-3) !important; font-size: 15px !important; text-transform: uppercase !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec1b772"] { padding-bottom: 0px !important; margin-bottom: 0px !important; font-weight: var(--g-regular-weight, normal) !important; color: rgb(190, 190, 190) !important; --tcb-applied-color:rgb(190, 190, 190) !important; font-size: 14px !important; line-height: 1.6em !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec262d9"] { padding: 0px !important; margin-left: 35px !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec2d187"] { padding: 0px !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec38175"]:hover .tcb-button-link { background-color: var(--tcb-skin-color-0) !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec38175"] { --tve-font-size:9px; --tve-color:var(--tcb-skin-color-0); --tve-text-transform:uppercase; --tve-letter-spacing:1px; margin-top: 0px !important; margin-bottom: 0px !important; min-width: 100% !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec38175"] .tcb-button-link { letter-spacing: var(--tve-letter-spacing, 1px); border-radius: 2px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 6px 0px; background-color: rgb(255, 255, 255) !important; padding: 12px !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec38175"] .tcb-button-link span { color: rgb(255, 255, 255); --tcb-applied-color:#fff; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec39d7e"] input, :not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec39d7e"] select, :not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec39d7e"] textarea { border: none; border-radius: 0px; overflow: hidden; margin-top: 0px !important; margin-bottom: 0px !important; padding: 6px !important; background-color: transparent !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec437ba"] { max-width: 61.8%; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec4380b"] { max-width: 38.2%; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec38175"] .tcb-button-link { font-size: var(--tve-font-size, 9px) !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec39d7e"] input, :not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec39d7e"] select, :not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec39d7e"] textarea, :not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec39d7e"] ::placeholder { font-size: var(--tve-font-size, 12px); }.tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec39d7e"] { --tve-font-size:12px; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec5307d"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec55225"] > .tcb-flex-col { padding-left: 4px; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec55225"] { margin-left: -4px; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec592d8"] { padding: 4px !important; background-color: rgb(245, 245, 245) !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec38175"] .tcb-button-link span { color: var(--tve-color, var(--tcb-skin-color-0)); --tcb-applied-color:var$(--tcb-skin-color-0); text-transform: var(--tve-text-transform, uppercase); }.tve-theme-6428 .sidebar-section [data-css="tve-u-1727eca3594"] { font-size: 18px; margin-left: auto; width: 18px; height: 18px; float: left; z-index: 3; position: relative; border: 1px solid var(--tcb-skin-color-1); border-radius: 46px; overflow: hidden; margin-right: 10px !important; margin-bottom: 0px !important; margin-top: 0px !important; padding: 2px !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1727eca3594"] > :first-child { color: var(--tcb-skin-color-8); }:not(#tve) .tve-theme-6428 .sidebar-section :not(#tve) [data-css="tve-u-1727ec39d7e"]:hover input, :not(#tve) .tve-theme-6428 .sidebar-section :not(#tve) [data-css="tve-u-1727ec39d7e"]:hover select, :not(#tve) .tve-theme-6428 .sidebar-section :not(#tve) [data-css="tve-u-1727ec39d7e"]:hover textarea, :not(#tve) .tve-theme-6428 .sidebar-section :not(#tve) [data-css="tve-u-1727ec39d7e"]:hover ::placeholder { color: var(--tve-color, var(--tcb-skin-color-3)) !important; --tcb-applied-color:var$(--tcb-skin-color-3) !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec39d7e"]:hover { --tve-color:var(--tcb-skin-color-3) !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec55225"] > .tcb-flex-col > .tcb-col { justify-content: center; }:not(#tve) .tve-theme-6428 .sidebar-section :not(#tve) [data-css="tve-u-1727ec38175"]:hover .tcb-button-link span { color: var(--tve-color, rgb(255, 255, 255)) !important; --tcb-applied-color:rgb(255, 255, 255) !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec38175"]:hover { --tve-color:rgb(255, 255, 255) !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1729e683b13"] { font-size: 11px !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-172bc3d8a8e"] { margin-top: 0px !important; margin-bottom: 40px !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-172bc3da3a7"] { margin-bottom: 40px !important; margin-top: 40px !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-17300844f13"] { margin-bottom: 40px !important; margin-top: 40px !important; }.tve-theme-6428 .top-section [data-css="tve-u-1725b69447d"] { padding: 1px !important; }.tve-theme-6428 .top-section [data-css="tve-u-1725b6f4a18"] { padding: 1px !important; margin: 0px !important; }:not(#tve) .tve-theme-6428 .top-section [data-css="tve-u-1725b70eff3"] { letter-spacing: 1px; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: none !important; font-size: 11px !important; color: rgba(0, 0, 0, 0.65) !important; --tcb-applied-color:rgba(0, 0, 0, 0.65) !important; font-weight: var(--g-regular-weight, normal) !important; line-height: 1.3em !important; }.tve-theme-6428 .top-section [data-css="tve-u-1725b726785"] { margin-left: -20px; padding: 1px !important; }.tve-theme-6428 .top-section [data-css="tve-u-1725b7272ed"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6428 .top-section [data-css="tve-u-1725b726785"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6428 .top-section [data-css="tve-u-1725b726785"] > .tcb-flex-col { padding-left: 20px; }:not(#tve) .tve-theme-6428 .top-section [data-css="tve-u-1725b89152d"] { color: inherit !important; text-decoration-line: none !important; --eff:none !important; text-decoration-color: var(--eff-color, currentColor) !important; }:not(#tve) .tve-theme-6428 .top-section :not(#tve) [data-css="tve-u-1725b89152d"]:hover { text-decoration-line: none !important; --eff:none !important; text-decoration-color: var(--eff-color, currentColor) !important; color: rgb(112, 112, 112) !important; }.tve-theme-6428 .top-section [data-css="tve-u-1725b91d170"] { padding: 1px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6428 .top-section [data-css="tve-u-1725b92033c"] { padding: 1px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6428 .top-section [data-css="tve-u-1725b999d4c"] { max-width: 49.9%; }.tve-theme-6428 .top-section [data-css="tve-u-1725b999d50"] { max-width: 50.1%; }.tve-theme-6428 .top-section [data-css="tve-u-1725b99d603"]::after { clear: both; }.tve-theme-6428 .top-section [data-css="tve-u-1725b9a1445"] { margin-left: -21px; padding: 1px !important; }.tve-theme-6428 .top-section [data-css="tve-u-1725b9a1445"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6428 .top-section [data-css="tve-u-1725b9a1445"] > .tcb-flex-col { padding-left: 21px; }.tve-theme-6428 .top-section [data-css="tve-u-1725b9a758b"] { max-width: 39.3%; }.tve-theme-6428 .top-section [data-css="tve-u-1725b9a758e"] { max-width: 60.7%; }.tve-theme-6428 .top-section [data-css="tve-u-1725b9aa7af"]::after { clear: both; }.tve-theme-6428 .top-section [data-css="tve-u-1725b9b3f84"] { margin-left: -20px; padding: 1px !important; }.tve-theme-6428 .top-section [data-css="tve-u-1725b9b3f84"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6428 .top-section [data-css="tve-u-1725b9b3f84"] > .tcb-flex-col { padding-left: 20px; }.tve-theme-6428 .top-section [data-css="tve-u-1725bcd2d3f"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6428 .top-section .section-background { border: none; background-color: rgb(255, 255, 255) !important; background-image: none !important; }.tve-theme-6428 .top-section .section-content { display: flex; flex-direction: column; --tve-color:rgb(255, 255, 255); padding: 0px !important; min-height: 290px !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274a8f36c"] { clip-path: url(#clip-left-caee57d9806bf); background-image: url(https://nuriahidalgo.com/wp-content/uploads/thrive-theme/images/shapeshift_top_section_004-1.jpg) !important; background-size: cover !important; background-position: 50% 30% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --tve-applied-background-image:url(https://nuriahidalgo.com/wp-content/uploads/thrive-theme/images/shapeshift_top_section_004-1.jpg) !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274a90d99"] { width: 94%; float: right; z-index: 3; position: relative; padding: 0px !important; margin: 0px !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274a927ac"] { height: 290px !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274a946ff"] { padding: 0px !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274a94ce5"] { margin-top: 0px !important; margin-bottom: 0px !important; background-color: var(--tcb-skin-color-0) !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274aa9dc2"] { clip-path: url(#clip-left-53dca9f2c1945); background-image: none !important; background-color: rgba(255, 255, 255, 0.1) !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274aaf43a"] { top: 0px; padding: 0px !important; margin: 0px !important; position: relative !important; z-index: 12 !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274ab9260"]::after { clear: both; }.tve-theme-6428 .top-section [data-css="tve-u-17274ac3397"] { top: 0px; position: relative; width: 94%; float: right; padding: 0px !important; margin: 0px !important; z-index: 12 !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274ac43f9"]::after { clear: both; }.tve-theme-6428 .top-section [data-css="tve-u-17274acb46f"] { max-width: 44.6%; }.tve-theme-6428 .top-section [data-css="tve-u-17274acb4b3"] { max-width: 55.4%; }.tve-theme-6428 .top-section [data-css="tve-u-17274aeb5ba"] { clip-path: url(#clip-left-53dca9f2c1945); background-image: none !important; background-color: rgba(255, 255, 255, 0.1) !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274a946ff"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-6428 .top-section .section-content p, .tve-theme-6428 .top-section .section-content li, .tve-theme-6428 .top-section .section-content label, .tve-theme-6428 .top-section .section-content .tcb-plain-text { color: var(--tve-color, rgb(255, 255, 255)); --tcb-applied-color:rgb(255, 255, 255); }.tve-theme-6428 .top-section [data-css="tve-u-17274b0028c"] { float: right; z-index: 3; position: relative; width: 450px; margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 1px !important; padding-bottom: 1px !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274b00290"]::after { clear: both; }.tve-theme-6428 .top-section [data-css="tve-u-17274b0593b"] { padding: 0px !important; }:not(#tve) .tve-theme-6428 .top-section [data-css="tve-u-17274b0a102"] { padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 12px !important; }:not(#tve) .tve-theme-6428 .top-section [data-css="tve-u-17274b1f88d"] { letter-spacing: 1px; padding-bottom: 0px !important; margin-bottom: 0px !important; color: var(--tcb-skin-color-10) !important; --tcb-applied-color:var$(--tcb-skin-color-10) !important; font-weight: var(--g-regular-weight, normal) !important; font-style: normal !important; line-height: 1.1em !important; font-size: 22px !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274b24ec2"] { padding: 0px !important; background-color: transparent !important; background-image: none !important; margin-bottom: 20px !important; margin-top: 5px !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274b694af"] { height: 290px !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274b6f348"] { height: 290px !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274ba784a"] { background-color: transparent !important; border: none !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274ba846c"] { margin-bottom: 0px !important; margin-top: 0px !important; padding-top: 10px !important; padding-bottom: 10px !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274bcd136"] { font-size: 26px; width: 26px; height: 26px; border-radius: 100px; overflow: hidden; border: medium none; float: left; z-index: 3; position: relative; padding: 12px !important; margin-top: 0px !important; margin-bottom: 0px !important; background-color: rgb(255, 255, 255) !important; }:not(#tve) .tve-theme-6428 .top-section [data-css="tve-u-17274bcd136"] > :first-child { color: var(--tcb-skin-color-0); }.tve-theme-6428 .top-section [data-css="tve-u-17274bcd13c"]::after { clear: both; }.tve-theme-6428 .top-section [data-css="tve-u-17274bd5830"] { font-size: 20px; margin-left: auto; margin-right: auto; width: 20px; height: 20px; border-radius: 100px; overflow: hidden; float: right; z-index: 3; position: relative; border: medium none; padding: 12px !important; margin-top: 0px !important; margin-bottom: 0px !important; background-color: rgb(255, 255, 255) !important; }:not(#tve) .tve-theme-6428 .top-section [data-css="tve-u-17274bd5830"] > :first-child { color: var(--tcb-skin-color-0); }.tve-theme-6428 .top-section [data-css="tve-u-17274bd6d19"] { font-size: 22px; margin-left: auto; margin-right: auto; width: 22px; height: 22px; border-radius: 100px; overflow: hidden; float: right; z-index: 3; position: relative; border: medium none; padding: 12px !important; margin-top: 0px !important; margin-bottom: 0px !important; background-color: rgb(255, 255, 255) !important; }:not(#tve) .tve-theme-6428 .top-section [data-css="tve-u-17274bd6d19"] > :first-child { color: var(--tcb-skin-color-0); }.tve-theme-6428 .top-section [data-css="tve-u-17274be0bee"] { float: none; max-width: 1080px; margin: 0px auto !important; background-color: transparent !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274be9272"] { max-width: 27.4%; }.tve-theme-6428 .top-section [data-css="tve-u-17274be9276"] { max-width: 72.6%; }.tve-theme-6428 .top-section [data-css="tve-u-17274bef98a"] { max-width: 236px; padding: 1px !important; margin: 0px !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274c5de9a"] { padding: 0px !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274c5edd1"] { padding: 0px !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274c6083b"] { padding: 0px !important; }:not(#tve) .tve-theme-6428 .top-section [data-css="tve-u-17274c62c05"] { letter-spacing: 2px; padding-bottom: 2px !important; margin-bottom: 0px !important; text-transform: uppercase !important; font-size: 13px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-weight: var(--g-bold-weight, bold) !important; line-height: 1.3em !important; }:not(#tve) .tve-theme-6428 .top-section [data-css="tve-u-17274c65d9d"] { letter-spacing: 2px; padding-bottom: 2px !important; margin-bottom: 0px !important; text-transform: uppercase !important; font-size: 13px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-weight: var(--g-bold-weight, bold) !important; line-height: 1.3em !important; }:not(#tve) .tve-theme-6428 .top-section [data-css="tve-u-17274c6739e"] { letter-spacing: 2px; padding-bottom: 2px !important; margin-bottom: 0px !important; text-transform: uppercase !important; font-size: 13px !important; color: var(--tcb-skin-color-4) !important; --tcb-applied-color:var$(--tcb-skin-color-4) !important; font-weight: var(--g-bold-weight, bold) !important; line-height: 1.3em !important; }:not(#tve) .tve-theme-6428 .top-section [data-css="tve-u-1727ff0f457"] { padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 84px !important; font-weight: var(--g-bold-weight, bold) !important; line-height: 0.9em !important; font-style: italic !important; }.tve-theme-6428 .top-section [data-css="tve-u-1727ff1cc59"] { text-transform: uppercase !important; }.tve-theme-6428 .top-section [data-css="tve-u-1727ff1fc0f"] { font-weight: normal !important; font-size: 58px !important; }.tve-theme-6428 .top-section [data-css="tve-u-172a2dce50f"] .tcb-button-link { letter-spacing: var(--tve-letter-spacing, 2px); background-color: var(--tcb-local-color-17ee7) !important; padding: 18px !important; background-image: none !important; }:not(#tve) .tve-theme-6428 .top-section [data-css="tve-u-172a2dce50f"] .tcb-button-link { font-size: var(--tve-font-size, 13px) !important; }.tve-theme-6428 .top-section [data-css="tve-u-172a2dce50f"] { --tve-font-size:13px; --tve-font-weight:var(--g-regular-weight, normal); --tve-letter-spacing:2px; --tcb-local-color-b9181:rgb(19, 114, 211); --tcb-local-color-17ee7:var(--tcb-skin-color-3); float: left; z-index: 3; position: relative; margin: 0px auto !important; }:not(#tve) .tve-theme-6428 .top-section [data-css="tve-u-172a2dce50f"] .tcb-button-link span { font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); }:not(#tve) .tve-theme-6428 .top-section [data-css="tve-u-172a2dce50f"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: var(--tcb-local-color-17ee7) !important; }.tve-theme-6428 .top-section [data-css="tve-u-172a2dd6e38"]::after { clear: both; }:not(#tve) .tve-theme-6428 .top-section [data-css="tve-u-172ff5d005b"] { letter-spacing: 1px; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: none !important; font-size: 11px !important; color: rgba(0, 0, 0, 0.65) !important; --tcb-applied-color:rgba(0, 0, 0, 0.65) !important; font-weight: var(--g-regular-weight, normal) !important; line-height: 1.3em !important; }:not(#tve) .tve-theme-6428 .top-section [data-css="tve-u-172ff5d1bdf"] { letter-spacing: 1px; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: none !important; font-size: 11px !important; color: rgba(0, 0, 0, 0.65) !important; --tcb-applied-color:rgba(0, 0, 0, 0.65) !important; font-weight: var(--g-regular-weight, normal) !important; line-height: 1.3em !important; }.tve-theme-6428 .top-section [data-css="tve-u-172ff6007be"] { margin-top: 0px !important; margin-bottom: 0px !important; }}@media (max-width: 1023px){.tve-theme-6457 .top-section .section-content { min-height: 600px !important; padding: 40px !important; }.tve-theme-6457 .content-section .section-content { padding: 20px !important; min-height: 828px !important; }.tve-theme-6457 #content { padding: 0px !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb32"] { font-size: 16px; width: 16px; height: 16px; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb34"] { font-size: 16px; width: 16px; height: 16px; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb35"] { font-size: 16px; width: 16px; height: 16px; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb33"] { font-size: 16px; width: 16px; height: 16px; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb31"] { flex-wrap: nowrap !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb2b"] { flex-flow: row wrap !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb2b"] .tcb-flex-col { flex-basis: 601px !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb2a"] { text-align: center; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb8c4f33"] { text-align: center; padding-bottom: 0px !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb85991f"] { width: 229px; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb85ac30"] { height: 255px !important; }:not(#tve) .tve-theme-6457 .bottom-section [data-css="tve-u-16ecb8b9f08"] { padding-bottom: 15px !important; margin-bottom: 0px !important; font-size: 61px !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb26"] { padding-bottom: 50px !important; }.tve-theme-6457 .content-section [data-css="tve-u-16eff79dd19"] { width: 330px; }.tve-theme-6457 .content-section [data-css="tve-u-16eff810185"] { flex-wrap: wrap !important; }.tve-theme-6457 .content-section [data-css="tve-u-16eff810185"] .tcb-flex-col { flex-basis: 519px !important; }.tve-theme-6457 .content-section [data-css="tve-u-16eff851c70"] { padding: 60px !important; }.tve-theme-6457 .main-container { padding-left: 20px !important; padding-right: 20px !important; }.tve-theme-6459 .main-container { padding: 20px !important; }:not(#layout) .tve-theme-6459 .main-container { flex-wrap: wrap; }:not(#layout) .tve-theme-6459 .main-container div.main-columns-separator { width: 100%; }.tve-theme-6459 .bottom-section .section-content { padding: 40px !important; }:not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37b8"] { max-width: 50%; width: 50%; }.tve-theme-6459 .top-section .section-content { min-height: 250px !important; padding: 40px !important; }.tve-theme-6459 .top-section [data-css="tve-u-170876bfa68"] { min-width: 70%; }.tve-theme-6459 .top-section .thrive-breadcrumbs { justify-content: center !important; }.tve-theme-6459 .content-section #main .post-wrapper.thrv_wrapper { width: calc((100% - 0px) / 1); }.tve-theme-6459 .content-section #main [data-css="tve-u-17067dadc9a"] > .tcb-flex-col { padding-left: 20px; }.tve-theme-6459 .content-section #main [data-css="tve-u-17067dadc9a"] { margin-left: -20px; }.tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] { --tve-font-size:14px; margin-bottom: 0px !important; margin-top: 0px !important; }.tve-theme-6459 .content-section #main .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 60px !important; }.tve-theme-6459 .content-section #main .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-6459 .content-section #main .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-6459 .content-section .section-content { padding: 20px !important; }.tve-theme-6459 .content-section #main { margin-bottom: 30px !important; }:not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067dadca4"] .tcb-button-link { font-size: var(--tve-font-size, 11px) !important; }.tve-theme-6459 .content-section #main [data-css="tve-u-17067dadca4"] { --tve-font-size:11px; --tve-letter-spacing:2px; }.tve-theme-6459 .content-section #main [data-css="tve-u-17067dadca4"] .tcb-button-link { letter-spacing: var(--tve-letter-spacing, 2px); }:not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-1712fa74dda"] { padding-bottom: 8px !important; margin-bottom: 0px !important; font-size: 24px !important; }.tve-theme-6459 .content-section #main [data-css="tve-u-171300196c7"] { max-width: 49.6%; }.tve-theme-6459 .content-section #main [data-css="tve-u-1713001975b"] { max-width: 50.4%; }.tve-theme-6459 .content-section #main [data-css="tve-u-17067dadca1"] { padding: 0px !important; }:not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-1713ad48a8f"] { padding-bottom: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] p, :not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] a, :not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] ul, :not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] ul > li, :not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] ol, :not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] ol > li, :not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] h1, :not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] h2, :not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] h3, :not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] h4, :not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] h5, :not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] h6, :not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] blockquote > p, :not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] pre { font-size: var(--tve-font-size, 14px); }.tve-theme-6459 .content-section #main [data-css="tve-u-1713b063dfd"] { padding: 8px !important; }.tve-theme-6459 .content-section #main .thrv-content-box [data-css="tve-u-1713b066e09"] { min-height: 190px !important; }.tve-theme-6459 .content-section #main [data-css="tve-u-1713b084332"] { top: 8px; right: 8px; margin-left: 8px !important; }.tve-theme-6459 .content-section [data-css="tve-u-1713b0ed161"] .tcb-button-link { padding: 16px !important; }.tve-theme-6459 .sidebar-section .section-content { padding-left: 20px !important; padding-right: 20px !important; }.tve-theme-6459 .sidebar-section { margin: 0px !important; }.tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] { margin-bottom: 0px !important; }:not(#layout) .tve-theme-6447 .main-container { flex-wrap: wrap; }:not(#layout) .tve-theme-6447 .main-container div.main-columns-separator { width: 100%; }.tve-theme-6447 .bottom-section { margin-bottom: 0px !important; margin-top: 0px !important; }.tve-theme-6447 .bottom-section .section-content { padding-left: 40px !important; }.tve-theme-6447 .content-section .tcb-post-list[data-css="tve-u-16ecb5f152b"] .post-wrapper.thrv_wrapper { width: calc(50% - 10px); }.tve-theme-6447 .content-section .tcb-post-list[data-css="tve-u-16ecb5f152b"] .post-wrapper.thrv_wrapper:not(:nth-child(2n)) { margin-right: 20px !important; }.tve-theme-6447 .content-section .tcb-post-list[data-css="tve-u-16ecb5f152b"] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)) { margin-top: 0px !important; }.tve-theme-6447 .content-section .tcb-post-list[data-css="tve-u-16ecb5f152b"] .post-wrapper.thrv_wrapper:nth-child(2n) { margin-right: 0px !important; }.tve-theme-6447 .content-section .section-content { padding-right: 40px !important; padding-left: 70px !important; }.tve-theme-6447 .content-section { margin-left: 0px !important; }.tve-theme-6447 .content-section [data-css="tve-u-17019ad2ca6"] .tve_social_items { font-size: 10px !important; }.tve-theme-6447 .content-section [data-css="tve-u-170199bd58e"] .tve_social_items { font-size: 8px !important; }.tve-theme-6447 .content-section [data-css="tve-u-170199f5045"] { font-size: 14px; width: 14px; height: 14px; }.tve-theme-6447 .content-section .comment-form .comment-form-submit { max-width: 33%; width: 33%; }.tve-theme-6447 .content-section [data-css="tve-u-16ec5d248bb"] { margin-left: auto !important; margin-right: auto !important; }.tve-theme-6447 .main-container { padding-left: 20px !important; padding-right: 20px !important; }.tve-theme-6447 .sidebar-section .tcb-post-list[data-css="tve-u-17067be2282"] .post-wrapper.thrv_wrapper { width: calc(100% + 0px); }.tve-theme-6447 .sidebar-section .tcb-post-list[data-css="tve-u-17067be2282"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 15px !important; }.tve-theme-6447 .sidebar-section .tcb-post-list[data-css="tve-u-17067be2282"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-6447 .sidebar-section .tcb-post-list[data-css="tve-u-17067be2282"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-17067be2282"] { max-width: 100%; }.tve-theme-6447 .sidebar-section .section-content { padding-left: 20px !important; padding-right: 20px !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-170679aaa25"] { width: 396px; }.tve-theme-6447 .sidebar-section [data-css="tve-u-170670eee10"] { float: none; min-width: 0px !important; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-17067b5d81d"] { max-width: 100%; }.tve-theme-6447 .top-section .section-content { min-height: 460px !important; padding-bottom: 40px !important; padding-left: 40px !important; padding-right: 40px !important; }:not(#tve) .tve-theme-6447 .top-section [data-css="tve-u-16ed080d346"] { font-size: 36px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-6447 .top-section [data-css="tve-u-16ed0d76361"] { padding: 6px !important; }:not(#layout) .tve-theme-6448 .main-container { flex-wrap: wrap; }:not(#layout) .tve-theme-6448 .main-container div.main-columns-separator { width: 100%; }.tve-theme-6448 .main-container { padding: 20px !important; }.tve-theme-6448 .content-section .tcb-post-list[data-css="tve-u-16ecb5f152b"] .post-wrapper.thrv_wrapper { width: calc((100% - 20px) / 2); }.tve-theme-6448 .content-section .tcb-post-list[data-css="tve-u-16ecb5f152b"] .post-wrapper.thrv_wrapper:not(:nth-child(2n)) { margin-right: 20px !important; }.tve-theme-6448 .content-section .tcb-post-list[data-css="tve-u-16ecb5f152b"] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)) { margin-top: 0px !important; }.tve-theme-6448 .content-section .tcb-post-list[data-css="tve-u-16ecb5f152b"] .post-wrapper.thrv_wrapper:nth-child(2n) { margin-right: 0px !important; }.tve-theme-6448 .content-section .section-content { padding-right: 40px !important; padding-left: 70px !important; }.tve-theme-6448 .content-section { margin-left: 0px !important; }.tve-theme-6448 .content-section [data-css="tve-u-17019ad2ca6"] .tve_social_items { font-size: 10px !important; }.tve-theme-6448 .content-section [data-css="tve-u-170199bd58e"] .tve_social_items { font-size: 8px !important; }.tve-theme-6448 .content-section [data-css="tve-u-170199f5045"] { font-size: 14px; width: 14px; height: 14px; }.tve-theme-6448 .content-section .comment-form .comment-form-submit { max-width: 33%; width: 33%; }.tve-theme-6448 .content-section [data-css="tve-u-16ec5d248bb"] { margin-left: auto !important; margin-right: auto !important; }.tve-theme-6448 .sidebar-section .tcb-post-list[data-css="tve-u-17067be2282"] .post-wrapper.thrv_wrapper { width: calc((100% - 0px) / 1); }.tve-theme-6448 .sidebar-section .tcb-post-list[data-css="tve-u-17067be2282"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 15px !important; }.tve-theme-6448 .sidebar-section .tcb-post-list[data-css="tve-u-17067be2282"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-6448 .sidebar-section .tcb-post-list[data-css="tve-u-17067be2282"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067be2282"] { max-width: 100%; }.tve-theme-6448 .sidebar-section .section-content { padding-left: 20px !important; padding-right: 20px !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-170679aaa25"] { width: 396px; }.tve-theme-6448 .sidebar-section [data-css="tve-u-170670eee10"] { float: none; min-width: 0px !important; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067b5d81d"] { max-width: 100%; }.tve-theme-6448 .bottom-section .section-content { padding: 40px !important; }:not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37b8"] { max-width: 40%; width: 40%; }.tve-theme-6448 .bottom-section [data-css="tve-u-16eccd9c6d3"] { margin-bottom: 30px !important; }.tve-theme-6448 .top-section .section-content { min-height: 460px !important; padding-bottom: 60px !important; padding-left: 40px !important; padding-right: 40px !important; }:not(#tve) .tve-theme-6448 .top-section [data-css="tve-u-16ed080d346"] { font-size: 36px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-6448 .top-section [data-css="tve-u-16ed0d76361"] { padding: 6px !important; }.tve-theme-6452 .bottom-section .section-content { padding-left: 40px !important; padding-right: 40px !important; }:not(#layout) .tve-theme-6452 .main-container { flex-wrap: wrap; }:not(#layout) .tve-theme-6452 .main-container div.main-columns-separator { width: 100%; }.tve-theme-6452 .main-container { padding: 20px !important; }.tve-theme-6452 #content { padding-bottom: 0px !important; }.tve-theme-6452 .sidebar-section .section-content { padding: 20px !important; }.tve-theme-6452 .content-section .section-content { padding-left: 20px !important; padding-right: 20px !important; }.tve-theme-6452 .top-section .section-content { justify-content: center; display: flex; flex-direction: column; padding: 40px 40px 80px !important; min-height: 280px !important; }.tve-theme-6452 .top-section [data-css="tve-u-16ffc04d542"] { max-width: 90%; }.tve-theme-6452 .top-section .section-background { clip-path: url(#clip-tablet-bottom-855025219fc47); }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e3d"] { max-width: 40.6%; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e3f"] { max-width: 59.4%; }:not(#tve) .tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e48"] { font-size: 16px !important; }.tve-theme-6453 .main-container { padding: 20px !important; }.tve-theme-6453 .sidebar-section .section-content { padding: 10px !important; }.tve-theme-6453 .sidebar-section .tcb-post-list[data-css="tve-u-1705901981d"] .post-wrapper.thrv_wrapper { width: calc(100% + 0px); }.tve-theme-6453 .sidebar-section [data-css="tve-u-1705901981d"].tcb-post-list .post-wrapper { padding: 0px !important; }.tve-theme-6453 .sidebar-section [data-css="tve-u-1705901981d"].tcb-post-list [data-css="tve-u-17058df5f5b"] { width: 90px; }.tve-theme-6453 .sidebar-section [data-css="tve-u-1705901981d"].tcb-post-list .thrv-content-box [data-css="tve-u-17058e153af"] { height: 60px !important; }.tve-theme-6453 .sidebar-section .tcb-post-list[data-css="tve-u-1705901981d"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 58px !important; }.tve-theme-6453 .sidebar-section .tcb-post-list[data-css="tve-u-1705901981d"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-6453 .sidebar-section .tcb-post-list[data-css="tve-u-1705901981d"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-6453 .content-section #main .post-wrapper.thrv_wrapper { width: calc(50% - 15px); padding: 0px; }.tve-theme-6453 .content-section #main { padding: 0px; }.tve-theme-6453 .content-section .section-content { padding: 20px !important; }.tve-theme-6453 .content-section [data-css="tve-u-17044071be0"] { max-width: 40%; }.tve-theme-6453 .bottom-section { margin-bottom: 0px !important; margin-top: 0px !important; }.tve-theme-6453 .bottom-section .section-content { padding-left: 40px !important; }.tve-theme-6453 .content-section #main .post-wrapper.thrv_wrapper:nth-child(n+3) { margin-top: 30px !important; }.tve-theme-6453 .content-section #main .post-wrapper.thrv_wrapper:not(:nth-child(n+3)) { margin-top: 0px !important; }.tve-theme-6453 .content-section #main [data-css="tve-u-16ff1dd190b"] { padding-right: 0px !important; }.tve-theme-6453 .top-section [data-css="tve-u-16eeade9f2d"] { max-width: 475px !important; }.tve-theme-6453 .top-section [data-css="tve-u-16eead349f7"] { height: 199px; }:not(#tve) .tve-theme-6453 .top-section [data-css="tve-u-16eead2fe32"] { font-size: 36px !important; }.tve-theme-6453 .top-section [data-css="tve-u-16eead4d8ba"] { margin-bottom: 30px !important; }.tve-theme-6453 .top-section [data-css="tve-u-16eeae05d4c"] { margin-bottom: 40px !important; }.tve-theme-6453 .top-section .section-content { min-height: 480px !important; padding-top: 60px !important; }.tve-theme-6454 .content-section .section-content { padding-top: 0px !important; }.tve-theme-6454 #content { padding: 0px !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb32"] { font-size: 16px; width: 16px; height: 16px; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb34"] { font-size: 16px; width: 16px; height: 16px; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb35"] { font-size: 16px; width: 16px; height: 16px; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb33"] { font-size: 16px; width: 16px; height: 16px; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb31"] { flex-wrap: nowrap !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb2b"] { flex-flow: row wrap !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb2b"] .tcb-flex-col { flex-basis: 601px !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb2a"] { text-align: center; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb8c4f33"] { text-align: center; padding-bottom: 0px !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb85991f"] { width: 229px; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb85ac30"] { height: 255px !important; }:not(#tve) .tve-theme-6454 .bottom-section [data-css="tve-u-16ecb8b9f08"] { padding-bottom: 15px !important; margin-bottom: 0px !important; font-size: 61px !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb26"] { padding-bottom: 50px !important; }.tve-theme-6454 .top-section [data-css="tve-u-16ef9f87900"] { min-height: 290px !important; }.tve-theme-6454 .top-section [data-css="tve-u-16efa024586"] { max-width: 646px; }:not(#layout) .tve-theme-6439 .main-container { flex-wrap: wrap; }:not(#layout) .tve-theme-6439 .main-container div.main-columns-separator { width: 100%; }.tve-theme-6439 .bottom-section .section-content { padding: 40px !important; min-height: 1px !important; }.tve-theme-6439 .bottom-section [data-css="tve-u-170781e71cf"] { max-width: 47%; }.tve-theme-6439 .bottom-section [data-css="tve-u-170781e7237"] { max-width: 53%; }.tve-theme-6439 .content-section .section-content { padding-left: 20px !important; padding-right: 20px !important; }.tve-theme-6439 .content-section [data-css="tve-u-16f805e6958"] { margin-top: 40px !important; margin-bottom: 15px !important; }.tve-theme-6439 .content-section [data-css="tve-u-16f84a0a423"] { flex-wrap: nowrap !important; }.tve-theme-6439 .content-section .comment-form .comment-form-submit { max-width: 26%; width: 26%; }.tve-theme-6439 .main-container { padding-left: 20px !important; padding-right: 20px !important; }.tve-theme-6439 .sidebar-section .section-content { padding: 20px !important; }.tve-theme-6439 .sidebar-section .tcb-post-list[data-css="tve-u-17067e99664"] .post-wrapper.thrv_wrapper { width: calc((100% - 20px) / 2); }.tve-theme-6439 .sidebar-section [data-css="tve-u-17067e99664"] { max-width: 100%; }.tve-theme-6439 .sidebar-section .tcb-post-list[data-css="tve-u-17067e99664"] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)) { margin-top: 0px !important; }.tve-theme-6439 .sidebar-section .tcb-post-list[data-css="tve-u-17067e99664"] .post-wrapper.thrv_wrapper:not(:nth-child(2n)) { margin-right: 20px !important; }.tve-theme-6439 .sidebar-section .tcb-post-list[data-css="tve-u-17067e99664"] .post-wrapper.thrv_wrapper:nth-child(2n) { margin-right: 0px !important; }.tve-theme-6439 .top-section .section-content { padding-left: 40px !important; padding-right: 40px !important; min-height: 180px !important; }:not(#tve) .tve-theme-6439 .top-section [data-css="tve-u-1713a6905f4"] { padding-bottom: 12px !important; margin-bottom: 0px !important; }.tve-theme-6439 .content-section .tcb-post-list[data-css="tve-u-17dfb9778e9"] .post-wrapper.thrv_wrapper { width: calc((100% - 35px) / 2); }.tve-theme-6439 .sidebar-section [data-css="tve-u-16e8d08a6d4"] { left: 0px; padding-top: 60px !important; padding-left: 60px !important; padding-bottom: 20px !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fc2"] { left: -64px; top: -64px; width: 180px; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fc0"] { max-width: 22.6%; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fc5"] { max-width: 77.4%; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fc4"] { height: 200px !important; }.tve-theme-6439 .content-section [data-css="tve-u-17f4a7a1518"] > .tcb-flex-col { padding-left: 30px; }.tve-theme-6439 .content-section [data-css="tve-u-17f4a7a1518"] { margin-left: -30px; }.tve-theme-6439 .content-section [data-css="tve-u-17f4a7a1519"] { max-width: 38%; }.tve-theme-6439 .content-section [data-css="tve-u-17f4a7a151e"] { max-width: 62%; }.tve-theme-6439 .content-section [data-css="tve-u-17f4a7a1524"] .tve_social_items { font-size: 10px !important; }.tve-theme-6424 .top-section .section-content { padding: 40px !important; }.tve-theme-6424 .content-section .section-content { padding-left: 20px !important; padding-right: 20px !important; }.tve-theme-6424 .main-container { padding: 20px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f0121a55"] { flex-wrap: wrap !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f0121a57"] { width: 100%; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f0121a55"] > .tcb-flex-col { flex-basis: 250px !important; }.tve-theme-6424 .bottom-section .section-content { padding-left: 40px !important; padding-right: 40px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f0349550"] { margin-right: 10px !important; }:not(#tve) .tve-theme-6424 .bottom-section [data-css="tve-u-172f03d7ad8"] { font-size: 12px !important; }:not(#tve) .tve-theme-6424 .bottom-section [data-css="tve-u-172f03e596c"] { font-size: 9px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f04a8abc"] { margin-right: 10px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f04bd161"] { margin-right: 10px !important; }:not(#tve) .tve-theme-6424 .bottom-section [data-css="tve-u-172f04c2dbf"] { font-size: 12px !important; }:not(#tve) .tve-theme-6424 .bottom-section [data-css="tve-u-172f04c38b5"] { font-size: 12px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f04d4a7b"] { margin-bottom: 14px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f04e38b8"] > .tcb-flex-col { padding-left: 15px; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f04e38b8"] { margin-left: -15px; }.tve-theme-6424 .bottom-section [data-css="tve-u-17304551d72"] { float: right; z-index: 3; position: relative; }.tve-theme-6424 .bottom-section [data-css="tve-u-1730457a26b"]::after { clear: both; }.tve-theme-6424 .bottom-section [data-css="tve-u-17304551d6e"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6424 .sidebar-section .section-content { padding: 20px 10px !important; }.tve-theme-6424 .sidebar-section { margin: 0px !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-1725ba26717"] { min-height: 164px !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299dac966"] { float: right; z-index: 3; position: relative; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17300cf1d4a"]::after { clear: both; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299dec597"] { float: right; z-index: 3; position: relative; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17300cf2408"]::after { clear: both; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299deb6e1"] { float: right; z-index: 3; position: relative; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17300cf2b1e"]::after { clear: both; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299e991f6"] { float: right; z-index: 3; position: relative; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299dac967"]::after { clear: both; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17300cf515e"] { float: none; max-width: 300px; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17300cf6848"] { float: none; max-width: 300px; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17300cf8049"] { float: none; max-width: 300px; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299dac953"] { float: none; max-width: 300px; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6425 .bottom-section [data-css="tve-u-17299791844"] { flex-wrap: nowrap !important; }.tve-theme-6425 .bottom-section .section-content { padding-left: 40px !important; padding-right: 40px !important; }:not(#tve) .tve-theme-6425 .bottom-section [data-css="tve-u-1729ed2a2b0"] { letter-spacing: 2px; }.tve-theme-6425 .content-section .section-content { padding: 20px !important; }.tve-theme-6425 .main-container { padding: 20px !important; }.tve-theme-6425 .top-section .section-content { padding-left: 40px !important; padding-right: 40px !important; }:not(#layout) .tve-theme-6425 .main-container { --sidebar-size:32.22%; }.tve-theme-6425 .sidebar-section .section-content { padding: 20px 10px !important; }.tve-theme-6425 .sidebar-section { margin: 0px !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-1725ba26717"] { min-height: 164px !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299dac966"] { float: right; z-index: 3; position: relative; padding: 14px !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17300cf1d4a"]::after { clear: both; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299dec597"] { float: right; z-index: 3; position: relative; padding: 14px !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17300cf2408"]::after { clear: both; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299deb6e1"] { float: right; z-index: 3; position: relative; padding: 14px !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17300cf2b1e"]::after { clear: both; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299e991f6"] { float: right; z-index: 3; position: relative; padding: 14px !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299dac967"]::after { clear: both; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17300cf515e"] { float: none; max-width: 300px; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17300cf6848"] { float: none; max-width: 300px; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17300cf8049"] { float: none; max-width: 300px; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299dac953"] { float: none; max-width: 300px; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6426 .main-container { padding: 20px !important; }.tve-theme-6426 .content-section .section-content { min-height: 1px !important; }.tve-theme-6426 .bottom-section .section-content { --tve-font-size:14px; padding: 30px 40px !important; min-height: 1px !important; }.tve-theme-6426 .bottom-section .section-background { background-position: 50% 50%, 0% 50% !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172efd48fcd"] { margin-left: -30px; flex-wrap: wrap !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172efd48fcd"] > .tcb-flex-col { padding-left: 30px; flex-basis: 141px !important; }.tve-theme-6426 .bottom-section .section-content p, .tve-theme-6426 .bottom-section .section-content li, .tve-theme-6426 .bottom-section .section-content label, .tve-theme-6426 .bottom-section .section-content .tcb-plain-text { font-size: var(--tve-font-size, 14px); }.tve-theme-6426 .bottom-section [data-css="tve-u-172efd16917"] { font-size: 16px; }.tve-theme-6426 .bottom-section [data-css="tve-u-172efcfef9d"] { margin-bottom: 14px !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172efcf6bbb"] { margin-bottom: 0px !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172f0040ddd"] { margin-bottom: 0px !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172effcd41b"] { margin-bottom: 0px !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172effd3b42"] { max-width: 28.7%; }.tve-theme-6426 .bottom-section [data-css="tve-u-172effd3b71"] { max-width: 37.6%; }.tve-theme-6426 .bottom-section [data-css="tve-u-172effc9615"] { margin-bottom: 10px !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172effde4b9"] { margin-bottom: 10px !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172effd3b15"] { max-width: 33.7%; }:not(#tve) .tve-theme-6426 .bottom-section [data-css="tve-u-172effbfcc7"] { font-size: 12px !important; }:not(#tve) .tve-theme-6426 .bottom-section [data-css="tve-u-172f0054e1c"] { font-size: 12px !important; }:not(#tve) .tve-theme-6426 .bottom-section [data-css="tve-u-172f0055d17"] { font-size: 12px !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172efdd9efd"] { border-right: none !important; padding-right: 20px !important; padding-left: 20px !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172effd7b3a"] { flex-wrap: wrap !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172effd7b3a"] > .tcb-flex-col { flex-basis: 700px !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172f007c6a9"] { margin-bottom: 0px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f76"] { flex-wrap: nowrap !important; padding: 8px 40px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f77"] { width: 100%; }.tve-theme-6426 .top-section [data-css="tve-u-172c7a0fd5e"] { max-width: 100%; }.tve-theme-6426 .top-section [data-css="tve-u-172c784f28f"] p, .tve-theme-6426 .top-section [data-css="tve-u-172c784f28f"] li, .tve-theme-6426 .top-section [data-css="tve-u-172c784f28f"] blockquote, .tve-theme-6426 .top-section [data-css="tve-u-172c784f28f"] address, .tve-theme-6426 .top-section [data-css="tve-u-172c784f28f"] .tcb-plain-text, .tve-theme-6426 .top-section [data-css="tve-u-172c784f28f"] label { letter-spacing: var(--tve-letter-spacing, 2px); }.tve-theme-6426 .top-section [data-css="tve-u-172c784f28f"] { --tve-letter-spacing:2px; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f84"] { max-width: 105px; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f85"] { max-width: 56.8%; }.tve-theme-6426 .top-section [data-css="tve-u-172c7a77494"] { max-width: 33.3333%; }.tve-theme-6426 .top-section [data-css="tve-u-172c7a774cb"] { max-width: 33.5%; }.tve-theme-6426 .top-section [data-css="tve-u-172c7a77500"] { max-width: 33.2%; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f8d"] { min-width: 240px; }:not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c784d60c"] { letter-spacing: 2px; }:not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c7a3cc19"] { letter-spacing: 2px; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f8f"] { padding: 14px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f91"] { padding: 14px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f94"] { padding: 14px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c7a0f768"] { padding: 8px 40px !important; }.tve-theme-6426 .sidebar-section .section-content { padding: 20px 10px !important; }.tve-theme-6426 .sidebar-section { margin: 0px !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dbc67291"] { width: 320px; float: none; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dbf27d6c"] { margin-left: -2px; }.tve-theme-6426 .sidebar-section [data-css="tve-u-17300ac8dc8"] { float: none; max-width: 320px; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dbfe8133"] { float: none; max-width: 320px; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dbaec183"] { float: none; max-width: 320px; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dbafa3d4"] { float: none; max-width: 320px; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dba6cff2"] { float: none; max-width: 320px; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dbff6940"] { float: none; margin-left: auto !important; margin-right: auto !important; padding-top: 12px !important; border-top: 1px solid rgba(0, 0, 0, 0.08) !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dc0b3b1e"] { float: none; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dc0bb92c"] { float: left; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dc0acc2e"] { float: none; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-17300aec9c9"]::after { clear: both; }.tve-theme-6426 .content-section [data-css="tve-u-17309be5366"] { padding-left: 17px !important; }.tve-theme-6427 .content-section .section-content { padding: 10px !important; }.tve-theme-6427 .main-container { padding-left: 20px !important; padding-right: 20px !important; }.tve-theme-6427 .sidebar-section .section-content { padding: 20px 10px !important; }.tve-theme-6427 .sidebar-section { margin: 0px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-17299e48a73"] { padding: 14px !important; margin-bottom: 20px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-17299e35340"] { min-height: 214px !important; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b7671fb8"] { line-height: 1.4em !important; font-size: 13px !important; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b76497d1"] { font-size: 18px !important; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b76407f7"] { font-size: 13px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b7ca12b5"] { font-size: 14px; width: 14px; height: 14px; padding: 1px !important; margin-bottom: 0px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b80e7163"] { font-size: 14px; width: 14px; height: 14px; float: none; padding: 1px !important; margin: 0px auto !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b80e7ca1"] { font-size: 14px; width: 14px; height: 14px; padding: 1px !important; margin-bottom: 0px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b80e88dd"] { font-size: 14px; width: 14px; height: 14px; padding: 1px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b7e67c6b"] { font-size: 29px !important; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b7e61433"] { font-size: 15px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-17300a709f7"] { float: none; max-width: 300px; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-17300a72740"] { float: none; max-width: 300px; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b7f47fad"] { float: none; max-width: 300px; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b80eb868"] { float: none; max-width: 300px; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-1725ba26717"] { min-height: 236px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b7e77368"] { top: 49px; left: 93px; width: 50px; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b82ea868"] { font-size: 18px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b82d4946"] { font-size: 14px; width: 14px; height: 14px; padding: 14px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b8587465"] { margin-bottom: 20px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-1725bac5eae"] { padding: 14px !important; margin-bottom: 20px !important; margin-top: 20px !important; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b7e89de8"] input, :not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b7e89de8"] select, :not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b7e89de8"] textarea, :not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b7e89de8"] ::placeholder { font-size: var(--tve-font-size, 9px); letter-spacing: var(--tve-letter-spacing, 1px); }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b7e89de8"] { --tve-font-size:9px; --tve-letter-spacing:1px; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b8598fb7"] .tcb-button-link { font-size: var(--tve-font-size, 9px) !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b8598fb7"] { --tve-font-size:9px; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b82c3483"] .tcb-button-link { font-size: var(--tve-font-size, 12px) !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b82c3483"] { --tve-font-size:12px; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b82c3483"] .tcb-button-link { padding: 12px 14px !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f0121a55"] { flex-wrap: wrap !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f0121a57"] { width: 100%; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f0121a55"] > .tcb-flex-col { flex-basis: 250px !important; }.tve-theme-6427 .bottom-section .section-content { padding-left: 40px !important; padding-right: 40px !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f0349550"] { margin-right: 10px !important; }:not(#tve) .tve-theme-6427 .bottom-section [data-css="tve-u-172f03d7ad8"] { font-size: 12px !important; }:not(#tve) .tve-theme-6427 .bottom-section [data-css="tve-u-172f03e596c"] { font-size: 9px !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f04a8abc"] { margin-right: 10px !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f04bd161"] { margin-right: 10px !important; }:not(#tve) .tve-theme-6427 .bottom-section [data-css="tve-u-172f04c2dbf"] { font-size: 12px !important; }:not(#tve) .tve-theme-6427 .bottom-section [data-css="tve-u-172f04c38b5"] { font-size: 12px !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f04d4a7b"] { margin-bottom: 14px !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f04e38b8"] > .tcb-flex-col { padding-left: 15px; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f04e38b8"] { margin-left: -15px; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f76"] { flex-wrap: nowrap !important; padding: 8px 40px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f77"] { width: 100%; }.tve-theme-6427 .top-section [data-css="tve-u-172c7a0fd5e"] { max-width: 100%; }.tve-theme-6427 .top-section [data-css="tve-u-172c784f28f"] p, .tve-theme-6427 .top-section [data-css="tve-u-172c784f28f"] li, .tve-theme-6427 .top-section [data-css="tve-u-172c784f28f"] blockquote, .tve-theme-6427 .top-section [data-css="tve-u-172c784f28f"] address, .tve-theme-6427 .top-section [data-css="tve-u-172c784f28f"] .tcb-plain-text, .tve-theme-6427 .top-section [data-css="tve-u-172c784f28f"] label { letter-spacing: var(--tve-letter-spacing, 2px); }.tve-theme-6427 .top-section [data-css="tve-u-172c784f28f"] { --tve-letter-spacing:2px; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f84"] { max-width: 105px; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f85"] { max-width: 56.8%; }.tve-theme-6427 .top-section [data-css="tve-u-172c7a77494"] { max-width: 33.3333%; }.tve-theme-6427 .top-section [data-css="tve-u-172c7a774cb"] { max-width: 33.5%; }.tve-theme-6427 .top-section [data-css="tve-u-172c7a77500"] { max-width: 33.2%; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f8d"] { min-width: 240px; }:not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c784d60c"] { letter-spacing: 2px; }:not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c7a3cc19"] { letter-spacing: 2px; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f8f"] { padding: 14px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f91"] { padding: 14px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f94"] { padding: 14px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c7a0f768"] { padding: 8px 40px !important; }:not(#layout) .tve-theme-6428 .main-container { --sidebar-size:32.23%; --separator-size:20px; }.tve-theme-6428 .content-section .section-content { padding: 10px !important; }.tve-theme-6428 .main-container { padding: 10px !important; }.tve-theme-6428 .bottom-section .section-content { --tve-font-size:14px; padding: 30px 40px !important; min-height: 1px !important; }.tve-theme-6428 .bottom-section .section-background { background-position: 50% 50%, 0% 50% !important; }.tve-theme-6428 .bottom-section [data-css="tve-u-172efd48fcd"] { margin-left: -30px; flex-wrap: nowrap !important; }.tve-theme-6428 .bottom-section [data-css="tve-u-172efd48fcd"] > .tcb-flex-col { padding-left: 30px; }.tve-theme-6428 .bottom-section .section-content p, .tve-theme-6428 .bottom-section .section-content li, .tve-theme-6428 .bottom-section .section-content label, .tve-theme-6428 .bottom-section .section-content .tcb-plain-text { font-size: var(--tve-font-size, 14px); }.tve-theme-6428 .bottom-section [data-css="tve-u-172efd16917"] { font-size: 14px; }.tve-theme-6428 .sidebar-section .section-content { padding: 20px 10px !important; }.tve-theme-6428 .sidebar-section { margin: 0px !important; }.tve-theme-6428 .sidebar-section .tcb-post-list[data-css="tve-u-1725b1dc49c"] .post-wrapper.thrv_wrapper { width: calc((100% - 0px) / 1); }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725ba26717"] { min-height: 298px !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1725ba56824"] { font-size: 60px !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1725bbf2198"] { font-size: 23px !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec437ba"] { max-width: 69.1%; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec4380b"] { max-width: 30.9%; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec592d8"] { padding: 8px !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"].tcb-post-list [data-css="tve-u-1725b1dc4a1"] { max-width: 39%; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"].tcb-post-list [data-css="tve-u-1725b1dc4a5"] { max-width: 61%; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"].tcb-post-list .thrv-content-box [data-css="tve-u-1725b1dc4a4"] { min-height: 111px !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1725bae44b0"] .tcb-button-link { line-height: var(--tve-line-height, 2em); }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725bae44b0"] { --tve-line-height:2em; }.tve-theme-6428 .sidebar-section .tcb-post-list[data-css="tve-u-1725b1dc49c"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 30px !important; }.tve-theme-6428 .sidebar-section .tcb-post-list[data-css="tve-u-1725b1dc49c"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-6428 .sidebar-section .tcb-post-list[data-css="tve-u-1725b1dc49c"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec55225"] { flex-wrap: wrap !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec55225"] > .tcb-flex-col { flex-basis: 700px !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec39d7e"] input, :not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec39d7e"] select, :not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec39d7e"] textarea { border: none; --tve-applied-border:none; margin-bottom: 10px !important; background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)) !important; --tve-applied-background-image:linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-6428 .top-section [data-css="tve-u-1725b69447d"] { flex-wrap: nowrap !important; padding: 0px !important; }.tve-theme-6428 .top-section .section-content { padding: 0px !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274b0028c"] { width: 100%; padding-left: 40px !important; }:not(#tve) .tve-theme-6428 .top-section [data-css="tve-u-1727ff0f457"] { font-size: 55px !important; }.tve-theme-6428 .top-section [data-css="tve-u-1727ff1fc0f"] { font-weight: normal !important; font-size: 40px !important; }.tve-theme-6428 .top-section [data-css="tve-u-1727ff1cc59"] { text-transform: uppercase !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274acb46f"] { max-width: 46.7%; }.tve-theme-6428 .top-section [data-css="tve-u-17274acb4b3"] { max-width: 53.3%; }.tve-theme-6428 .top-section [data-css="tve-u-17274a927ac"] { height: 250px !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274b6f348"] { height: 250px !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274b694af"] { height: 250px !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274bcd136"] { font-size: 22px; width: 22px; height: 22px; padding: 1px !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274bd5830"] { font-size: 18px; width: 18px; height: 18px; padding: 1px !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274bd6d19"] { font-size: 20px; width: 20px; height: 20px; padding: 1px !important; }.tve-theme-6428 .top-section [data-css="tve-u-1725b999d4c"] { max-width: 101px; }.tve-theme-6428 .top-section [data-css="tve-u-1725b999d50"] { max-width: 58.4%; }.tve-theme-6428 .top-section [data-css="tve-u-1725b9a1445"] { padding-top: 1px !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274be0bee"] { max-width: 100%; }.tve-theme-6428 .top-section [data-css="tve-u-17274ba846c"] { padding-left: 40px !important; padding-right: 40px !important; }:not(#tve) .tve-theme-6428 .top-section [data-css="tve-u-17274c65d9d"] { font-size: 11px !important; }:not(#tve) .tve-theme-6428 .top-section [data-css="tve-u-17274c6739e"] { font-size: 11px !important; }:not(#tve) .tve-theme-6428 .top-section [data-css="tve-u-17274c62c05"] { font-size: 11px !important; }:not(#tve) .tve-theme-6428 .top-section [data-css="tve-u-172ff5d005b"] { font-size: 10px !important; }:not(#tve) .tve-theme-6428 .top-section [data-css="tve-u-172ff5d1bdf"] { font-size: 10px !important; }:not(#tve) .tve-theme-6428 .top-section [data-css="tve-u-1725b70eff3"] { font-size: 10px !important; }.tve-theme-6428 .top-section [data-css="tve-u-172ff5e0f1c"] { margin-left: -14px !important; }}@media (max-width: 767px){:not(#tve) .tve-theme-6457 .content-section [data-css="tve-u-16ed08c8eaa"] { font-size: 27px !important; }.tve-theme-6457 .top-section .section-content { padding: 20px !important; min-height: 450px !important; }:not(#tve) .tve-theme-6457 .content-section [data-css="tve-u-16ed0ae5266"] { font-size: 16px !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb2a"] { text-align: center; margin-bottom: 0px !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb31"] { flex-wrap: nowrap !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb2f"] { float: none; max-width: 190px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb32"] { float: none; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb33"] { float: none; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb34"] { float: none; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb35"] { float: none; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb2b"] { flex-flow: row wrap !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb2b"] .tcb-flex-col { flex-basis: 390px !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb84bb26"] { padding-top: 30px !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16e8d0bd13f"] { padding-top: 0px !important; }:not(#tve) .tve-theme-6457 .bottom-section [data-css="tve-u-16ecb8b9f08"] { font-size: 50px !important; padding-bottom: 19px !important; margin-bottom: 0px !important; }.tve-theme-6457 .bottom-section [data-css="tve-u-16ecb8c4f33"] { padding-bottom: 0px !important; }.tve-theme-6457 .content-section .section-content { min-height: 492px !important; padding-left: 10px !important; padding-right: 10px !important; }.tve-theme-6457 .content-section [data-css="tve-u-16eff83a886"] { float: none; margin-left: auto !important; margin-right: auto !important; padding-left: 0px !important; padding-right: 0px !important; }.tve-theme-6457 .content-section [data-css="tve-u-16eff851c70"] { padding: 0px !important; }.tve-theme-6457 .content-section [data-css="tve-u-16eff810185"] .tcb-flex-col { flex-basis: 460px !important; }.tve-theme-6457 .content-section [data-css="tve-u-16eff79dd19"] { width: 227px; }.tve-theme-6457 .content-section [data-css="tve-u-16ed08ce675"] { margin-bottom: 20px !important; }.tve-theme-6457 .main-container { padding: 10px !important; }.tve-theme-6457 .content-section [data-css="tve-u-16ea67081c1"] { margin-bottom: 30px !important; }.tve-theme-6457 .content-section [data-css="tve-u-1741157f589"].tcb-post-list .thrv-content-box [data-css="tve-u-1741157f591"] { min-height: 220px !important; }.tve-theme-6459 .main-container { padding: 10px !important; }.tve-theme-6459 .bottom-section [data-css="tve-u-16eccd9c6d3"] { max-width: 181px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 30px !important; }.tve-theme-6459 .bottom-section [data-css="tve-u-170773f37b8"] { float: none; margin-left: 0px; margin-right: 0px; max-width: 100%; }:not(#tve) .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37b8"] { max-width: 100%; width: 100%; }.tve-theme-6459 .bottom-section .section-content { padding: 20px 20px 60px !important; }.tve-theme-6459 .bottom-section [data-css="tve-u-170773f37a5"] input, .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37a5"] textarea { margin-bottom: 20px !important; }.tve-theme-6459 .bottom-section [data-css="tve-u-170773f37ac"] input, .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37ac"] textarea { margin-bottom: 20px !important; }.tve-theme-6459 .bottom-section [data-css="tve-u-170773f37b2"] input, .tve-theme-6459 .bottom-section [data-css="tve-u-170773f37b2"] textarea { margin-bottom: 20px !important; }.tve-theme-6459 .bottom-section [data-css="tve-u-170773f37a2"] { margin-bottom: 4px !important; }.tve-theme-6459 .bottom-section [data-css="tve-u-170773f37a8"] { margin-bottom: 4px !important; }.tve-theme-6459 .bottom-section [data-css="tve-u-170773f37af"] { margin-bottom: 4px !important; }.tve-theme-6459 .top-section .section-content { padding: 40px 20px !important; min-height: 186px !important; }.tve-theme-6459 .top-section .section-background { background-position: 50% 50%, 50% 50% !important; }.tve-theme-6459 .top-section .thrive-breadcrumbs { justify-content: center !important; }:not(#tve) .tve-theme-6459 .top-section [data-css="tve-u-170876bfa6b"] button { padding-right: 4px !important; }.tve-theme-6459 .top-section [data-css="tve-u-170876bfa71"] input { padding-left: 4px !important; }.tve-theme-6459 .top-section [data-css="tve-u-170876bfa68"] { min-width: 92%; margin-bottom: 30px !important; }.tve-theme-6459 .top-section [data-css="tve-u-1708772a8a6"] .thrive-breadcrumb-path a { font-size: var(--tve-font-size, 14px) !important; }.tve-theme-6459 .top-section [data-css="tve-u-1708772a8a6"] .thrive-breadcrumb-path { --tve-font-size:14px; }.tve-theme-6459 .content-section #main .post-wrapper.thrv_wrapper { width: calc((100% - 0px) / 1); }.tve-theme-6459 .content-section #main [data-css="tve-u-17067dadc9a"] > .tcb-flex-col > .tcb-col { min-height: 144px; }.tve-theme-6459 .content-section #main [data-css="tve-u-17067e18185"] { margin-bottom: 0px !important; }.tve-theme-6459 .content-section #main .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 40px !important; }.tve-theme-6459 .content-section #main .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-6459 .content-section #main .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-6459 .content-section .section-content { padding: 20px 10px !important; }:not(#tve) .tve-theme-6459 .content-section #main [data-css="tve-u-1712fa74dda"] { font-size: 20px !important; }.tve-theme-6459 .content-section #main { margin-bottom: 20px !important; }.tve-theme-6459 .content-section #main .thrv-content-box [data-css="tve-u-1713b066e09"] { min-height: 170px !important; }.tve-theme-6459 .content-section #main [data-css="tve-u-1713b063dfd"] { padding: 6px !important; margin-bottom: 15px !important; }.tve-theme-6459 .content-section #main [data-css="tve-u-1713b084332"] { top: 6px; right: 6px; margin-left: 6px !important; }.tve-theme-6459 .content-section [data-css="tve-u-1713b0ed161"] .tcb-button-link { padding: 14px !important; }.tve-theme-6459 .sidebar-section .section-content { padding: 20px 10px !important; }.tve-theme-6459 .sidebar-section { margin-left: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; }.tve-theme-6459 .sidebar-section [data-css="tve-u-1702012ffdb"] { margin-bottom: 0px !important; }.tve-theme-6447 .bottom-section [data-css="tve-u-16efa161c92"] { min-width: 100%; margin-bottom: 15px !important; margin-top: 0px !important; }.tve-theme-6447 .bottom-section [data-css="tve-u-16efa157f12"] { float: none; min-width: 0px !important; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6447 .bottom-section [data-css="tve-u-16efa12ec05"] { margin-bottom: 20px !important; }.tve-theme-6447 .bottom-section .section-content { padding-left: 20px !important; padding-right: 20px !important; }.tve-theme-6447 .content-section .tcb-post-list[data-css="tve-u-16ecb5f152b"] .post-wrapper.thrv_wrapper { width: calc(100% + 0px); }.tve-theme-6447 .content-section .tcb-post-list[data-css="tve-u-16ecb5f152b"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 20px !important; }.tve-theme-6447 .content-section [data-css="tve-u-16ecb5f152b"].tcb-post-list .post-wrapper { min-width: 100%; }.tve-theme-6447 .content-section .tcb-post-list[data-css="tve-u-16ecb5f152b"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-6447 .content-section .tcb-post-list[data-css="tve-u-16ecb5f152b"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-6447 .content-section .section-content { padding: 20px 10px !important; }.tve-theme-6447 .content-section [data-css="tve-u-170199f5045"] { top: 0px; left: 0px; position: relative; float: left; z-index: 3; font-size: 16px; width: 16px; height: 16px; padding-right: 16px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; padding-top: 7px !important; }.tve-theme-6447 .content-section [data-css="tve-u-17019a634b0"] { float: none; top: 0px; left: 0px; max-width: 146px; position: relative !important; padding: 4px !important; }.tve-theme-6447 .content-section [data-css="tve-u-17019ad2ca6"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6447 .content-section [data-css="tve-u-16ec5d248bb"] { max-width: 100%; margin-top: 10px !important; }.tve-theme-6447 .content-section [data-css="tve-u-16ecb61f672"] { margin-bottom: 15px !important; }.tve-theme-6447 .content-section [data-css="tve-u-16ecb5f152b"] { margin-bottom: 20px !important; }.tve-theme-6447 .content-section [data-css="tve-u-17063360500"] { background-color: rgba(255, 255, 255, 0.85) !important; }.tve-theme-6447 .content-section [data-css="tve-u-17019ad2ca6"] .tve_social_items { font-size: 8px !important; }.tve-theme-6447 .content-section .comment-form .comment-form-submit { max-width: 100%; width: 100%; float: none; margin-left: 0px; margin-right: 0px; margin-bottom: 20px !important; }.tve-theme-6447 .main-container { padding: 10px !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-17067b4e566"] { padding-left: 0px !important; padding-right: 0px !important; }.tve-theme-6447 .sidebar-section .tcb-post-list[data-css="tve-u-17067be2282"] .post-wrapper.thrv_wrapper { width: calc(100% + 0px); }.tve-theme-6447 .sidebar-section .tcb-post-list[data-css="tve-u-17067be2282"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 15px !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be2288"] { flex-wrap: nowrap !important; }.tve-theme-6447 .sidebar-section .tcb-post-list[data-css="tve-u-17067be2282"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-6447 .sidebar-section .tcb-post-list[data-css="tve-u-17067be2282"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-6447 .sidebar-section .section-content { padding: 20px 10px !important; }.tve-theme-6447 .sidebar-section [data-css="tve-u-170670eee10"] { min-width: 100% !important; }.tve-theme-6447 .top-section .section-content { min-height: 295px !important; padding: 20px !important; }:not(#tve) .tve-theme-6447 .top-section [data-css="tve-u-16ed080d346"] { font-size: 28px !important; padding-bottom: 15px !important; margin-bottom: 0px !important; }.tve-theme-6447 .top-section [data-css="tve-u-16ed0d94f7e"] { flex-wrap: nowrap !important; }:not(#tve) .tve-theme-6447 .top-section [data-css="tve-u-16ed0d79075"] { font-size: 10px !important; }:not(#tve) .tve-theme-6447 .top-section [data-css="tve-u-16ed0d8abf4"] { font-size: 10px !important; }.tve-theme-6447 .top-section [data-css="tve-u-16ed0d8e6d3"] { text-transform: uppercase !important; letter-spacing: 3px !important; font-size: 10px !important; }.tve-theme-6447 .top-section [data-css="tve-u-16ed085b637"] { margin-bottom: 0px !important; }:not(#tve) .tve-theme-6447 .top-section [data-css="tve-u-16ed085f8e0"] { font-size: 10px !important; }.tve-theme-6447 .top-section [data-css="tve-u-16ed082a72d"] { margin-bottom: 0px !important; }.tve-theme-6447 .top-section [data-css="tve-u-16ed0d76361"] { padding: 4px !important; }.tve-theme-6448 .main-container { padding: 10px !important; }.tve-theme-6448 .content-section .tcb-post-list[data-css="tve-u-16ecb5f152b"] .post-wrapper.thrv_wrapper { width: calc((100% - 0px) / 1); }.tve-theme-6448 .content-section .tcb-post-list[data-css="tve-u-16ecb5f152b"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 20px !important; }.tve-theme-6448 .content-section [data-css="tve-u-16ecb5f152b"].tcb-post-list .post-wrapper { min-width: 100%; }.tve-theme-6448 .content-section .tcb-post-list[data-css="tve-u-16ecb5f152b"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-6448 .content-section .tcb-post-list[data-css="tve-u-16ecb5f152b"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-6448 .content-section .section-content { padding: 20px 10px !important; }.tve-theme-6448 .content-section [data-css="tve-u-170199f5045"] { top: 0px; left: 0px; position: relative; float: left; z-index: 3; font-size: 16px; width: 16px; height: 16px; padding-right: 16px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; padding-top: 7px !important; }.tve-theme-6448 .content-section [data-css="tve-u-17019a634b0"] { float: none; top: 0px; left: 0px; max-width: 146px; position: relative !important; padding: 4px !important; }.tve-theme-6448 .content-section [data-css="tve-u-17019ad2ca6"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6448 .content-section [data-css="tve-u-16ec5d248bb"] { max-width: 100%; margin-top: 10px !important; }.tve-theme-6448 .content-section [data-css="tve-u-16ecb61f672"] { margin-bottom: 15px !important; }.tve-theme-6448 .content-section [data-css="tve-u-16ecb5f152b"] { margin-bottom: 20px !important; }.tve-theme-6448 .content-section [data-css="tve-u-17063360500"] { background-color: rgba(255, 255, 255, 0.85) !important; }.tve-theme-6448 .content-section [data-css="tve-u-17019ad2ca6"] .tve_social_items { font-size: 8px !important; }.tve-theme-6448 .content-section .comment-form .comment-form-submit { max-width: 100%; width: 100%; float: none; margin-left: 0px; margin-right: 0px; margin-bottom: 20px !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067b4e566"] { padding-left: 0px !important; padding-right: 0px !important; }.tve-theme-6448 .sidebar-section .tcb-post-list[data-css="tve-u-17067be2282"] .post-wrapper.thrv_wrapper { width: calc((100% - 0px) / 1); }.tve-theme-6448 .sidebar-section .tcb-post-list[data-css="tve-u-17067be2282"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 15px !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-17067be2282"].tcb-post-list [data-css="tve-u-17067be2288"] { flex-wrap: nowrap !important; }.tve-theme-6448 .sidebar-section .tcb-post-list[data-css="tve-u-17067be2282"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-6448 .sidebar-section .tcb-post-list[data-css="tve-u-17067be2282"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-6448 .sidebar-section .section-content { padding: 20px 10px !important; }.tve-theme-6448 .sidebar-section [data-css="tve-u-170670eee10"] { min-width: 100% !important; }.tve-theme-6448 .bottom-section [data-css="tve-u-16eccd9c6d3"] { max-width: 181px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }.tve-theme-6448 .bottom-section [data-css="tve-u-170773f37b8"] { float: none; margin-left: 0px; margin-right: 0px; max-width: 100%; }:not(#tve) .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37b8"] { max-width: 100%; width: 100%; }.tve-theme-6448 .bottom-section .section-content { padding: 20px 20px 60px !important; }.tve-theme-6448 .bottom-section [data-css="tve-u-170773f37a5"] input, .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37a5"] textarea { margin-bottom: 0px !important; }.tve-theme-6448 .bottom-section [data-css="tve-u-170773f37ac"] input, .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37ac"] textarea { margin-bottom: 0px !important; }.tve-theme-6448 .bottom-section [data-css="tve-u-170773f37b2"] input, .tve-theme-6448 .bottom-section [data-css="tve-u-170773f37b2"] textarea { margin-bottom: 0px !important; }.tve-theme-6448 .bottom-section [data-css="tve-u-170773f37a2"] { margin-bottom: 4px !important; }.tve-theme-6448 .bottom-section [data-css="tve-u-170773f37a8"] { margin-bottom: 4px !important; }.tve-theme-6448 .bottom-section [data-css="tve-u-170773f37af"] { margin-bottom: 4px !important; }.tve-theme-6448 .top-section .section-content { min-height: 295px !important; padding: 50px 20px !important; }:not(#tve) .tve-theme-6448 .top-section [data-css="tve-u-16ed080d346"] { font-size: 28px !important; padding-bottom: 15px !important; margin-bottom: 0px !important; }.tve-theme-6448 .top-section [data-css="tve-u-16ed0d94f7e"] { flex-wrap: nowrap !important; }:not(#tve) .tve-theme-6448 .top-section [data-css="tve-u-16ed0d79075"] { font-size: 10px !important; }:not(#tve) .tve-theme-6448 .top-section [data-css="tve-u-16ed0d8abf4"] { font-size: 10px !important; }.tve-theme-6448 .top-section [data-css="tve-u-16ed0d8e6d3"] { text-transform: uppercase !important; letter-spacing: 3px !important; font-size: 10px !important; }.tve-theme-6448 .top-section [data-css="tve-u-16ed085b637"] { margin-bottom: 6px !important; }:not(#tve) .tve-theme-6448 .top-section [data-css="tve-u-16ed085f8e0"] { font-size: 10px !important; }.tve-theme-6448 .top-section [data-css="tve-u-16ed082a72d"] { margin-bottom: 0px !important; }.tve-theme-6448 .top-section [data-css="tve-u-1707d1f6e73"] { max-width: 100% !important; }.tve-theme-6448 .top-section [data-css="tve-u-16ed0d76361"] { padding: 4px !important; }.tve-theme-6452 .bottom-section .section-content { padding: 20px !important; }.tve-theme-6452 .main-container { padding: 10px !important; }.tve-theme-6452 #content { padding: 0px !important; }.tve-theme-6452 .sidebar-section .section-content { padding: 20px 10px !important; }.tve-theme-6452 .content-section .section-content { padding: 20px 10px !important; }.tve-theme-6452 .top-section .section-content { justify-content: center; display: flex; flex-direction: column; padding: 50px 20px 70px !important; min-height: 200px !important; }.tve-theme-6452 .top-section .section-background { clip-path: url(#clip-mobile-bottom-855025219fc47); }.tve-theme-6452 .top-section [data-css="tve-u-16ffc04d542"] { max-width: 100%; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e40"] { padding: 20px 0px 0px !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e3c"] > .tcb-flex-col > .tcb-col { min-height: 203px; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e4c"] { float: none; max-width: 216px; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e3b"] { text-align: center; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e44"] { margin-top: -9px !important; padding-left: 15px !important; padding-right: 15px !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-16e8d3798b3"] { padding: 10px 10px 30px !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e4e"] { float: none; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e45"] { border-left: 1px solid rgba(10, 10, 10, 0.85) !important; border-right: 1px solid rgba(10, 10, 10, 0.85) !important; }.tve-theme-6452 .sidebar-section [data-css="tve-u-17411692e42"] { float: none; max-width: 216px; margin-left: auto !important; margin-right: auto !important; margin-bottom: -12px !important; padding-left: 8px !important; padding-right: 8px !important; }.tve-theme-6453 #content { padding-left: 0px !important; padding-right: 0px !important; }.tve-theme-6453 .main-container { padding: 10px !important; }.tve-theme-6453 .sidebar-section .section-content { padding-left: 20px !important; padding-right: 20px !important; }.tve-theme-6453 .sidebar-section .tcb-post-list[data-css="tve-u-1705901981d"] .post-wrapper.thrv_wrapper { width: calc(100% + 0px); }.tve-theme-6453 .sidebar-section .tcb-post-list[data-css="tve-u-1705901981d"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 58px !important; }.tve-theme-6453 .sidebar-section .tcb-post-list[data-css="tve-u-1705901981d"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-6453 .sidebar-section .tcb-post-list[data-css="tve-u-1705901981d"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-6453 .content-section #main .post-wrapper.thrv_wrapper { width: calc(100% + 0px); }.tve-theme-6453 .content-section #main [data-css="tve-u-16ff1dd190b"] { padding-left: 0px !important; padding-right: 0px !important; }.tve-theme-6453 .content-section #main { padding: 0px; }.tve-theme-6453 .content-section #main .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 0px !important; }.tve-theme-6453 .content-section #main .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-6453 .content-section #main .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-6453 .content-section [data-css="tve-u-17044071be0"] { max-width: 100%; }.tve-theme-6453 .bottom-section [data-css="tve-u-16efa161c92"] { min-width: 100%; margin-bottom: 15px !important; margin-top: 0px !important; }.tve-theme-6453 .bottom-section [data-css="tve-u-16efa157f12"] { float: none; min-width: 0px !important; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6453 .bottom-section [data-css="tve-u-16efa12ec05"] { margin-bottom: 20px !important; }.tve-theme-6453 .bottom-section .section-content { padding-left: 20px !important; padding-right: 20px !important; }.tve-theme-6453 .content-section .section-content { padding: 20px 10px !important; }.tve-theme-6453 .top-section .section-content { padding: 40px 20px 20px !important; min-height: 465px !important; }.tve-theme-6453 .top-section [data-css="tve-u-16eeade9f2d"] { float: none; max-width: 92% !important; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6453 .top-section [data-css="tve-u-16eead349f7"] { height: 110px; }:not(#tve) .tve-theme-6453 .top-section [data-css="tve-u-16eead2fe32"] { font-size: 32px !important; }.tve-theme-6453 .top-section [data-css="tve-u-16eead4d8ba"] { margin-bottom: 20px !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb2a"] { text-align: center; margin-bottom: 0px !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb31"] { flex-wrap: nowrap !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb2f"] { float: none; max-width: 190px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb32"] { float: none; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb33"] { float: none; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb34"] { float: none; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb35"] { float: none; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb2b"] { flex-flow: row wrap !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb2b"] .tcb-flex-col { flex-basis: 390px !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb84bb26"] { padding-top: 30px !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16e8d0bd13f"] { padding-top: 0px !important; }:not(#tve) .tve-theme-6454 .bottom-section [data-css="tve-u-16ecb8b9f08"] { font-size: 50px !important; padding-bottom: 19px !important; margin-bottom: 0px !important; }.tve-theme-6454 .bottom-section [data-css="tve-u-16ecb8c4f33"] { padding-bottom: 0px !important; }.tve-theme-6454 .content-section .section-content { min-height: 384px !important; }.tve-theme-6454 .top-section .section-content { padding: 20px 0px !important; }:not(#tve) .tve-theme-6454 .top-section [data-css="tve-u-16ef9f9350c"] { font-size: 26px !important; }.tve-theme-6454 .top-section [data-css="tve-u-16efa024586"] { padding: 20px !important; }:not(#tve) .tve-theme-6454 .top-section [data-css="tve-u-16ef9f9bbc8"] { font-size: 16px !important; }.tve-theme-6454 .top-section [data-css="tve-u-16ef9f91104"] { margin-bottom: 15px !important; }.tve-theme-6454 .top-section [data-css="tve-u-16ef9f9d128"] { margin-bottom: 20px !important; }.tve-theme-6454 .top-section [data-css="tve-u-16ef9f87900"] { min-height: 195px !important; }.tve-theme-6454 .top-section [data-css="tve-u-16ef9fb90db"] .tcb-button-link { padding: 22px !important; }.tve-theme-6439 .bottom-section .section-content { padding: 40px 20px 30px !important; }.tve-theme-6439 .bottom-section [data-css="tve-u-1707816db92"] { padding: 15px !important; }.tve-theme-6439 .bottom-section [data-css="tve-u-1707816f2c0"] { text-align: center; }.tve-theme-6439 .bottom-section [data-css="tve-u-1707808568e"] { width: 165px; margin-bottom: 24px !important; }.tve-theme-6439 .bottom-section [data-css="tve-u-1707808c875"] { height: 158px !important; }:not(#tve) .tve-theme-6439 .bottom-section [data-css="tve-u-170781ed97d"] { font-size: 18px !important; }.tve-theme-6439 .content-section [data-css="tve-u-16f805e6958"] { margin-top: 30px !important; }.tve-theme-6439 .content-section [data-css="tve-u-16f84a0a423"] { flex-wrap: nowrap !important; }.tve-theme-6439 .content-section [data-css="tve-u-16f84a0a72b"] { max-width: 100%; }.tve-theme-6439 .content-section [data-css="tve-u-16f84a17a24"] { margin-top: 15px !important; }.tve-theme-6439 .content-section .section-content { padding-left: 10px !important; padding-right: 10px !important; }.tve-theme-6439 .content-section [data-css="tve-u-16f84a07746"] { margin-bottom: 0px !important; }.tve-theme-6439 .content-section [data-css="tve-u-16f84a07bd6"] { max-width: 42.4%; }.tve-theme-6439 .content-section [data-css="tve-u-16f84a07c06"] { max-width: 50.5%; }.tve-theme-6439 .content-section [data-css="tve-u-16f84a200fd"] { max-width: 33.3%; }:not(#tve) .tve-theme-6439 .content-section [data-css="tve-u-16f84a22eab"] { font-size: 9px !important; }.tve-theme-6439 .content-section .comment-form .comment-form-submit { max-width: 100%; width: 100%; float: none; margin-left: 0px; margin-right: 0px; margin-bottom: 20px !important; }.tve-theme-6439 .main-container { padding: 10px !important; }.tve-theme-6439 .sidebar-section .section-content { padding: 10px !important; }.tve-theme-6439 .sidebar-section .tcb-post-list[data-css="tve-u-17067e99664"] .post-wrapper.thrv_wrapper { width: calc((100% - 0px) / 1); }.tve-theme-6439 .sidebar-section .tcb-post-list[data-css="tve-u-17067e99664"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 10px !important; }.tve-theme-6439 .sidebar-section .tcb-post-list[data-css="tve-u-17067e99664"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-6439 .sidebar-section .tcb-post-list[data-css="tve-u-17067e99664"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-6439 .top-section .section-content { padding: 20px !important; min-height: 185px !important; }.tve-theme-6439 .content-section .tcb-post-list[data-css="tve-u-17dfb9778e9"] .post-wrapper.thrv_wrapper { width: calc((100% - 0px) / 1); }.tve-theme-6439 .content-section [data-css="tve-u-17dfb9778e9"].tcb-post-list .post-wrapper { min-width: 100%; }.tve-theme-6439 .content-section [data-css="tve-u-17dfb9778e9"].tcb-post-list .thrv-content-box [data-css="tve-u-17c6fbe07d3"] { min-height: 157px !important; }.tve-theme-6439 .content-section [data-css="tve-u-17eba287371"] { font-size: var(--tve-font-size,14px); --tve-font-size:14px; padding: 8px !important; }.tve-theme-6439 .content-section [data-css="tve-u-17eba287373"] { font-size: var(--tve-font-size,14px); --tve-font-size:14px; padding: 8px !important; }.tve-theme-6439 .content-section [data-css="tve-u-17eba287374"] { font-size: var(--tve-font-size,14px); --tve-font-size:14px; padding: 8px !important; }.tve-theme-6439 .content-section [data-css="tve-u-17eba28736c"] { padding: 15px 10px !important; }.tve-theme-6439 .content-section [data-css="tve-u-17eba28736f"] { padding-bottom: 10px !important; }.tve-theme-6439 .content-section [data-css="tve-u-17eba28736f"] .tve-toc-title-icon { font-size: 14px !important; width: 14px !important; height: 14px !important; }.tve-theme-6439 .content-section [data-css="tve-u-17eba287370"] { margin-top: 10px !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fbe"] { min-height: inherit; flex-flow: row wrap !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fc2"] { width: 180px; left: 0px; top: -20px; float: none; z-index: 3; position: relative; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fc1"] { padding-bottom: 0px !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fbd"] { text-align: center; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fcb"] { float: none; margin-bottom: 10px !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fc4"] { height: 200px !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fc7"] { margin-top: 0px !important; padding: 0px !important; margin-bottom: 15px !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fc9"] { text-align: center; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fcf"] { float: none; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fd0"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fc6"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-16e8d08a6d4"] { padding-top: 20px !important; padding-left: 1px !important; padding-bottom: 20px !important; }.tve-theme-6439 .sidebar-section [data-css="tve-u-17f4a796fcf"] .tve_social_items { font-size: 10px !important; }.tve-theme-6439 .content-section [data-css="tve-u-17f4a7a151a"] { margin-bottom: 0px !important; padding: 15px !important; }.tve-theme-6439 .content-section [data-css="tve-u-17f4a7a1518"] > .tcb-flex-col > .tcb-col { min-height: 244px; }.tve-theme-6439 .content-section [data-css="tve-u-17f4a7a151f"] { padding: 15px !important; }.tve-theme-6439 .content-section [data-css="tve-u-17f4a7a1517"] { text-align: center; }.tve-theme-6439 .content-section [data-css="tve-u-17f4a7a1520"] { margin-bottom: 15px !important; }.tve-theme-6439 .content-section [data-css="tve-u-17f4a7a1524"] { margin-bottom: 15px !important; }.tve-theme-6424 .top-section .section-content { padding: 25px 20px !important; }.tve-theme-6424 .main-container { padding: 10px !important; }.tve-theme-6424 .content-section .section-content { padding-left: 10px !important; padding-right: 10px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f0121a55"] { margin-left: -15px; flex-wrap: wrap !important; padding-top: 0px !important; padding-bottom: 0px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f0121a55"] > .tcb-flex-col { padding-left: 15px; flex-basis: 121px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f0121a57"] { text-align: left; }.tve-theme-6424 .bottom-section .section-content { padding-left: 20px !important; padding-right: 20px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f0349550"] { z-index: 3; position: relative; font-size: 24px; width: 24px; height: 24px; float: left; padding: 2px !important; margin-left: auto !important; margin-right: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6424 .bottom-section [data-css="tve-u-172f03d7ad8"] { letter-spacing: 1px; font-size: 11px !important; }:not(#tve) .tve-theme-6424 .bottom-section [data-css="tve-u-172f03e596c"] { letter-spacing: 1px; font-size: 9px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f04a8abc"] { z-index: 3; position: relative; font-size: 24px; width: 24px; height: 24px; float: left; padding: 2px !important; margin-left: auto !important; margin-right: 0px !important; margin-bottom: 0px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f04bd161"] { z-index: 3; position: relative; font-size: 24px; width: 24px; height: 24px; float: left; padding: 2px !important; margin-left: auto !important; margin-right: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6424 .bottom-section [data-css="tve-u-172f04c2dbf"] { letter-spacing: 1px; font-size: 11px !important; }:not(#tve) .tve-theme-6424 .bottom-section [data-css="tve-u-172f04c38b5"] { letter-spacing: 1px; font-size: 11px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f04c6682"] { min-width: 100%; margin-bottom: 12px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f04d338e"] { min-width: 100%; margin-bottom: 12px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f04d4a7b"] { min-width: 100%; margin-bottom: 12px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f04f7b91"] { flex-wrap: wrap !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f04f7b91"] > .tcb-flex-col { flex-basis: 390px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f050034d"]::after { clear: both; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f0502711"]::after { clear: both; }.tve-theme-6424 .bottom-section [data-css="tve-u-172f050323b"]::after { clear: both; }.tve-theme-6424 .bottom-section [data-css="tve-u-17304551d76"] { padding: 1px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-17304551d74"] { padding: 1px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-17304551d72"] { width: 71px; float: right; z-index: 3; position: relative; margin: 0px auto !important; padding: 0px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-1730457a26b"]::after { clear: both; }.tve-theme-6424 .bottom-section [data-css="tve-u-17304551d6f"] > .tcb-flex-col { flex-basis: 108px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-17304551d78"] { margin-bottom: 0px !important; padding: 0px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-17304551d6b"] { min-height: 1px; }.tve-theme-6424 .bottom-section [data-css="tve-u-17304551d6c"] { margin-bottom: 0px !important; }.tve-theme-6424 .bottom-section [data-css="tve-u-17304551d6e"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-6424 .sidebar-section .section-content { padding: 20px 10px 10px !important; }.tve-theme-6424 .sidebar-section { margin-left: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299dac952"] { flex-wrap: nowrap !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299dac955"] { max-width: 101px; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299dac956"] { max-width: 68.1%; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299dac964"] { margin-bottom: 15px !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299dac966"] { float: right; z-index: 3; position: relative; font-size: 18px; width: 18px; height: 18px; padding: 18px !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299dac967"]::after { clear: both; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299dd7209"] { margin-bottom: 15px !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299ddf06d"] { margin-bottom: 15px !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299deb6e1"] { float: right; z-index: 3; position: relative; font-size: 18px; width: 18px; height: 18px; padding: 18px !important; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299dec597"] { float: right; z-index: 3; position: relative; font-size: 18px; width: 18px; height: 18px; padding: 18px !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299e9512b"] { flex-wrap: nowrap !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299e95f26"] { flex-wrap: nowrap !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299e9725b"] { flex-wrap: nowrap !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299e991f6"] { float: right; z-index: 3; position: relative; font-size: 18px; width: 18px; height: 18px; padding: 18px !important; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17299ec002b"] { margin-bottom: 15px !important; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17300cf1d4a"]::after { clear: both; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17300cf2408"]::after { clear: both; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17300cf2b1e"]::after { clear: both; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17304aa32b5"] { max-width: 33.7%; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17304aa32b8"] { max-width: 66.3%; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17304aa49a2"] { max-width: 33.7%; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17304aa49a5"] { max-width: 66.3%; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17304aa5040"] { max-width: 33.7%; }.tve-theme-6424 .sidebar-section [data-css="tve-u-17304aa5042"] { max-width: 66.3%; }.tve-theme-6425 .bottom-section [data-css="tve-u-17298d7b5c5"] { margin-bottom: 0px !important; }.tve-theme-6425 .bottom-section [data-css="tve-u-17299791844"] { margin-left: -4px; flex-wrap: wrap !important; }.tve-theme-6425 .bottom-section [data-css="tve-u-17299791844"] > .tcb-flex-col { padding-left: 4px; flex-basis: 90px !important; }.tve-theme-6425 .bottom-section [data-css="tve-u-17299791c13"] { text-align: center; }.tve-theme-6425 .bottom-section [data-css="tve-u-172997a0646"] { padding: 10px !important; }.tve-theme-6425 .bottom-section .section-content { padding-left: 0px !important; padding-right: 0px !important; }.tve-theme-6425 .bottom-section [data-css="tve-u-1729ebe58a7"] { padding: 20px !important; }.tve-theme-6425 .bottom-section [data-css="tve-u-1729edd8f24"] .tcb-button-link { padding: 11px !important; }:not(#tve) .tve-theme-6425 .bottom-section [data-css="tve-u-1729ed2a2b0"] { letter-spacing: 1px; font-size: 11px !important; }.tve-theme-6425 .bottom-section [data-css="tve-u-1729edd8f24"] { float: none; min-width: 100% !important; }.tve-theme-6425 .bottom-section [data-css="tve-u-1729ee20f38"] { --tve-font-size:9px; padding-left: 10px !important; padding-right: 0px !important; }:not(#tve) .tve-theme-6425 .bottom-section [data-css="tve-u-1729ee20f38"] p, :not(#tve) .tve-theme-6425 .bottom-section [data-css="tve-u-1729ee20f38"] li, :not(#tve) .tve-theme-6425 .bottom-section [data-css="tve-u-1729ee20f38"] blockquote, :not(#tve) .tve-theme-6425 .bottom-section [data-css="tve-u-1729ee20f38"] address, :not(#tve) .tve-theme-6425 .bottom-section [data-css="tve-u-1729ee20f38"] .tcb-plain-text, :not(#tve) .tve-theme-6425 .bottom-section [data-css="tve-u-1729ee20f38"] label { font-size: var(--tve-font-size, 9px); }.tve-theme-6425 .top-section .section-content { padding-left: 20px !important; padding-right: 20px !important; }.tve-theme-6425 .content-section .section-content { padding: 10px !important; }.tve-theme-6425 .main-container { padding: 10px !important; }.tve-theme-6425 .sidebar-section .section-content { padding: 20px 10px 10px !important; }.tve-theme-6425 .sidebar-section { margin-left: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299dac952"] { flex-wrap: nowrap !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299dac955"] { max-width: 101px; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299dac956"] { max-width: 68.1%; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299dac964"] { margin-bottom: 15px !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299dac966"] { float: right; z-index: 3; position: relative; font-size: 18px; width: 18px; height: 18px; padding: 18px !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299dac967"]::after { clear: both; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299dd7209"] { margin-bottom: 15px !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299ddf06d"] { margin-bottom: 15px !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299deb6e1"] { float: right; z-index: 3; position: relative; font-size: 18px; width: 18px; height: 18px; padding: 18px !important; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299dec597"] { float: right; z-index: 3; position: relative; font-size: 18px; width: 18px; height: 18px; padding: 18px !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299e9512b"] { flex-wrap: nowrap !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299e95f26"] { flex-wrap: nowrap !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299e9725b"] { flex-wrap: nowrap !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299e991f6"] { float: right; z-index: 3; position: relative; font-size: 18px; width: 18px; height: 18px; padding: 18px !important; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17299ec002b"] { margin-bottom: 15px !important; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17300cf1d4a"]::after { clear: both; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17300cf2408"]::after { clear: both; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17300cf2b1e"]::after { clear: both; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17304aa32b5"] { max-width: 33.7%; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17304aa32b8"] { max-width: 66.3%; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17304aa49a2"] { max-width: 33.7%; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17304aa49a5"] { max-width: 66.3%; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17304aa5040"] { max-width: 33.7%; }.tve-theme-6425 .sidebar-section [data-css="tve-u-17304aa5042"] { max-width: 66.3%; }.tve-theme-6426 .main-container { padding: 10px !important; }.tve-theme-6426 .bottom-section .section-content { padding-left: 20px !important; padding-right: 20px !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172efd48fcd"] { flex-wrap: wrap !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172efd48fcd"] > .tcb-flex-col { flex-basis: 390px !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172efdd4e7b"] { padding-bottom: 0px !important; margin-bottom: 30px !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172efcf6bbb"] { margin-bottom: 0px !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172efdd9efd"] { margin-bottom: 30px !important; border-left: none !important; padding-left: 0px !important; padding-right: 0px !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172effcd41b"] { margin-bottom: 0px !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172f0040ddd"] { margin-bottom: 0px !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172f007c6a9"] { margin-bottom: 0px !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172effd7b3a"] { flex-wrap: nowrap !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172f0f1e44d"] { margin-bottom: 0px !important; }.tve-theme-6426 .bottom-section [data-css="tve-u-172f0ea6432"] { font-size: 26px; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f7b"] { flex-wrap: wrap !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f8c"] { flex-wrap: wrap !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f87"] { flex-wrap: wrap !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f86"]::after { clear: both; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f84"] { max-width: 102px; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f85"] { max-width: 67.9%; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f8b"]::after { clear: both; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f83"] { width: 100%; margin-left: 0px !important; margin-right: 0px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f7e"] { max-width: 101px; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f7f"] { max-width: 68.1%; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f8d"] { min-width: 100%; margin-bottom: 0px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f8e"] { margin-bottom: 15px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f76"] { flex-wrap: nowrap !important; padding: 8px 20px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f88"] { max-width: 101px; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f8a"] { max-width: 67.9%; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f8f"] { float: none; z-index: 3; position: relative; font-size: 16px; width: 16px; height: 16px; padding: 12px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 8px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f90"]::after { clear: both; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f91"] { float: none; z-index: 3; position: relative; font-size: 14px; width: 14px; height: 14px; padding: 12px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 8px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f94"] { float: none; z-index: 3; position: relative; font-size: 14px; width: 14px; height: 14px; padding: 12px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 8px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c7a0fd5e"] { --tve-letter-spacing:1px; text-align: center; }.tve-theme-6426 .top-section [data-css="tve-u-172c7a0fd5e"] p, .tve-theme-6426 .top-section [data-css="tve-u-172c7a0fd5e"] li, .tve-theme-6426 .top-section [data-css="tve-u-172c7a0fd5e"] blockquote, .tve-theme-6426 .top-section [data-css="tve-u-172c7a0fd5e"] address, .tve-theme-6426 .top-section [data-css="tve-u-172c7a0fd5e"] .tcb-plain-text, .tve-theme-6426 .top-section [data-css="tve-u-172c7a0fd5e"] label { letter-spacing: var(--tve-letter-spacing, 1px); }.tve-theme-6426 .top-section [data-css="tve-u-172c7a0f768"] { flex-wrap: wrap !important; padding: 8px 20px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c7a0f768"] > .tcb-flex-col { flex-basis: 390px !important; }:not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c784d60c"] { letter-spacing: 1px; }:not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c7a3cc19"] { letter-spacing: 1px; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f7b"] > .tcb-flex-col { flex-basis: 390px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f8c"] > .tcb-flex-col { flex-basis: 390px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c77d3f87"] > .tcb-flex-col { flex-basis: 390px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c7aa3ee4"] { text-align: center; }.tve-theme-6426 .top-section [data-css="tve-u-172c7aa5270"] { text-align: center; }.tve-theme-6426 .top-section [data-css="tve-u-172c7aa5edf"] { text-align: center; }:not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c77fc740"] { letter-spacing: 1px; font-size: 9px !important; }:not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c78228f4"] { letter-spacing: 1px; font-size: 9px !important; }:not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c79b367e"] { font-size: 9px !important; }:not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c7ab049a"] { font-size: 9px !important; }:not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c77d3f78"] { letter-spacing: 1px; font-size: 9px !important; }:not(#tve) .tve-theme-6426 .top-section [data-css="tve-u-172c79b62ea"] { font-size: 9px !important; }.tve-theme-6426 .top-section [data-css="tve-u-172c7a6d171"] { text-align: center; }.tve-theme-6426 .top-section [data-css="tve-u-172c79788aa"] { margin-bottom: 4px !important; }.tve-theme-6426 .sidebar-section .section-content { padding: 20px 10px 10px !important; }.tve-theme-6426 .sidebar-section { margin-left: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dba3aeee"] { float: left; z-index: 3; position: relative; font-size: 18px; width: 18px; height: 18px; padding: 18px !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dbc577c3"] { float: left; z-index: 3; position: relative; font-size: 18px; width: 18px; height: 18px; padding: 18px !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dbc58322"] { float: left; z-index: 3; position: relative; font-size: 18px; width: 18px; height: 18px; padding: 18px !important; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dbc577c7"]::after { clear: both; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dbc58325"]::after { clear: both; }.tve-theme-6426 .sidebar-section [data-css="tve-u-172dba3aef2"]::after { clear: both; }.tve-theme-6427 .main-container { padding-left: 10px !important; padding-right: 10px !important; }.tve-theme-6427 .content-section .section-content { padding-left: 10px !important; padding-right: 10px !important; }.tve-theme-6427 .sidebar-section .section-content { padding: 20px 10px !important; }.tve-theme-6427 .sidebar-section { margin-left: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-17299e35340"] { min-height: 370px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b7ca12b5"] { float: none; z-index: 3; position: relative; font-size: 18px; width: 18px; height: 18px; padding: 1px !important; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b80e7163"] { float: none; z-index: 3; position: relative; font-size: 18px; width: 18px; height: 18px; padding: 1px !important; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b80e7ca1"] { float: none; z-index: 3; position: relative; font-size: 18px; width: 18px; height: 18px; padding: 1px !important; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b80e88dd"] { float: none; z-index: 3; position: relative; font-size: 18px; width: 18px; height: 18px; padding: 1px !important; margin-left: auto !important; margin-right: auto !important; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b7e67c6b"] { font-size: 44px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b811e07d"] { flex-wrap: nowrap !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b811fbfb"] { flex-wrap: nowrap !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b8121103"] { flex-wrap: nowrap !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b7f47c1c"] { flex-wrap: nowrap !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b7e77368"] { top: 25px; left: 173px; }:not(#tve) .tve-theme-6427 .sidebar-section [data-css="tve-u-172b82ea868"] { font-size: 20px !important; }.tve-theme-6427 .sidebar-section [data-css="tve-u-172b82c3483"] .tcb-button-link { padding: 16px 18px !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f0121a55"] { margin-left: -15px; flex-wrap: wrap !important; padding-top: 0px !important; padding-bottom: 0px !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f0121a55"] > .tcb-flex-col { padding-left: 15px; flex-basis: 121px !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f0121a57"] { text-align: left; }.tve-theme-6427 .bottom-section .section-content { padding-left: 20px !important; padding-right: 20px !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f0349550"] { z-index: 3; position: relative; font-size: 24px; width: 24px; height: 24px; float: left; padding: 2px !important; margin-left: auto !important; margin-right: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6427 .bottom-section [data-css="tve-u-172f03d7ad8"] { letter-spacing: 1px; font-size: 11px !important; }:not(#tve) .tve-theme-6427 .bottom-section [data-css="tve-u-172f03e596c"] { letter-spacing: 1px; font-size: 9px !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f04a8abc"] { z-index: 3; position: relative; font-size: 24px; width: 24px; height: 24px; float: left; padding: 2px !important; margin-left: auto !important; margin-right: 0px !important; margin-bottom: 0px !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f04bd161"] { z-index: 3; position: relative; font-size: 24px; width: 24px; height: 24px; float: left; padding: 2px !important; margin-left: auto !important; margin-right: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-6427 .bottom-section [data-css="tve-u-172f04c2dbf"] { letter-spacing: 1px; font-size: 11px !important; }:not(#tve) .tve-theme-6427 .bottom-section [data-css="tve-u-172f04c38b5"] { letter-spacing: 1px; font-size: 11px !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f04c6682"] { min-width: 100%; margin-bottom: 12px !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f04d338e"] { min-width: 100%; margin-bottom: 12px !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f04d4a7b"] { min-width: 100%; margin-bottom: 12px !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f04f7b91"] { flex-wrap: wrap !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f04f7b91"] > .tcb-flex-col { flex-basis: 390px !important; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f050034d"]::after { clear: both; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f0502711"]::after { clear: both; }.tve-theme-6427 .bottom-section [data-css="tve-u-172f050323b"]::after { clear: both; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f7b"] { flex-wrap: wrap !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f8c"] { flex-wrap: wrap !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f87"] { flex-wrap: wrap !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f86"]::after { clear: both; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f84"] { max-width: 102px; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f85"] { max-width: 67.9%; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f8b"]::after { clear: both; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f83"] { width: 100%; margin-left: 0px !important; margin-right: 0px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f7e"] { max-width: 101px; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f7f"] { max-width: 68.1%; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f8d"] { min-width: 100%; margin-bottom: 0px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f8e"] { margin-bottom: 15px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f76"] { flex-wrap: nowrap !important; padding: 8px 20px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f88"] { max-width: 101px; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f8a"] { max-width: 67.9%; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f8f"] { float: none; z-index: 3; position: relative; font-size: 16px; width: 16px; height: 16px; padding: 12px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 8px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f90"]::after { clear: both; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f91"] { float: none; z-index: 3; position: relative; font-size: 14px; width: 14px; height: 14px; padding: 12px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 8px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f94"] { float: none; z-index: 3; position: relative; font-size: 14px; width: 14px; height: 14px; padding: 12px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 8px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c7a0fd5e"] { --tve-letter-spacing:1px; text-align: center; }.tve-theme-6427 .top-section [data-css="tve-u-172c7a0fd5e"] p, .tve-theme-6427 .top-section [data-css="tve-u-172c7a0fd5e"] li, .tve-theme-6427 .top-section [data-css="tve-u-172c7a0fd5e"] blockquote, .tve-theme-6427 .top-section [data-css="tve-u-172c7a0fd5e"] address, .tve-theme-6427 .top-section [data-css="tve-u-172c7a0fd5e"] .tcb-plain-text, .tve-theme-6427 .top-section [data-css="tve-u-172c7a0fd5e"] label { letter-spacing: var(--tve-letter-spacing, 1px); }.tve-theme-6427 .top-section [data-css="tve-u-172c7a0f768"] { flex-wrap: wrap !important; padding: 8px 20px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c7a0f768"] > .tcb-flex-col { flex-basis: 390px !important; }:not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c784d60c"] { letter-spacing: 1px; }:not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c7a3cc19"] { letter-spacing: 1px; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f7b"] > .tcb-flex-col { flex-basis: 390px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f8c"] > .tcb-flex-col { flex-basis: 390px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c77d3f87"] > .tcb-flex-col { flex-basis: 390px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c7aa3ee4"] { text-align: center; }.tve-theme-6427 .top-section [data-css="tve-u-172c7aa5270"] { text-align: center; }.tve-theme-6427 .top-section [data-css="tve-u-172c7aa5edf"] { text-align: center; }:not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c77fc740"] { letter-spacing: 1px; font-size: 9px !important; }:not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c78228f4"] { letter-spacing: 1px; font-size: 9px !important; }:not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c79b367e"] { font-size: 9px !important; }:not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c7ab049a"] { font-size: 9px !important; }:not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c77d3f78"] { letter-spacing: 1px; font-size: 9px !important; }:not(#tve) .tve-theme-6427 .top-section [data-css="tve-u-172c79b62ea"] { font-size: 9px !important; }.tve-theme-6427 .top-section [data-css="tve-u-172c7a6d171"] { text-align: center; }.tve-theme-6427 .top-section [data-css="tve-u-172c79788aa"] { margin-bottom: 4px !important; }.tve-theme-6428 .main-container { padding: 10px !important; }.tve-theme-6428 .content-section .section-content { padding-left: 10px !important; padding-right: 10px !important; }.tve-theme-6428 .bottom-section .section-content { padding-left: 20px !important; padding-right: 20px !important; }.tve-theme-6428 .bottom-section [data-css="tve-u-172efd48fcd"] { flex-wrap: wrap !important; }.tve-theme-6428 .bottom-section [data-css="tve-u-172efd48fcd"] > .tcb-flex-col { flex-basis: 390px !important; }.tve-theme-6428 .bottom-section [data-css="tve-u-172efdd4e7b"] { padding-bottom: 0px !important; margin-bottom: 30px !important; }.tve-theme-6428 .bottom-section [data-css="tve-u-172efdd6b43"] { margin-bottom: 14px !important; }.tve-theme-6428 .bottom-section [data-css="tve-u-172efdd9efd"] { margin-bottom: 30px !important; }.tve-theme-6428 .bottom-section [data-css="tve-u-172efeece83"] { margin-bottom: 14px !important; }.tve-theme-6428 .bottom-section [data-css="tve-u-172efeedde3"] { margin-bottom: 14px !important; }.tve-theme-6428 .sidebar-section .section-content { padding: 20px 10px 10px !important; }.tve-theme-6428 .sidebar-section { margin-left: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"].tcb-post-list [data-css="tve-u-1725b1dc4a0"] { flex-wrap: nowrap !important; }.tve-theme-6428 .sidebar-section .tcb-post-list[data-css="tve-u-1725b1dc49c"] .post-wrapper.thrv_wrapper { width: calc((100% - 0px) / 1); }.tve-theme-6428 .sidebar-section .tcb-post-list[data-css="tve-u-1725b1dc49c"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 20px !important; }.tve-theme-6428 .sidebar-section .tcb-post-list[data-css="tve-u-1725b1dc49c"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-6428 .sidebar-section .tcb-post-list[data-css="tve-u-1725b1dc49c"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }:not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec39d7e"] input, :not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec39d7e"] select, :not(#tve) .tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec39d7e"] textarea { border-bottom: none; margin-bottom: 0px !important; padding: 8px !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1727ec38175"] { margin-top: 12px !important; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"].tcb-post-list [data-css="tve-u-1725b1dc4a1"] { max-width: 43.7%; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"].tcb-post-list [data-css="tve-u-1725b1dc4a5"] { max-width: 56.3%; }.tve-theme-6428 .sidebar-section [data-css="tve-u-1725b1dc49c"].tcb-post-list .thrv-content-box [data-css="tve-u-1725b1dc4a4"] { min-height: 111px !important; }.tve-theme-6428 .top-section [data-css="tve-u-1725b726785"] { flex-wrap: wrap !important; }.tve-theme-6428 .top-section [data-css="tve-u-1725b9b3f84"] { flex-wrap: wrap !important; }.tve-theme-6428 .top-section [data-css="tve-u-1725b9a1445"] { flex-wrap: wrap !important; }.tve-theme-6428 .top-section [data-css="tve-u-1725b99d603"]::after { clear: both; }.tve-theme-6428 .top-section [data-css="tve-u-1725b999d4c"] { max-width: 102px; }.tve-theme-6428 .top-section [data-css="tve-u-1725b999d50"] { max-width: 67.9%; }.tve-theme-6428 .top-section [data-css="tve-u-1725b9aa7af"]::after { clear: both; }.tve-theme-6428 .top-section [data-css="tve-u-1725b92033c"] { width: 100%; margin-left: 0px !important; margin-right: 0px !important; }.tve-theme-6428 .top-section [data-css="tve-u-1725bcd2d3f"] { margin-bottom: 0px !important; }.tve-theme-6428 .top-section [data-css="tve-u-1725b69447d"] { flex-wrap: nowrap !important; }.tve-theme-6428 .top-section [data-css="tve-u-1725b9a758b"] { max-width: 101px; }.tve-theme-6428 .top-section [data-css="tve-u-1725b9a758e"] { max-width: 67.9%; }.tve-theme-6428 .top-section .section-content { padding: 0px !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274bcd136"] { float: none; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; padding: 1px !important; margin-bottom: 8px !important; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274bcd13c"]::after { clear: both; }.tve-theme-6428 .top-section [data-css="tve-u-17274bd5830"] { float: none; z-index: 3; position: relative; font-size: 18px; width: 18px; height: 18px; padding: 1px !important; margin-bottom: 8px !important; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274bd6d19"] { float: none; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; padding: 1px !important; margin-bottom: 8px !important; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274be9272"] { max-width: 39.7%; }.tve-theme-6428 .top-section [data-css="tve-u-17274be9276"] { max-width: 60.3%; }.tve-theme-6428 .top-section [data-css="tve-u-17274bef98a"] { margin-bottom: 0px !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274a927ac"] { height: 200px !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274b6f348"] { height: 200px !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274b694af"] { height: 200px !important; }.tve-theme-6428 .top-section [data-css="tve-u-1727ff38e20"] { text-align: center; }.tve-theme-6428 .top-section [data-css="tve-u-17274b0028c"] { padding-top: 30px !important; padding-bottom: 30px !important; padding-left: 20px !important; }.tve-theme-6428 .top-section [data-css="tve-u-172a2dce50f"] .tcb-button-link { padding: 18px !important; }.tve-theme-6428 .top-section [data-css="tve-u-172a2dce50f"] { float: none; min-width: 0px !important; margin-left: auto !important; margin-right: auto !important; }.tve-theme-6428 .top-section [data-css="tve-u-172ff5e0f1c"] { margin-left: 0px !important; }.tve-theme-6428 .top-section [data-css="tve-u-1725b726785"] > .tcb-flex-col { flex-basis: 390px !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274ba846c"] { padding-left: 20px !important; padding-right: 20px !important; }.tve-theme-6428 .top-section [data-css="tve-u-1725b9b3f84"] > .tcb-flex-col { flex-basis: 390px !important; }.tve-theme-6428 .top-section [data-css="tve-u-1725b9a1445"] > .tcb-flex-col { flex-basis: 390px !important; }.tve-theme-6428 .top-section [data-css="tve-u-172ff6007be"] { text-align: center; }.tve-theme-6428 .top-section [data-css="tve-u-172ff602ecc"] { text-align: center; }.tve-theme-6428 .top-section [data-css="tve-u-17274be0bee"] { text-align: center; }:not(#tve) .tve-theme-6428 .top-section [data-css="tve-u-17274c65d9d"] { font-size: 9px !important; }:not(#tve) .tve-theme-6428 .top-section [data-css="tve-u-17274c6739e"] { font-size: 9px !important; }:not(#tve) .tve-theme-6428 .top-section [data-css="tve-u-17274c62c05"] { font-size: 9px !important; }.tve-theme-6428 .top-section [data-css="tve-u-172ff617425"] { font-size: 44px !important; }.tve-theme-6428 .top-section [data-css="tve-u-1727ff1cc59"] { font-size: 30px !important; }.tve-theme-6428 .top-section [data-css="tve-u-17274b0593b"] { margin-bottom: 0px !important; }}body .gform_wrapper.gf_reset_wrapper,body .gform_wrapper.gf_reset_wrapper button,body .gform_wrapper.gf_reset_wrapper caption,body .gform_wrapper.gf_reset_wrapper div,body .gform_wrapper.gf_reset_wrapper fieldset,body .gform_wrapper.gf_reset_wrapper form,body .gform_wrapper.gf_reset_wrapper h1,body .gform_wrapper.gf_reset_wrapper h2,body .gform_wrapper.gf_reset_wrapper h3,body .gform_wrapper.gf_reset_wrapper h4,body .gform_wrapper.gf_reset_wrapper h5,body .gform_wrapper.gf_reset_wrapper h6,body .gform_wrapper.gf_reset_wrapper iframe,body .gform_wrapper.gf_reset_wrapper img,body .gform_wrapper.gf_reset_wrapper input[type=button],body .gform_wrapper.gf_reset_wrapper input[type=email],body .gform_wrapper.gf_reset_wrapper input[type=image],body .gform_wrapper.gf_reset_wrapper input[type=number],body .gform_wrapper.gf_reset_wrapper input[type=password],body .gform_wrapper.gf_reset_wrapper input[type=submit],body .gform_wrapper.gf_reset_wrapper input[type=tel],body .gform_wrapper.gf_reset_wrapper input[type=text],body .gform_wrapper.gf_reset_wrapper input[type=url],body .gform_wrapper.gf_reset_wrapper label,body .gform_wrapper.gf_reset_wrapper legend,body .gform_wrapper.gf_reset_wrapper li,body .gform_wrapper.gf_reset_wrapper ol,body .gform_wrapper.gf_reset_wrapper p,body .gform_wrapper.gf_reset_wrapper select,body .gform_wrapper.gf_reset_wrapper span,body .gform_wrapper.gf_reset_wrapper table,body .gform_wrapper.gf_reset_wrapper tbody,body .gform_wrapper.gf_reset_wrapper td,body .gform_wrapper.gf_reset_wrapper textarea,body .gform_wrapper.gf_reset_wrapper tfoot,body .gform_wrapper.gf_reset_wrapper th,body .gform_wrapper.gf_reset_wrapper thead,body .gform_wrapper.gf_reset_wrapper tr,body .gform_wrapper.gf_reset_wrapper ul{margin:0;padding:0;border:0;outline:0}body .gform_wrapper.gf_reset_wrapper button,body .gform_wrapper.gf_reset_wrapper caption,body .gform_wrapper.gf_reset_wrapper div,body .gform_wrapper.gf_reset_wrapper fieldset,body .gform_wrapper.gf_reset_wrapper form,body .gform_wrapper.gf_reset_wrapper iframe,body .gform_wrapper.gf_reset_wrapper img,body .gform_wrapper.gf_reset_wrapper input[type=button],body .gform_wrapper.gf_reset_wrapper input[type=email],body .gform_wrapper.gf_reset_wrapper input[type=image],body .gform_wrapper.gf_reset_wrapper input[type=number],body .gform_wrapper.gf_reset_wrapper input[type=password],body .gform_wrapper.gf_reset_wrapper input[type=submit],body .gform_wrapper.gf_reset_wrapper input[type=tel],body .gform_wrapper.gf_reset_wrapper input[type=text],body .gform_wrapper.gf_reset_wrapper input[type=url],body .gform_wrapper.gf_reset_wrapper label,body .gform_wrapper.gf_reset_wrapper legend,body .gform_wrapper.gf_reset_wrapper li,body .gform_wrapper.gf_reset_wrapper ol,body .gform_wrapper.gf_reset_wrapper p,body .gform_wrapper.gf_reset_wrapper select,body .gform_wrapper.gf_reset_wrapper span,body .gform_wrapper.gf_reset_wrapper table,body .gform_wrapper.gf_reset_wrapper tbody,body .gform_wrapper.gf_reset_wrapper td,body .gform_wrapper.gf_reset_wrapper textarea,body .gform_wrapper.gf_reset_wrapper tfoot,body .gform_wrapper.gf_reset_wrapper th,body .gform_wrapper.gf_reset_wrapper thead,body .gform_wrapper.gf_reset_wrapper tr,body .gform_wrapper.gf_reset_wrapper ul{font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;line-height:1;font-weight:400}body .gform_wrapper.gf_reset_wrapper div,body .gform_wrapper.gf_reset_wrapper p,body .gform_wrapper.gf_reset_wrapper span{line-height:1.8}body .gform_wrapper.gf_reset_wrapper fieldset,body .gform_wrapper.gf_reset_wrapper img{border:0}body .gform_wrapper.gf_reset_wrapper li,body .gform_wrapper.gf_reset_wrapper ol,body .gform_wrapper.gf_reset_wrapper ul{list-style:none}body .gform_wrapper.gf_reset_wrapper a img{border:none}body .gform_wrapper.gf_reset_wrapper :focus{outline:0}.gform_legacy_markup_wrapper{margin-bottom:16px;margin-top:16px;max-width:100%}.gform_legacy_markup_wrapper form{text-align:left;max-width:100%;margin:0 auto}.gform_legacy_markup_wrapper *,.gform_legacy_markup_wrapper :after,.gform_legacy_markup_wrapper :before{box-sizing:border-box!important}.gform_legacy_markup_wrapper h1,.gform_legacy_markup_wrapper h2,.gform_legacy_markup_wrapper h3{font-weight:400;border:none;background:0 0}.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){font-size:inherit;font-family:inherit;padding:5px 4px;letter-spacing:normal}.gform_legacy_markup_wrapper input[type=image]{border:none!important;padding:0!important;width:auto!important}.gform_legacy_markup_wrapper textarea{font-size:inherit;font-family:inherit;letter-spacing:normal;padding:6px 8px;line-height:1.5;resize:none}.gform_legacy_markup_wrapper select{line-height:1.5}.gform_legacy_markup_wrapper .ginput_container_multiselect select{background-image:none!important;-webkit-appearance:none;-moz-appearance:none;outline:0}.gform_legacy_markup_wrapper ul.gform_fields{margin:0!important;list-style-type:none;display:block}.gform_legacy_markup_wrapper ul,html>body .entry ul{text-indent:0}.gform_legacy_markup_wrapper form li,.gform_legacy_markup_wrapper li{margin-left:0!important;list-style-type:none!important;list-style-image:none!important;list-style:none!important;overflow:visible}.gform_legacy_markup_wrapper ul li.gfield{clear:both}.gform_legacy_markup_wrapper ul.gfield_checkbox li,.gform_legacy_markup_wrapper ul.gfield_radio li{overflow:hidden}.gform_legacy_markup_wrapper form ul.gform_fields.left_label li.gfield,.gform_legacy_markup_wrapper form ul.gform_fields.right_label li.gfield,.gform_legacy_markup_wrapper ul.gform_fields.left_label li.gfield,.gform_legacy_markup_wrapper ul.gform_fields.right_label li.gfield{margin-bottom:14px}.gform_legacy_markup_wrapper form ul.left_label li ul.gfield_checkbox li,.gform_legacy_markup_wrapper form ul.left_label li ul.gfield_radio li,.gform_legacy_markup_wrapper form ul.right_label li ul.gfield_checkbox li,.gform_legacy_markup_wrapper form ul.right_label li ul.gfield_radio li,.gform_legacy_markup_wrapper ul.left_label li ul.gfield_checkbox li,.gform_legacy_markup_wrapper ul.left_label li ul.gfield_radio li,.gform_legacy_markup_wrapper ul.right_label li ul.gfield_checkbox li,.gform_legacy_markup_wrapper ul.right_label li ul.gfield_radio li{margin-bottom:10px}.gform_legacy_markup_wrapper ul li:after,.gform_legacy_markup_wrapper ul li:before,.gform_legacy_markup_wrapper ul.gform_fields{padding:0;margin:0;overflow:visible}.gform_legacy_markup_wrapper select{font-size:inherit;font-family:inherit;letter-spacing:normal}.gform_legacy_markup_wrapper select option{padding:2px;display:block}.gform_legacy_markup_wrapper .inline{display:inline!important}.gform_legacy_markup_wrapper .gform_heading{width:100%;margin-bottom:18px}.gform_legacy_markup_wrapper .clear-multi{display:flex}.gform_legacy_markup_wrapper .gfield_date_day,.gform_legacy_markup_wrapper .gfield_date_year{display:-moz-inline-stack;display:inline-block}.gform_legacy_markup_wrapper .gfield_date_day,.gform_legacy_markup_wrapper .gfield_date_month,.gform_legacy_markup_wrapper .gfield_date_year{width:33.333%;flex-direction:row}@media only screen and (min-width:321px){.gform_legacy_markup_wrapper .gfield_date_day,.gform_legacy_markup_wrapper .gfield_date_month{max-width:4rem}.gform_legacy_markup_wrapper .gfield_date_year{max-width:calc(4rem + .5rem)}}.gform_legacy_markup_wrapper .gfield_date_dropdown_day,.gform_legacy_markup_wrapper .gfield_date_dropdown_month,.gform_legacy_markup_wrapper .gfield_date_dropdown_year{vertical-align:top;flex-direction:row}.gform_legacy_markup_wrapper .gfield_date_dropdown_day,.gform_legacy_markup_wrapper .gfield_date_dropdown_month,.gform_legacy_markup_wrapper .gfield_date_dropdown_year{margin-right:.5rem}.gform_legacy_markup_wrapper .gfield_date_day,.gform_legacy_markup_wrapper .gfield_date_month{width:4rem;margin-right:.5rem}.gform_legacy_markup_wrapper .gfield_date_day input[type=number],.gform_legacy_markup_wrapper .gfield_date_month input[type=number]{width:calc(3rem + 8px)!important}.gform_legacy_markup_wrapper .gfield_date_year input[type=number]{width:calc(4rem + 8px)!important}.gform_legacy_markup_wrapper .gfield_date_year{width:5rem}.gform_legacy_markup_wrapper .gfield_date_day input,.gform_legacy_markup_wrapper .gfield_date_month input{width:calc(3rem + 8px)}.gform_legacy_markup_wrapper .gfield_date_year input{width:4rem}.gform_legacy_markup_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,.gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label{width:3rem;text-align:center}.gform_legacy_markup_wrapper .field_sublabel_above div.gfield_date_year.ginput_container label,.gform_legacy_markup_wrapper .field_sublabel_below div.gfield_date_year.ginput_container label{width:4rem}.gform_legacy_markup_wrapper .gfield_time_ampm,.gform_legacy_markup_wrapper .gfield_time_hour,.gform_legacy_markup_wrapper .gfield_time_minute{font-size:15px;width:33.333%;flex-direction:row}@media only screen and (min-width:321px){.gform_legacy_markup_wrapper .gfield_time_ampm,.gform_legacy_markup_wrapper .gfield_time_hour,.gform_legacy_markup_wrapper .gfield_time_minute{max-width:72px}}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_container_time span{float:left}.gform_legacy_markup_wrapper .gfield_time_hour{margin-right:10px;display:flex}.gform_legacy_markup_wrapper .gfield_time_hour i{font-style:normal!important;font-family:sans-serif!important;width:4px;text-align:center;float:right;margin-top:9%}.gform_legacy_markup_wrapper .gfield_time_minute{margin-right:8px;display:flex}.gform_legacy_markup_wrapper .ginput_complex .gfield_time_hour input,.gform_legacy_markup_wrapper .ginput_complex .gfield_time_minute input{margin-left:0;width:85%!important}.gform_legacy_markup_wrapper .gfield_time_hour input,.gform_legacy_markup_wrapper .gfield_time_minute input{margin-right:6px;width:56px}.gform_legacy_markup_wrapper .gfield_time_hour input[type=number],.gform_legacy_markup_wrapper .gfield_time_minute input[type=number]{max-width:64px;min-width:64px}.gform_legacy_markup_wrapper .gfield_time_ampm{vertical-align:top;display:-moz-inline-stack;display:inline-block}.gform_legacy_markup_wrapper .gfield_time_ampm select{min-width:77px;width:77px;height:100%;margin-top:0!important;margin-left:0!important}.gform_legacy_markup_wrapper .gfield_time_ampm_shim{display:block;font-size:13px;margin:9px 0 1px 1px}.gform_legacy_markup_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,.gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label{width:48px;text-align:center}.gform_legacy_markup_wrapper .field_name_first,.gform_legacy_markup_wrapper .field_name_last,.gform_legacy_markup_wrapper .field_name_middle{width:49.5%;display:-moz-inline-stack;display:inline-block;vertical-align:top}.gform_legacy_markup_wrapper .ginput_complex.ginput_container{overflow:visible;width:100%}.gform_legacy_markup_wrapper label.gfield_label,.gform_legacy_markup_wrapper legend.gfield_label{font-weight:700;font-size:inherit}.gform_legacy_markup_wrapper .top_label .gfield_label,.gform_legacy_markup_wrapper legend.gfield_label{display:-moz-inline-stack;display:inline-block;line-height:1.3;clear:both}.gform_legacy_markup_wrapper .top_label .gfield_hide_label{display:none}.gform_legacy_markup_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),.gform_legacy_markup_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),.gform_legacy_markup_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]){width:100%}.gform_legacy_markup_wrapper .ginput_complex .ginput_right select,.gform_legacy_markup_wrapper .ginput_complex select{width:100%}.gform_legacy_markup_wrapper .field_sublabel_above .ginput_complex.ginput_container label,.gform_legacy_markup_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,.gform_legacy_markup_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,.gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label,.gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label,.gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label{display:block;font-size:.813em;letter-spacing:.5pt;white-space:nowrap}.gform_legacy_markup_wrapper ul.gfield_checkbox li label,.gform_legacy_markup_wrapper ul.gfield_radio li label{display:-moz-inline-stack;display:inline-block;letter-spacing:inherit;vertical-align:middle;cursor:pointer}.gform_legacy_markup_wrapper .field_sublabel_above .ginput_complex.ginput_container label,.gform_legacy_markup_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label{margin:9px 0 1px 1px}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_email label,.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_name label,.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_password label,.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_time label{margin-top:0}.gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label,.gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label{margin:1px 0 9px 1px}.gform_legacy_markup_wrapper .top_label .field_sublabel_above label.gfield_label+.ginput_complex.ginput_container,.gform_legacy_markup_wrapper .top_label .field_sublabel_above label.gfield_label+div[class*=gfield_time_].ginput_container{margin-top:0}body .gform_legacy_markup_wrapper .top_label div.ginput_container{margin-top:8px}body.gform_legacy_markup_wrapper div.clear-multi{display:-moz-inline-stack;display:inline-block}body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_checkbox,body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_radio{margin-top:16px;margin-bottom:0}.gform_legacy_markup_wrapper .hidden_label .gfield_label{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.gfield.left_label,.gfield.right_label{padding-top:10px}.gform_legacy_markup_wrapper li.hidden_label input{margin-top:12px}.gform_legacy_markup_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],.gform_legacy_markup_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select{margin-bottom:12px}.gform_legacy_markup_wrapper .screen-reader-text,.gform_legacy_markup_wrapper label.hidden_sub_label{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.gform_legacy_markup_wrapper input.large,.gform_legacy_markup_wrapper input.medium,.gform_legacy_markup_wrapper input.small,.gform_legacy_markup_wrapper select.large,.gform_legacy_markup_wrapper select.medium,.gform_legacy_markup_wrapper select.small{width:100%}.gform_legacy_markup_wrapper input.datepicker_with_icon.large,.gform_legacy_markup_wrapper input.datepicker_with_icon.medium,.gform_legacy_markup_wrapper input.datepicker_with_icon.small{width:calc(100% - 24px)}.gform_legacy_markup_wrapper .gfield_error input.large,.gform_legacy_markup_wrapper .gfield_error input.medium,.gform_legacy_markup_wrapper .gfield_error input.small,.gform_legacy_markup_wrapper .gfield_error select.large,.gform_legacy_markup_wrapper .gfield_error select.medium,.gform_legacy_markup_wrapper .gfield_error select.small{width:100%}.gform_legacy_markup_wrapper .gfield_error input.datepicker_with_icon.large,.gform_legacy_markup_wrapper .gfield_error input.datepicker_with_icon.medium,.gform_legacy_markup_wrapper .gfield_error input.datepicker_with_icon.small{width:calc(100% - 32px)}.gform_legacy_markup_wrapper textarea.small{height:80px;width:100%}.gform_legacy_markup_wrapper textarea.medium{height:120px;width:100%}.gform_legacy_markup_wrapper textarea.large{height:160px;width:100%}.gform_legacy_markup_wrapper h2.gsection_title{margin:0!important;padding:0!important;letter-spacing:normal!important}.gform_legacy_markup_wrapper .gsection .gfield_label,.gform_legacy_markup_wrapper h2.gsection_title,.gform_legacy_markup_wrapper h3.gform_title{font-weight:700;font-size:1.25em}.gform_legacy_markup_wrapper h3.gform_title{letter-spacing:normal!important;margin:10px 0 6px 0}.gform_legacy_markup_wrapper li.gfield.field_description_below+li.gsection{margin-top:24px!important}.gform_legacy_markup_wrapper span.gform_description{font-weight:400;display:block;width:calc(100% - 16px);margin-bottom:16px}.gform_legacy_markup_wrapper .gsection{border-bottom:1px solid #ccc;padding:0 16px 8px 0;margin:28px 0 28px 0;clear:both}.gform_legacy_markup_wrapper .gfield_checkbox li,.gform_legacy_markup_wrapper .gfield_radio li{position:relative}.gform_legacy_markup_wrapper ul.gfield_checkbox,.gform_legacy_markup_wrapper ul.gfield_radio{margin:6px 0;padding:0}.gform_legacy_markup_wrapper .gfield_checkbox li label,.gform_legacy_markup_wrapper .gfield_radio li label{display:-moz-inline-stack;display:inline-block;padding:0;width:auto;line-height:1.5;font-size:.875em;vertical-align:middle;max-width:85%;white-space:normal}.gform_legacy_markup_wrapper .gfield_checkbox li label{margin:0}.gform_legacy_markup_wrapper .gfield_radio li label{margin:2px 0 0 4px}.gform_legacy_markup_wrapper .gfield_checkbox li input,.gform_legacy_markup_wrapper .gfield_checkbox li input[type=checkbox],.gform_legacy_markup_wrapper .gfield_radio li input[type=radio]{display:-moz-inline-stack;display:inline-block;vertical-align:middle;margin-left:1px}.gform_legacy_markup_wrapper .description,.gform_legacy_markup_wrapper .gfield_description,.gform_legacy_markup_wrapper .gsection_description,.gform_legacy_markup_wrapper .instruction{font-size:.813em;line-height:inherit;clear:both;font-family:inherit;letter-spacing:normal}.gform_legacy_markup_wrapper .description,.gform_legacy_markup_wrapper .gfield_description,.gform_legacy_markup_wrapper .gsection_description{padding:0 16px 0 0}.gform_legacy_markup_wrapper .field_description_below .gfield_description{padding-top:16px}.gform_legacy_markup_wrapper .field_sublabel_above .description,.gform_legacy_markup_wrapper .field_sublabel_above .gfield_description,.gform_legacy_markup_wrapper .field_sublabel_above .gsection_description{margin-top:9px}.gform_legacy_markup_wrapper .top_label .gsection_description{width:100%;margin-bottom:9px}.gform_legacy_markup_wrapper .gfield_description{width:100%}.gform_legacy_markup_wrapper .description_above .gfield_description{padding:0 0 10px 0}.gfield_date_year+.gfield_description{padding:0}.gform_legacy_markup_wrapper .field_description_below .gfield_consent_description,.gform_legacy_markup_wrapper .gfield_consent_description{width:100%;max-height:240px;overflow-y:scroll;border:1px solid #ddd;margin-top:12px;padding:6px 8px;font-size:.688em}.gform_legacy_markup_wrapper .gfield_required{color:#790000;margin-left:4px}.gform_legacy_markup_wrapper li.gfield.gfield_error,.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{background-color:rgba(255,223,224,.25);margin-bottom:6px!important;border-top:1px solid #c89797;border-bottom:1px solid #c89797;padding-bottom:6px;padding-top:8px;box-sizing:border-box}.gform_legacy_markup_wrapper li.gfield.gfield_creditcard_warning{padding:16px 16px 14px 16px;border-top:2px solid #790000;border-bottom:4px solid #790000;background-color:rgba(255,223,224,.25);width:calc(100% - 16px)}.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_creditcard_warning{padding:16px 16px 14px 16px}.gform_legacy_markup_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message{font-size:.875em;font-weight:700;font-family:inherit;min-height:25px;color:#790000;max-width:100%;position:relative}.gform_legacy_markup_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span{display:block;padding:0 0 14px 24px;margin-bottom:16px;line-height:1.5;letter-spacing:.1pt;border-bottom:1px solid #790000;text-transform:uppercase;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);background-size:1em auto;background-repeat:no-repeat;background-position:left center}.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_creditcard_warning div.gfield_creditcard_warning_message{padding:16px 16px 14px 16px}li.gfield+li.gfield.gfield_creditcard_warning{margin-top:16px!important}.gform_legacy_markup_wrapper .top_label .gfield_error{width:calc(100% - 2px)}.gform_legacy_markup_wrapper .top_label .gfield_error input.large,.gform_legacy_markup_wrapper .top_label .gfield_error select.large,.gform_legacy_markup_wrapper .top_label .gfield_error textarea.textarea{width:100%}.gform_legacy_markup_wrapper .left_label .gfield_error input.large,.gform_legacy_markup_wrapper .left_label .gfield_error select.large,.gform_legacy_markup_wrapper .left_label .gfield_error textarea.textarea,.gform_legacy_markup_wrapper .right_label .gfield_error input.large,.gform_legacy_markup_wrapper .right_label .gfield_error select.large,.gform_legacy_markup_wrapper .right_label .gfield_error textarea.textarea{width:70%}.gform_legacy_markup_wrapper .gfield_error .gfield_label{color:#790000}.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required{padding-right:0}.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_ampm.ginput_container,.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_minute.ginput_container{margin-left:0}.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{max-width:100%;padding-right:16px}.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{margin-top:12px}.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label{position:relative;top:12px}.gform_validation_errors{width:100%;border:1px solid #790000;box-shadow:0 0 0 #ff6d6d;border-radius:5px;padding:1.0625rem 1.375rem;margin-top:.5rem;margin-bottom:.5rem}.gform_validation_errors>h2{font-size:16px;font-weight:700;color:#790000;margin:0 0 .9375rem 0}.gform_validation_errors>h2.hide_summary{margin:0}.gform_validation_errors>h2:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0iIzc5MDAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExIDE5QzE1LjQxODMgMTkgMTkgMTUuNDE4MyAxOSAxMUMxOSA2LjU4MTcyIDE1LjQxODMgMyAxMSAzQzYuNTgxNzIgMyAzIDYuNTgxNzIgMyAxMUMzIDE1LjQxODMgNi41ODE3MiAxOSAxMSAxOVoiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTEyIDZIMTBWMTJIMTJWNloiIGZpbGw9IiNGRkZGRkYiLz4KPHBhdGggZD0iTTEyIDE0SDEwVjE2SDEyVjE0WiIgZmlsbD0iI0ZGRkZGRiIvPgo8L3N2Zz4=);content:'';width:22px;height:22px;display:inline-block;vertical-align:sub;margin:0 .2rem 0 -.5rem;background-position:center;background-repeat:no-repeat;background-color:transparent}.gform_validation_errors>ol{list-style-type:none!important;padding-block-start:0;padding-inline-start:0;margin-block-start:0;margin:0}.gform_validation_errors>ol a{text-decoration:none;color:#790000;font-size:1rem}.gform_validation_errors>ol li{margin:0 0 .9375rem 0;font-size:1rem;list-style-type:none!important}.gform_validation_errors>ol li:last-of-type{margin-bottom:0}.gform_legacy_markup_wrapper div.validation_error{color:#790000;font-size:1em;font-weight:700;margin-bottom:25px;border-top:2px solid #790000;border-bottom:2px solid #790000;padding:16px 0 16px 0;clear:both;width:100%;text-align:center}.gform_legacy_markup_wrapper ol.validation_list{clear:both;width:100%;margin-bottom:25px;color:#790000}.gform_legacy_markup_wrapper ol.validation_list li{list-style-type:decimal!important}.gform_legacy_markup_wrapper ol.validation_list li a{color:#790000}.gform_legacy_markup_wrapper ol.validation_list:after{content:""}.gform_legacy_markup_wrapper div#error{margin-bottom:25px}.gform_legacy_markup_wrapper table.gfield_list tbody tr td.gfield_list_icons{vertical-align:middle!important}.gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons a{display:inline-block;line-height:0}.gform_legacy_markup_wrapper li.gfield fieldset{margin:0;padding:0;display:block;position:relative;width:100%}.gform_legacy_markup_wrapper li.gfield fieldset>*{width:auto}.gform_legacy_markup_wrapper li.gfield fieldset legend.gfield_label{width:100%;line-height:32px}div.gf_page_steps+div.validation_error{margin-top:16px}.gform_legacy_markup_wrapper div.gfield_description.validation_error{color:#790000;font-weight:700;font-size:.875em;line-height:1.2;margin-bottom:16px}.gform_legacy_markup_wrapper .validation_message{color:#790000;font-weight:700;letter-spacing:normal}.gform_legacy_markup_wrapper .validation_message--hidden-on-empty:empty{display:none}.gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.gform_legacy_markup_wrapper li.gfield_error textarea{border:1px solid #790000}.gform_legacy_markup_wrapper li.gfield_error div.ginput_complex.ginput_container label,.gform_legacy_markup_wrapper li.gfield_error ul.gfield_checkbox,.gform_legacy_markup_wrapper li.gfield_error ul.gfield_radio{color:#790000}.gform_legacy_markup_wrapper .gform_footer{padding:16px 0 10px 0;margin:16px 0 0 0;clear:both;width:100%}.gform_legacy_markup_wrapper .gform_footer input.button,.gform_legacy_markup_wrapper .gform_footer input[type=submit],.gform_legacy_markup_wrapper .gform_page_footer input.button,.gform_legacy_markup_wrapper .gform_page_footer input[type=submit]{font-size:1em;width:100%;margin:0 0 16px 0}.gform_legacy_markup_wrapper .gform_footer a.gform_save_link,.gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link{font-size:1em;display:block;text-align:center}.gform_legacy_markup_wrapper .gform_footer input[type=image]{padding:0;width:auto!important;background:0 0!important;border:none!important;margin:0 auto 16px auto!important;display:block;max-width:100%}.gform_legacy_markup_wrapper .ginput_complex .ginput_full,.gform_legacy_markup_wrapper .ginput_complex .ginput_left,.gform_legacy_markup_wrapper .ginput_complex .ginput_right{min-height:45px}.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=email],.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=number],.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=password],.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=tel],.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=text],.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=url]{width:100%}.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=email],.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=number],.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=password],.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=tel],.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=text],.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=url],.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full select{width:100%}.gform_legacy_markup_wrapper .gfield_checkbox li,.gform_legacy_markup_wrapper .gfield_radio li{margin:0 0 16px 0;line-height:1.2}.gchoice_select_all,.gform_legacy_markup_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,.gform_legacy_markup_wrapper ul.gfield_radio li input[type=radio]:checked+label{font-weight:700}.gform_legacy_markup_wrapper input.datepicker.datepicker_with_icon{margin-right:4px!important;display:-moz-inline-stack;display:inline-block}.gform_legacy_markup_wrapper .gf_hidden,.gform_legacy_markup_wrapper .gform_hidden,.gform_legacy_markup_wrapper input.gform_hidden,.gform_legacy_markup_wrapper input[type=hidden]{display:none!important;max-height:1px!important;overflow:hidden}.gform_legacy_markup_wrapper .gf_invisible,.gform_legacy_markup_wrapper .gfield_visibility_hidden{visibility:hidden;position:absolute;left:-9999px}.gform_legacy_markup_wrapper .ginput_full br,.gform_legacy_markup_wrapper .ginput_left br,.gform_legacy_markup_wrapper .ginput_right br{display:none!important}.gform_legacy_markup_wrapper ul.gfield_checkbox li,.gform_legacy_markup_wrapper ul.gfield_radio li{padding:0!important}.gform_legacy_markup_wrapper ul.gfield_radio li input+input{margin-left:4px}.gform_legacy_markup_wrapper ul.gfield_radio li input[value=gf_other_choice]{margin-right:6px;margin-top:4px}.gform_legacy_markup_wrapper .gfield_description+.gform_legacy_markup_wrapper .gfield_description.validation_message{margin-top:6px}.gform_legacy_markup_wrapper .ginput_container.ginput_list+.gfield_description.validation_message{margin-top:0}.gform_legacy_markup_wrapper li.gfield_html{max-width:100%}.gform_legacy_markup_wrapper .gfield_html.gfield_no_follows_desc{margin-top:10px}body .gform_legacy_markup_wrapper ul li.gfield.gfield_html img{max-width:100%!important}.gform_legacy_markup_wrapper .gform_ajax_spinner{padding-left:10px}.gform_legacy_markup_wrapper .gform_validation_container,.gform_validation_container,body .gform_legacy_markup_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,body .gform_legacy_markup_wrapper li.gform_validation_container,body .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gform_validation_container{display:none!important;position:absolute!important;left:-9000px}.gform_legacy_markup_wrapper .gfield_captcha_input_container{padding-top:3px}.gform_legacy_markup_wrapper .simple_captcha_small input{width:64px}.gform_legacy_markup_wrapper .simple_captcha_medium input{width:96px}.gform_legacy_markup_wrapper .simple_captcha_large input{width:128px}.gform_legacy_markup_wrapper .gform_legacy_markup_wrapper .left_label .simple_captcha_small,.gform_legacy_markup_wrapper .left_label .simple_captcha_large,.gform_legacy_markup_wrapper .left_label .simple_captcha_medium,.gform_legacy_markup_wrapper .right_label .simple_captcha_large,.gform_legacy_markup_wrapper .right_label .simple_captcha_medium,.gform_legacy_markup_wrapper .right_label .simple_captcha_small{margin-left:32%}.gform_legacy_markup_wrapper .gfield_captcha_container img.gfield_captcha{border:none!important;background:0 0!important;float:none!important;margin:0!important;padding:0!important}.gform_legacy_markup_wrapper .math_small input{width:70px}.gform_legacy_markup_wrapper .math_medium input{width:510px}.gform_legacy_markup_wrapper .math_large input{width:612px}.gform_legacy_markup_wrapper .left_label .math_large,.gform_legacy_markup_wrapper .left_label .math_medium,.gform_legacy_markup_wrapper .left_label .math_small,.gform_legacy_markup_wrapper .right_label .math_large,.gform_legacy_markup_wrapper .right_label .math_medium,.gform_legacy_markup_wrapper .right_label .math_small{margin-left:32%}.gform_legacy_markup_wrapper div.charleft{font-size:.688em;margin-top:4px;color:#767676;width:92%!important;white-space:nowrap!important}.gform_legacy_markup_wrapper div.charleft[style]{width:92%!important}.gform_legacy_markup_wrapper .left_label div.charleft,.gform_legacy_markup_wrapper .right_label div.charleft{margin-left:32%}.gform_legacy_markup_wrapper div.charleft.ginput_counter_tinymce{border:1px solid #eee;border-width:1px 0 0;padding:4px 9px;width:100%!important}.gform_legacy_markup_wrapper div.charleft.warningTextareaInfo{color:#767676}.gform_legacy_markup_wrapper div.charleft.ginput_counter_error{color:red}.gform_legacy_markup_wrapper li.gf_hide_charleft div.charleft{display:none!important}.gf_submission_limit_message{color:#790000;font-size:1.375em}.gform_legacy_markup_wrapper .ginput_price{-moz-opacity:.7;-khtml-opacity:.7;opacity:.7}.gform_legacy_markup_wrapper span.ginput_total{color:#060;font-size:inherit}.gform_legacy_markup_wrapper .top_label span.ginput_total{margin:8px 0}.gform_legacy_markup_wrapper span.ginput_product_price_label{margin-right:2px}.gform_legacy_markup_wrapper input.ginput_product_price,.gform_legacy_markup_wrapper span.ginput_product_price{background:0 0;border:none;color:#900;padding:0}.gform_legacy_markup_wrapper span.ginput_quantity_label{margin-left:10px;margin-right:2px}.gform_legacy_markup_wrapper input.ginput_quantity[type=text]{width:3rem}.gform_legacy_markup_wrapper input.ginput_quantity[type=number]{width:4rem}.gform_legacy_markup_wrapper .gform_page_footer{margin:14px 0;width:100%;border-top:1px dotted #ccc;padding:16px 0 0 0;clear:both}.gform_legacy_markup_wrapper .gform_page_footer.left_label,.gform_legacy_markup_wrapper .gform_page_footer.right_label{padding:16px 0 0 29%}.gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button,.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button{display:-moz-inline-stack;display:inline-block}.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button{margin-bottom:8px}.gform_legacy_markup_wrapper .gf_progressbar_wrapper{clear:both;width:100%;margin:0 0 16px 0;padding:0 0 16px 0}.gform_legacy_markup_wrapper .gf_progressbar_wrapper .gf_progressbar_title{color:#767676;font-size:13px;line-height:1!important;margin:0 0 8px 0!important;padding:0!important;clear:both;-moz-opacity:.6;-khtml-opacity:.6;opacity:.6}.gform_legacy_markup_wrapper .gf_progressbar{position:relative;background:#e8e8e8;position:relative;-moz-border-radius:10.5px;-webkit-border-radius:10.5px;border-radius:10.5px;width:100%}.gform_legacy_markup_wrapper .gf_progressbar_percentage{height:21px;text-align:right;border-radius:10.5px;vertical-align:middle;font-family:helvetica,arial,sans-serif;font-size:13px!important;z-index:999}.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_100{border-top-right-radius:10.5px;border-bottom-right-radius:10.5px}.gform_legacy_markup_wrapper .gf_progressbar_percentage span{display:block;width:auto;float:right;margin-right:5px;margin-left:5px;line-height:21px}.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_0 span{color:#959595;text-shadow:none;float:none!important;margin-left:12px;word-wrap:normal}.gform_legacy_markup_wrapper .gf_progressbar_blue{background:#d2d6dc}.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue{background-color:#1e7ac4;color:#fff}.gform_legacy_markup_wrapper .gf_progressbar_gray{background:#d2d6dc}.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_gray{background-color:#6b7280;color:#fff}.gform_legacy_markup_wrapper .gf_progressbar_green{background:#e8e8e8}.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_green{background-color:#aac138;color:#fff}.gform_legacy_markup_wrapper .gf_progressbar_orange{background:#e8eaec}.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_orange{background-color:#ff5d38;color:#fff}.gform_legacy_markup_wrapper .gf_progressbar_red{background:#e8eaec}.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_red{background-color:#ec1e31;color:#fff}.gform_legacy_markup_wrapper .gf_progressbar_spring{background:#d2d6dc}.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_spring{background:linear-gradient(270deg,#9cd790 0,#76d7db 100%);color:#fff}.gform_legacy_markup_wrapper .gf_progressbar_blues{background:#d2d6dc}.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blues{background:linear-gradient(270deg,#00c2ff 0,#7838e2 100%);color:#fff}.gform_legacy_markup_wrapper .gf_progressbar_rainbow{background:#d2d6dc}.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_rainbow{background:linear-gradient(270deg,#1dbeea 0,#cd6ad6 50%,#f35160 100%);color:#fff}.gform_legacy_markup_wrapper .gf_page_steps{width:100%;margin:0 0 8px 0;padding:0 0 4px 0;border-bottom:1px dotted #ccc}.gform_legacy_markup_wrapper .gf_step{width:100%;margin:24px 24px 24px 0;font-size:.875em;height:14px;line-height:1.25!important;-moz-opacity:.2;-khtml-opacity:.2;opacity:.2;font-family:inherit}.gform_legacy_markup_wrapper .gf_step span.gf_step_number{font-size:1.25em;font-family:arial,sans-serif;margin-right:4px}.gform_legacy_markup_wrapper .gf_step span.gf_step_label,.gform_legacy_markup_wrapper .gf_step span.gf_step_number{display:-moz-inline-stack;display:inline-block;vertical-align:middle}.gform_legacy_markup_wrapper .gf_step.gf_step_active{-moz-opacity:1;-khtml-opacity:1;opacity:1}.gform_legacy_markup_wrapper .gf_step.gf_step_hidden{display:none}.gform_legacy_markup_wrapper .gf_step_clear{display:block;clear:both;height:1px;overflow:hidden}.gform_legacy_markup_wrapper .gfield_password_strength{border:1px solid #ddd;margin-top:18px;margin-bottom:18px;line-height:1.8;padding:10px 5px;text-align:center;background-color:#eee;border-bottom:3px solid #ddd}.gform_legacy_markup_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength{margin-right:16px}.gform_legacy_markup_wrapper ul.left_label li.gfield .gfield_password_strength,.gform_legacy_markup_wrapper ul.right_label li.gfield .gfield_password_strength{margin-top:18px;margin-bottom:18px;width:100%}.gform_legacy_markup_wrapper .gfield_password_strength.bad{background-color:#ffb78c;border-color:#ff853c;border-bottom:3px solid #ff853c}.gform_legacy_markup_wrapper .gfield_password_strength.good{background-color:#ffec8b;border-color:#fc0;border-bottom:3px solid #fc0}.gform_legacy_markup_wrapper .gfield_password_strength.mismatch,.gform_legacy_markup_wrapper .gfield_password_strength.short{background-color:#ffa0a0;border-color:#f04040;border-bottom:3px solid #f04040}.gform_legacy_markup_wrapper .gfield_password_strength.strong{background-color:#c3ff88;border-color:#8dff1c;border-bottom:3px solid #8dff1c}.ginput_container_password,.ginput_container_password span{position:relative}.ginput_container_password button{-webkit-appearance:none;appearance:none;background:0 0;border:none;padding:5px 0;position:absolute;right:1px;text-align:center;top:1px;width:40px}.ginput_container_password span.ginput_left button{right:9px}.ginput_container_password:not(.ginput_complex) span{display:inline-block;width:100%}.ginput_container_password:not(.ginput_complex) span input{width:100%}.ginput_container_password span.medium{width:calc(50% - 8px)}.ginput_container_password span.small{width:25%}.gform_legacy_markup_wrapper table.gfield_list,.gform_legacy_markup_wrapper table.gfield_list caption,.gform_legacy_markup_wrapper table.gfield_list tbody,.gform_legacy_markup_wrapper table.gfield_list td,.gform_legacy_markup_wrapper table.gfield_list tfoot,.gform_legacy_markup_wrapper table.gfield_list th,.gform_legacy_markup_wrapper table.gfield_list thead,.gform_legacy_markup_wrapper table.gfield_list tr{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}.gform_legacy_markup_wrapper table.gfield_list{border-spacing:0;border-collapse:collapse}.gfield_repeater_buttons{padding-top:15px}.gform_legacy_markup_wrapper table.gfield_list{table-layout:auto!important}.gform_legacy_markup_wrapper table.gfield_list thead th{font-weight:700;text-align:left}.gform_legacy_markup_wrapper table.gfield_list colgroup{width:100%;display:block}.gform_legacy_markup_wrapper li.gfield.gfield_error table.gfield_list thead th{color:#790000}.gform_legacy_markup_wrapper table.gfield_list thead,.gform_legacy_markup_wrapper table.gfield_list tr{padding:0;margin:0}.gform_legacy_markup_wrapper table.gfield_list td,.gform_legacy_markup_wrapper table.gfield_list th{padding:4px 0 4px 0}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) table.gfield_list th{padding:0 0 4px 0}.gform_legacy_markup_wrapper table.gfield_list td+td,.gform_legacy_markup_wrapper table.gfield_list th+th{padding:0 0 0 16px}.gform_legacy_markup_wrapper .gfield_list{width:100%}.gform_legacy_markup_wrapper .gfield_list td.gfield_list_cell input{width:100%}.gfield_icon_disabled{cursor:default!important;-moz-opacity:.6;-khtml-opacity:.6;opacity:.6}.gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons{width:48px!important;padding:0 0 0 4px!important;box-sizing:border-box}.gform_legacy_markup_wrapper table.gfield_list td.gfield_list_icons img{display:-moz-inline-stack;display:inline-block;vertical-align:middle}.gform_card_icon_container{display:flex;height:32px;margin:8px 0 6px 0}.gform_card_icon_container div.gform_card_icon{background-image:url(//nuriahidalgo.com/wp-content/plugins/gravityforms/images/gf-creditcards.svg);background-repeat:no-repeat;height:32px;margin-right:4px;text-indent:-9000px;width:40px}.gform_card_icon_container div.gform_card_icon.gform_card_icon_amex{background-position:-167px 0}.gform_card_icon_container div.gform_card_icon.gform_card_icon_discover{background-position:-221px 0}.gform_card_icon_container div.gform_card_icon.gform_card_icon_mastercard{background-position:-275px 0}.gform_card_icon_container div.gform_card_icon.gform_card_icon_visa{background-position:-59px 0}.gform_card_icon_container div.gform_card_icon.gform_card_icon_jcb{background-position:-329px 0}.gform_card_icon_container div.gform_card_icon.gform_card_icon_maestro{background-position:-5px 0}.gform_card_icon_container div.gform_card_icon.gform_card_icon_selected{position:relative}.gform_card_icon_container div.gform_card_icon.gform_card_icon_selected:after{display:block;content:'';position:absolute;background:url(//nuriahidalgo.com/wp-content/plugins/gravityforms/images/gf-creditcards-check.svg) center center no-repeat;width:13px;height:10px;bottom:4px;right:-2px}.ginput_container_creditcard .ginput_card_security_code_icon{width:40px;height:32px;display:inline-block;background-image:url(//nuriahidalgo.com/wp-content/plugins/gravityforms/images/gf-creditcards.svg);background-repeat:no-repeat;background-position:-382px 0;position:relative;top:-3.5px}.gform_legacy_markup_wrapper .gform_fileupload_multifile .gform_drop_area{padding:24px;border:1px dashed #ccc;text-align:center;color:#aaa;margin-bottom:16px;background:rgba(0,0,0,.02);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.gform_legacy_markup_wrapper span.gform_drop_instructions{display:block;margin-bottom:8px}.gform_delete{vertical-align:middle;cursor:pointer}.gform_legacy_markup_wrapper .copy_values_option_container .copy_values_enabled{width:auto}.gform_legacy_markup_wrapper li.field_sublabel_above .ginput_complex input[type=text]{margin-bottom:1px}.gform_legacy_markup_wrapper .form_saved_message{margin:1em auto;padding:3em 2em 3em;width:99%;font-size:1em;line-height:1.8;color:#31708f;background-color:#e3f3f3;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.form_saved_message p.resume_form_link_wrapper{background-color:#fff;display:inline-block;padding:1em;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;max-width:98%!important;overflow:hidden;-webkit-box-shadow:0 3px 2px 0 rgba(66,103,126,.2);-moz-box-shadow:0 3px 2px 0 rgba(66,103,126,.2);box-shadow:0 3px 2px 0 rgba(66,103,126,.2)}.form_saved_message a.resume_form_link{word-wrap:break-word;text-decoration:none;color:#2f637e}.form_saved_message .form_saved_message_emailform{margin:1em 0 0 0}.form_saved_message label.form_saved_label{position:absolute;left:-9000px}div.form_saved_message div.form_saved_message_emailform form input[type=text]{margin-bottom:.25em}div.form_saved_message div.form_saved_message_emailform form label.gform_resume_email_label{font-size:1em;display:block}div.form_saved_message div.form_saved_message_emailform form input{margin:0 auto;display:inline-block}div.form_saved_message div.form_saved_message_emailform form input[type=email]{padding:calc(.75em - 1px)!important;width:24em;max-width:98%!important;font-size:1em;background-color:#fff;border:1px solid #91afc7;color:#424242;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-appearance:none;-moz-appearance:none;-webkit-box-shadow:inset 0 0 5px 0 #eee;-moz-box-shadow:inset 0 0 5px 0 #eee;box-shadow:inset 0 0 5px 0 #eee}div.form_saved_message div.form_saved_message_emailform form input[type=submit]{padding:.75em 1em;font-size:1em;line-height:1;background-color:#31708f;border:1px solid #31708f;color:#fff;text-transform:uppercase;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-appearance:none;-moz-appearance:none}@media only screen and (max-width:640px){div.form_saved_message div.form_saved_message_emailform form input[type=email],div.form_saved_message div.form_saved_message_emailform form input[type=submit]{display:block;width:98%}}.form_saved_message .form_saved_message_emailform .validation_message{color:#790000;font-weight:700;padding:2em}.form_saved_message_sent{margin:1em auto;padding:3em 2em;width:99%;font-size:1em;background-color:#e9ffd9;color:#3c763d;text-align:center;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;box-sizing:border-box}.form_saved_message_sent .saved_message_email,.form_saved_message_sent .saved_message_success{font-weight:700;display:block;line-height:2}.form_saved_message_sent .saved_message_email{word-wrap:break-word;text-decoration:underline}body #content .entry-content .gform_legacy_markup_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area,body .gform_legacy_markup_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area{line-height:1!important}body .gform_legacy_markup_wrapper img.ui-datepicker-trigger{width:17px!important;height:16px!important;display:-moz-inline-stack;display:inline-block}body .gform_legacy_markup_wrapper img.add_list_item,body .gform_legacy_markup_wrapper img.delete_list_item{display:-moz-inline-stack;display:inline-block;margin-top:-2px}.gform_legacy_markup_wrapper ul li.gfield.field_sublabel_above.field_description_below+li.gfield{margin-top:16px}.gform_legacy_markup_wrapper li.gfield ul.gfield_radio li input[type=radio]+input[type=text]{width:45.25%}.gform_legacy_markup_wrapper table.recaptchatable{table-layout:auto}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_container_captcha{margin-left:29%}.gfield .wp-editor-container{border:1px solid #ddd}.gfield .wp-switch-editor{border-color:#ddd}.gfield .html-active .switch-html,.gfield .tmce-active .switch-tmce{border-bottom-color:#f5f5f5}.gfield .mce-edit-area iframe{width:99.9%!important;margin:0!important}body .gform_legacy_markup_wrapper ul li.gfield{margin-top:16px;padding-top:0}body .gform_legacy_markup_wrapper ul.gfields li.gfield label.gfield_label{margin-bottom:0!important;padding-bottom:0!important}body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html{line-height:inherit}body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li{list-style-type:disc!important;margin:0 0 8px 0;overflow:visible;padding-left:0}body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul{list-style-type:disc!important;margin:16px 0 16px 28px!important;padding-left:0}body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li{list-style-type:decimal!important;overflow:visible;margin:0 0 8px 0;padding-left:0}body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol,body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol{list-style-type:decimal!important;margin:16px 0 18px 32px;padding-left:0}body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul,body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li{list-style-type:disc!important;padding-left:0}body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul{margin:16px 0 16px 16px}body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li{margin:0 0 8px}body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl{margin:0 0 18px 0;padding-left:0}body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt{font-weight:700}body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd{margin:0 0 16px 18px}.gform_legacy_markup_wrapper span.gf_clear_span{display:block;height:1px;overflow:hidden;width:100%;float:none;clear:both;margin-top:-1px}.gform_legacy_markup_wrapper .chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.gform_legacy_markup_wrapper .chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.gform_legacy_markup_wrapper .chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);display:none}.gform_legacy_markup_wrapper .chosen-container.chosen-with-drop .chosen-drop{display:block}.gform_legacy_markup_wrapper .chosen-container a{cursor:pointer}.gform_legacy_markup_wrapper .chosen-container .chosen-single .group-name,.gform_legacy_markup_wrapper .chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.gform_legacy_markup_wrapper .chosen-container .chosen-single .group-name:after,.gform_legacy_markup_wrapper .chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.gform_legacy_markup_wrapper .chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.gform_legacy_markup_wrapper .chosen-container-single .chosen-single input[type=text]{cursor:pointer;opacity:0;position:absolute;width:0}.gform_legacy_markup_wrapper .chosen-container-single .chosen-default{color:#999}.gform_legacy_markup_wrapper .chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.gform_legacy_markup_wrapper .chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.gform_legacy_markup_wrapper .chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(//nuriahidalgo.com/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.gform_legacy_markup_wrapper .chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.gform_legacy_markup_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.gform_legacy_markup_wrapper .chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.gform_legacy_markup_wrapper .chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(//nuriahidalgo.com/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) no-repeat 0 2px}.gform_legacy_markup_wrapper .chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.gform_legacy_markup_wrapper .chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(//nuriahidalgo.com/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.gform_legacy_markup_wrapper .chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.gform_legacy_markup_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;opacity:0;pointer-events:none}.gform_legacy_markup_wrapper .chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.gform_legacy_markup_wrapper .chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.gform_legacy_markup_wrapper .chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.gform_legacy_markup_wrapper .chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.gform_legacy_markup_wrapper .chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.gform_legacy_markup_wrapper .chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.gform_legacy_markup_wrapper .chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.gform_legacy_markup_wrapper .chosen-container .chosen-results li.group-option{padding-left:15px}.gform_legacy_markup_wrapper .chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li{float:left;list-style:none}.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(//nuriahidalgo.com/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.gform_legacy_markup_wrapper .chosen-container-multi .chosen-results{margin:0;padding:0}.gform_legacy_markup_wrapper .chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.gform_legacy_markup_wrapper .chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.gform_legacy_markup_wrapper .chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.gform_legacy_markup_wrapper .chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.gform_legacy_markup_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.gform_legacy_markup_wrapper .chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.gform_legacy_markup_wrapper .chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.gform_legacy_markup_wrapper .chosen-disabled{opacity:.5!important;cursor:default}.gform_legacy_markup_wrapper .chosen-disabled .chosen-single{cursor:default}.gform_legacy_markup_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.gform_legacy_markup_wrapper .chosen-rtl{text-align:right}.gform_legacy_markup_wrapper .chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.gform_legacy_markup_wrapper .chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.gform_legacy_markup_wrapper .chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.gform_legacy_markup_wrapper .chosen-rtl .chosen-single div{right:auto;left:3px}.gform_legacy_markup_wrapper .chosen-rtl .chosen-single abbr{right:auto;left:26px}.gform_legacy_markup_wrapper .chosen-rtl .chosen-choices li{float:right}.gform_legacy_markup_wrapper .chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.gform_legacy_markup_wrapper .chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.gform_legacy_markup_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.gform_legacy_markup_wrapper .chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.gform_legacy_markup_wrapper .chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.gform_legacy_markup_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.gform_legacy_markup_wrapper .chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(//nuriahidalgo.com/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.gform_legacy_markup_wrapper .chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.gform_legacy_markup_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.gform_legacy_markup_wrapper .chosen-container .chosen-results-scroll-down span,.gform_legacy_markup_wrapper .chosen-container .chosen-results-scroll-up span,.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close,.gform_legacy_markup_wrapper .chosen-container-single .chosen-search input[type=text],.gform_legacy_markup_wrapper .chosen-container-single .chosen-single abbr,.gform_legacy_markup_wrapper .chosen-container-single .chosen-single div b,.gform_legacy_markup_wrapper .chosen-rtl .chosen-search input[type=text]{background-image:url(//nuriahidalgo.com/wp-content/plugins/gravityforms/legacy/css/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}body .gform_legacy_markup_wrapper .chosen-container a.chosen-single{border-radius:inherit}body .gform_legacy_markup_wrapper ul.chosen-results li{line-height:inherit}@media only screen and (max-width:641px){.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){line-height:2;min-height:2rem}.gform_legacy_markup_wrapper textarea{line-height:1.5}.gform_legacy_markup_wrapper .chosen-container.chosen-container-single[style]{width:100%!important}.gform_legacy_markup_wrapper .chosen-container-single .chosen-single{height:40px;line-height:2.8}.gform_legacy_markup_wrapper .chosen-container-single .chosen-single div b{position:relative;top:10px}.gform_legacy_markup_wrapper div.chosen-container.chosen-container-multi[style]{width:100%!important}.gform_legacy_markup_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice,.gform_legacy_markup_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-field{width:100%;line-height:inherit;float:none}.gform_legacy_markup_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span{margin-bottom:0}.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{top:calc(50% - 6px)}.gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price){margin-bottom:8px;display:block}.gform_legacy_markup_wrapper li.field_sublabel_below .ginput_complex{margin-top:12px!important}.gform_legacy_markup_wrapper ul.gfield_checkbox li label,.gform_legacy_markup_wrapper ul.gfield_radio li label{width:85%;cursor:pointer}}@media only screen and (max-width:761px),(min-device-width:768px) and (max-device-width:1023px){.gform_legacy_markup_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error{margin-top:32px}.gform_legacy_markup_wrapper table.gfield_list{border:0}.gform_legacy_markup_wrapper table.gfield_list thead{position:absolute;top:-9999px;left:-9999px}.gform_legacy_markup_wrapper table.gfield_list tr{margin-bottom:10px;display:block;background:#fff;position:relative;border:1px solid #ccc;border-top:2px solid #ccc;border-bottom:4px solid #ccc}.gform_legacy_markup_wrapper table.gfield_list td{display:block;margin-left:8px;margin-right:8px}.gform_legacy_markup_wrapper table.gfield_list td.gfield_list_icons{border-bottom:0;margin:16px 0 0 0!important}.gform_legacy_markup_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before,.gform_legacy_markup_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after{content:attr(data-label);font-size:.875em;letter-spacing:.5pt;white-space:nowrap;display:block;clear:both}.gform_legacy_markup_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before{margin:8px 0 3px 8px}.gform_legacy_markup_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after{margin:3px 0 8px 8px}.gform_legacy_markup_wrapper table.gfield_list td+td,.gform_legacy_markup_wrapper table.gfield_list th+th{padding:4px 0 0 0}.gform_legacy_markup_wrapper table.gfield_list tr.gfield_list_row_even,.gform_legacy_markup_wrapper table.gfield_list tr.gfield_list_row_odd{margin:16px 0}.gform_legacy_markup_wrapper table.gfield_list tr.gfield_list_row_odd:first-child{padding-top:12px}.gform_legacy_markup_wrapper table.gfield_list tr{padding-top:12px}.gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons{width:100%!important;padding:5px 4px 1px 4px!important;background-color:#eee;text-align:center}.gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item{margin:12px 0 0 16px!important}.gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons img.delete_list_item{margin:12px 0 0 8px!important}.gform_legacy_markup_wrapper .gform_footer a.gform_save_link,.gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link{margin-left:0}.gform_legacy_markup_wrapper .gfield_list td.gfield_list_cell input{width:calc(100% - 16px);margin-left:8px;margin-right:8px}}@media only screen and (min-width:641px){.gform_legacy_markup_wrapper .gform_body{width:100%}.gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){max-width:calc(100% - 16px)!important}.gform_legacy_markup_wrapper .gfield_checkbox li,.gform_legacy_markup_wrapper .gfield_radio li{margin:0 0 8px 0;line-height:1.3}.gform_legacy_markup_wrapper .gsection{margin:28px 16px 28px 0}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gfield_label{float:left;width:29%;padding-right:16px;margin-bottom:16px}.gform_legacy_markup_wrapper .right_label .gfield_label{text-align:right}.gform_legacy_markup_wrapper .left_label .gfield_description,.gform_legacy_markup_wrapper .right_label .gfield_description{width:70%}.gform_legacy_markup_wrapper form ul.left_label li ul.gfield_checkbox li,.gform_legacy_markup_wrapper form ul.left_label li ul.gfield_radio li,.gform_legacy_markup_wrapper form ul.right_label li ul.gfield_checkbox li,.gform_legacy_markup_wrapper form ul.right_label li ul.gfield_radio li,.gform_legacy_markup_wrapper ul.left_label li ul.gfield_checkbox li,.gform_legacy_markup_wrapper ul.left_label li ul.gfield_radio li,.gform_legacy_markup_wrapper ul.right_label li ul.gfield_checkbox li,.gform_legacy_markup_wrapper ul.right_label li ul.gfield_radio li{margin-bottom:10px}.gform_legacy_markup_wrapper .left_label .gfield_description,.gform_legacy_markup_wrapper .left_label .instruction,.gform_legacy_markup_wrapper .right_label .gfield_description,.gform_legacy_markup_wrapper .right_label .instruction{margin-left:29%}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gsection .gsection_description{margin-left:0;padding-top:4px;padding-left:0;line-height:1.5}.gform_legacy_markup_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted{margin-left:29%!important;width:70%}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) ul.gfield_checkbox,.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) ul.gfield_radio{overflow:hidden}.gform_legacy_markup_wrapper .left_label div.ginput_complex,.gform_legacy_markup_wrapper .right_label div.ginput_complex{width:70%;margin-left:29%}.gform_legacy_markup_wrapper .left_label input.small,.gform_legacy_markup_wrapper .left_label select.small,.gform_legacy_markup_wrapper .right_label input.small,.gform_legacy_markup_wrapper .right_label select.small{width:15%}.gform_legacy_markup_wrapper .left_label input.medium,.gform_legacy_markup_wrapper .left_label select.medium,.gform_legacy_markup_wrapper .right_label input.medium,.gform_legacy_markup_wrapper .right_label select.medium{width:calc(35% - 8px)}.gform_legacy_markup_wrapper .left_label input.large,.gform_legacy_markup_wrapper .left_label select.large,.gform_legacy_markup_wrapper .right_label input.large,.gform_legacy_markup_wrapper .right_label select.large{width:70%}.gform_legacy_markup_wrapper .left_label textarea.large,.gform_legacy_markup_wrapper .left_label textarea.medium,.gform_legacy_markup_wrapper .left_label textarea.small,.gform_legacy_markup_wrapper .right_label textarea.large,.gform_legacy_markup_wrapper .right_label textarea.medium,.gform_legacy_markup_wrapper .right_label textarea.small{width:70%}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_list{width:70%;margin-left:29%!important}.gform_legacy_markup_wrapper .top_label .gfield_list{width:100%}.gform_legacy_markup_wrapper .left_label .gf_list_one_column,.gform_legacy_markup_wrapper .right_label .gf_list_one_column{width:45%}.gform_legacy_markup_wrapper .top_label .gf_list_one_column{width:46%}.gform_legacy_markup_wrapper .left_label li.hidden_label input,.gform_legacy_markup_wrapper .right_label li.hidden_label input{margin-left:3.7%}.gform_legacy_markup_wrapper .left_label li.gfield .gfield_password_strength,.gform_legacy_markup_wrapper .right_label li.gfield .gfield_password_strength{margin-left:29%}.gform_legacy_markup_wrapper .top_label input.small,.gform_legacy_markup_wrapper .top_label select.small{width:25%}.gform_legacy_markup_wrapper .top_label input.medium,.gform_legacy_markup_wrapper .top_label select.medium{width:calc(50% - 8px)}.gform_legacy_markup_wrapper.gform_validation_error .top_label input.medium,.gform_legacy_markup_wrapper.gform_validation_error .top_label select.medium{width:50%}.gform_legacy_markup_wrapper .hidden_label input.large,.gform_legacy_markup_wrapper .hidden_label select.large,.gform_legacy_markup_wrapper .top_label input.large,.gform_legacy_markup_wrapper .top_label select.large{width:100%}.gform_legacy_markup_wrapper .top_label input.large.datepicker,.gform_legacy_markup_wrapper .top_label input.medium.datepicker,.gform_legacy_markup_wrapper .top_label input.small.datepicker{width:auto}.gform_legacy_markup_wrapper textarea.small{height:80px;width:100%}.gform_legacy_markup_wrapper textarea.medium{height:160px;width:100%}.gform_legacy_markup_wrapper textarea.large{height:320px;width:100%}.gform_legacy_markup_wrapper .ginput_complex .ginput_left,.gform_legacy_markup_wrapper .ginput_complex .ginput_right{width:50%;display:-moz-inline-stack;display:inline-block;vertical-align:top;margin:0 -4px 0 0}.gform_legacy_markup_wrapper .ginput_container_password .ginput_right{padding-left:8px}.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_left,.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_right{width:50%}.gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_left,.gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_right{min-height:43px;position:relative;float:left}.ginput_complex .ginput_cardinfo_right input{display:inline-block;width:30%;max-width:7rem}.gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_left{width:50%}.gform_legacy_markup_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,.gform_legacy_markup_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year{width:47%!important;display:-moz-inline-stack;display:inline-block}.gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month{margin-right:4px}.gform_legacy_markup_wrapper .gf_step{width:auto;display:-moz-inline-stack;display:inline-block;margin:16px 32px 16px 0}.gform_legacy_markup_wrapper .gform_footer input.button,.gform_legacy_markup_wrapper .gform_footer input[type=image],.gform_legacy_markup_wrapper .gform_footer input[type=submit]{display:-moz-inline-stack;display:inline-block}.gform_legacy_markup_wrapper .gform_footer input[type=image]{vertical-align:middle}.gform_legacy_markup_wrapper .gform_footer a.gform_save_link,.gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link{font-size:1em;margin-left:16px;display:-moz-inline-stack;display:inline-block}.gform_legacy_markup_wrapper .gform_footer input.button,.gform_legacy_markup_wrapper .gform_footer input[type=submit],.gform_legacy_markup_wrapper .gform_page_footer input.button,.gform_legacy_markup_wrapper .gform_page_footer input[type=submit]{font-size:1em;width:auto;margin:0 16px 0 0}.gform_legacy_markup_wrapper ul.gform_fields li.gfield{padding-right:16px}.gform_legacy_markup_wrapper .ginput_complex .ginput_left{padding-right:8px}.gform_legacy_markup_wrapper .left_label .ginput_complex.ginput_container_address:after{content:"";display:block}.gform_legacy_markup_wrapper .ginput_complex.ginput_container_address .ginput_left{margin-right:8px}.gform_legacy_markup_wrapper .ginput_complex.ginput_container_address .ginput_right{margin-right:-8px;padding-right:8px}.gform_legacy_markup_wrapper .ginput_complex.ginput_container_address span.ginput_full+span.ginput_right{padding-right:8px!important;margin-right:8px}.gform_legacy_markup_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left{padding-right:8px!important;margin-right:-8px}.gform_legacy_markup_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left.address_zip{margin-right:8px}.gform_legacy_markup_wrapper .gfield_error .ginput_container{padding-right:0}.gform_legacy_markup_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength{margin:18px 0 18px 0}.gform_legacy_markup_wrapper .gform_footer:not(.top_label){padding:16px 0 10px 0;margin-left:29%;width:70%}.gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1,.gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2,.gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3{width:calc(100% + 15px)}.gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_4{width:calc(100% + 13px)}.gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_5{width:calc(100% + 14px)}ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_1,ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2,ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_3{width:calc(70% + 15px);margin-left:29%}ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1,ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2,ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3{width:calc(70% + 24px)}ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_4{width:calc(70% + 13px);margin-left:29%}ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_5{width:calc(70% + 14px);margin-left:29%}.gform_legacy_markup_wrapper div.ginput_container_name span{display:-moz-inline-stack;display:inline-block;vertical-align:top;padding-right:16px;margin-right:-4px}.gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_1 span{width:100%}.gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span{width:50%}.gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_3 span{width:33.3%}.gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_4 span{width:25%}.gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_5 span{width:19.95%}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1 span{width:99.75%!important}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2 span{width:49.75%!important}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span{width:33%!important}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_4 span{width:24.75%!important}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_5 span{width:19.75%!important}html .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span:first-child,html .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_3 span:first-child,html .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_4 span:first-child,html .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_5 span:first-child{margin-left:0!important}.gform_legacy_markup_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email{width:calc(100% + 15px)}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.ginput_container_email{width:calc(70% + 16px);margin-left:29%}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.ginput_container_email{width:calc(70% + 17px)}li.gfield.gfield_error .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error .ginput_complex.ginput_container.ginput_container_email{width:calc(70% + 8px)!important}.gform_legacy_markup_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left,.gform_legacy_markup_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right{padding-right:16px}.gform_legacy_markup_wrapper ul.left_label li.gfield .gfield_password_strength,.gform_legacy_markup_wrapper ul.right_label li.gfield .gfield_password_strength{width:70%}.gform_legacy_markup_wrapper .ginput_complex span.ginput_left+input.gform_hidden+span.ginput_left{padding-right:0}.gform_legacy_markup_wrapper .ginput_complex span.ginput_left.address_country{margin-right:0}html:not([dir=rtl]) .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .clear-multi,html:not([dir=rtl]) .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gfield_description,html:not([dir=rtl]) .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date){width:70%;margin-left:29%}.gform_legacy_markup_wrapper .gf_progressbar{width:calc(100% - 16px)}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gform_fileupload_multifile .gform_drop_area{margin-left:29%;width:70%}body .gform_legacy_markup_wrapper span.ginput_left.address_city+input.gform_hidden+span.ginput_left.address_country{width:calc(50% - 8px);margin-right:0}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha{margin-left:29%!important}.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button{margin-bottom:0}.gform_legacy_markup_wrapper .gform_page_footer .button.gform_button,.gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button{margin-right:10px}body .gform_legacy_markup_wrapper select.medium.gfield_select+div.chosen-container-multi[style],body .gform_legacy_markup_wrapper select.medium.gfield_select+div.chosen-container-single[style]{width:calc(50% - 8px)!important}body .gform_legacy_markup_wrapper select.large.gfield_select+div.chosen-container-multi[style],body .gform_legacy_markup_wrapper select.large.gfield_select+div.chosen-container-single[style]{width:100%!important}body .gform_legacy_markup_wrapper select.small.gfield_select+div.chosen-container-multi[style],body .gform_legacy_markup_wrapper select.small.gfield_select+div.chosen-container-single[style]{width:25%!important}}.gfield_repeater_cell>.gfield_repeater_wrapper{border-left:8px solid rgba(54,86,102,.1);background-color:rgba(1,1,1,.02);padding:10px 20px;border-radius:8px;border-bottom:1px solid #eee}.gfield_repeater_wrapper input{border:1px solid #c5c6c5;border-radius:4px}.gfield_repeater_wrapper .gfield_repeater_wrapper{margin-top:10px}.gfield_repeater_buttons .add_repeater_item_text,.gfield_repeater_buttons .remove_repeater_item_text{min-width:100px;height:30px;background:rgba(242,242,242,.5);transition:all .3s cubic-bezier(.67,.17,.4,.83);font-size:12px;color:#757575;border-radius:20px;margin-right:10px;margin-bottom:5px;border:1px solid rgba(117,117,117,.4);font-weight:400}.gfield_repeater_buttons .add_repeater_item_plus,.gfield_repeater_buttons .remove_repeater_item_minus{width:22px;height:22px;background:rgba(242,242,242,.5);transition:all .3s cubic-bezier(.67,.17,.4,.83);font-size:16px;color:#757575;border-radius:50%;margin:10px 5px 0 5px;border:1px solid rgba(117,117,117,.4);font-weight:700;padding:0;padding-bottom:5px}.gfield_repeater_buttons button.gfield_icon_disabled{cursor:default;-moz-opacity:.3;-khtml-opacity:.3;opacity:.3}.gfield_repeater_buttons button.gfield_icon_disabled:hover{background:rgba(242,242,242,.5);color:#757575;border:1px solid rgba(117,117,117,.4)}.gfield_repeater_buttons button:hover{background:#fafafa;color:#374750;border:1px solid #757575}.gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child){border-bottom:2px solid #e0e0e6;padding-bottom:20px}.gfield_repeater_cell>.gfield_repeater_wrapper{border-left:8px solid #f1f1f1;box-shadow:0 1px 1px 0 rgba(0,0,0,.06),0 2px 1px -1px rgba(0,0,0,.06),0 1px 5px 0 rgba(0,0,0,.06)}.gfield_repeater_buttons .add_repeater_item_text:focus,.gfield_repeater_buttons .remove_repeater_item_text:focus{outline:0}.gfield_repeater_item .gfield_repeater_cell .gfield_required{color:#c32121}.gform_legacy_markup_wrapper .gfield_repeater_cell label{color:#9b9a9a;font-weight:400;font-size:14px;padding-top:8px}.gfield_repeater_value .gfield_repeater_value .gfield_repeater_cell{padding-bottom:20px;padding-top:0}div .gfield_repeater_cell{margin-top:5px}.gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child){border-bottom:2px solid #e0e0e6;padding-bottom:20px;margin-bottom:20px;margin-right:10px}.gfield_repeater_value>.gfield_repeater{border-left:8px solid rgba(54,86,102,.1);background-color:rgba(1,1,1,.02);padding:10px 20px;border-radius:8px;border-bottom:1px solid #eee;margin:10px}.gfield_repeater_cell .gfield_repeater_value:not(:first-child){color:rgba(117,117,117,.7);border:1px solid #c5c6c5;border-radius:4px;margin-right:10px;padding-left:10px;background-color:#f0f0f0}.gfield_repeater .gfield_repeater_items,.gfield_repeater_items .gfield_repeater_cell:not(:first-child){padding-top:5px}.gfield_repeater .gfield_label{color:#23282d;font-size:16px;font-weight:600}.gfield_repeater_value .gfield_label{padding-bottom:0}.gfield_repeater_value .gfield_repeater_value .gfield_repeater_item:first-child{padding-bottom:0}@media only screen and (min-width:641px){.gform_wrapper .top_label li.gfield.gf_inline{vertical-align:top;width:auto!important;margin:0;padding-right:16px;float:none!important;display:-moz-inline-stack;display:inline-block}.gform_wrapper .top_label li.gfield.gf_inline input[type=email].large,.gform_wrapper .top_label li.gfield.gf_inline input[type=email].medium,.gform_wrapper .top_label li.gfield.gf_inline input[type=email].small,.gform_wrapper .top_label li.gfield.gf_inline input[type=number].large,.gform_wrapper .top_label li.gfield.gf_inline input[type=number].medium,.gform_wrapper .top_label li.gfield.gf_inline input[type=number].small,.gform_wrapper .top_label li.gfield.gf_inline input[type=password].large,.gform_wrapper .top_label li.gfield.gf_inline input[type=password].medium,.gform_wrapper .top_label li.gfield.gf_inline input[type=password].small,.gform_wrapper .top_label li.gfield.gf_inline input[type=tel].large,.gform_wrapper .top_label li.gfield.gf_inline input[type=tel].medium,.gform_wrapper .top_label li.gfield.gf_inline input[type=tel].small,.gform_wrapper .top_label li.gfield.gf_inline input[type=text].large,.gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium,.gform_wrapper .top_label li.gfield.gf_inline input[type=text].small,.gform_wrapper .top_label li.gfield.gf_inline input[type=url].large,.gform_wrapper .top_label li.gfield.gf_inline input[type=url].medium,.gform_wrapper .top_label li.gfield.gf_inline input[type=url].small{width:100%}.gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium{width:96px!important}.gform_wrapper .top_label li.gfield.gf_inline select{width:100%}.gform_wrapper .top_label li.gfield.gf_inline textarea{width:100%}.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type=text],.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text]{width:70%!important}.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day,.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month,.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year,.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour,.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute{width:50px}.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm{width:auto}.gform_wrapper li.gf_inline div.ginput_container{white-space:nowrap!important}.gform_wrapper li.gf_inline div.ginput_container.ginput_container_date label{display:block!important}.gform_wrapper li.gfield.gfield_error.gf_inline{margin-right:16px;padding-right:0}.gform_wrapper .top_label li.gfield.gf_left_half,.gform_wrapper .top_label li.gfield.gf_right_half{display:-moz-inline-stack;display:inline-block;vertical-align:top;width:50%;padding-right:16px;float:none}.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),.gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container){width:100%!important;margin:8px 0 0 0;padding-left:0;padding-right:0}.gform_wrapper .top_label li.gfield.gf_left_half:before{content:"";display:block;clear:both}.gform_wrapper .top_label li.gfield.gf_right_half:after{content:"";display:table;clear:both}.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half{max-width:calc(50% - 16px);padding-right:0}.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half{margin-right:16px}.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large,.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium,.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.large,.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium,.gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large,.gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium,.gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large,.gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium{width:100%}.gform_wrapper .top_label li.gfield.gf_left_half textarea,.gform_wrapper .top_label li.gfield.gf_right_half textarea{width:98%}.gform_wrapper .top_label li.gfield.gf_left_half input.small,.gform_wrapper .top_label li.gfield.gf_right_half input.small{width:35%}.gform_wrapper .top_label li.gfield.gf_left_half+li.gsection,.gform_wrapper .top_label li.gfield.gf_right_half+li.gsection{padding:16px 0 8px 0}.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_left_half,.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_right_half,.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_left_half,.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_right_half,.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_left_half,.gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half,.gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_right_half{padding:16px 0 8px 0}.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half{padding:0 0 8px 0}.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half{padding:16px 0 8px 0}.gform_wrapper .top_label li.gfield.gf_left_half+.gform_footer,.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield,.gform_wrapper .top_label li.gfield.gf_right_half+.gform_footer,.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield{clear:both}.gform_wrapper .top_label li.gfield.gf_left_third,.gform_wrapper .top_label li.gfield.gf_middle_third,.gform_wrapper .top_label li.gfield.gf_right_third{display:-moz-inline-stack;display:inline-block;vertical-align:top;float:none}.gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),.gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm){width:33.3%}.gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm){width:33.4%}.gform_wrapper .top_label li.gfield.gf_left_third,.gform_wrapper .top_label li.gfield.gf_middle_third,.gform_wrapper .top_label li.gfield.gf_right_third{margin-bottom:8px}.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.large,.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.medium,.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.large,.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.medium,.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.large,.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.medium,.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.large,.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.medium,.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.large,.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.medium,.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.large,.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.medium{width:100%}.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity),.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select,.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity):not(.ginput_container_timeinput),.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select,.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity),.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select{width:100%!important}.gform_wrapper .top_label li.gfield.gfield_error.gf_left_third,.gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third{width:calc(33.3% - 24px)!important;margin-right:16px}.gform_wrapper .top_label li.gfield.gfield_error.gf_right_third{width:33.4%}.gform_wrapper .top_label li.gfield.gf_right_third:after{content:"";display:table;clear:both}.gform_wrapper .top_label li.gfield.gf_left_third+li.gsection,.gform_wrapper .top_label li.gfield.gf_right_third+li.gsection{padding:16px 0 8px 0}.gform_wrapper .top_label li.gfield.gf_left_third+.gform_footer,.gform_wrapper .top_label li.gfield.gf_left_third+li.gfield,.gform_wrapper .top_label li.gfield.gf_middle_third+.gform_footer,.gform_wrapper .top_label li.gfield.gf_middle_third+li.gfield,.gform_wrapper .top_label li.gfield.gf_right_third+.gform_footer,.gform_wrapper .top_label li.gfield.gf_right_third+li.gfield{clear:both}.gform_wrapper .top_label li.gfield.gf_first_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),.gform_wrapper .top_label li.gfield.gf_fourth_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),.gform_wrapper .top_label li.gfield.gf_second_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),.gform_wrapper .top_label li.gfield.gf_third_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm){width:25%;display:-moz-inline-stack;display:inline-block;vertical-align:top;float:none}.gform_wrapper .top_label li.gfield.gf_first_quarter,.gform_wrapper .top_label li.gfield.gf_fourth_quarter,.gform_wrapper .top_label li.gfield.gf_second_quarter,.gform_wrapper .top_label li.gfield.gf_third_quarter{margin-bottom:8px}.gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]),.gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) select,.gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]),.gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) select,.gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]),.gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) select,.gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]),.gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) select{width:100%!important}.gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter,.gform_wrapper .top_label li.gfield.gfield_error.gf_fourth_quarter,.gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter,.gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter{width:24.5%}.gform_wrapper .top_label li.gfield.gf_fourth_quarter:after{content:"";display:table;clear:both}.gform_wrapper .top_label li.gfield.gf_first_quarter input.large,.gform_wrapper .top_label li.gfield.gf_first_quarter input.medium,.gform_wrapper .top_label li.gfield.gf_first_quarter select.large,.gform_wrapper .top_label li.gfield.gf_first_quarter select.medium,.gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large,.gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium,.gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large,.gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium,.gform_wrapper .top_label li.gfield.gf_second_quarter input.large,.gform_wrapper .top_label li.gfield.gf_second_quarter input.medium,.gform_wrapper .top_label li.gfield.gf_second_quarter select.large,.gform_wrapper .top_label li.gfield.gf_second_quarter select.medium,.gform_wrapper .top_label li.gfield.gf_third_quarter input.large,.gform_wrapper .top_label li.gfield.gf_third_quarter input.medium,.gform_wrapper .top_label li.gfield.gf_third_quarter select.large,.gform_wrapper .top_label li.gfield.gf_third_quarter select.medium{width:97.5%}.gform_wrapper .top_label li.gfield.gf_first_quarter+li.gsection,.gform_wrapper .top_label li.gfield.gf_fourth_quarter+li.gsection{padding:16px 0 8px 0}.gform_wrapper .top_label li.gfield.gf_first_quarter+.gform_footer,.gform_wrapper .top_label li.gfield.gf_first_quarter+li.gfield,.gform_wrapper .top_label li.gfield.gf_fourth_quarter+.gform_footer,.gform_wrapper .top_label li.gfield.gf_fourth_quarter+li.gfield,.gform_wrapper .top_label li.gfield.gf_second_quarter+.gform_footer,.gform_wrapper .top_label li.gfield.gf_second_quarter+li.gfield,.gform_wrapper .top_label li.gfield.gf_third_quarter+.gform_footer,.gform_wrapper .top_label li.gfield.gf_third_quarter+li.gfield{clear:both}.gform_wrapper .top_label li ul.gfield_checkbox,.gform_wrapper .top_label li ul.gfield_radio{width:calc(100% + 16px)}.gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_checkbox,.gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_radio{width:calc(70% + 16px)}.gform_wrapper li.gfield[class*=col][class*=gf_list_] ul.gfield_checkbox,.gform_wrapper li.gfield[class*=col][class*=gf_list_] ul.gfield_radio{font-size:0;display:block}.gform_wrapper li.gfield[class*=col][class*=gf_list_] ul.gfield_checkbox li,.gform_wrapper li.gfield[class*=col][class*=gf_list_] ul.gfield_radio li{font-size:.9rem}.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li{width:50%;display:-moz-inline-stack;display:inline-block;margin:0;padding-right:16px;min-height:28px;vertical-align:top}.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li{width:33.3%;display:-moz-inline-stack;display:inline-block;margin:0 0 2px 0;padding-right:16px;min-height:28px;vertical-align:top}.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label,.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label,.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label,.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label,.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label,.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label{max-width:75%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li{width:25%;display:-moz-inline-stack;display:inline-block;margin:0;padding-right:16px;min-height:28px;vertical-align:top}.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li{width:20%;display:-moz-inline-stack;display:inline-block;margin:0;padding-right:16px;min-height:28px;vertical-align:top}.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox,.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio,.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox,.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio,.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox,.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio,.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox,.gform_wrapper li.gfield.gf_list_5col ul.gfield_radio{overflow:hidden}.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_2col label.gfield_label,.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_3col label.gfield_label,.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_4col label.gfield_label,.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_5col label.gfield_label,.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_inline label.gfield_label{margin:0 0 10px 0}.gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox,.gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox,.gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox,.gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox{-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}.gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label{margin:0 0 10px 0}.gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox,.gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio{width:calc(100% - 16px);-webkit-column-count:2;-moz-column-count:2;column-count:2}.gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox,.gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio{width:calc(100% - 8px);-webkit-column-count:3;-moz-column-count:3;column-count:3}.gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox,.gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio{width:calc(100% - 8px);-webkit-column-count:4;-moz-column-count:4;column-count:4}.gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox,.gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio{width:calc(100% - 8px);-webkit-column-count:5;-moz-column-count:5;column-count:5}.gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,.gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio li label,.gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,.gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio li label,.gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,.gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio li label,.gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,.gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio li label{max-width:75%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li{height:25px}.gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li{height:50px}.gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li{height:75px}.gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li{height:100px}.gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li{height:125px}.gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li{height:150px}.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,.gform_wrapper li.gf_list_inline ul.gfield_radio li{width:auto!important;float:none!important;margin:0 8px 10px 0;display:-moz-inline-stack;display:inline-block}html[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,html[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_radio li{padding-left:16px!important;padding-right:0!important}.gform_wrapper li.gf_hide_ampm div.gfield_time_ampm{display:none!important}.gform_wrapper li.gsection.gf_scroll_text{height:240px;width:calc(100% - 16px);padding:16px;background-color:#fff;overflow-y:scroll;overflow-x:hidden;border:1px solid #ccc;border-bottom:1px solid #ccc!important}.gform_wrapper .top_label li.gsection.gf_scroll_text h2.gsection_title{margin:10px 10px 0 8px!important}.gform_wrapper.gf_browser_chrome .top_label li.gsection.gf_scroll_text h2.gsection_title,.gform_wrapper.gf_browser_gecko .top_label li.gsection.gf_scroll_text h2.gsection_title{margin:0 10px 0 8px!important}.gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description{margin:10px;font-size:12px}.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li,.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li{list-style-type:disc!important;margin:0 0 8px;overflow:visible;padding-left:0}.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul,.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul{list-style-type:disc!important;margin:16px 0 16px 18px;padding-left:0}.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li,.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li{list-style-type:decimal!important;overflow:visible;margin:0 0 8px;padding-left:0}.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol,.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol{list-style-type:decimal!important;margin:16px 0 18px 32px;padding-left:0}.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul,.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li{list-style-type:disc!important;padding-left:0}.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul{margin:16px 0 16px 18px}.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li{margin:0 0 8px}.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl{margin:0 0 18px 0;padding-left:0}.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dt{font-weight:700}.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dd{margin:0 0 16px 18px}.gform_wrapper li.gfield.gfield_html.gf_alert_blue,.gform_wrapper li.gfield.gfield_html.gf_alert_gray,.gform_wrapper li.gfield.gfield_html.gf_alert_green,.gform_wrapper li.gfield.gfield_html.gf_alert_red,.gform_wrapper li.gfield.gfield_html.gf_alert_yellow{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin:20px 0!important;padding:20px!important}.gform_wrapper li.gfield.gfield_html.gf_alert_green{border:1px solid #97b48a;background-color:#cbeca0;text-shadow:#dfb 1px 1px;color:#030}.gform_wrapper li.gfield.gfield_html.gf_alert_red{border:1px solid #cfadb3;background-color:#faf2f5;text-shadow:#fff 1px 1px;color:#832525}.gform_wrapper li.gfield.gfield_html.gf_alert_yellow{border:1px solid #e6db55;background-color:#fffbcc;text-shadow:#fcfaea 1px 1px;color:#222}.gform_wrapper li.gfield.gfield_html.gf_alert_gray{border:1px solid #ccc;background-color:#eee;text-shadow:#fff 1px 1px;color:#424242}.gform_wrapper li.gfield.gfield_html.gf_alert_blue{border:1px solid #a7c2e7;background-color:#d1e4f3;text-shadow:#e0f1ff 1px 1px;color:#314475}div.gform_confirmation_wrapper.gf_confirmation_simple_yellow{margin:30px 0;max-width:99%;border-top:1px solid #e6db55;border-bottom:1px solid #e6db55;padding:32px;background-color:#fffbcc;color:#424242;font-size:25px}div.gform_confirmation_wrapper.gf_confirmation_simple_gray{margin:30px 0;max-width:99%;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:32px;background-color:#eaeaea;color:#424242;font-size:25px}div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient{position:relative;background-color:#fffbd2;margin:30px 0;border:1px solid #e6db55;-webkit-box-shadow:0 0 5px rgba(221,215,131,.75);-moz-box-shadow:0 0 5px rgba(221,215,131,.75);box-shadow:0 0 5px rgba(221,215,131,.75)}div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gform_confirmation_message{margin:0;padding:40px;max-width:99%;font-size:28px;border-top:2px solid #fff;border-bottom:1px solid #e6db55;background-color:#fffbcc;color:#424242;background:#fffce5;background:-moz-linear-gradient(top,#fffce5 0,#fff9bf 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fffce5),color-stop(100%,#fff9bf));background:-webkit-linear-gradient(top,#fffce5 0,#fff9bf 100%);background:-o-linear-gradient(top,#fffce5 0,#fff9bf 100%);background:-ms-linear-gradient(top,#fffce5 0,#fff9bf 100%);background:linear-gradient(to bottom,#fffce5 0,#fff9bf 100%)}div.gform_confirmation_wrapper.gf_confirmation_green_gradient{position:relative;background-color:#f1fcdf;margin:30px 0;border:1px solid #a7c37c;-webkit-box-shadow:0 0 5px rgba(86,122,86,.4);-moz-box-shadow:0 0 5px rgba(86,122,86,.4);box-shadow:0 0 5px rgba(86,122,86,.4)}div.gform_confirmation_wrapper.gf_confirmation_green_gradient div.gforms_confirmation_message{margin:0;padding:40px;max-width:99%;font-size:28px;border-top:2px solid #effade;border-bottom:1px solid #a7c37c;background-color:#fffbcc;text-shadow:#dfb 1px 1px;color:#030;background:#dbf2b7;background:-moz-linear-gradient(top,#dbf2b7 0,#b4d088 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#dbf2b7),color-stop(100%,#b4d088));background:-webkit-linear-gradient(top,#dbf2b7 0,#b4d088 100%);background:-o-linear-gradient(top,#dbf2b7 0,#b4d088 100%);background:-ms-linear-gradient(top,#dbf2b7 0,#b4d088 100%);background:linear-gradient(to bottom,#dbf2b7 0,#b4d088 100%)}div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after,div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before,div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after,div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before{z-index:-1;position:absolute;content:"";bottom:15px;left:10px;width:50%;top:80%;max-width:40%;background:rgba(0,0,0,.2);-webkit-box-shadow:0 15px 10px rgba(0,0,0,.2);-moz-box-shadow:0 15px 10px rgba(0,0,0,.2);box-shadow:0 15px 10px rgba(0,0,0,.2);-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-o-transform:rotate(-3deg);-ms-transform:rotate(-3deg);transform:rotate(-3deg)}div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after,div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after{-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-o-transform:rotate(3deg);-ms-transform:rotate(3deg);transform:rotate(3deg);right:10px;left:auto}.gform_wrapper.gf_simple_horizontal_wrapper.centered_wrapper{width:auto;margin:0 auto;display:table}.gform_wrapper form.gf_simple_horizontal{width:calc(100% - 16px);margin:0 auto}.gform_wrapper form.gf_simple_horizontal div.gform_body,.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label{display:table-cell;vertical-align:middle;margin:0;padding:0;position:relative}.gform_wrapper form.gf_simple_horizontal div.gform_body{width:auto;max-width:75%}.gform_wrapper form.gf_simple_horizontal div.ginput_container,.gform_wrapper form.gf_simple_horizontal ul li.gfield{margin-top:0!important}.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label{width:auto;max-width:25%;padding:0;margin:0}body:not(rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label{text-align:left}.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label{display:table;width:100%}.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield{display:table-cell;padding-right:1em;height:auto}.gform_wrapper form.gf_simple_horizontal .gfield_description:not(.validation_message),.gform_wrapper form.gf_simple_horizontal .ginput_complex label,.gform_wrapper form.gf_simple_horizontal label.gfield_label{display:block;height:1px;width:1px;overflow:hidden;position:absolute;top:0;left:-9000px}.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield{vertical-align:middle}.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_above li.gfield{vertical-align:middle}.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.large,.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.medium,.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.small{width:100%}.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.large,.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.medium,.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.small{width:100%}.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=button],.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=image],.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=submit]{height:auto}.gform_wrapper form.gf_simple_horizontal .top_label .gfield_error{margin-bottom:0}.gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_checkbox ul li,.gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_radio ul li{display:inline-block;margin-right:.5em}html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_2 span{width:48.5%}html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_3 span{width:33%}html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_4 span{width:24.5%}html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_5 span{width:19.5%}}body .gform_wrapper.gf_form_center_wrapper{padding:16px 0 16px 16px}.entry .gform_legacy_markup_wrapper.gf_browser_safari ul li:after,.entry .gform_legacy_markup_wrapper.gf_browser_safari ul li:before,.gform_legacy_markup_wrapper.gf_browser_safari ul li:after,.gform_legacy_markup_wrapper.gf_browser_safari ul li:before{content:none}.gform_legacy_markup_wrapper.gf_browser_safari .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area{width:99%!important}.gform_legacy_markup_wrapper.gf_browser_safari .left_label #recaptcha_area #recaptcha_table,.gform_legacy_markup_wrapper.gf_browser_safari .right_label #recaptcha_area #recaptcha_table{margin-left:32%}.gform_legacy_markup_wrapper.gf_browser_safari .gfield_checkbox li input,.gform_legacy_markup_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox],.gform_legacy_markup_wrapper.gf_browser_safari .gfield_radio li input[type=radio]{margin-top:4px}.gform_legacy_markup_wrapper.gf_browser_safari select[multiple=multiple]{height:auto!important}.gform_legacy_markup_wrapper.gf_browser_safari input.button.gform_button_select_files{padding:6px 12px!important}.gform_legacy_markup_wrapper.gf_browser_chrome select{padding:2px 0 2px 3px}.entry .gform_legacy_markup_wrapper.gf_browser_chrome ul li:after,.entry .gform_legacy_markup_wrapper.gf_browser_chrome ul li:before,.gform_legacy_markup_wrapper.gf_browser_chrome ul li:after,.gform_legacy_markup_wrapper.gf_browser_chrome ul li:before{content:none}.gform_legacy_markup_wrapper.gf_browser_chrome .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area{width:99%!important}.gform_legacy_markup_wrapper.gf_browser_chrome .left_label #recaptcha_area #recaptcha_table,.gform_legacy_markup_wrapper.gf_browser_chrome .right_label #recaptcha_area #recaptcha_table{margin-left:32%}.gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex .ginput_right select,.gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex select{text-indent:2px;line-height:1.5em;margin-bottom:5px;margin-top:2px}.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input,.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{margin-top:6px}.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield select{margin-left:1px}.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio]{margin-left:1px}.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle{padding-top:2px}.gform_legacy_markup_wrapper.gf_browser_chrome select[multiple=multiple]{height:auto!important}.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_last,.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle{margin-left:1.1%}.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type=email],.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type=number],.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type=password],.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type=tel],.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type=text],.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type=url],.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error select,.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error textarea,.gform_legacy_markup_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text]{margin-bottom:2px}.gform_legacy_markup_wrapper.gf_browser_chrome input.button.gform_button_select_files{padding:6px 12px!important}.gform_legacy_markup_wrapper.gf_browser_chrome span.address_country{margin-top:-2px}.gform_legacy_markup_wrapper.gf_browser_gecko select{padding:2px 12px 2px 2px}.entry .gform_legacy_markup_wrapper.gf_browser_gecko ul li:after,.entry .gform_legacy_markup_wrapper.gf_browser_gecko ul li:before,.gform_legacy_markup_wrapper.gf_browser_gecko ul li:after,.gform_legacy_markup_wrapper.gf_browser_gecko ul li:before{content:none}.gform_legacy_markup_wrapper.gf_browser_gecko .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month{margin-right:1px}.gform_legacy_markup_wrappergf_browser_gecko .chosen-container-single .chosen-single{height:32px;line-height:2.4}.gform_legacy_markup_wrappergf_browser_gecko .chosen-container-single .chosen-single div b{position:relative;top:5px}.entry .gform_legacy_markup_wrapper.gf_browser_ie ul li:after,.entry .gform_legacy_markup_wrapper.gf_browser_ie ul li:before,.gform_legacy_markup_wrapper.gf_browser_ie ul li:after,.gform_legacy_markup_wrapper.gf_browser_ie ul li:before{content:none}.gform_legacy_markup_wrapper.gf_browser_ie .gfield_time_hour{width:80px}.gform_legacy_markup_wrapper.gf_browser_ie .gfield_time_minute{width:70px}.gform_legacy_markup_wrapper.gf_browser_ie .ginput_complex .ginput_left label,.gform_legacy_markup_wrapper.gf_browser_ie .ginput_complex .ginput_right label{margin:3px 0 5px 0}.gform_legacy_markup_wrapper.gf_browser_ie .gform_footer input.button{padding:3px}.gform_legacy_markup_wrapper.gf_browser_ie ul.top_label .clear-multi{overflow:hidden;clear:both}.gform_legacy_markup_wrapper.gf_browser_ie .gfield_radio li{line-height:20px!important}.gform_legacy_markup_wrapper.gf_browser_ie .gfield_checkbox li input,.gform_legacy_markup_wrapper.gf_browser_ie .gfield_checkbox li input[type=checkbox],.gform_legacy_markup_wrapper.gf_browser_ie .gfield_radio li input[type=radio]{margin-top:0}.gform_legacy_markup_wrapper.gf_browser_ie .ginput_complex .ginput_left select,.gform_legacy_markup_wrapper.gf_browser_ie .ginput_complex .ginput_right select{padding:2px 0 2px 0}.gform_legacy_markup_wrapper.gf_browser_ie .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area{width:99%!important}.gform_legacy_markup_wrapper.gf_browser_ie .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area{width:99%!important}.gform_legacy_markup_wrapper.gf_browser_ie .left_label #recaptcha_area #recaptcha_table,.gform_legacy_markup_wrapper.gf_browser_ie .right_label #recaptcha_area #recaptcha_table{margin-left:32%}.gform_legacy_markup_wrapper.gf_browser_ie .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon{position:relative;top:-1px;left:4px}.gform_legacy_markup_wrapper.gf_browser_ie img.add_list_item,.gform_legacy_markup_wrapper.gf_browser_ie img.delete_list_item{width:16px!important;height:16px!important;background-size:16px 16px!important}.entry .gform_legacy_markup_wrapper.gf_browser_iphone ul li:after,.entry .gform_legacy_markup_wrapper.gf_browser_iphone ul li:before,.gform_legacy_markup_wrapper.gf_browser_iphone ul li:after,.gform_legacy_markup_wrapper.gf_browser_iphone ul li:before{content:none}.entry .gform_legacy_markup_wrapper.gf_browser_unknown ul li:after,.entry .gform_legacy_markup_wrapper.gf_browser_unknown ul li:before,.gform_legacy_markup_wrapper.gf_browser_unknown ul li:after,.gform_legacy_markup_wrapper.gf_browser_unknown ul li:before{content:none}@media only screen and (max-width:641px){.gform_legacy_markup_wrapper.gf_browser_chrome .chosen-container-single .chosen-single,.gform_legacy_markup_wrapper.gf_browser_gecko .chosen-container-single .chosen-single,.gform_legacy_markup_wrapper.gf_browser_safari .chosen-container-single .chosen-single{height:44px;line-height:3.2}.gform_legacy_markup_wrapper.gf_browser_chrome .chosen-container-single .chosen-single div b,.gform_legacy_markup_wrapper.gf_browser_gecko .chosen-container-single .chosen-single div b,.gform_legacy_markup_wrapper.gf_browser_safari .chosen-container-single .chosen-single div b{position:relative;top:50%;transform:translateY(-25%)}}