:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0,0,0,.1);--f-spinner-color-2:rgba(17,24,28,.8);--f-spinner-stroke:2.75}.f-spinner{width:var(--f-spinner-width);height:var(--f-spinner-height);margin:auto;padding:0}.f-spinner svg{vertical-align:top;width:100%;height:100%;animation:2s linear infinite f-spinner-rotate}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg :first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg :last-child{stroke:var(--f-spinner-color-2);animation:2s ease-in-out infinite f-spinner-dash}@keyframes f-spinner-rotate{to{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1 150;stroke-dashoffset:0}50%{stroke-dasharray:90 150;stroke-dashoffset:-35px}to{stroke-dasharray:90 150;stroke-dashoffset:-124px}}.f-throwOutUp{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance,150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance,150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration,.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{opacity:0;transform:scale(.975)translateY(16px)}to{opacity:1;transform:scale(1)translate(0)}}@keyframes f-zoomOutDown{to{opacity:0;transform:scale(.975)translateY(16px)}}.f-fadeIn{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration,.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16, 1, .3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16, 1, .3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16, 1, .3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16, 1, .3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes f-slideInNext{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes f-slideOutNext{to{transform:translate(-100%)}}@keyframes f-slideOutPrev{to{transform:translate(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16, 1, .3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16, 1, .3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16, 1, .3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16, 1, .3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{opacity:0;transform:translate(-75px)}to{opacity:1;transform:translate(0)}}@keyframes f-classicInPrev{0%{opacity:0;transform:translate(75px)}to{opacity:1;transform:translate(0)}}@keyframes f-classicOutNext{to{opacity:0;transform:translate(-75px)}}@keyframes f-classicOutPrev{to{opacity:0;transform:translate(75px)}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all .15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:.65}.f-button{box-sizing:content-box;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition);justify-content:center;align-items:center;margin:0;padding:0;display:flex;position:relative}@media (hover:hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color));outline:none}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none;transition:opacity .15s}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{z-index:1;position:absolute}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translate(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{scroll-behavior:auto;width:auto;overflow:visible}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin,0px) + var(--fancybox-scrollbar-compensate,0px));overscroll-behavior-y:none;overflow:hidden!important}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24,24,27,.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:rgba(255,255,255,.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;box-sizing:border-box;color:#f8f8f8;-webkit-tap-highlight-color:transparent;z-index:var(--fancybox-zIndex,1050);transform-origin:0 0;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain;direction:ltr;outline:none;flex-direction:column;margin:0;padding:0;display:flex;position:fixed;inset:0;overflow:visible}.fancybox__container *,.fancybox__container :before,.fancybox__container :after{box-sizing:inherit}.fancybox__container::backdrop{background-color:transparent}.fancybox__backdrop{z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity,1);will-change:opacity;position:fixed;inset:0}.fancybox__carousel{box-sizing:border-box;z-index:10;flex:1;min-height:0;position:relative;overflow:clip visible}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{height:100%;margin:0 auto;display:flex}.fancybox__slide{width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;overscroll-behavior:contain;backface-visibility:hidden;flex-direction:column;flex:none;align-items:center;padding:4px;display:flex;position:relative;overflow:auto;transform:translate(0)}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video,.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:before,.fancybox__slide:after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{max-width:100%;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);cursor:default;z-index:20;border-radius:0;flex-direction:column;align-self:center;margin:0;padding:2rem;display:flex;position:relative}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{backface-visibility:hidden;background:50%/contain no-repeat;min-height:1px;padding:0;transition:none;transform:translate(0)}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{object-fit:contain;-webkit-user-select:none;user-select:none;filter:blur();width:100%;height:100%;min-height:0;margin:auto;display:block}.fancybox__caption{overflow-wrap:anywhere;max-width:100%;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);cursor:auto;visibility:visible;flex-shrink:0;align-self:center;margin:0;padding:14px 0 4px;line-height:1.375}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;z-index:40;position:absolute;top:0;right:8px}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color,#fff);--f-button-hover-color:var(--fancybox-color,#fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;opacity:.75;position:absolute;top:-38px;right:0}.is-loading .fancybox__content>.f-button.is-close-btn,.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{margin:0;padding:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;opacity:var(--fancybox-opacity,1);padding:24px;transition:all .25s}.is-compact .fancybox__footer{z-index:20;background:rgba(24,24,27,.5);position:absolute;bottom:0;left:0;right:0}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0,0,0,.6);--f-button-active-bg:rgba(0,0,0,.6);--f-button-hover-bg:rgba(0,0,0,.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;top:5px;right:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24,24,27,.3);--f-button-active-bg:rgba(24,24,27,.5);--f-button-shadow:none;--f-button-transition:all .15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.5));--f-button-svg-disabled-opacity:.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{content:"";z-index:1;position:absolute;inset:-30px -20px}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{margin:var(--f-spinner-top,calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height) * -.5));z-index:30;cursor:pointer;position:absolute;top:50%;left:50%}.fancybox-protected{z-index:40;-webkit-user-select:none;user-select:none;position:absolute;inset:0}.fancybox-ghost{object-fit:contain;z-index:40;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;min-height:0;position:absolute;top:0;left:0}.fancybox-focus-guard{opacity:0;pointer-events:none;outline:none;position:fixed}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content){animation:var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false]>:not(:is(.fancybox__backdrop,.fancybox__carousel)){animation:var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content){animation:var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true]>:not(:is(.fancybox__backdrop,.fancybox__carousel)){animation:var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{flex-shrink:1;max-width:100%;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;max-width:100%;height:540px;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{color:#fff;background:rgba(24,24,27,.9);padding:0}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:0 0;border:0;width:100%;height:100%;display:block}.fancybox-placeholder{clip:rect(1px, 1px, 1px, 1px)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px}.f-thumbs{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;perspective:1000px;flex:none;margin:0;position:relative;overflow:hidden;transform:translateZ(0)}.f-thumbs .f-spinner{z-index:-1;background-image:linear-gradient(#ebeff2,#e2e8f0);border-radius:2px;width:100%;height:100%;position:absolute;top:0;left:0}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate(0)}.f-thumbs__track{display:flex}.f-thumbs__slide{box-sizing:content-box;width:var(--f-thumb-width);height:var(--f-thumb-height);cursor:pointer;flex:none;justify-content:center;align-items:center;margin:0;padding:0;display:flex;position:relative;overflow:visible}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track:before{content:"";top:0;bottom:0;left:calc((var(--f-thumb-clip-width,0))*-.5);width:calc(var(--width,0)*1px + var(--f-thumb-clip-width,0));cursor:pointer;position:absolute}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift,0) * -1px), 0, 0);pointer-events:none;transition:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);border-radius:var(--f-thumb-border-radius);cursor:pointer;pointer-events:auto;touch-action:manipulation;height:100%;opacity:var(--f-thumb-opacity);background:0 0;border:0;outline:none;margin:0 -100%;padding:0;transition:opacity .2s;position:relative;overflow:hidden}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{opacity:var(--f-thumb-selected-opacity);outline:none}.is-modern .f-thumbs__slide__button{--clip-path:inset(0 calc(((var(--f-thumb-width,0) - var(--f-thumb-clip-width,0))) * (1 - var(--progress,0)) * .5) round var(--f-thumb-border-radius,0));clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button:after{content:"";border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);border-radius:var(--f-thumb-border-radius);z-index:10;height:auto;animation:.2s ease-out f-fadeIn;position:absolute;inset:0}.f-thumbs__slide__img{width:100%;height:100%;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius);margin:0;position:absolute;inset:0;overflow:hidden}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;opacity:var(--fancybox-opacity,1);transition:max-height .35s cubic-bezier(.23,1,.32,1);position:relative}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,rgba(255,255,255,.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24,24,27,.65);--f-button-hover-bg:rgba(70,70,73,.65);--f-button-active-bg:rgba(90,90,93,.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:.65;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.5));pointer-events:none;z-index:20;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;display:flex}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{flex-flow:wrap;align-content:flex-start;display:flex}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{flex-wrap:nowrap;justify-content:flex-end;display:flex}.fancybox__infobar{line-height:var(--f-button-height);text-align:center;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;user-select:none;padding:0 5px;font-size:17px}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{opacity:.3;height:100%}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child,.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child,[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{transform-origin:0;background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));z-index:30;-webkit-user-select:none;user-select:none;pointer-events:none;height:3px;transition-property:transform;transition-timing-function:linear;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}*,:before,:after{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;margin:0}hr{color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25;margin:40px 0}h6,.h6,.card .card__title,h5,.h5,.card.card--vehicle .card__title,h4,.h4,h3,.h3,h2,.h2,h1,.h1{color:var(--bs-heading-color);margin-top:0;margin-bottom:16px;font-family:cabinetgrotesk,helvetica,sans-serif;font-weight:700;line-height:1.2}h1,.h1{font-size:calc(1.50625rem + 3.075vw)}@media (width>=1200px){h1,.h1{font-size:3.8125rem}}h2,.h2{font-size:calc(1.43125rem + 2.175vw)}@media (width>=1200px){h2,.h2{font-size:3.0625rem}}h3,.h3{font-size:calc(1.36875rem + 1.425vw)}@media (width>=1200px){h3,.h3{font-size:2.4375rem}}h4,.h4{font-size:calc(1.31875rem + .825vw)}@media (width>=1200px){h4,.h4{font-size:1.9375rem}}h5,.h5,.card.card--vehicle .card__title{font-size:calc(1.28125rem + .375vw)}@media (width>=1200px){h5,.h5,.card.card--vehicle .card__title{font-size:1.5625rem}}h6,.h6,.card .card__title{font-size:1.25rem}p{margin-top:0;margin-bottom:24px}abbr[title]{cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:.875em}mark,.mark{color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg);padding:.1875em}sub,sup{vertical-align:baseline;font-size:.75em;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,1));text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{margin-top:0;margin-bottom:1rem;font-size:.875em;display:block;overflow:auto}pre code{font-size:inherit;color:inherit;word-break:normal}code{color:var(--bs-code-color);word-wrap:break-word;font-size:.875em}a>code{color:inherit}kbd{color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:8px;padding:.1875rem .375rem;font-size:.875em}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{color:var(--bs-secondary-color);text-align:left;padding-top:.5rem;padding-bottom:.5rem}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}button{-webkit-appearance:button}[type=button]{-webkit-appearance:button}[type=reset]{-webkit-appearance:button}[type=submit]{-webkit-appearance:button}button:not(:disabled){cursor:pointer}[type=button]:not(:disabled){cursor:pointer}[type=reset]:not(:disabled){cursor:pointer}[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}textarea{resize:vertical}fieldset{border:0;min-width:0;margin:0;padding:0}legend{float:left;width:100%;line-height:inherit;margin-bottom:.5rem;padding:0;font-size:calc(1.275rem + .3vw)}@media (width>=1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit-text{padding:0}::-webkit-datetime-edit-minute{padding:0}::-webkit-datetime-edit-hour-field{padding:0}::-webkit-datetime-edit-day-field{padding:0}::-webkit-datetime-edit-month-field{padding:0}::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button{cursor:pointer;filter:grayscale()}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (width>=1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (width>=1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (width>=1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (width>=1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (width>=1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (width>=1200px){.display-6{font-size:2.5rem}}.list-unstyled,.list,.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{text-transform:uppercase;font-size:.875em}.blockquote{margin-bottom:40px;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{color:#666;margin-top:-40px;margin-bottom:40px;font-size:.875em}.blockquote-footer:before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto;padding:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:20px;line-height:1}.figure-caption{color:var(--bs-secondary-color);font-size:.875em}.container,.container-fluid,.container-xxxl,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x:64px;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-left:auto;margin-right:auto}@media (width>=576px){.container-sm,.container{max-width:564px}}@media (width>=768px){.container-md,.container-sm,.container{max-width:744px}}@media (width>=992px){.container-lg,.container-md,.container-sm,.container{max-width:984px}}@media (width>=1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1164px}}@media (width>=1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1344px}}@media (width>=1600px){.container-xxxl,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1544px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px;--bs-breakpoint-xxxl:1600px}.row{--bs-gutter-x:64px;--bs-gutter-y:0;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-.5*var(--bs-gutter-x));margin-left:calc(-.5*var(--bs-gutter-x));flex-wrap:wrap;display:flex}.row>*{width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y);flex-shrink:0}.col{flex:1 0 0}.row-cols-auto>*{flex:none;width:auto}.row-cols-1>*{flex:none;width:100%}.row-cols-2>*{flex:none;width:50%}.row-cols-3>*{flex:none;width:33.3333%}.row-cols-4>*{flex:none;width:25%}.row-cols-5>*{flex:none;width:20%}.row-cols-6>*{flex:none;width:16.6667%}.col-auto{flex:none;width:auto}.col-1{flex:none;width:8.33333%}.col-2{flex:none;width:16.6667%}.col-3{flex:none;width:25%}.col-4{flex:none;width:33.3333%}.col-5{flex:none;width:41.6667%}.col-6{flex:none;width:50%}.col-7{flex:none;width:58.3333%}.col-8{flex:none;width:66.6667%}.col-9{flex:none;width:75%}.col-10{flex:none;width:83.3333%}.col-11{flex:none;width:91.6667%}.col-12{flex:none;width:100%}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.6667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333%}.offset-5{margin-left:41.6667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333%}.offset-8{margin-left:66.6667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333%}.offset-11{margin-left:91.6667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:4px}.g-1,.gy-1{--bs-gutter-y:4px}.g-2,.gx-2{--bs-gutter-x:8px}.g-2,.gy-2{--bs-gutter-y:8px}.g-3,.gx-3{--bs-gutter-x:12px}.g-3,.gy-3{--bs-gutter-y:12px}.g-4,.gx-4{--bs-gutter-x:16px}.g-4,.gy-4{--bs-gutter-y:16px}.g-5,.gx-5{--bs-gutter-x:20px}.g-5,.gy-5{--bs-gutter-y:20px}.g-6,.gx-6{--bs-gutter-x:24px}.g-6,.gy-6{--bs-gutter-y:24px}.g-7,.gx-7{--bs-gutter-x:28px}.g-7,.gy-7{--bs-gutter-y:28px}.g-8,.gx-8{--bs-gutter-x:32px}.g-8,.gy-8{--bs-gutter-y:32px}.g-9,.gx-9{--bs-gutter-x:36px}.g-9,.gy-9{--bs-gutter-y:36px}.g-10,.gx-10{--bs-gutter-x:40px}.g-10,.gy-10{--bs-gutter-y:40px}.g-11,.gx-11{--bs-gutter-x:44px}.g-11,.gy-11{--bs-gutter-y:44px}.g-12,.gx-12{--bs-gutter-x:48px}.g-12,.gy-12{--bs-gutter-y:48px}.g-13,.gx-13{--bs-gutter-x:52px}.g-13,.gy-13{--bs-gutter-y:52px}.g-14,.gx-14{--bs-gutter-x:56px}.g-14,.gy-14{--bs-gutter-y:56px}.g-15,.gx-15{--bs-gutter-x:60px}.g-15,.gy-15{--bs-gutter-y:60px}.g-16,.gx-16{--bs-gutter-x:64px}.g-16,.gy-16{--bs-gutter-y:64px}.g-17,.gx-17{--bs-gutter-x:68px}.g-17,.gy-17{--bs-gutter-y:68px}.g-18,.gx-18{--bs-gutter-x:72px}.g-18,.gy-18{--bs-gutter-y:72px}.g-19,.gx-19{--bs-gutter-x:76px}.g-19,.gy-19{--bs-gutter-y:76px}.g-20,.gx-20{--bs-gutter-x:80px}.g-20,.gy-20{--bs-gutter-y:80px}.g-21,.gx-21{--bs-gutter-x:84px}.g-21,.gy-21{--bs-gutter-y:84px}.g-22,.gx-22{--bs-gutter-x:88px}.g-22,.gy-22{--bs-gutter-y:88px}.g-23,.gx-23{--bs-gutter-x:92px}.g-23,.gy-23{--bs-gutter-y:92px}.g-24,.gx-24{--bs-gutter-x:96px}.g-24,.gy-24{--bs-gutter-y:96px}.g-25,.gx-25{--bs-gutter-x:100px}.g-25,.gy-25{--bs-gutter-y:100px}.g-26,.gx-26{--bs-gutter-x:104px}.g-26,.gy-26{--bs-gutter-y:104px}.g-27,.gx-27{--bs-gutter-x:108px}.g-27,.gy-27{--bs-gutter-y:108px}.g-30,.gx-30{--bs-gutter-x:120px}.g-30,.gy-30{--bs-gutter-y:120px}@media (width>=576px){.col-sm{flex:1 0 0}.row-cols-sm-auto>*{flex:none;width:auto}.row-cols-sm-1>*{flex:none;width:100%}.row-cols-sm-2>*{flex:none;width:50%}.row-cols-sm-3>*{flex:none;width:33.3333%}.row-cols-sm-4>*{flex:none;width:25%}.row-cols-sm-5>*{flex:none;width:20%}.row-cols-sm-6>*{flex:none;width:16.6667%}.col-sm-auto{flex:none;width:auto}.col-sm-1{flex:none;width:8.33333%}.col-sm-2{flex:none;width:16.6667%}.col-sm-3{flex:none;width:25%}.col-sm-4{flex:none;width:33.3333%}.col-sm-5{flex:none;width:41.6667%}.col-sm-6{flex:none;width:50%}.col-sm-7{flex:none;width:58.3333%}.col-sm-8{flex:none;width:66.6667%}.col-sm-9{flex:none;width:75%}.col-sm-10{flex:none;width:83.3333%}.col-sm-11{flex:none;width:91.6667%}.col-sm-12{flex:none;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.6667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333%}.offset-sm-5{margin-left:41.6667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333%}.offset-sm-8{margin-left:66.6667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333%}.offset-sm-11{margin-left:91.6667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:4px}.g-sm-1,.gy-sm-1{--bs-gutter-y:4px}.g-sm-2,.gx-sm-2{--bs-gutter-x:8px}.g-sm-2,.gy-sm-2{--bs-gutter-y:8px}.g-sm-3,.gx-sm-3{--bs-gutter-x:12px}.g-sm-3,.gy-sm-3{--bs-gutter-y:12px}.g-sm-4,.gx-sm-4{--bs-gutter-x:16px}.g-sm-4,.gy-sm-4{--bs-gutter-y:16px}.g-sm-5,.gx-sm-5{--bs-gutter-x:20px}.g-sm-5,.gy-sm-5{--bs-gutter-y:20px}.g-sm-6,.gx-sm-6{--bs-gutter-x:24px}.g-sm-6,.gy-sm-6{--bs-gutter-y:24px}.g-sm-7,.gx-sm-7{--bs-gutter-x:28px}.g-sm-7,.gy-sm-7{--bs-gutter-y:28px}.g-sm-8,.gx-sm-8{--bs-gutter-x:32px}.g-sm-8,.gy-sm-8{--bs-gutter-y:32px}.g-sm-9,.gx-sm-9{--bs-gutter-x:36px}.g-sm-9,.gy-sm-9{--bs-gutter-y:36px}.g-sm-10,.gx-sm-10{--bs-gutter-x:40px}.g-sm-10,.gy-sm-10{--bs-gutter-y:40px}.g-sm-11,.gx-sm-11{--bs-gutter-x:44px}.g-sm-11,.gy-sm-11{--bs-gutter-y:44px}.g-sm-12,.gx-sm-12{--bs-gutter-x:48px}.g-sm-12,.gy-sm-12{--bs-gutter-y:48px}.g-sm-13,.gx-sm-13{--bs-gutter-x:52px}.g-sm-13,.gy-sm-13{--bs-gutter-y:52px}.g-sm-14,.gx-sm-14{--bs-gutter-x:56px}.g-sm-14,.gy-sm-14{--bs-gutter-y:56px}.g-sm-15,.gx-sm-15{--bs-gutter-x:60px}.g-sm-15,.gy-sm-15{--bs-gutter-y:60px}.g-sm-16,.gx-sm-16{--bs-gutter-x:64px}.g-sm-16,.gy-sm-16{--bs-gutter-y:64px}.g-sm-17,.gx-sm-17{--bs-gutter-x:68px}.g-sm-17,.gy-sm-17{--bs-gutter-y:68px}.g-sm-18,.gx-sm-18{--bs-gutter-x:72px}.g-sm-18,.gy-sm-18{--bs-gutter-y:72px}.g-sm-19,.gx-sm-19{--bs-gutter-x:76px}.g-sm-19,.gy-sm-19{--bs-gutter-y:76px}.g-sm-20,.gx-sm-20{--bs-gutter-x:80px}.g-sm-20,.gy-sm-20{--bs-gutter-y:80px}.g-sm-21,.gx-sm-21{--bs-gutter-x:84px}.g-sm-21,.gy-sm-21{--bs-gutter-y:84px}.g-sm-22,.gx-sm-22{--bs-gutter-x:88px}.g-sm-22,.gy-sm-22{--bs-gutter-y:88px}.g-sm-23,.gx-sm-23{--bs-gutter-x:92px}.g-sm-23,.gy-sm-23{--bs-gutter-y:92px}.g-sm-24,.gx-sm-24{--bs-gutter-x:96px}.g-sm-24,.gy-sm-24{--bs-gutter-y:96px}.g-sm-25,.gx-sm-25{--bs-gutter-x:100px}.g-sm-25,.gy-sm-25{--bs-gutter-y:100px}.g-sm-26,.gx-sm-26{--bs-gutter-x:104px}.g-sm-26,.gy-sm-26{--bs-gutter-y:104px}.g-sm-27,.gx-sm-27{--bs-gutter-x:108px}.g-sm-27,.gy-sm-27{--bs-gutter-y:108px}.g-sm-30,.gx-sm-30{--bs-gutter-x:120px}.g-sm-30,.gy-sm-30{--bs-gutter-y:120px}}@media (width>=768px){.col-md{flex:1 0 0}.row-cols-md-auto>*{flex:none;width:auto}.row-cols-md-1>*{flex:none;width:100%}.row-cols-md-2>*{flex:none;width:50%}.row-cols-md-3>*{flex:none;width:33.3333%}.row-cols-md-4>*{flex:none;width:25%}.row-cols-md-5>*{flex:none;width:20%}.row-cols-md-6>*{flex:none;width:16.6667%}.col-md-auto{flex:none;width:auto}.col-md-1{flex:none;width:8.33333%}.col-md-2{flex:none;width:16.6667%}.col-md-3{flex:none;width:25%}.col-md-4{flex:none;width:33.3333%}.col-md-5{flex:none;width:41.6667%}.col-md-6{flex:none;width:50%}.col-md-7{flex:none;width:58.3333%}.col-md-8{flex:none;width:66.6667%}.col-md-9{flex:none;width:75%}.col-md-10{flex:none;width:83.3333%}.col-md-11{flex:none;width:91.6667%}.col-md-12{flex:none;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.6667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333%}.offset-md-5{margin-left:41.6667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333%}.offset-md-8{margin-left:66.6667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333%}.offset-md-11{margin-left:91.6667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:4px}.g-md-1,.gy-md-1{--bs-gutter-y:4px}.g-md-2,.gx-md-2{--bs-gutter-x:8px}.g-md-2,.gy-md-2{--bs-gutter-y:8px}.g-md-3,.gx-md-3{--bs-gutter-x:12px}.g-md-3,.gy-md-3{--bs-gutter-y:12px}.g-md-4,.gx-md-4{--bs-gutter-x:16px}.g-md-4,.gy-md-4{--bs-gutter-y:16px}.g-md-5,.gx-md-5{--bs-gutter-x:20px}.g-md-5,.gy-md-5{--bs-gutter-y:20px}.g-md-6,.gx-md-6{--bs-gutter-x:24px}.g-md-6,.gy-md-6{--bs-gutter-y:24px}.g-md-7,.gx-md-7{--bs-gutter-x:28px}.g-md-7,.gy-md-7{--bs-gutter-y:28px}.g-md-8,.gx-md-8{--bs-gutter-x:32px}.g-md-8,.gy-md-8{--bs-gutter-y:32px}.g-md-9,.gx-md-9{--bs-gutter-x:36px}.g-md-9,.gy-md-9{--bs-gutter-y:36px}.g-md-10,.gx-md-10{--bs-gutter-x:40px}.g-md-10,.gy-md-10{--bs-gutter-y:40px}.g-md-11,.gx-md-11{--bs-gutter-x:44px}.g-md-11,.gy-md-11{--bs-gutter-y:44px}.g-md-12,.gx-md-12{--bs-gutter-x:48px}.g-md-12,.gy-md-12{--bs-gutter-y:48px}.g-md-13,.gx-md-13{--bs-gutter-x:52px}.g-md-13,.gy-md-13{--bs-gutter-y:52px}.g-md-14,.gx-md-14{--bs-gutter-x:56px}.g-md-14,.gy-md-14{--bs-gutter-y:56px}.g-md-15,.gx-md-15{--bs-gutter-x:60px}.g-md-15,.gy-md-15{--bs-gutter-y:60px}.g-md-16,.gx-md-16{--bs-gutter-x:64px}.g-md-16,.gy-md-16{--bs-gutter-y:64px}.g-md-17,.gx-md-17{--bs-gutter-x:68px}.g-md-17,.gy-md-17{--bs-gutter-y:68px}.g-md-18,.gx-md-18{--bs-gutter-x:72px}.g-md-18,.gy-md-18{--bs-gutter-y:72px}.g-md-19,.gx-md-19{--bs-gutter-x:76px}.g-md-19,.gy-md-19{--bs-gutter-y:76px}.g-md-20,.gx-md-20{--bs-gutter-x:80px}.g-md-20,.gy-md-20{--bs-gutter-y:80px}.g-md-21,.gx-md-21{--bs-gutter-x:84px}.g-md-21,.gy-md-21{--bs-gutter-y:84px}.g-md-22,.gx-md-22{--bs-gutter-x:88px}.g-md-22,.gy-md-22{--bs-gutter-y:88px}.g-md-23,.gx-md-23{--bs-gutter-x:92px}.g-md-23,.gy-md-23{--bs-gutter-y:92px}.g-md-24,.gx-md-24{--bs-gutter-x:96px}.g-md-24,.gy-md-24{--bs-gutter-y:96px}.g-md-25,.gx-md-25{--bs-gutter-x:100px}.g-md-25,.gy-md-25{--bs-gutter-y:100px}.g-md-26,.gx-md-26{--bs-gutter-x:104px}.g-md-26,.gy-md-26{--bs-gutter-y:104px}.g-md-27,.gx-md-27{--bs-gutter-x:108px}.g-md-27,.gy-md-27{--bs-gutter-y:108px}.g-md-30,.gx-md-30{--bs-gutter-x:120px}.g-md-30,.gy-md-30{--bs-gutter-y:120px}}@media (width>=992px){.col-lg{flex:1 0 0}.row-cols-lg-auto>*{flex:none;width:auto}.row-cols-lg-1>*{flex:none;width:100%}.row-cols-lg-2>*{flex:none;width:50%}.row-cols-lg-3>*{flex:none;width:33.3333%}.row-cols-lg-4>*{flex:none;width:25%}.row-cols-lg-5>*{flex:none;width:20%}.row-cols-lg-6>*{flex:none;width:16.6667%}.col-lg-auto{flex:none;width:auto}.col-lg-1{flex:none;width:8.33333%}.col-lg-2{flex:none;width:16.6667%}.col-lg-3{flex:none;width:25%}.col-lg-4{flex:none;width:33.3333%}.col-lg-5{flex:none;width:41.6667%}.col-lg-6{flex:none;width:50%}.col-lg-7{flex:none;width:58.3333%}.col-lg-8{flex:none;width:66.6667%}.col-lg-9{flex:none;width:75%}.col-lg-10{flex:none;width:83.3333%}.col-lg-11{flex:none;width:91.6667%}.col-lg-12{flex:none;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.6667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333%}.offset-lg-5{margin-left:41.6667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333%}.offset-lg-8{margin-left:66.6667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333%}.offset-lg-11{margin-left:91.6667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:4px}.g-lg-1,.gy-lg-1{--bs-gutter-y:4px}.g-lg-2,.gx-lg-2{--bs-gutter-x:8px}.g-lg-2,.gy-lg-2{--bs-gutter-y:8px}.g-lg-3,.gx-lg-3{--bs-gutter-x:12px}.g-lg-3,.gy-lg-3{--bs-gutter-y:12px}.g-lg-4,.gx-lg-4{--bs-gutter-x:16px}.g-lg-4,.gy-lg-4{--bs-gutter-y:16px}.g-lg-5,.gx-lg-5{--bs-gutter-x:20px}.g-lg-5,.gy-lg-5{--bs-gutter-y:20px}.g-lg-6,.gx-lg-6{--bs-gutter-x:24px}.g-lg-6,.gy-lg-6{--bs-gutter-y:24px}.g-lg-7,.gx-lg-7{--bs-gutter-x:28px}.g-lg-7,.gy-lg-7{--bs-gutter-y:28px}.g-lg-8,.gx-lg-8{--bs-gutter-x:32px}.g-lg-8,.gy-lg-8{--bs-gutter-y:32px}.g-lg-9,.gx-lg-9{--bs-gutter-x:36px}.g-lg-9,.gy-lg-9{--bs-gutter-y:36px}.g-lg-10,.gx-lg-10{--bs-gutter-x:40px}.g-lg-10,.gy-lg-10{--bs-gutter-y:40px}.g-lg-11,.gx-lg-11{--bs-gutter-x:44px}.g-lg-11,.gy-lg-11{--bs-gutter-y:44px}.g-lg-12,.gx-lg-12{--bs-gutter-x:48px}.g-lg-12,.gy-lg-12{--bs-gutter-y:48px}.g-lg-13,.gx-lg-13{--bs-gutter-x:52px}.g-lg-13,.gy-lg-13{--bs-gutter-y:52px}.g-lg-14,.gx-lg-14{--bs-gutter-x:56px}.g-lg-14,.gy-lg-14{--bs-gutter-y:56px}.g-lg-15,.gx-lg-15{--bs-gutter-x:60px}.g-lg-15,.gy-lg-15{--bs-gutter-y:60px}.g-lg-16,.gx-lg-16{--bs-gutter-x:64px}.g-lg-16,.gy-lg-16{--bs-gutter-y:64px}.g-lg-17,.gx-lg-17{--bs-gutter-x:68px}.g-lg-17,.gy-lg-17{--bs-gutter-y:68px}.g-lg-18,.gx-lg-18{--bs-gutter-x:72px}.g-lg-18,.gy-lg-18{--bs-gutter-y:72px}.g-lg-19,.gx-lg-19{--bs-gutter-x:76px}.g-lg-19,.gy-lg-19{--bs-gutter-y:76px}.g-lg-20,.gx-lg-20{--bs-gutter-x:80px}.g-lg-20,.gy-lg-20{--bs-gutter-y:80px}.g-lg-21,.gx-lg-21{--bs-gutter-x:84px}.g-lg-21,.gy-lg-21{--bs-gutter-y:84px}.g-lg-22,.gx-lg-22{--bs-gutter-x:88px}.g-lg-22,.gy-lg-22{--bs-gutter-y:88px}.g-lg-23,.gx-lg-23{--bs-gutter-x:92px}.g-lg-23,.gy-lg-23{--bs-gutter-y:92px}.g-lg-24,.gx-lg-24{--bs-gutter-x:96px}.g-lg-24,.gy-lg-24{--bs-gutter-y:96px}.g-lg-25,.gx-lg-25{--bs-gutter-x:100px}.g-lg-25,.gy-lg-25{--bs-gutter-y:100px}.g-lg-26,.gx-lg-26{--bs-gutter-x:104px}.g-lg-26,.gy-lg-26{--bs-gutter-y:104px}.g-lg-27,.gx-lg-27{--bs-gutter-x:108px}.g-lg-27,.gy-lg-27{--bs-gutter-y:108px}.g-lg-30,.gx-lg-30{--bs-gutter-x:120px}.g-lg-30,.gy-lg-30{--bs-gutter-y:120px}}@media (width>=1200px){.col-xl{flex:1 0 0}.row-cols-xl-auto>*{flex:none;width:auto}.row-cols-xl-1>*{flex:none;width:100%}.row-cols-xl-2>*{flex:none;width:50%}.row-cols-xl-3>*{flex:none;width:33.3333%}.row-cols-xl-4>*{flex:none;width:25%}.row-cols-xl-5>*{flex:none;width:20%}.row-cols-xl-6>*{flex:none;width:16.6667%}.col-xl-auto{flex:none;width:auto}.col-xl-1{flex:none;width:8.33333%}.col-xl-2{flex:none;width:16.6667%}.col-xl-3{flex:none;width:25%}.col-xl-4{flex:none;width:33.3333%}.col-xl-5{flex:none;width:41.6667%}.col-xl-6{flex:none;width:50%}.col-xl-7{flex:none;width:58.3333%}.col-xl-8{flex:none;width:66.6667%}.col-xl-9{flex:none;width:75%}.col-xl-10{flex:none;width:83.3333%}.col-xl-11{flex:none;width:91.6667%}.col-xl-12{flex:none;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.6667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333%}.offset-xl-5{margin-left:41.6667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333%}.offset-xl-8{margin-left:66.6667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333%}.offset-xl-11{margin-left:91.6667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:4px}.g-xl-1,.gy-xl-1{--bs-gutter-y:4px}.g-xl-2,.gx-xl-2{--bs-gutter-x:8px}.g-xl-2,.gy-xl-2{--bs-gutter-y:8px}.g-xl-3,.gx-xl-3{--bs-gutter-x:12px}.g-xl-3,.gy-xl-3{--bs-gutter-y:12px}.g-xl-4,.gx-xl-4{--bs-gutter-x:16px}.g-xl-4,.gy-xl-4{--bs-gutter-y:16px}.g-xl-5,.gx-xl-5{--bs-gutter-x:20px}.g-xl-5,.gy-xl-5{--bs-gutter-y:20px}.g-xl-6,.gx-xl-6{--bs-gutter-x:24px}.g-xl-6,.gy-xl-6{--bs-gutter-y:24px}.g-xl-7,.gx-xl-7{--bs-gutter-x:28px}.g-xl-7,.gy-xl-7{--bs-gutter-y:28px}.g-xl-8,.gx-xl-8{--bs-gutter-x:32px}.g-xl-8,.gy-xl-8{--bs-gutter-y:32px}.g-xl-9,.gx-xl-9{--bs-gutter-x:36px}.g-xl-9,.gy-xl-9{--bs-gutter-y:36px}.g-xl-10,.gx-xl-10{--bs-gutter-x:40px}.g-xl-10,.gy-xl-10{--bs-gutter-y:40px}.g-xl-11,.gx-xl-11{--bs-gutter-x:44px}.g-xl-11,.gy-xl-11{--bs-gutter-y:44px}.g-xl-12,.gx-xl-12{--bs-gutter-x:48px}.g-xl-12,.gy-xl-12{--bs-gutter-y:48px}.g-xl-13,.gx-xl-13{--bs-gutter-x:52px}.g-xl-13,.gy-xl-13{--bs-gutter-y:52px}.g-xl-14,.gx-xl-14{--bs-gutter-x:56px}.g-xl-14,.gy-xl-14{--bs-gutter-y:56px}.g-xl-15,.gx-xl-15{--bs-gutter-x:60px}.g-xl-15,.gy-xl-15{--bs-gutter-y:60px}.g-xl-16,.gx-xl-16{--bs-gutter-x:64px}.g-xl-16,.gy-xl-16{--bs-gutter-y:64px}.g-xl-17,.gx-xl-17{--bs-gutter-x:68px}.g-xl-17,.gy-xl-17{--bs-gutter-y:68px}.g-xl-18,.gx-xl-18{--bs-gutter-x:72px}.g-xl-18,.gy-xl-18{--bs-gutter-y:72px}.g-xl-19,.gx-xl-19{--bs-gutter-x:76px}.g-xl-19,.gy-xl-19{--bs-gutter-y:76px}.g-xl-20,.gx-xl-20{--bs-gutter-x:80px}.g-xl-20,.gy-xl-20{--bs-gutter-y:80px}.g-xl-21,.gx-xl-21{--bs-gutter-x:84px}.g-xl-21,.gy-xl-21{--bs-gutter-y:84px}.g-xl-22,.gx-xl-22{--bs-gutter-x:88px}.g-xl-22,.gy-xl-22{--bs-gutter-y:88px}.g-xl-23,.gx-xl-23{--bs-gutter-x:92px}.g-xl-23,.gy-xl-23{--bs-gutter-y:92px}.g-xl-24,.gx-xl-24{--bs-gutter-x:96px}.g-xl-24,.gy-xl-24{--bs-gutter-y:96px}.g-xl-25,.gx-xl-25{--bs-gutter-x:100px}.g-xl-25,.gy-xl-25{--bs-gutter-y:100px}.g-xl-26,.gx-xl-26{--bs-gutter-x:104px}.g-xl-26,.gy-xl-26{--bs-gutter-y:104px}.g-xl-27,.gx-xl-27{--bs-gutter-x:108px}.g-xl-27,.gy-xl-27{--bs-gutter-y:108px}.g-xl-30,.gx-xl-30{--bs-gutter-x:120px}.g-xl-30,.gy-xl-30{--bs-gutter-y:120px}}@media (width>=1400px){.col-xxl{flex:1 0 0}.row-cols-xxl-auto>*{flex:none;width:auto}.row-cols-xxl-1>*{flex:none;width:100%}.row-cols-xxl-2>*{flex:none;width:50%}.row-cols-xxl-3>*{flex:none;width:33.3333%}.row-cols-xxl-4>*{flex:none;width:25%}.row-cols-xxl-5>*{flex:none;width:20%}.row-cols-xxl-6>*{flex:none;width:16.6667%}.col-xxl-auto{flex:none;width:auto}.col-xxl-1{flex:none;width:8.33333%}.col-xxl-2{flex:none;width:16.6667%}.col-xxl-3{flex:none;width:25%}.col-xxl-4{flex:none;width:33.3333%}.col-xxl-5{flex:none;width:41.6667%}.col-xxl-6{flex:none;width:50%}.col-xxl-7{flex:none;width:58.3333%}.col-xxl-8{flex:none;width:66.6667%}.col-xxl-9{flex:none;width:75%}.col-xxl-10{flex:none;width:83.3333%}.col-xxl-11{flex:none;width:91.6667%}.col-xxl-12{flex:none;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333%}.offset-xxl-2{margin-left:16.6667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.3333%}.offset-xxl-5{margin-left:41.6667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.3333%}.offset-xxl-8{margin-left:66.6667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.3333%}.offset-xxl-11{margin-left:91.6667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:4px}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:4px}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:8px}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:8px}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:12px}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:12px}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:16px}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:16px}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:20px}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:20px}.g-xxl-6,.gx-xxl-6{--bs-gutter-x:24px}.g-xxl-6,.gy-xxl-6{--bs-gutter-y:24px}.g-xxl-7,.gx-xxl-7{--bs-gutter-x:28px}.g-xxl-7,.gy-xxl-7{--bs-gutter-y:28px}.g-xxl-8,.gx-xxl-8{--bs-gutter-x:32px}.g-xxl-8,.gy-xxl-8{--bs-gutter-y:32px}.g-xxl-9,.gx-xxl-9{--bs-gutter-x:36px}.g-xxl-9,.gy-xxl-9{--bs-gutter-y:36px}.g-xxl-10,.gx-xxl-10{--bs-gutter-x:40px}.g-xxl-10,.gy-xxl-10{--bs-gutter-y:40px}.g-xxl-11,.gx-xxl-11{--bs-gutter-x:44px}.g-xxl-11,.gy-xxl-11{--bs-gutter-y:44px}.g-xxl-12,.gx-xxl-12{--bs-gutter-x:48px}.g-xxl-12,.gy-xxl-12{--bs-gutter-y:48px}.g-xxl-13,.gx-xxl-13{--bs-gutter-x:52px}.g-xxl-13,.gy-xxl-13{--bs-gutter-y:52px}.g-xxl-14,.gx-xxl-14{--bs-gutter-x:56px}.g-xxl-14,.gy-xxl-14{--bs-gutter-y:56px}.g-xxl-15,.gx-xxl-15{--bs-gutter-x:60px}.g-xxl-15,.gy-xxl-15{--bs-gutter-y:60px}.g-xxl-16,.gx-xxl-16{--bs-gutter-x:64px}.g-xxl-16,.gy-xxl-16{--bs-gutter-y:64px}.g-xxl-17,.gx-xxl-17{--bs-gutter-x:68px}.g-xxl-17,.gy-xxl-17{--bs-gutter-y:68px}.g-xxl-18,.gx-xxl-18{--bs-gutter-x:72px}.g-xxl-18,.gy-xxl-18{--bs-gutter-y:72px}.g-xxl-19,.gx-xxl-19{--bs-gutter-x:76px}.g-xxl-19,.gy-xxl-19{--bs-gutter-y:76px}.g-xxl-20,.gx-xxl-20{--bs-gutter-x:80px}.g-xxl-20,.gy-xxl-20{--bs-gutter-y:80px}.g-xxl-21,.gx-xxl-21{--bs-gutter-x:84px}.g-xxl-21,.gy-xxl-21{--bs-gutter-y:84px}.g-xxl-22,.gx-xxl-22{--bs-gutter-x:88px}.g-xxl-22,.gy-xxl-22{--bs-gutter-y:88px}.g-xxl-23,.gx-xxl-23{--bs-gutter-x:92px}.g-xxl-23,.gy-xxl-23{--bs-gutter-y:92px}.g-xxl-24,.gx-xxl-24{--bs-gutter-x:96px}.g-xxl-24,.gy-xxl-24{--bs-gutter-y:96px}.g-xxl-25,.gx-xxl-25{--bs-gutter-x:100px}.g-xxl-25,.gy-xxl-25{--bs-gutter-y:100px}.g-xxl-26,.gx-xxl-26{--bs-gutter-x:104px}.g-xxl-26,.gy-xxl-26{--bs-gutter-y:104px}.g-xxl-27,.gx-xxl-27{--bs-gutter-x:108px}.g-xxl-27,.gy-xxl-27{--bs-gutter-y:108px}.g-xxl-30,.gx-xxl-30{--bs-gutter-x:120px}.g-xxl-30,.gy-xxl-30{--bs-gutter-y:120px}}@media (width>=1600px){.col-xxxl{flex:1 0 0}.row-cols-xxxl-auto>*{flex:none;width:auto}.row-cols-xxxl-1>*{flex:none;width:100%}.row-cols-xxxl-2>*{flex:none;width:50%}.row-cols-xxxl-3>*{flex:none;width:33.3333%}.row-cols-xxxl-4>*{flex:none;width:25%}.row-cols-xxxl-5>*{flex:none;width:20%}.row-cols-xxxl-6>*{flex:none;width:16.6667%}.col-xxxl-auto{flex:none;width:auto}.col-xxxl-1{flex:none;width:8.33333%}.col-xxxl-2{flex:none;width:16.6667%}.col-xxxl-3{flex:none;width:25%}.col-xxxl-4{flex:none;width:33.3333%}.col-xxxl-5{flex:none;width:41.6667%}.col-xxxl-6{flex:none;width:50%}.col-xxxl-7{flex:none;width:58.3333%}.col-xxxl-8{flex:none;width:66.6667%}.col-xxxl-9{flex:none;width:75%}.col-xxxl-10{flex:none;width:83.3333%}.col-xxxl-11{flex:none;width:91.6667%}.col-xxxl-12{flex:none;width:100%}.offset-xxxl-0{margin-left:0}.offset-xxxl-1{margin-left:8.33333%}.offset-xxxl-2{margin-left:16.6667%}.offset-xxxl-3{margin-left:25%}.offset-xxxl-4{margin-left:33.3333%}.offset-xxxl-5{margin-left:41.6667%}.offset-xxxl-6{margin-left:50%}.offset-xxxl-7{margin-left:58.3333%}.offset-xxxl-8{margin-left:66.6667%}.offset-xxxl-9{margin-left:75%}.offset-xxxl-10{margin-left:83.3333%}.offset-xxxl-11{margin-left:91.6667%}.g-xxxl-0,.gx-xxxl-0{--bs-gutter-x:0}.g-xxxl-0,.gy-xxxl-0{--bs-gutter-y:0}.g-xxxl-1,.gx-xxxl-1{--bs-gutter-x:4px}.g-xxxl-1,.gy-xxxl-1{--bs-gutter-y:4px}.g-xxxl-2,.gx-xxxl-2{--bs-gutter-x:8px}.g-xxxl-2,.gy-xxxl-2{--bs-gutter-y:8px}.g-xxxl-3,.gx-xxxl-3{--bs-gutter-x:12px}.g-xxxl-3,.gy-xxxl-3{--bs-gutter-y:12px}.g-xxxl-4,.gx-xxxl-4{--bs-gutter-x:16px}.g-xxxl-4,.gy-xxxl-4{--bs-gutter-y:16px}.g-xxxl-5,.gx-xxxl-5{--bs-gutter-x:20px}.g-xxxl-5,.gy-xxxl-5{--bs-gutter-y:20px}.g-xxxl-6,.gx-xxxl-6{--bs-gutter-x:24px}.g-xxxl-6,.gy-xxxl-6{--bs-gutter-y:24px}.g-xxxl-7,.gx-xxxl-7{--bs-gutter-x:28px}.g-xxxl-7,.gy-xxxl-7{--bs-gutter-y:28px}.g-xxxl-8,.gx-xxxl-8{--bs-gutter-x:32px}.g-xxxl-8,.gy-xxxl-8{--bs-gutter-y:32px}.g-xxxl-9,.gx-xxxl-9{--bs-gutter-x:36px}.g-xxxl-9,.gy-xxxl-9{--bs-gutter-y:36px}.g-xxxl-10,.gx-xxxl-10{--bs-gutter-x:40px}.g-xxxl-10,.gy-xxxl-10{--bs-gutter-y:40px}.g-xxxl-11,.gx-xxxl-11{--bs-gutter-x:44px}.g-xxxl-11,.gy-xxxl-11{--bs-gutter-y:44px}.g-xxxl-12,.gx-xxxl-12{--bs-gutter-x:48px}.g-xxxl-12,.gy-xxxl-12{--bs-gutter-y:48px}.g-xxxl-13,.gx-xxxl-13{--bs-gutter-x:52px}.g-xxxl-13,.gy-xxxl-13{--bs-gutter-y:52px}.g-xxxl-14,.gx-xxxl-14{--bs-gutter-x:56px}.g-xxxl-14,.gy-xxxl-14{--bs-gutter-y:56px}.g-xxxl-15,.gx-xxxl-15{--bs-gutter-x:60px}.g-xxxl-15,.gy-xxxl-15{--bs-gutter-y:60px}.g-xxxl-16,.gx-xxxl-16{--bs-gutter-x:64px}.g-xxxl-16,.gy-xxxl-16{--bs-gutter-y:64px}.g-xxxl-17,.gx-xxxl-17{--bs-gutter-x:68px}.g-xxxl-17,.gy-xxxl-17{--bs-gutter-y:68px}.g-xxxl-18,.gx-xxxl-18{--bs-gutter-x:72px}.g-xxxl-18,.gy-xxxl-18{--bs-gutter-y:72px}.g-xxxl-19,.gx-xxxl-19{--bs-gutter-x:76px}.g-xxxl-19,.gy-xxxl-19{--bs-gutter-y:76px}.g-xxxl-20,.gx-xxxl-20{--bs-gutter-x:80px}.g-xxxl-20,.gy-xxxl-20{--bs-gutter-y:80px}.g-xxxl-21,.gx-xxxl-21{--bs-gutter-x:84px}.g-xxxl-21,.gy-xxxl-21{--bs-gutter-y:84px}.g-xxxl-22,.gx-xxxl-22{--bs-gutter-x:88px}.g-xxxl-22,.gy-xxxl-22{--bs-gutter-y:88px}.g-xxxl-23,.gx-xxxl-23{--bs-gutter-x:92px}.g-xxxl-23,.gy-xxxl-23{--bs-gutter-y:92px}.g-xxxl-24,.gx-xxxl-24{--bs-gutter-x:96px}.g-xxxl-24,.gy-xxxl-24{--bs-gutter-y:96px}.g-xxxl-25,.gx-xxxl-25{--bs-gutter-x:100px}.g-xxxl-25,.gy-xxxl-25{--bs-gutter-y:100px}.g-xxxl-26,.gx-xxxl-26{--bs-gutter-x:104px}.g-xxxl-26,.gy-xxxl-26{--bs-gutter-y:104px}.g-xxxl-27,.gx-xxxl-27{--bs-gutter-x:108px}.g-xxxl-27,.gy-xxxl-27{--bs-gutter-y:108px}.g-xxxl-30,.gx-xxxl-30{--bs-gutter-x:120px}.g-xxxl-30,.gy-xxxl-30{--bs-gutter-y:120px}}.table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-emphasis-color);--bs-table-bg:var(--bs-body-bg);--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-emphasis-color);--bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb), .05);--bs-table-active-color:var(--bs-emphasis-color);--bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb), .1);--bs-table-hover-color:var(--bs-emphasis-color);--bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb), .075);vertical-align:top;border-color:var(--bs-table-border-color);width:100%;margin-bottom:40px}.table>:not(caption)>*>*{color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));padding:.5rem}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width)*2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*,.table-striped-columns>:not(caption)>tr>:nth-child(2n){--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-active{--bs-table-color-state:var(--bs-table-active-color);--bs-table-bg-state:var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state:var(--bs-table-hover-color);--bs-table-bg-state:var(--bs-table-hover-bg)}.table-primary{--bs-table-color:#450920;--bs-table-bg:#fce0e0;--bs-table-border-color:#d8b5b9;--bs-table-striped-bg:#f3d5d6;--bs-table-striped-color:#450920;--bs-table-active-bg:#eacacd;--bs-table-active-color:#450920;--bs-table-hover-bg:#efd0d1;--bs-table-hover-color:#450920;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color:#450920;--bs-table-bg:#d3e5eb;--bs-table-border-color:#b6b9c3;--bs-table-striped-bg:#ccdae1;--bs-table-striped-color:#450920;--bs-table-active-bg:#c5cfd7;--bs-table-active-color:#450920;--bs-table-hover-bg:#c8d4dc;--bs-table-hover-color:#450920;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color:#450920;--bs-table-bg:#e2eed8;--bs-table-border-color:#c3c0b3;--bs-table-striped-bg:#dae3cf;--bs-table-striped-color:#450920;--bs-table-active-bg:#d2d7c6;--bs-table-active-color:#450920;--bs-table-hover-bg:#d6ddca;--bs-table-hover-color:#450920;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color:#450920;--bs-table-bg:#d1e2f9;--bs-table-border-color:#b5b6ce;--bs-table-striped-bg:#cad7ee;--bs-table-striped-color:#450920;--bs-table-active-bg:#c3cce3;--bs-table-active-color:#450920;--bs-table-hover-bg:#c6d1e9;--bs-table-hover-color:#450920;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color:#450920;--bs-table-bg:#fceace;--bs-table-border-color:#d7bdab;--bs-table-striped-bg:#f3dec5;--bs-table-striped-color:#450920;--bs-table-active-bg:#ead3bd;--bs-table-active-color:#450920;--bs-table-hover-bg:#eed9c1;--bs-table-hover-color:#450920;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color:#450920;--bs-table-bg:#f9d3d0;--bs-table-border-color:#d5abad;--bs-table-striped-bg:#f0c9c7;--bs-table-striped-color:#450920;--bs-table-active-bg:#e7bfbf;--bs-table-active-color:#450920;--bs-table-hover-bg:#ebc4c3;--bs-table-hover-color:#450920;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color:#450920;--bs-table-bg:#f7f0f0;--bs-table-border-color:#d3c2c6;--bs-table-striped-bg:#eee4e6;--bs-table-striped-color:#450920;--bs-table-active-bg:#e5d9db;--bs-table-active-color:#450920;--bs-table-hover-bg:#eadfe0;--bs-table-hover-color:#450920;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#1a1a1a;--bs-table-border-color:#474747;--bs-table-striped-bg:#252525;--bs-table-striped-color:#fff;--bs-table-active-bg:#303030;--bs-table-active-color:#fff;--bs-table-hover-bg:#2b2b2b;--bs-table-hover-color:#fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}@media (width<=575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (width<=767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (width<=991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (width<=1199.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (width<=1399.98px){.table-responsive-xxl{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (width<=1599.98px){.table-responsive-xxxl{-webkit-overflow-scrolling:touch;overflow-x:auto}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + var(--bs-border-width));padding-bottom:calc(.375rem + var(--bs-border-width));font-size:inherit;margin-bottom:0;line-height:1.6}.col-form-label-lg{padding-top:calc(.5rem + var(--bs-border-width));padding-bottom:calc(.5rem + var(--bs-border-width));font-size:1.125rem}.col-form-label-sm{padding-top:calc(.25rem + var(--bs-border-width));padding-bottom:calc(.25rem + var(--bs-border-width));font-size:.875rem}.form-text{color:var(--bs-secondary-color);margin-top:.25rem;font-size:.875em}.form-control{color:#450920;appearance:none;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid rgba(69,9,32,.4);background-clip:padding-box;border-radius:4px;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.6;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:block}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#450920;background-color:var(--bs-body-bg);box-shadow:none;border-color:#450920;outline:0}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.6em;margin:0}.form-control::-webkit-datetime-edit{padding:0;display:block}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::file-selector-button{color:#450920;background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);margin:-.375rem -.75rem;border-radius:0;margin-inline-end:.75rem;padding:.375rem .75rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{width:100%;color:var(--bs-body-color);border:solid transparent;border-width:var(--bs-border-width) 0;background-color:transparent;margin-bottom:0;padding:.375rem 0;line-height:1.6;display:block}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-left:0;padding-right:0}.form-control-sm{min-height:calc(1.6em + .5rem + calc(var(--bs-border-width) * 2));border-radius:var(--bs-border-radius-sm);padding:.25rem .5rem;font-size:.875rem}.form-control-sm::file-selector-button{margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.form-control-lg{min-height:calc(1.6em + 1rem + calc(var(--bs-border-width) * 2));border-radius:var(--bs-border-radius-lg);padding:.5rem 1rem;font-size:1.125rem}.form-control-lg::file-selector-button{margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}textarea.form-control{min-height:calc(1.6em + .75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.6em + .5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.6em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.6em + .75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border-radius:4px;border:0!important}.form-control-color::-webkit-color-swatch{border-radius:4px;border:0!important}.form-control-color.form-control-sm{height:calc(1.6em + .5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.6em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img:url(/build/app/img/chevron.f315803bfeb3c668.svg);color:#450920;appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);border:var(--bs-border-width) solid rgba(69,9,32,.4);background-position:right .75rem center;background-repeat:no-repeat;background-size:24px;border-radius:4px;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.6;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:block}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#450920;outline:0;box-shadow:0 0 0 .25rem rgba(242,99,99,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){background-image:none;padding-right:.75rem}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 #450920}.form-select-sm{border-radius:var(--bs-border-radius-sm);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.form-select-lg{border-radius:var(--bs-border-radius-lg);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.125rem}.form-check{min-height:1.6rem;margin-bottom:4px;padding-left:1.5em;display:block}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{text-align:right;padding-left:0;padding-right:1.5em}.form-check-reverse .form-check-input{float:right;margin-left:0;margin-right:-1.5em}.form-check-input{--bs-form-check-bg:var(--bs-body-bg);vertical-align:top;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);-webkit-print-color-adjust:exact;print-color-adjust:exact;background-position:50%;background-repeat:no-repeat;background-size:contain;border:1px solid rgba(69,9,32,.4);flex-shrink:0;width:1em;height:1em;margin-top:.3em}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{box-shadow:none;border-color:#450920;outline:0}.form-check-input:checked{background-color:#450920;border-color:rgba(69,9,32,.4)}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url(/build/app/img/check-white.98487ad1191bb309.svg)}.form-check-input:checked[type=radio]{--bs-form-check-bg-image:url(/build/app/img/radio-white.2e1643361e39ed6c.svg)}.form-check-input[type=checkbox]:indeterminate{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e");background-color:#f26363;border-color:#f26363}.form-check-input:disabled{pointer-events:none;filter:none;opacity:1}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{cursor:default;opacity:1}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%280, 0, 0, 0.25%29%27/%3e%3c/svg%3e");background-image:var(--bs-form-switch-bg);background-position:0;border-radius:2em;width:2em;margin-left:-2.5em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23450920%27/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");background-position:100%}.form-switch.form-check-reverse{padding-left:0;padding-right:2.5em}.form-switch.form-check-reverse .form-check-input{margin-left:0;margin-right:-2.5em}.form-check-inline{margin-right:1rem;display:inline-block}.btn-check{clip:rect(0, 0, 0, 0);pointer-events:none;position:absolute}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:1}.form-range{appearance:none;background-color:transparent;width:100%;height:1.5rem;padding:0}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,none}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,none}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{appearance:none;background-color:#f26363;border:0;border-radius:1rem;width:1rem;height:1rem;margin-top:-.25rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#fbd0d0}.form-range::-webkit-slider-runnable-track{color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem;width:100%;height:.5rem}.form-range::-moz-range-thumb{appearance:none;background-color:#f26363;border:0;border-radius:1rem;width:1rem;height:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#fbd0d0}.form-range::-moz-range-track{color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem;width:100%;height:.5rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{z-index:2;max-width:100%;height:100%;color:rgba(var(--bs-body-color-rgb), .65);text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;padding:1rem .75rem;transition:opacity .1s ease-in-out,transform .1s ease-in-out;position:absolute;top:0;left:0;overflow:hidden}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control-plaintext::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control-plaintext:focus{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem;padding-left:.75rem}.form-floating>.form-control:focus~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{transform:scale(.85)translateY(-.5rem)translate(.15rem)}.form-floating>.form-control:not(:placeholder-shown)~label{transform:scale(.85)translateY(-.5rem)translate(.15rem)}.form-floating>.form-control:-webkit-autofill~label{transform:scale(.85)translateY(-.5rem)translate(.15rem)}.form-floating>textarea:focus~label:after{z-index:-1;content:"";background-color:var(--bs-body-bg);border-radius:4px;height:1.5em;position:absolute;inset:1rem .375rem}.form-floating>textarea:not(:placeholder-shown)~label:after{z-index:-1;content:"";background-color:var(--bs-body-bg);border-radius:4px;height:1.5em;position:absolute;inset:1rem .375rem}.form-floating>textarea:disabled~label:after{background-color:var(--bs-secondary-bg)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>:disabled~label,.form-floating>.form-control:disabled~label{color:#666}.input-group{flex-wrap:wrap;align-items:stretch;width:100%;display:flex;position:relative}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{flex:auto;width:1%;min-width:0;position:relative}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:5}.input-group>.form-floating:focus-within{z-index:5}.input-group .btn{z-index:2;position:relative}.input-group .btn:focus{z-index:5}.input-group-text{color:#450920;text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid rgba(69,9,32,.4);border-radius:4px;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.6;display:flex}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{border-radius:var(--bs-border-radius-lg);padding:.5rem 1rem;font-size:1.125rem}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{border-radius:var(--bs-border-radius-sm);padding:.25rem .5rem;font-size:.875rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback):not(.hf-warning){margin-left:calc(-1*var(--bs-border-width));border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{width:100%;color:var(--bs-form-valid-color);margin-top:.25rem;font-size:.875em;display:none}.valid-tooltip{z-index:5;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius);max-width:100%;margin-top:.1rem;padding:10px 20px;font-size:.875rem;display:none;position:absolute;top:100%}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:var(--bs-form-valid-border-color);background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%236fab3d%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1%27/%3e%3c/svg%3e");background-position:right calc(.4em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.8em + .375rem) calc(.8em + .375rem);padding-right:calc(1.6em + .75rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb), .25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:right calc(.4em + .1875rem) top calc(.4em + .1875rem);padding-right:calc(1.6em + .75rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%236fab3d%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1%27/%3e%3c/svg%3e");background-position:right .75rem center,right 2.25rem center;background-size:24px,calc(.8em + .375rem) calc(.8em + .375rem);padding-right:4.125rem}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb), .25)}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(1.6em + 3.75rem)}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:var(--bs-form-valid-color)}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb), .25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid{z-index:3}.was-validated .input-group>.form-floating:not(:focus-within):valid{z-index:3}.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.invalid-feedback,.hf-warning{width:100%;color:var(--bs-form-invalid-color);margin-top:.25rem;font-size:.875em;display:none}.invalid-tooltip{z-index:5;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius);max-width:100%;margin-top:.1rem;padding:10px 20px;font-size:.875rem;display:none;position:absolute;top:100%}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.hf-warning,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.hf-warning,.hf-validated:invalid~.invalid-feedback,.hf-validated:invalid~.hf-warning,.is-invalid~.invalid-tooltip,.hf-validated:invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid,.form-control.hf-validated:invalid{border-color:var(--bs-form-invalid-border-color);background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23e02315%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23e02315%27 stroke=%27none%27/%3e%3c/svg%3e");background-position:right calc(.4em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.8em + .375rem) calc(.8em + .375rem);padding-right:calc(1.6em + .75rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus,.form-control.hf-validated:focus:invalid{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid,textarea.form-control.hf-validated:invalid{background-position:right calc(.4em + .1875rem) top calc(.4em + .1875rem);padding-right:calc(1.6em + .75rem)}.was-validated .form-select:invalid,.form-select.is-invalid,.form-select.hf-validated:invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.hf-validated:not([multiple]):not([size]):invalid,.form-select.is-invalid:not([multiple])[size="1"],.form-select.hf-validated:not([multiple])[size="1"]:invalid{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23e02315%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23e02315%27 stroke=%27none%27/%3e%3c/svg%3e");background-position:right .75rem center,right 2.25rem center;background-size:24px,calc(.8em + .375rem) calc(.8em + .375rem);padding-right:4.125rem}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus,.form-select.hf-validated:focus:invalid{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)}.was-validated .form-control-color:invalid,.form-control-color.is-invalid,.form-control-color.hf-validated:invalid{width:calc(1.6em + 3.75rem)}.was-validated .form-check-input:invalid,.form-check-input.is-invalid,.form-check-input.hf-validated:invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked,.form-check-input.hf-validated:checked:invalid{background-color:var(--bs-form-invalid-color)}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus,.form-check-input.hf-validated:focus:invalid{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label,.form-check-input.hf-validated:invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback,.form-check-inline .form-check-input~.hf-warning{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-control.hf-validated:not(:focus):invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.input-group>.form-select.hf-validated:not(:focus):invalid{z-index:4}.was-validated .input-group>.form-floating:not(:focus-within):invalid{z-index:4}.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.input-group>.form-floating.hf-validated:not(:focus-within):invalid{z-index:4}.btn{--bs-btn-padding-x:24px;--bs-btn-padding-y:12px;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:700;--bs-btn-line-height:1.6;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:0;--bs-btn-border-color:transparent;--bs-btn-border-radius:100px;--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);--bs-btn-disabled-opacity:1;--bs-btn-focus-box-shadow:0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:inline-block}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);outline:0}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);outline:0}.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}:not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:first-child:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.show:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#f26363;--bs-btn-border-color:#f26363;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#ce5454;--bs-btn-hover-border-color:#c24f4f;--bs-btn-focus-shadow-rgb:244, 122, 122;--bs-btn-active-color:#fff;--bs-btn-active-bg:#c24f4f;--bs-btn-active-border-color:#b64a4a;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#f26363;--bs-btn-disabled-border-color:#f26363}.btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#227c9d;--bs-btn-border-color:#227c9d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#1d6985;--bs-btn-hover-border-color:#1b637e;--bs-btn-focus-shadow-rgb:67, 144, 172;--bs-btn-active-color:#fff;--bs-btn-active-bg:#1b637e;--bs-btn-active-border-color:#1a5d76;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#227c9d;--bs-btn-disabled-border-color:#227c9d}.btn-success{--bs-btn-color:#fff;--bs-btn-bg:#6fab3d;--bs-btn-border-color:#6fab3d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5e9134;--bs-btn-hover-border-color:#598931;--bs-btn-focus-shadow-rgb:133, 184, 90;--bs-btn-active-color:#fff;--bs-btn-active-bg:#598931;--bs-btn-active-border-color:#53802e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6fab3d;--bs-btn-disabled-border-color:#6fab3d}.btn-info{--bs-btn-color:#fff;--bs-btn-bg:#176ce2;--bs-btn-border-color:#176ce2;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#145cc0;--bs-btn-hover-border-color:#1256b5;--bs-btn-focus-shadow-rgb:58, 130, 230;--bs-btn-active-color:#fff;--bs-btn-active-bg:#1256b5;--bs-btn-active-border-color:#1151aa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#176ce2;--bs-btn-disabled-border-color:#176ce2}.btn-warning{--bs-btn-color:#fff;--bs-btn-bg:#f0940b;--bs-btn-border-color:#f0940b;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#cc7e09;--bs-btn-hover-border-color:#c07609;--bs-btn-focus-shadow-rgb:242, 164, 48;--bs-btn-active-color:#fff;--bs-btn-active-bg:#c07609;--bs-btn-active-border-color:#b46f08;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#f0940b;--bs-btn-disabled-border-color:#f0940b}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#e02315;--bs-btn-border-color:#e02315;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#be1e12;--bs-btn-hover-border-color:#b31c11;--bs-btn-focus-shadow-rgb:229, 68, 56;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b31c11;--bs-btn-active-border-color:#a81a10;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#e02315;--bs-btn-disabled-border-color:#e02315}.btn-light{--bs-btn-color:#450920;--bs-btn-bg:#f7f0f0;--bs-btn-border-color:#f7f0f0;--bs-btn-hover-color:#450920;--bs-btn-hover-bg:#d2cccc;--bs-btn-hover-border-color:#c6c0c0;--bs-btn-focus-shadow-rgb:220, 205, 209;--bs-btn-active-color:#450920;--bs-btn-active-bg:#c6c0c0;--bs-btn-active-border-color:#b9b4b4;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#450920;--bs-btn-disabled-bg:#f7f0f0;--bs-btn-disabled-border-color:#f7f0f0}.btn-black{--bs-btn-color:#fff;--bs-btn-bg:#000;--bs-btn-border-color:#000;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:black;--bs-btn-hover-border-color:black;--bs-btn-focus-shadow-rgb:38, 38, 38;--bs-btn-active-color:#fff;--bs-btn-active-bg:black;--bs-btn-active-border-color:black;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#000;--bs-btn-disabled-border-color:#000}.btn-white{--bs-btn-color:#450920;--bs-btn-bg:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#450920;--bs-btn-hover-bg:white;--bs-btn-hover-border-color:white;--bs-btn-focus-shadow-rgb:227, 218, 222;--bs-btn-active-color:#450920;--bs-btn-active-bg:white;--bs-btn-active-border-color:white;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#450920;--bs-btn-disabled-bg:#fff;--bs-btn-disabled-border-color:#fff}.btn-base{--bs-btn-color:#fff;--bs-btn-bg:#450920;--bs-btn-border-color:#450920;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#3b081b;--bs-btn-hover-border-color:#37071a;--bs-btn-focus-shadow-rgb:97, 46, 65;--bs-btn-active-color:#fff;--bs-btn-active-bg:#37071a;--bs-btn-active-border-color:#340718;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#450920;--bs-btn-disabled-border-color:#450920}.btn-purple{--bs-btn-color:#fff;--bs-btn-bg:#976b9e;--bs-btn-border-color:#976b9e;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#805b86;--bs-btn-hover-border-color:#79567e;--bs-btn-focus-shadow-rgb:167, 129, 173;--bs-btn-active-color:#fff;--bs-btn-active-bg:#79567e;--bs-btn-active-border-color:#715077;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#976b9e;--bs-btn-disabled-border-color:#976b9e}.btn-purple-light{--bs-btn-color:#450920;--bs-btn-bg:#e5dae7;--bs-btn-border-color:#e5dae7;--bs-btn-hover-color:#450920;--bs-btn-hover-bg:#e9e0eb;--bs-btn-hover-border-color:#e8dee9;--bs-btn-focus-shadow-rgb:205, 187, 201;--bs-btn-active-color:#450920;--bs-btn-active-bg:#eae1ec;--bs-btn-active-border-color:#e8dee9;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#450920;--bs-btn-disabled-bg:#e5dae7;--bs-btn-disabled-border-color:#e5dae7}.btn-green{--bs-btn-color:#fff;--bs-btn-bg:#6aa087;--bs-btn-border-color:#6aa087;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5a8873;--bs-btn-hover-border-color:#55806c;--bs-btn-focus-shadow-rgb:128, 174, 153;--bs-btn-active-color:#fff;--bs-btn-active-bg:#55806c;--bs-btn-active-border-color:#507865;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6aa087;--bs-btn-disabled-border-color:#6aa087}.btn-green-light{--bs-btn-color:#450920;--bs-btn-bg:#e6efeb;--bs-btn-border-color:#e6efeb;--bs-btn-hover-color:#450920;--bs-btn-hover-bg:#eaf1ee;--bs-btn-hover-border-color:#e9f1ed;--bs-btn-focus-shadow-rgb:206, 205, 205;--bs-btn-active-color:#450920;--bs-btn-active-bg:#ebf2ef;--bs-btn-active-border-color:#e9f1ed;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#450920;--bs-btn-disabled-bg:#e6efeb;--bs-btn-disabled-border-color:#e6efeb}.btn-orange{--bs-btn-color:#450920;--bs-btn-bg:#ffa90a;--bs-btn-border-color:#ffa90a;--bs-btn-hover-color:#450920;--bs-btn-hover-bg:#ffb62f;--bs-btn-hover-border-color:#ffb223;--bs-btn-focus-shadow-rgb:227, 145, 13;--bs-btn-active-color:#450920;--bs-btn-active-bg:#ffba3b;--bs-btn-active-border-color:#ffb223;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#450920;--bs-btn-disabled-bg:#ffa90a;--bs-btn-disabled-border-color:#ffa90a}.btn-orange-light{--bs-btn-color:#450920;--bs-btn-bg:#ffeac2;--bs-btn-border-color:#ffeac2;--bs-btn-hover-color:#450920;--bs-btn-hover-bg:#ffedcb;--bs-btn-hover-border-color:#ffecc8;--bs-btn-focus-shadow-rgb:227, 200, 170;--bs-btn-active-color:#450920;--bs-btn-active-bg:#ffeece;--bs-btn-active-border-color:#ffecc8;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#450920;--bs-btn-disabled-bg:#ffeac2;--bs-btn-disabled-border-color:#ffeac2}.btn-outline-primary{--bs-btn-color:#f26363;--bs-btn-border-color:#f26363;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#f26363;--bs-btn-hover-border-color:#f26363;--bs-btn-focus-shadow-rgb:242, 99, 99;--bs-btn-active-color:#fff;--bs-btn-active-bg:#f26363;--bs-btn-active-border-color:#f26363;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#f26363;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f26363;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#227c9d;--bs-btn-border-color:#227c9d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#227c9d;--bs-btn-hover-border-color:#227c9d;--bs-btn-focus-shadow-rgb:34, 124, 157;--bs-btn-active-color:#fff;--bs-btn-active-bg:#227c9d;--bs-btn-active-border-color:#227c9d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#227c9d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#227c9d;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#6fab3d;--bs-btn-border-color:#6fab3d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6fab3d;--bs-btn-hover-border-color:#6fab3d;--bs-btn-focus-shadow-rgb:111, 171, 61;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6fab3d;--bs-btn-active-border-color:#6fab3d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#6fab3d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6fab3d;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#176ce2;--bs-btn-border-color:#176ce2;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#176ce2;--bs-btn-hover-border-color:#176ce2;--bs-btn-focus-shadow-rgb:23, 108, 226;--bs-btn-active-color:#fff;--bs-btn-active-bg:#176ce2;--bs-btn-active-border-color:#176ce2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#176ce2;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#176ce2;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#f0940b;--bs-btn-border-color:#f0940b;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#f0940b;--bs-btn-hover-border-color:#f0940b;--bs-btn-focus-shadow-rgb:240, 148, 11;--bs-btn-active-color:#fff;--bs-btn-active-bg:#f0940b;--bs-btn-active-border-color:#f0940b;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#f0940b;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f0940b;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#e02315;--bs-btn-border-color:#e02315;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#e02315;--bs-btn-hover-border-color:#e02315;--bs-btn-focus-shadow-rgb:224, 35, 21;--bs-btn-active-color:#fff;--bs-btn-active-bg:#e02315;--bs-btn-active-border-color:#e02315;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#e02315;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#e02315;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#f7f0f0;--bs-btn-border-color:#f7f0f0;--bs-btn-hover-color:#450920;--bs-btn-hover-bg:#f7f0f0;--bs-btn-hover-border-color:#f7f0f0;--bs-btn-focus-shadow-rgb:247, 240, 240;--bs-btn-active-color:#450920;--bs-btn-active-bg:#f7f0f0;--bs-btn-active-border-color:#f7f0f0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#f7f0f0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f7f0f0;--bs-gradient:none}.btn-outline-black{--bs-btn-color:#000;--bs-btn-border-color:#000;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#000;--bs-btn-hover-border-color:#000;--bs-btn-focus-shadow-rgb:0, 0, 0;--bs-btn-active-color:#fff;--bs-btn-active-bg:#000;--bs-btn-active-border-color:#000;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#000;--bs-gradient:none}.btn-outline-white{--bs-btn-color:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#450920;--bs-btn-hover-bg:#fff;--bs-btn-hover-border-color:#fff;--bs-btn-focus-shadow-rgb:255, 255, 255;--bs-btn-active-color:#450920;--bs-btn-active-bg:#fff;--bs-btn-active-border-color:#fff;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#fff;--bs-gradient:none}.btn-outline-base{--bs-btn-color:#450920;--bs-btn-border-color:#450920;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#450920;--bs-btn-hover-border-color:#450920;--bs-btn-focus-shadow-rgb:69, 9, 32;--bs-btn-active-color:#fff;--bs-btn-active-bg:#450920;--bs-btn-active-border-color:#450920;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#450920;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#450920;--bs-gradient:none}.btn-outline-purple{--bs-btn-color:#976b9e;--bs-btn-border-color:#976b9e;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#976b9e;--bs-btn-hover-border-color:#976b9e;--bs-btn-focus-shadow-rgb:151, 107, 158;--bs-btn-active-color:#fff;--bs-btn-active-bg:#976b9e;--bs-btn-active-border-color:#976b9e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#976b9e;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#976b9e;--bs-gradient:none}.btn-outline-purple-light{--bs-btn-color:#e5dae7;--bs-btn-border-color:#e5dae7;--bs-btn-hover-color:#450920;--bs-btn-hover-bg:#e5dae7;--bs-btn-hover-border-color:#e5dae7;--bs-btn-focus-shadow-rgb:229, 218, 231;--bs-btn-active-color:#450920;--bs-btn-active-bg:#e5dae7;--bs-btn-active-border-color:#e5dae7;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#e5dae7;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#e5dae7;--bs-gradient:none}.btn-outline-green{--bs-btn-color:#6aa087;--bs-btn-border-color:#6aa087;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6aa087;--bs-btn-hover-border-color:#6aa087;--bs-btn-focus-shadow-rgb:106, 160, 135;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6aa087;--bs-btn-active-border-color:#6aa087;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#6aa087;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6aa087;--bs-gradient:none}.btn-outline-green-light{--bs-btn-color:#e6efeb;--bs-btn-border-color:#e6efeb;--bs-btn-hover-color:#450920;--bs-btn-hover-bg:#e6efeb;--bs-btn-hover-border-color:#e6efeb;--bs-btn-focus-shadow-rgb:230, 239, 235;--bs-btn-active-color:#450920;--bs-btn-active-bg:#e6efeb;--bs-btn-active-border-color:#e6efeb;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#e6efeb;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#e6efeb;--bs-gradient:none}.btn-outline-orange{--bs-btn-color:#ffa90a;--bs-btn-border-color:#ffa90a;--bs-btn-hover-color:#450920;--bs-btn-hover-bg:#ffa90a;--bs-btn-hover-border-color:#ffa90a;--bs-btn-focus-shadow-rgb:255, 169, 10;--bs-btn-active-color:#450920;--bs-btn-active-bg:#ffa90a;--bs-btn-active-border-color:#ffa90a;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#ffa90a;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffa90a;--bs-gradient:none}.btn-outline-orange-light{--bs-btn-color:#ffeac2;--bs-btn-border-color:#ffeac2;--bs-btn-hover-color:#450920;--bs-btn-hover-bg:#ffeac2;--bs-btn-hover-border-color:#ffeac2;--bs-btn-focus-shadow-rgb:255, 234, 194;--bs-btn-active-color:#450920;--bs-btn-active-bg:#ffeac2;--bs-btn-active-border-color:#ffeac2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#ffeac2;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffeac2;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#666;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:244, 122, 122;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg{--bs-btn-padding-y:.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.125rem;--bs-btn-border-radius:var(--bs-border-radius-lg)}.btn-sm{--bs-btn-padding-y:.25rem;--bs-btn-padding-x:.5rem;--bs-btn-font-size:.875rem;--bs-btn-border-radius:var(--bs-border-radius-sm)}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;transition:height .35s;overflow:hidden}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{vertical-align:.255em;content:"";border:.3em solid transparent;border-top-color:currentColor;border-bottom:0;margin-left:.255em;display:inline-block}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:.5rem;--bs-dropdown-spacer:.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:20px;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#f26363;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-x:40px;--bs-dropdown-item-padding-y:10px;--bs-dropdown-header-color:#666;--bs-dropdown-header-padding-x:40px;--bs-dropdown-header-padding-y:.5rem;z-index:var(--bs-dropdown-zindex);min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;background-color:var(--bs-dropdown-bg);border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius);background-clip:padding-box;margin:0;list-style:none;display:none;position:absolute}.dropdown-menu[data-bs-popper]{margin-top:var(--bs-dropdown-spacer);top:100%;left:0}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{left:auto;right:0}@media (width>=576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{left:auto;right:0}}@media (width>=768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{left:auto;right:0}}@media (width>=992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{left:auto;right:0}}@media (width>=1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{left:auto;right:0}}@media (width>=1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{left:auto;right:0}}@media (width>=1600px){.dropdown-menu-xxxl-start{--bs-position:start}.dropdown-menu-xxxl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xxxl-end{--bs-position:end}.dropdown-menu-xxxl-end[data-bs-popper]{left:auto;right:0}}.dropup .dropdown-menu[data-bs-popper]{margin-top:0;margin-bottom:var(--bs-dropdown-spacer);top:auto;bottom:100%}.dropup .dropdown-toggle:after{vertical-align:.255em;content:"";border:.3em solid transparent;border-top:0;border-bottom-color:currentColor;margin-left:.255em;display:inline-block}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{margin-top:0;margin-left:var(--bs-dropdown-spacer);top:0;left:100%;right:auto}.dropend .dropdown-toggle:after{vertical-align:.255em;content:"";border:.3em solid transparent;border-left-color:currentColor;border-right:0;margin-left:.255em;display:inline-block}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{margin-top:0;margin-right:var(--bs-dropdown-spacer);top:0;left:auto;right:100%}.dropstart .dropdown-toggle:after{vertical-align:.255em;content:"";margin-left:.255em;display:none}.dropstart .dropdown-toggle:before{vertical-align:.255em;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;border-right:.3em solid;margin-right:.255em;display:inline-block}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1;overflow:hidden}.dropdown-item{width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;color:var(--bs-dropdown-link-color);text-align:inherit;white-space:nowrap;border-radius:var(--bs-dropdown-item-border-radius,0);background-color:transparent;border:0;font-weight:400;text-decoration:none;display:block}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);background-color:var(--bs-dropdown-link-active-bg);text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);color:var(--bs-dropdown-header-color);white-space:nowrap;margin-bottom:0;font-size:.875rem;display:block}.dropdown-item-text{padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color);display:block}.dropdown-menu-dark{--bs-dropdown-color:#b3b3b3;--bs-dropdown-bg:#333;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#b3b3b3;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:rgba(255,255,255,.15);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#f26363;--bs-dropdown-link-disabled-color:gray;--bs-dropdown-header-color:gray}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);flex-wrap:wrap;margin-bottom:0;padding-left:0;list-style:none;display:flex}.nav-link{padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);background:0 0;border:0;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;display:block}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem rgba(242,99,99,.25)}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-border-color);--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:var(--bs-body-bg);--bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1*var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1*var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius:var(--bs-border-radius);--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#f26363}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{border-bottom:var(--bs-nav-underline-border-width) solid transparent;padding-left:0;padding-right:0}.nav-underline .nav-link:hover,.nav-underline .nav-link:focus{border-bottom-color:currentColor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentColor;font-weight:700}.nav-fill>.nav-link,.nav-fill .nav-item{text-align:center;flex:auto}.nav-justified>.nav-link,.nav-justified .nav-item{text-align:center;flex-grow:1;flex-basis:0}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.card{--bs-card-spacer-y:40px;--bs-card-spacer-x:40px;--bs-card-title-spacer-y:20px;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:8px;--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(8px - (var(--bs-border-width)));--bs-card-cap-padding-y:20px;--bs-card-cap-padding-x:40px;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb), .03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:var(--bs-body-bg);--bs-card-img-overlay-padding:40px;--bs-card-group-margin:32px;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius);background-clip:border-box;flex-direction:column;display:flex;position:relative}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius);border-top-width:0}.card>.list-group:last-child{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color);flex:auto}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5*var(--bs-card-title-spacer-y));color:var(--bs-card-subtitle-color);margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color);margin-bottom:0}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5*var(--bs-card-cap-padding-x));margin-bottom:calc(-1*var(--bs-card-cap-padding-y));margin-left:calc(-.5*var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5*var(--bs-card-cap-padding-x));margin-left:calc(-.5*var(--bs-card-cap-padding-x))}.card-img-overlay{padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius);position:absolute;inset:0}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (width>=576px){.card-group{flex-flow:wrap;display:flex}.card-group>.card{flex:1 0 0;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child)>.card-img-top,.card-group>.card:not(:last-child)>.card-header{border-top-right-radius:0}.card-group>.card:not(:last-child)>.card-img-bottom,.card-group>.card:not(:last-child)>.card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child)>.card-img-top,.card-group>.card:not(:first-child)>.card-header{border-top-left-radius:0}.card-group>.card:not(:first-child)>.card-img-bottom,.card-group>.card:not(:first-child)>.card-footer{border-bottom-left-radius:0}}.accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27none%27 stroke=%27%23450920%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpath d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform .2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27none%27 stroke=%27rgb%2896.8, 39.6, 39.6%29%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpath d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow:0 0 0 .25rem rgba(242,99,99,.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.accordion-button{width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);overflow-anchor:none;transition:var(--bs-accordion-transition);border:0;border-radius:0;align-items:center;font-size:1rem;display:flex;position:relative}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1*var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button:after{width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition);flex-shrink:0;margin-left:auto}@media (prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;box-shadow:var(--bs-accordion-btn-focus-box-shadow);outline:0}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-left:0;border-right:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-collapse,.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:0;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius:0;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius);flex-wrap:wrap;list-style:none;display:flex}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider,unset)}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:.75rem;--bs-pagination-padding-y:.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 .25rem rgba(242,99,99,.25);--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#f26363;--bs-pagination-active-border-color:#f26363;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);padding-left:0;list-style:none;display:flex}.page-link{padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:block;position:relative}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);box-shadow:var(--bs-pagination-focus-box-shadow);outline:0}.page-link.active,.active>.page-link{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(-1*var(--bs-border-width))}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:.75rem;--bs-pagination-font-size:1.125rem;--bs-pagination-border-radius:var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x:.5rem;--bs-pagination-padding-y:.25rem;--bs-pagination-font-size:.875rem;--bs-pagination-border-radius:var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x:.65em;--bs-badge-padding-y:.35em;--bs-badge-font-size:.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:var(--bs-border-radius);padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius);line-height:1;display:inline-block}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:10px;--bs-alert-padding-y:10px;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius:4px;--bs-alert-link-color:inherit;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius);position:relative}.alert-heading{color:inherit}.alert-link{color:var(--bs-alert-link-color);font-weight:700}.alert-dismissible{padding-right:30px}.alert-dismissible .btn-close{z-index:2;padding:12.5px 10px;position:absolute;top:0;right:0}.alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.alert-black{--bs-alert-color:var(--bs-black-text-emphasis);--bs-alert-bg:var(--bs-black-bg-subtle);--bs-alert-border-color:var(--bs-black-border-subtle);--bs-alert-link-color:var(--bs-black-text-emphasis)}.alert-white{--bs-alert-color:var(--bs-white-text-emphasis);--bs-alert-bg:var(--bs-white-bg-subtle);--bs-alert-border-color:var(--bs-white-border-subtle);--bs-alert-link-color:var(--bs-white-text-emphasis)}.alert-base{--bs-alert-color:var(--bs-base-text-emphasis);--bs-alert-bg:var(--bs-base-bg-subtle);--bs-alert-border-color:var(--bs-base-border-subtle);--bs-alert-link-color:var(--bs-base-text-emphasis)}.alert-purple{--bs-alert-color:var(--bs-purple-text-emphasis);--bs-alert-bg:var(--bs-purple-bg-subtle);--bs-alert-border-color:var(--bs-purple-border-subtle);--bs-alert-link-color:var(--bs-purple-text-emphasis)}.alert-purple-light{--bs-alert-color:var(--bs-purple-light-text-emphasis);--bs-alert-bg:var(--bs-purple-light-bg-subtle);--bs-alert-border-color:var(--bs-purple-light-border-subtle);--bs-alert-link-color:var(--bs-purple-light-text-emphasis)}.alert-green{--bs-alert-color:var(--bs-green-text-emphasis);--bs-alert-bg:var(--bs-green-bg-subtle);--bs-alert-border-color:var(--bs-green-border-subtle);--bs-alert-link-color:var(--bs-green-text-emphasis)}.alert-green-light{--bs-alert-color:var(--bs-green-light-text-emphasis);--bs-alert-bg:var(--bs-green-light-bg-subtle);--bs-alert-border-color:var(--bs-green-light-border-subtle);--bs-alert-link-color:var(--bs-green-light-text-emphasis)}.alert-orange{--bs-alert-color:var(--bs-orange-text-emphasis);--bs-alert-bg:var(--bs-orange-bg-subtle);--bs-alert-border-color:var(--bs-orange-border-subtle);--bs-alert-link-color:var(--bs-orange-text-emphasis)}.alert-orange-light{--bs-alert-color:var(--bs-orange-light-text-emphasis);--bs-alert-bg:var(--bs-orange-light-bg-subtle);--bs-alert-border-color:var(--bs-orange-light-border-subtle);--bs-alert-link-color:var(--bs-orange-light-text-emphasis)}.btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414%27/%3e%3c/svg%3e");--bs-btn-close-opacity:.5;--bs-btn-close-hover-opacity:.75;--bs-btn-close-focus-shadow:0 0 0 .25rem rgba(242,99,99,.25);--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:.25;box-sizing:content-box;width:1em;height:1em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;filter:var(--bs-btn-close-filter);opacity:var(--bs-btn-close-opacity);border:0;border-radius:8px;padding:.25em}.btn-close:hover{color:var(--bs-btn-close-color);opacity:var(--bs-btn-close-hover-opacity);text-decoration:none}.btn-close:focus{box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity);outline:0}.btn-close:disabled,.btn-close.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%)}:root,[data-bs-theme=light]{--bs-btn-close-filter: }.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:40px;--bs-modal-margin:.5rem;--bs-modal-color:var(--bs-body-color);--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x:40px;--bs-modal-header-padding-y:40px;--bs-modal-header-padding:40px 40px;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.6;--bs-modal-footer-gap:.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);z-index:var(--bs-modal-zindex);outline:0;width:100%;height:100%;display:none;position:fixed;top:0;left:0;overflow:hidden auto}.modal-dialog{width:auto;margin:var(--bs-modal-margin);pointer-events:none;position:relative}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin)*2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{min-height:calc(100% - var(--bs-modal-margin)*2);align-items:center;display:flex}.modal-content{width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);background-clip:padding-box;outline:0;flex-direction:column;display:flex;position:relative}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:.5;z-index:var(--bs-backdrop-zindex);background-color:var(--bs-backdrop-bg);width:100vw;height:100vh;position:fixed;top:0;left:0}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius);flex-shrink:0;align-items:center;display:flex}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);margin-top:calc(-.5*var(--bs-modal-header-padding-y));margin-right:calc(-.5*var(--bs-modal-header-padding-x));margin-bottom:calc(-.5*var(--bs-modal-header-padding-y));margin-left:auto}.modal-title{line-height:var(--bs-modal-title-line-height);margin-bottom:0}.modal-body{padding:var(--bs-modal-padding);flex:auto;position:relative}.modal-footer{padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius);flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;display:flex}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap)*.5)}@media (width>=576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-left:auto;margin-right:auto}.modal-sm{--bs-modal-width:300px}}@media (width>=992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media (width>=1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (width<=575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (width<=767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (width<=991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (width<=1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (width<=1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}@media (width<=1599.98px){.modal-fullscreen-xxxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxxl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xxxl-down .modal-header,.modal-fullscreen-xxxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxxl-down .modal-body{overflow-y:auto}}.clearfix:after{clear:both;content:"";display:block}.text-bg-primary{color:#fff!important;background-color:RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity,1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity,1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(var(--bs-success-rgb), var(--bs-bg-opacity,1))!important}.text-bg-info{color:#fff!important;background-color:RGBA(var(--bs-info-rgb), var(--bs-bg-opacity,1))!important}.text-bg-warning{color:#fff!important;background-color:RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity,1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity,1))!important}.text-bg-light{color:#450920!important;background-color:RGBA(var(--bs-light-rgb), var(--bs-bg-opacity,1))!important}.text-bg-black{color:#fff!important;background-color:RGBA(var(--bs-black-rgb), var(--bs-bg-opacity,1))!important}.text-bg-white{color:#450920!important;background-color:RGBA(var(--bs-white-rgb), var(--bs-bg-opacity,1))!important}.text-bg-base{color:#fff!important;background-color:RGBA(var(--bs-base-rgb), var(--bs-bg-opacity,1))!important}.text-bg-purple{color:#fff!important;background-color:RGBA(var(--bs-purple-rgb), var(--bs-bg-opacity,1))!important}.text-bg-purple-light{color:#450920!important;background-color:RGBA(var(--bs-purple-light-rgb), var(--bs-bg-opacity,1))!important}.text-bg-green{color:#fff!important;background-color:RGBA(var(--bs-green-rgb), var(--bs-bg-opacity,1))!important}.text-bg-green-light{color:#450920!important;background-color:RGBA(var(--bs-green-light-rgb), var(--bs-bg-opacity,1))!important}.text-bg-orange{color:#450920!important;background-color:RGBA(var(--bs-orange-rgb), var(--bs-bg-opacity,1))!important}.text-bg-orange-light{color:#450920!important;background-color:RGBA(var(--bs-orange-light-rgb), var(--bs-bg-opacity,1))!important}.link-primary{color:RGBA(var(--bs-primary-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity,1))!important}.link-primary:hover,.link-primary:focus{color:RGBA(194, 79, 79, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(194, 79, 79, var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(194, 79, 79, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(194, 79, 79, var(--bs-link-underline-opacity,1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity,1))!important}.link-secondary:hover,.link-secondary:focus{color:RGBA(27, 99, 126, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(27, 99, 126, var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(27, 99, 126, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(27, 99, 126, var(--bs-link-underline-opacity,1))!important}.link-success{color:RGBA(var(--bs-success-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity,1))!important}.link-success:hover,.link-success:focus{color:RGBA(89, 137, 49, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(89, 137, 49, var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(89, 137, 49, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(89, 137, 49, var(--bs-link-underline-opacity,1))!important}.link-info{color:RGBA(var(--bs-info-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity,1))!important}.link-info:hover,.link-info:focus{color:RGBA(18, 86, 181, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(18, 86, 181, var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(18, 86, 181, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(18, 86, 181, var(--bs-link-underline-opacity,1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity,1))!important}.link-warning:hover,.link-warning:focus{color:RGBA(192, 118, 9, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(192, 118, 9, var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(192, 118, 9, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(192, 118, 9, var(--bs-link-underline-opacity,1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity,1))!important}.link-danger:hover,.link-danger:focus{color:RGBA(179, 28, 17, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(179, 28, 17, var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(179, 28, 17, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(179, 28, 17, var(--bs-link-underline-opacity,1))!important}.link-light{color:RGBA(var(--bs-light-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity,1))!important}.link-light:hover,.link-light:focus{color:RGBA(249, 243, 243, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(249, 243, 243, var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(249, 243, 243, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(249, 243, 243, var(--bs-link-underline-opacity,1))!important}.link-black{color:RGBA(var(--bs-black-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-black-rgb), var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-black-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-black-rgb), var(--bs-link-underline-opacity,1))!important}.link-black:hover,.link-black:focus{color:RGBA(0, 0, 0, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(0, 0, 0, var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(0, 0, 0, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(0, 0, 0, var(--bs-link-underline-opacity,1))!important}.link-white{color:RGBA(var(--bs-white-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-white-rgb), var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-white-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-white-rgb), var(--bs-link-underline-opacity,1))!important}.link-white:hover,.link-white:focus{color:RGBA(255, 255, 255, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(255, 255, 255, var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(255, 255, 255, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(255, 255, 255, var(--bs-link-underline-opacity,1))!important}.link-base{color:RGBA(var(--bs-base-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-base-rgb), var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-base-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-base-rgb), var(--bs-link-underline-opacity,1))!important}.link-base:hover,.link-base:focus{color:RGBA(55, 7, 26, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(55, 7, 26, var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(55, 7, 26, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(55, 7, 26, var(--bs-link-underline-opacity,1))!important}.link-purple{color:RGBA(var(--bs-purple-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-purple-rgb), var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-purple-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-purple-rgb), var(--bs-link-underline-opacity,1))!important}.link-purple:hover,.link-purple:focus{color:RGBA(121, 86, 126, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(121, 86, 126, var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(121, 86, 126, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(121, 86, 126, var(--bs-link-underline-opacity,1))!important}.link-purple-light{color:RGBA(var(--bs-purple-light-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-purple-light-rgb), var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-purple-light-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-purple-light-rgb), var(--bs-link-underline-opacity,1))!important}.link-purple-light:hover,.link-purple-light:focus{color:RGBA(234, 225, 236, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(234, 225, 236, var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(234, 225, 236, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(234, 225, 236, var(--bs-link-underline-opacity,1))!important}.link-green{color:RGBA(var(--bs-green-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-green-rgb), var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-green-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-green-rgb), var(--bs-link-underline-opacity,1))!important}.link-green:hover,.link-green:focus{color:RGBA(85, 128, 108, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(85, 128, 108, var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(85, 128, 108, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(85, 128, 108, var(--bs-link-underline-opacity,1))!important}.link-green-light{color:RGBA(var(--bs-green-light-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-green-light-rgb), var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-green-light-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-green-light-rgb), var(--bs-link-underline-opacity,1))!important}.link-green-light:hover,.link-green-light:focus{color:RGBA(235, 242, 239, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(235, 242, 239, var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(235, 242, 239, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(235, 242, 239, var(--bs-link-underline-opacity,1))!important}.link-orange{color:RGBA(var(--bs-orange-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-orange-rgb), var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-orange-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-orange-rgb), var(--bs-link-underline-opacity,1))!important}.link-orange:hover,.link-orange:focus{color:RGBA(255, 186, 59, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(255, 186, 59, var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(255, 186, 59, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(255, 186, 59, var(--bs-link-underline-opacity,1))!important}.link-orange-light{color:RGBA(var(--bs-orange-light-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-orange-light-rgb), var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-orange-light-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-orange-light-rgb), var(--bs-link-underline-opacity,1))!important}.link-orange-light:hover,.link-orange-light:focus{color:RGBA(255, 238, 206, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(255, 238, 206, var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(255, 238, 206, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(255, 238, 206, var(--bs-link-underline-opacity,1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,1))!important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity,.75))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,.75))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,.75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,.75))!important}.focus-ring:focus{box-shadow:var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);outline:0}.icon-link{-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,.5));-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,.5));text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,.5));text-underline-offset:.25em;backface-visibility:hidden;align-items:center;gap:.375rem;display:inline-flex}.icon-link>.bi{fill:currentColor;flex-shrink:0;width:1em;height:1em;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi{transform:var(--bs-icon-link-transform,translate3d(.25em, 0, 0))}.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform,translate3d(.25em, 0, 0))}.ratio{width:100%;position:relative}.ratio:before{padding-top:var(--bs-aspect-ratio);content:"";display:block}.ratio>*{width:100%;height:100%;position:absolute;top:0;left:0}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571%}.fixed-top{z-index:1030;position:fixed;top:0;left:0;right:0}.fixed-bottom{z-index:1030;position:fixed;bottom:0;left:0;right:0}.sticky-top{z-index:1020;position:sticky;top:0}.sticky-bottom{z-index:1020;position:sticky;bottom:0}@media (width>=576px){.sticky-sm-top{z-index:1020;position:sticky;top:0}.sticky-sm-bottom{z-index:1020;position:sticky;bottom:0}}@media (width>=768px){.sticky-md-top{z-index:1020;position:sticky;top:0}.sticky-md-bottom{z-index:1020;position:sticky;bottom:0}}@media (width>=992px){.sticky-lg-top{z-index:1020;position:sticky;top:0}.sticky-lg-bottom{z-index:1020;position:sticky;bottom:0}}@media (width>=1200px){.sticky-xl-top{z-index:1020;position:sticky;top:0}.sticky-xl-bottom{z-index:1020;position:sticky;bottom:0}}@media (width>=1400px){.sticky-xxl-top{z-index:1020;position:sticky;top:0}.sticky-xxl-bottom{z-index:1020;position:sticky;bottom:0}}@media (width>=1600px){.sticky-xxxl-top{z-index:1020;position:sticky;top:0}.sticky-xxxl-bottom{z-index:1020;position:sticky;bottom:0}}.hstack{flex-direction:row;align-self:stretch;align-items:center;display:flex}.vstack{flex-direction:column;flex:auto;align-self:stretch;display:flex}.visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important}.visually-hidden-focusable:not(:focus):not(:focus-within){clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important}.visually-hidden:not(caption){position:absolute!important}.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute!important}.visually-hidden *{overflow:hidden!important}.visually-hidden-focusable:not(:focus):not(:focus-within) *{overflow:hidden!important}.stretched-link:after{z-index:1;content:"";position:absolute;inset:0}.text-truncate,.main-breadcrumb .breadcrumb .breadcrumb-item.active .breadcrumb-title,.main-breadcrumb .breadcrumb .breadcrumb-item.active{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.vr{width:var(--bs-border-width);opacity:.25;background-color:currentColor;align-self:stretch;min-height:1em;display:inline-block}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{object-fit:contain!important}.object-fit-cover{object-fit:cover!important}.object-fit-fill{object-fit:fill!important}.object-fit-scale{object-fit:scale-down!important}.object-fit-none{object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-black{--bs-focus-ring-color:rgba(var(--bs-black-rgb), var(--bs-focus-ring-opacity))}.focus-ring-white{--bs-focus-ring-color:rgba(var(--bs-white-rgb), var(--bs-focus-ring-opacity))}.focus-ring-base{--bs-focus-ring-color:rgba(var(--bs-base-rgb), var(--bs-focus-ring-opacity))}.focus-ring-purple{--bs-focus-ring-color:rgba(var(--bs-purple-rgb), var(--bs-focus-ring-opacity))}.focus-ring-purple-light{--bs-focus-ring-color:rgba(var(--bs-purple-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-green{--bs-focus-ring-color:rgba(var(--bs-green-rgb), var(--bs-focus-ring-opacity))}.focus-ring-green-light{--bs-focus-ring-color:rgba(var(--bs-green-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-orange{--bs-focus-ring-color:rgba(var(--bs-orange-rgb), var(--bs-focus-ring-opacity))}.focus-ring-orange-light{--bs-focus-ring-color:rgba(var(--bs-orange-light-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translate(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb), var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb), var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb), var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb), var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb), var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb), var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb), var(--bs-border-opacity))!important}.border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb), var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb), var(--bs-border-opacity))!important}.border-base{--bs-border-opacity:1;border-color:rgba(var(--bs-base-rgb), var(--bs-border-opacity))!important}.border-purple{--bs-border-opacity:1;border-color:rgba(var(--bs-purple-rgb), var(--bs-border-opacity))!important}.border-purple-light{--bs-border-opacity:1;border-color:rgba(var(--bs-purple-light-rgb), var(--bs-border-opacity))!important}.border-green{--bs-border-opacity:1;border-color:rgba(var(--bs-green-rgb), var(--bs-border-opacity))!important}.border-green-light{--bs-border-opacity:1;border-color:rgba(var(--bs-green-light-rgb), var(--bs-border-opacity))!important}.border-orange{--bs-border-opacity:1;border-color:rgba(var(--bs-orange-rgb), var(--bs-border-opacity))!important}.border-orange-light{--bs-border-opacity:1;border-color:rgba(var(--bs-orange-light-rgb), var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity:.1}.border-opacity-25{--bs-border-opacity:.25}.border-opacity-50{--bs-border-opacity:.5}.border-opacity-75{--bs-border-opacity:.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:4px!important}.m-2{margin:8px!important}.m-3{margin:12px!important}.m-4{margin:16px!important}.m-5{margin:20px!important}.m-6{margin:24px!important}.m-7{margin:28px!important}.m-8{margin:32px!important}.m-9{margin:36px!important}.m-10{margin:40px!important}.m-11{margin:44px!important}.m-12{margin:48px!important}.m-13{margin:52px!important}.m-14{margin:56px!important}.m-15{margin:60px!important}.m-16{margin:64px!important}.m-17{margin:68px!important}.m-18{margin:72px!important}.m-19{margin:76px!important}.m-20{margin:80px!important}.m-21{margin:84px!important}.m-22{margin:88px!important}.m-23{margin:92px!important}.m-24{margin:96px!important}.m-25{margin:100px!important}.m-26{margin:104px!important}.m-27{margin:108px!important}.m-30{margin:120px!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:4px!important;margin-right:4px!important}.mx-2{margin-left:8px!important;margin-right:8px!important}.mx-3{margin-left:12px!important;margin-right:12px!important}.mx-4{margin-left:16px!important;margin-right:16px!important}.mx-5{margin-left:20px!important;margin-right:20px!important}.mx-6{margin-left:24px!important;margin-right:24px!important}.mx-7{margin-left:28px!important;margin-right:28px!important}.mx-8{margin-left:32px!important;margin-right:32px!important}.mx-9{margin-left:36px!important;margin-right:36px!important}.mx-10{margin-left:40px!important;margin-right:40px!important}.mx-11{margin-left:44px!important;margin-right:44px!important}.mx-12{margin-left:48px!important;margin-right:48px!important}.mx-13{margin-left:52px!important;margin-right:52px!important}.mx-14{margin-left:56px!important;margin-right:56px!important}.mx-15{margin-left:60px!important;margin-right:60px!important}.mx-16{margin-left:64px!important;margin-right:64px!important}.mx-17{margin-left:68px!important;margin-right:68px!important}.mx-18{margin-left:72px!important;margin-right:72px!important}.mx-19{margin-left:76px!important;margin-right:76px!important}.mx-20{margin-left:80px!important;margin-right:80px!important}.mx-21{margin-left:84px!important;margin-right:84px!important}.mx-22{margin-left:88px!important;margin-right:88px!important}.mx-23{margin-left:92px!important;margin-right:92px!important}.mx-24{margin-left:96px!important;margin-right:96px!important}.mx-25{margin-left:100px!important;margin-right:100px!important}.mx-26{margin-left:104px!important;margin-right:104px!important}.mx-27{margin-left:108px!important;margin-right:108px!important}.mx-30{margin-left:120px!important;margin-right:120px!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:4px!important;margin-bottom:4px!important}.my-2{margin-top:8px!important;margin-bottom:8px!important}.my-3{margin-top:12px!important;margin-bottom:12px!important}.my-4{margin-top:16px!important;margin-bottom:16px!important}.my-5{margin-top:20px!important;margin-bottom:20px!important}.my-6{margin-top:24px!important;margin-bottom:24px!important}.my-7{margin-top:28px!important;margin-bottom:28px!important}.my-8{margin-top:32px!important;margin-bottom:32px!important}.my-9{margin-top:36px!important;margin-bottom:36px!important}.my-10{margin-top:40px!important;margin-bottom:40px!important}.my-11{margin-top:44px!important;margin-bottom:44px!important}.my-12{margin-top:48px!important;margin-bottom:48px!important}.my-13{margin-top:52px!important;margin-bottom:52px!important}.my-14{margin-top:56px!important;margin-bottom:56px!important}.my-15{margin-top:60px!important;margin-bottom:60px!important}.my-16{margin-top:64px!important;margin-bottom:64px!important}.my-17{margin-top:68px!important;margin-bottom:68px!important}.my-18{margin-top:72px!important;margin-bottom:72px!important}.my-19{margin-top:76px!important;margin-bottom:76px!important}.my-20{margin-top:80px!important;margin-bottom:80px!important}.my-21{margin-top:84px!important;margin-bottom:84px!important}.my-22{margin-top:88px!important;margin-bottom:88px!important}.my-23{margin-top:92px!important;margin-bottom:92px!important}.my-24{margin-top:96px!important;margin-bottom:96px!important}.my-25{margin-top:100px!important;margin-bottom:100px!important}.my-26{margin-top:104px!important;margin-bottom:104px!important}.my-27{margin-top:108px!important;margin-bottom:108px!important}.my-30{margin-top:120px!important;margin-bottom:120px!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:4px!important}.mt-2{margin-top:8px!important}.mt-3{margin-top:12px!important}.mt-4{margin-top:16px!important}.mt-5{margin-top:20px!important}.mt-6{margin-top:24px!important}.mt-7{margin-top:28px!important}.mt-8{margin-top:32px!important}.mt-9{margin-top:36px!important}.mt-10{margin-top:40px!important}.mt-11{margin-top:44px!important}.mt-12{margin-top:48px!important}.mt-13{margin-top:52px!important}.mt-14{margin-top:56px!important}.mt-15{margin-top:60px!important}.mt-16{margin-top:64px!important}.mt-17{margin-top:68px!important}.mt-18{margin-top:72px!important}.mt-19{margin-top:76px!important}.mt-20{margin-top:80px!important}.mt-21{margin-top:84px!important}.mt-22{margin-top:88px!important}.mt-23{margin-top:92px!important}.mt-24{margin-top:96px!important}.mt-25{margin-top:100px!important}.mt-26{margin-top:104px!important}.mt-27{margin-top:108px!important}.mt-30{margin-top:120px!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:4px!important}.me-2{margin-right:8px!important}.me-3{margin-right:12px!important}.me-4{margin-right:16px!important}.me-5{margin-right:20px!important}.me-6{margin-right:24px!important}.me-7{margin-right:28px!important}.me-8{margin-right:32px!important}.me-9{margin-right:36px!important}.me-10{margin-right:40px!important}.me-11{margin-right:44px!important}.me-12{margin-right:48px!important}.me-13{margin-right:52px!important}.me-14{margin-right:56px!important}.me-15{margin-right:60px!important}.me-16{margin-right:64px!important}.me-17{margin-right:68px!important}.me-18{margin-right:72px!important}.me-19{margin-right:76px!important}.me-20{margin-right:80px!important}.me-21{margin-right:84px!important}.me-22{margin-right:88px!important}.me-23{margin-right:92px!important}.me-24{margin-right:96px!important}.me-25{margin-right:100px!important}.me-26{margin-right:104px!important}.me-27{margin-right:108px!important}.me-30{margin-right:120px!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:4px!important}.mb-2{margin-bottom:8px!important}.mb-3{margin-bottom:12px!important}.mb-4{margin-bottom:16px!important}.mb-5{margin-bottom:20px!important}.mb-6{margin-bottom:24px!important}.mb-7{margin-bottom:28px!important}.mb-8{margin-bottom:32px!important}.mb-9{margin-bottom:36px!important}.mb-10{margin-bottom:40px!important}.mb-11{margin-bottom:44px!important}.mb-12{margin-bottom:48px!important}.mb-13{margin-bottom:52px!important}.mb-14{margin-bottom:56px!important}.mb-15{margin-bottom:60px!important}.mb-16{margin-bottom:64px!important}.mb-17{margin-bottom:68px!important}.mb-18{margin-bottom:72px!important}.mb-19{margin-bottom:76px!important}.mb-20{margin-bottom:80px!important}.mb-21{margin-bottom:84px!important}.mb-22{margin-bottom:88px!important}.mb-23{margin-bottom:92px!important}.mb-24{margin-bottom:96px!important}.mb-25{margin-bottom:100px!important}.mb-26{margin-bottom:104px!important}.mb-27{margin-bottom:108px!important}.mb-30{margin-bottom:120px!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:4px!important}.ms-2{margin-left:8px!important}.ms-3{margin-left:12px!important}.ms-4{margin-left:16px!important}.ms-5{margin-left:20px!important}.ms-6{margin-left:24px!important}.ms-7{margin-left:28px!important}.ms-8{margin-left:32px!important}.ms-9{margin-left:36px!important}.ms-10{margin-left:40px!important}.ms-11{margin-left:44px!important}.ms-12{margin-left:48px!important}.ms-13{margin-left:52px!important}.ms-14{margin-left:56px!important}.ms-15{margin-left:60px!important}.ms-16{margin-left:64px!important}.ms-17{margin-left:68px!important}.ms-18{margin-left:72px!important}.ms-19{margin-left:76px!important}.ms-20{margin-left:80px!important}.ms-21{margin-left:84px!important}.ms-22{margin-left:88px!important}.ms-23{margin-left:92px!important}.ms-24{margin-left:96px!important}.ms-25{margin-left:100px!important}.ms-26{margin-left:104px!important}.ms-27{margin-left:108px!important}.ms-30{margin-left:120px!important}.ms-auto{margin-left:auto!important}.m-n1{margin:-4px!important}.m-n2{margin:-8px!important}.m-n3{margin:-12px!important}.m-n4{margin:-16px!important}.m-n5{margin:-20px!important}.m-n6{margin:-24px!important}.m-n7{margin:-28px!important}.m-n8{margin:-32px!important}.m-n9{margin:-36px!important}.m-n10{margin:-40px!important}.m-n11{margin:-44px!important}.m-n12{margin:-48px!important}.m-n13{margin:-52px!important}.m-n14{margin:-56px!important}.m-n15{margin:-60px!important}.m-n16{margin:-64px!important}.m-n17{margin:-68px!important}.m-n18{margin:-72px!important}.m-n19{margin:-76px!important}.m-n20{margin:-80px!important}.m-n21{margin:-84px!important}.m-n22{margin:-88px!important}.m-n23{margin:-92px!important}.m-n24{margin:-96px!important}.m-n25{margin:-100px!important}.m-n26{margin:-104px!important}.m-n27{margin:-108px!important}.m-n30{margin:-120px!important}.mx-n1{margin-left:-4px!important;margin-right:-4px!important}.mx-n2{margin-left:-8px!important;margin-right:-8px!important}.mx-n3{margin-left:-12px!important;margin-right:-12px!important}.mx-n4{margin-left:-16px!important;margin-right:-16px!important}.mx-n5{margin-left:-20px!important;margin-right:-20px!important}.mx-n6{margin-left:-24px!important;margin-right:-24px!important}.mx-n7{margin-left:-28px!important;margin-right:-28px!important}.mx-n8{margin-left:-32px!important;margin-right:-32px!important}.mx-n9{margin-left:-36px!important;margin-right:-36px!important}.mx-n10{margin-left:-40px!important;margin-right:-40px!important}.mx-n11{margin-left:-44px!important;margin-right:-44px!important}.mx-n12{margin-left:-48px!important;margin-right:-48px!important}.mx-n13{margin-left:-52px!important;margin-right:-52px!important}.mx-n14{margin-left:-56px!important;margin-right:-56px!important}.mx-n15{margin-left:-60px!important;margin-right:-60px!important}.mx-n16{margin-left:-64px!important;margin-right:-64px!important}.mx-n17{margin-left:-68px!important;margin-right:-68px!important}.mx-n18{margin-left:-72px!important;margin-right:-72px!important}.mx-n19{margin-left:-76px!important;margin-right:-76px!important}.mx-n20{margin-left:-80px!important;margin-right:-80px!important}.mx-n21{margin-left:-84px!important;margin-right:-84px!important}.mx-n22{margin-left:-88px!important;margin-right:-88px!important}.mx-n23{margin-left:-92px!important;margin-right:-92px!important}.mx-n24{margin-left:-96px!important;margin-right:-96px!important}.mx-n25{margin-left:-100px!important;margin-right:-100px!important}.mx-n26{margin-left:-104px!important;margin-right:-104px!important}.mx-n27{margin-left:-108px!important;margin-right:-108px!important}.mx-n30{margin-left:-120px!important;margin-right:-120px!important}.my-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-n16{margin-top:-64px!important;margin-bottom:-64px!important}.my-n17{margin-top:-68px!important;margin-bottom:-68px!important}.my-n18{margin-top:-72px!important;margin-bottom:-72px!important}.my-n19{margin-top:-76px!important;margin-bottom:-76px!important}.my-n20{margin-top:-80px!important;margin-bottom:-80px!important}.my-n21{margin-top:-84px!important;margin-bottom:-84px!important}.my-n22{margin-top:-88px!important;margin-bottom:-88px!important}.my-n23{margin-top:-92px!important;margin-bottom:-92px!important}.my-n24{margin-top:-96px!important;margin-bottom:-96px!important}.my-n25{margin-top:-100px!important;margin-bottom:-100px!important}.my-n26{margin-top:-104px!important;margin-bottom:-104px!important}.my-n27{margin-top:-108px!important;margin-bottom:-108px!important}.my-n30{margin-top:-120px!important;margin-bottom:-120px!important}.mt-n1{margin-top:-4px!important}.mt-n2{margin-top:-8px!important}.mt-n3{margin-top:-12px!important}.mt-n4{margin-top:-16px!important}.mt-n5{margin-top:-20px!important}.mt-n6{margin-top:-24px!important}.mt-n7{margin-top:-28px!important}.mt-n8{margin-top:-32px!important}.mt-n9{margin-top:-36px!important}.mt-n10{margin-top:-40px!important}.mt-n11{margin-top:-44px!important}.mt-n12{margin-top:-48px!important}.mt-n13{margin-top:-52px!important}.mt-n14{margin-top:-56px!important}.mt-n15{margin-top:-60px!important}.mt-n16{margin-top:-64px!important}.mt-n17{margin-top:-68px!important}.mt-n18{margin-top:-72px!important}.mt-n19{margin-top:-76px!important}.mt-n20{margin-top:-80px!important}.mt-n21{margin-top:-84px!important}.mt-n22{margin-top:-88px!important}.mt-n23{margin-top:-92px!important}.mt-n24{margin-top:-96px!important}.mt-n25{margin-top:-100px!important}.mt-n26{margin-top:-104px!important}.mt-n27{margin-top:-108px!important}.mt-n30{margin-top:-120px!important}.me-n1{margin-right:-4px!important}.me-n2{margin-right:-8px!important}.me-n3{margin-right:-12px!important}.me-n4{margin-right:-16px!important}.me-n5{margin-right:-20px!important}.me-n6{margin-right:-24px!important}.me-n7{margin-right:-28px!important}.me-n8{margin-right:-32px!important}.me-n9{margin-right:-36px!important}.me-n10{margin-right:-40px!important}.me-n11{margin-right:-44px!important}.me-n12{margin-right:-48px!important}.me-n13{margin-right:-52px!important}.me-n14{margin-right:-56px!important}.me-n15{margin-right:-60px!important}.me-n16{margin-right:-64px!important}.me-n17{margin-right:-68px!important}.me-n18{margin-right:-72px!important}.me-n19{margin-right:-76px!important}.me-n20{margin-right:-80px!important}.me-n21{margin-right:-84px!important}.me-n22{margin-right:-88px!important}.me-n23{margin-right:-92px!important}.me-n24{margin-right:-96px!important}.me-n25{margin-right:-100px!important}.me-n26{margin-right:-104px!important}.me-n27{margin-right:-108px!important}.me-n30{margin-right:-120px!important}.mb-n1{margin-bottom:-4px!important}.mb-n2{margin-bottom:-8px!important}.mb-n3{margin-bottom:-12px!important}.mb-n4{margin-bottom:-16px!important}.mb-n5{margin-bottom:-20px!important}.mb-n6{margin-bottom:-24px!important}.mb-n7{margin-bottom:-28px!important}.mb-n8{margin-bottom:-32px!important}.mb-n9{margin-bottom:-36px!important}.mb-n10{margin-bottom:-40px!important}.mb-n11{margin-bottom:-44px!important}.mb-n12{margin-bottom:-48px!important}.mb-n13{margin-bottom:-52px!important}.mb-n14{margin-bottom:-56px!important}.mb-n15{margin-bottom:-60px!important}.mb-n16{margin-bottom:-64px!important}.mb-n17{margin-bottom:-68px!important}.mb-n18{margin-bottom:-72px!important}.mb-n19{margin-bottom:-76px!important}.mb-n20{margin-bottom:-80px!important}.mb-n21{margin-bottom:-84px!important}.mb-n22{margin-bottom:-88px!important}.mb-n23{margin-bottom:-92px!important}.mb-n24{margin-bottom:-96px!important}.mb-n25{margin-bottom:-100px!important}.mb-n26{margin-bottom:-104px!important}.mb-n27{margin-bottom:-108px!important}.mb-n30{margin-bottom:-120px!important}.ms-n1{margin-left:-4px!important}.ms-n2{margin-left:-8px!important}.ms-n3{margin-left:-12px!important}.ms-n4{margin-left:-16px!important}.ms-n5{margin-left:-20px!important}.ms-n6{margin-left:-24px!important}.ms-n7{margin-left:-28px!important}.ms-n8{margin-left:-32px!important}.ms-n9{margin-left:-36px!important}.ms-n10{margin-left:-40px!important}.ms-n11{margin-left:-44px!important}.ms-n12{margin-left:-48px!important}.ms-n13{margin-left:-52px!important}.ms-n14{margin-left:-56px!important}.ms-n15{margin-left:-60px!important}.ms-n16{margin-left:-64px!important}.ms-n17{margin-left:-68px!important}.ms-n18{margin-left:-72px!important}.ms-n19{margin-left:-76px!important}.ms-n20{margin-left:-80px!important}.ms-n21{margin-left:-84px!important}.ms-n22{margin-left:-88px!important}.ms-n23{margin-left:-92px!important}.ms-n24{margin-left:-96px!important}.ms-n25{margin-left:-100px!important}.ms-n26{margin-left:-104px!important}.ms-n27{margin-left:-108px!important}.ms-n30{margin-left:-120px!important}.p-0{padding:0!important}.p-1{padding:4px!important}.p-2{padding:8px!important}.p-3{padding:12px!important}.p-4{padding:16px!important}.p-5{padding:20px!important}.p-6{padding:24px!important}.p-7{padding:28px!important}.p-8{padding:32px!important}.p-9{padding:36px!important}.p-10{padding:40px!important}.p-11{padding:44px!important}.p-12{padding:48px!important}.p-13{padding:52px!important}.p-14{padding:56px!important}.p-15{padding:60px!important}.p-16{padding:64px!important}.p-17{padding:68px!important}.p-18{padding:72px!important}.p-19{padding:76px!important}.p-20{padding:80px!important}.p-21{padding:84px!important}.p-22{padding:88px!important}.p-23{padding:92px!important}.p-24{padding:96px!important}.p-25{padding:100px!important}.p-26{padding:104px!important}.p-27{padding:108px!important}.p-30{padding:120px!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:4px!important;padding-right:4px!important}.px-2{padding-left:8px!important;padding-right:8px!important}.px-3{padding-left:12px!important;padding-right:12px!important}.px-4{padding-left:16px!important;padding-right:16px!important}.px-5{padding-left:20px!important;padding-right:20px!important}.px-6{padding-left:24px!important;padding-right:24px!important}.px-7{padding-left:28px!important;padding-right:28px!important}.px-8{padding-left:32px!important;padding-right:32px!important}.px-9{padding-left:36px!important;padding-right:36px!important}.px-10{padding-left:40px!important;padding-right:40px!important}.px-11{padding-left:44px!important;padding-right:44px!important}.px-12{padding-left:48px!important;padding-right:48px!important}.px-13{padding-left:52px!important;padding-right:52px!important}.px-14{padding-left:56px!important;padding-right:56px!important}.px-15{padding-left:60px!important;padding-right:60px!important}.px-16{padding-left:64px!important;padding-right:64px!important}.px-17{padding-left:68px!important;padding-right:68px!important}.px-18{padding-left:72px!important;padding-right:72px!important}.px-19{padding-left:76px!important;padding-right:76px!important}.px-20{padding-left:80px!important;padding-right:80px!important}.px-21{padding-left:84px!important;padding-right:84px!important}.px-22{padding-left:88px!important;padding-right:88px!important}.px-23{padding-left:92px!important;padding-right:92px!important}.px-24{padding-left:96px!important;padding-right:96px!important}.px-25{padding-left:100px!important;padding-right:100px!important}.px-26{padding-left:104px!important;padding-right:104px!important}.px-27{padding-left:108px!important;padding-right:108px!important}.px-30{padding-left:120px!important;padding-right:120px!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:4px!important;padding-bottom:4px!important}.py-2{padding-top:8px!important;padding-bottom:8px!important}.py-3{padding-top:12px!important;padding-bottom:12px!important}.py-4{padding-top:16px!important;padding-bottom:16px!important}.py-5{padding-top:20px!important;padding-bottom:20px!important}.py-6{padding-top:24px!important;padding-bottom:24px!important}.py-7{padding-top:28px!important;padding-bottom:28px!important}.py-8{padding-top:32px!important;padding-bottom:32px!important}.py-9{padding-top:36px!important;padding-bottom:36px!important}.py-10{padding-top:40px!important;padding-bottom:40px!important}.py-11{padding-top:44px!important;padding-bottom:44px!important}.py-12{padding-top:48px!important;padding-bottom:48px!important}.py-13{padding-top:52px!important;padding-bottom:52px!important}.py-14{padding-top:56px!important;padding-bottom:56px!important}.py-15{padding-top:60px!important;padding-bottom:60px!important}.py-16{padding-top:64px!important;padding-bottom:64px!important}.py-17{padding-top:68px!important;padding-bottom:68px!important}.py-18{padding-top:72px!important;padding-bottom:72px!important}.py-19{padding-top:76px!important;padding-bottom:76px!important}.py-20{padding-top:80px!important;padding-bottom:80px!important}.py-21{padding-top:84px!important;padding-bottom:84px!important}.py-22{padding-top:88px!important;padding-bottom:88px!important}.py-23{padding-top:92px!important;padding-bottom:92px!important}.py-24{padding-top:96px!important;padding-bottom:96px!important}.py-25{padding-top:100px!important;padding-bottom:100px!important}.py-26{padding-top:104px!important;padding-bottom:104px!important}.py-27{padding-top:108px!important;padding-bottom:108px!important}.py-30{padding-top:120px!important;padding-bottom:120px!important}.pt-0{padding-top:0!important}.pt-1{padding-top:4px!important}.pt-2{padding-top:8px!important}.pt-3{padding-top:12px!important}.pt-4{padding-top:16px!important}.pt-5{padding-top:20px!important}.pt-6{padding-top:24px!important}.pt-7{padding-top:28px!important}.pt-8{padding-top:32px!important}.pt-9{padding-top:36px!important}.pt-10{padding-top:40px!important}.pt-11{padding-top:44px!important}.pt-12{padding-top:48px!important}.pt-13{padding-top:52px!important}.pt-14{padding-top:56px!important}.pt-15{padding-top:60px!important}.pt-16{padding-top:64px!important}.pt-17{padding-top:68px!important}.pt-18{padding-top:72px!important}.pt-19{padding-top:76px!important}.pt-20{padding-top:80px!important}.pt-21{padding-top:84px!important}.pt-22{padding-top:88px!important}.pt-23{padding-top:92px!important}.pt-24{padding-top:96px!important}.pt-25{padding-top:100px!important}.pt-26{padding-top:104px!important}.pt-27{padding-top:108px!important}.pt-30{padding-top:120px!important}.pe-0{padding-right:0!important}.pe-1{padding-right:4px!important}.pe-2{padding-right:8px!important}.pe-3{padding-right:12px!important}.pe-4{padding-right:16px!important}.pe-5{padding-right:20px!important}.pe-6{padding-right:24px!important}.pe-7{padding-right:28px!important}.pe-8{padding-right:32px!important}.pe-9{padding-right:36px!important}.pe-10{padding-right:40px!important}.pe-11{padding-right:44px!important}.pe-12{padding-right:48px!important}.pe-13{padding-right:52px!important}.pe-14{padding-right:56px!important}.pe-15{padding-right:60px!important}.pe-16{padding-right:64px!important}.pe-17{padding-right:68px!important}.pe-18{padding-right:72px!important}.pe-19{padding-right:76px!important}.pe-20{padding-right:80px!important}.pe-21{padding-right:84px!important}.pe-22{padding-right:88px!important}.pe-23{padding-right:92px!important}.pe-24{padding-right:96px!important}.pe-25{padding-right:100px!important}.pe-26{padding-right:104px!important}.pe-27{padding-right:108px!important}.pe-30{padding-right:120px!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:4px!important}.pb-2{padding-bottom:8px!important}.pb-3{padding-bottom:12px!important}.pb-4{padding-bottom:16px!important}.pb-5{padding-bottom:20px!important}.pb-6{padding-bottom:24px!important}.pb-7{padding-bottom:28px!important}.pb-8{padding-bottom:32px!important}.pb-9{padding-bottom:36px!important}.pb-10{padding-bottom:40px!important}.pb-11{padding-bottom:44px!important}.pb-12{padding-bottom:48px!important}.pb-13{padding-bottom:52px!important}.pb-14{padding-bottom:56px!important}.pb-15{padding-bottom:60px!important}.pb-16{padding-bottom:64px!important}.pb-17{padding-bottom:68px!important}.pb-18{padding-bottom:72px!important}.pb-19{padding-bottom:76px!important}.pb-20{padding-bottom:80px!important}.pb-21{padding-bottom:84px!important}.pb-22{padding-bottom:88px!important}.pb-23{padding-bottom:92px!important}.pb-24{padding-bottom:96px!important}.pb-25{padding-bottom:100px!important}.pb-26{padding-bottom:104px!important}.pb-27{padding-bottom:108px!important}.pb-30{padding-bottom:120px!important}.ps-0{padding-left:0!important}.ps-1{padding-left:4px!important}.ps-2{padding-left:8px!important}.ps-3{padding-left:12px!important}.ps-4{padding-left:16px!important}.ps-5{padding-left:20px!important}.ps-6{padding-left:24px!important}.ps-7{padding-left:28px!important}.ps-8{padding-left:32px!important}.ps-9{padding-left:36px!important}.ps-10{padding-left:40px!important}.ps-11{padding-left:44px!important}.ps-12{padding-left:48px!important}.ps-13{padding-left:52px!important}.ps-14{padding-left:56px!important}.ps-15{padding-left:60px!important}.ps-16{padding-left:64px!important}.ps-17{padding-left:68px!important}.ps-18{padding-left:72px!important}.ps-19{padding-left:76px!important}.ps-20{padding-left:80px!important}.ps-21{padding-left:84px!important}.ps-22{padding-left:88px!important}.ps-23{padding-left:92px!important}.ps-24{padding-left:96px!important}.ps-25{padding-left:100px!important}.ps-26{padding-left:104px!important}.ps-27{padding-left:108px!important}.ps-30{padding-left:120px!important}.gap-0{gap:0!important}.gap-1{gap:4px!important}.gap-2{gap:8px!important}.gap-3{gap:12px!important}.gap-4{gap:16px!important}.gap-5{gap:20px!important}.gap-6{gap:24px!important}.gap-7{gap:28px!important}.gap-8{gap:32px!important}.gap-9{gap:36px!important}.gap-10{gap:40px!important}.gap-11{gap:44px!important}.gap-12{gap:48px!important}.gap-13{gap:52px!important}.gap-14{gap:56px!important}.gap-15{gap:60px!important}.gap-16{gap:64px!important}.gap-17{gap:68px!important}.gap-18{gap:72px!important}.gap-19{gap:76px!important}.gap-20{gap:80px!important}.gap-21{gap:84px!important}.gap-22{gap:88px!important}.gap-23{gap:92px!important}.gap-24{gap:96px!important}.gap-25{gap:100px!important}.gap-26{gap:104px!important}.gap-27{gap:108px!important}.gap-30{gap:120px!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:4px!important}.row-gap-2{row-gap:8px!important}.row-gap-3{row-gap:12px!important}.row-gap-4{row-gap:16px!important}.row-gap-5{row-gap:20px!important}.row-gap-6{row-gap:24px!important}.row-gap-7{row-gap:28px!important}.row-gap-8{row-gap:32px!important}.row-gap-9{row-gap:36px!important}.row-gap-10{row-gap:40px!important}.row-gap-11{row-gap:44px!important}.row-gap-12{row-gap:48px!important}.row-gap-13{row-gap:52px!important}.row-gap-14{row-gap:56px!important}.row-gap-15{row-gap:60px!important}.row-gap-16{row-gap:64px!important}.row-gap-17{row-gap:68px!important}.row-gap-18{row-gap:72px!important}.row-gap-19{row-gap:76px!important}.row-gap-20{row-gap:80px!important}.row-gap-21{row-gap:84px!important}.row-gap-22{row-gap:88px!important}.row-gap-23{row-gap:92px!important}.row-gap-24{row-gap:96px!important}.row-gap-25{row-gap:100px!important}.row-gap-26{row-gap:104px!important}.row-gap-27{row-gap:108px!important}.row-gap-30{row-gap:120px!important}.column-gap-0{column-gap:0!important}.column-gap-1{column-gap:4px!important}.column-gap-2{column-gap:8px!important}.column-gap-3{column-gap:12px!important}.column-gap-4{column-gap:16px!important}.column-gap-5{column-gap:20px!important}.column-gap-6{column-gap:24px!important}.column-gap-7{column-gap:28px!important}.column-gap-8{column-gap:32px!important}.column-gap-9{column-gap:36px!important}.column-gap-10{column-gap:40px!important}.column-gap-11{column-gap:44px!important}.column-gap-12{column-gap:48px!important}.column-gap-13{column-gap:52px!important}.column-gap-14{column-gap:56px!important}.column-gap-15{column-gap:60px!important}.column-gap-16{column-gap:64px!important}.column-gap-17{column-gap:68px!important}.column-gap-18{column-gap:72px!important}.column-gap-19{column-gap:76px!important}.column-gap-20{column-gap:80px!important}.column-gap-21{column-gap:84px!important}.column-gap-22{column-gap:88px!important}.column-gap-23{column-gap:92px!important}.column-gap-24{column-gap:96px!important}.column-gap-25{column-gap:100px!important}.column-gap-26{column-gap:104px!important}.column-gap-27{column-gap:108px!important}.column-gap-30{column-gap:120px!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.50625rem + 3.075vw)!important}.fs-2{font-size:calc(1.43125rem + 2.175vw)!important}.fs-3{font-size:calc(1.36875rem + 1.425vw)!important}.fs-4{font-size:calc(1.31875rem + .825vw)!important}.fs-5{font-size:calc(1.28125rem + .375vw)!important}.fs-6{font-size:1.25rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.6!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity))!important}.text-base{--bs-text-opacity:1;color:rgba(var(--bs-base-rgb), var(--bs-text-opacity))!important}.text-purple{--bs-text-opacity:1;color:rgba(var(--bs-purple-rgb), var(--bs-text-opacity))!important}.text-purple-light{--bs-text-opacity:1;color:rgba(var(--bs-purple-light-rgb), var(--bs-text-opacity))!important}.text-green{--bs-text-opacity:1;color:rgba(var(--bs-green-rgb), var(--bs-text-opacity))!important}.text-green-light{--bs-text-opacity:1;color:rgba(var(--bs-green-light-rgb), var(--bs-text-opacity))!important}.text-orange{--bs-text-opacity:1;color:rgba(var(--bs-orange-rgb), var(--bs-text-opacity))!important}.text-orange-light{--bs-text-opacity:1;color:rgba(var(--bs-orange-light-rgb), var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:.25}.text-opacity-50{--bs-text-opacity:.5}.text-opacity-75{--bs-text-opacity:.75}.text-opacity-100{--bs-text-opacity:1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10,.link-opacity-10-hover:hover{--bs-link-opacity:.1}.link-opacity-25,.link-opacity-25-hover:hover{--bs-link-opacity:.25}.link-opacity-50,.link-opacity-50-hover:hover{--bs-link-opacity:.5}.link-opacity-75,.link-opacity-75-hover:hover{--bs-link-opacity:.75}.link-opacity-100,.link-opacity-100-hover:hover{--bs-link-opacity:1}.link-offset-1,.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2,.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3,.link-offset-3-hover:hover{text-underline-offset:.375em!important}.link-underline-primary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity))!important;-webkit-text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity))!important;-webkit-text-decoration-color:rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity))!important;-webkit-text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity))!important;-webkit-text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity))!important;-webkit-text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity))!important;-webkit-text-decoration-color:rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity))!important;-webkit-text-decoration-color:rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity))!important}.link-underline-black{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-black-rgb), var(--bs-link-underline-opacity))!important;-webkit-text-decoration-color:rgba(var(--bs-black-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-black-rgb), var(--bs-link-underline-opacity))!important}.link-underline-white{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-white-rgb), var(--bs-link-underline-opacity))!important;-webkit-text-decoration-color:rgba(var(--bs-white-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-white-rgb), var(--bs-link-underline-opacity))!important}.link-underline-base{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-base-rgb), var(--bs-link-underline-opacity))!important;-webkit-text-decoration-color:rgba(var(--bs-base-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-base-rgb), var(--bs-link-underline-opacity))!important}.link-underline-purple{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-purple-rgb), var(--bs-link-underline-opacity))!important;-webkit-text-decoration-color:rgba(var(--bs-purple-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-purple-rgb), var(--bs-link-underline-opacity))!important}.link-underline-purple-light{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-purple-light-rgb), var(--bs-link-underline-opacity))!important;-webkit-text-decoration-color:rgba(var(--bs-purple-light-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-purple-light-rgb), var(--bs-link-underline-opacity))!important}.link-underline-green{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-green-rgb), var(--bs-link-underline-opacity))!important;-webkit-text-decoration-color:rgba(var(--bs-green-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-green-rgb), var(--bs-link-underline-opacity))!important}.link-underline-green-light{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-green-light-rgb), var(--bs-link-underline-opacity))!important;-webkit-text-decoration-color:rgba(var(--bs-green-light-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-green-light-rgb), var(--bs-link-underline-opacity))!important}.link-underline-orange{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-orange-rgb), var(--bs-link-underline-opacity))!important;-webkit-text-decoration-color:rgba(var(--bs-orange-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-orange-rgb), var(--bs-link-underline-opacity))!important}.link-underline-orange-light{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-orange-light-rgb), var(--bs-link-underline-opacity))!important;-webkit-text-decoration-color:rgba(var(--bs-orange-light-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-orange-light-rgb), var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity,1))!important;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity,1))!important}.link-underline-opacity-0,.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.link-underline-opacity-10,.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:.1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:.25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:.5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:.75}.link-underline-opacity-100,.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity))!important}.bg-base{--bs-bg-opacity:1;background-color:rgba(var(--bs-base-rgb), var(--bs-bg-opacity))!important}.bg-purple{--bs-bg-opacity:1;background-color:rgba(var(--bs-purple-rgb), var(--bs-bg-opacity))!important}.bg-purple-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-purple-light-rgb), var(--bs-bg-opacity))!important}.bg-green{--bs-bg-opacity:1;background-color:rgba(var(--bs-green-rgb), var(--bs-bg-opacity))!important}.bg-green-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-green-light-rgb), var(--bs-bg-opacity))!important}.bg-orange{--bs-bg-opacity:1;background-color:rgba(var(--bs-orange-rgb), var(--bs-bg-opacity))!important}.bg-orange-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-orange-light-rgb), var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity:.1}.bg-opacity-25{--bs-bg-opacity:.25}.bg-opacity-50{--bs-bg-opacity:.5}.bg-opacity-75{--bs-bg-opacity:.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-top-left-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}@media (width>=576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{object-fit:contain!important}.object-fit-sm-cover{object-fit:cover!important}.object-fit-sm-fill{object-fit:fill!important}.object-fit-sm-scale{object-fit:scale-down!important}.object-fit-sm-none{object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:4px!important}.m-sm-2{margin:8px!important}.m-sm-3{margin:12px!important}.m-sm-4{margin:16px!important}.m-sm-5{margin:20px!important}.m-sm-6{margin:24px!important}.m-sm-7{margin:28px!important}.m-sm-8{margin:32px!important}.m-sm-9{margin:36px!important}.m-sm-10{margin:40px!important}.m-sm-11{margin:44px!important}.m-sm-12{margin:48px!important}.m-sm-13{margin:52px!important}.m-sm-14{margin:56px!important}.m-sm-15{margin:60px!important}.m-sm-16{margin:64px!important}.m-sm-17{margin:68px!important}.m-sm-18{margin:72px!important}.m-sm-19{margin:76px!important}.m-sm-20{margin:80px!important}.m-sm-21{margin:84px!important}.m-sm-22{margin:88px!important}.m-sm-23{margin:92px!important}.m-sm-24{margin:96px!important}.m-sm-25{margin:100px!important}.m-sm-26{margin:104px!important}.m-sm-27{margin:108px!important}.m-sm-30{margin:120px!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:4px!important;margin-right:4px!important}.mx-sm-2{margin-left:8px!important;margin-right:8px!important}.mx-sm-3{margin-left:12px!important;margin-right:12px!important}.mx-sm-4{margin-left:16px!important;margin-right:16px!important}.mx-sm-5{margin-left:20px!important;margin-right:20px!important}.mx-sm-6{margin-left:24px!important;margin-right:24px!important}.mx-sm-7{margin-left:28px!important;margin-right:28px!important}.mx-sm-8{margin-left:32px!important;margin-right:32px!important}.mx-sm-9{margin-left:36px!important;margin-right:36px!important}.mx-sm-10{margin-left:40px!important;margin-right:40px!important}.mx-sm-11{margin-left:44px!important;margin-right:44px!important}.mx-sm-12{margin-left:48px!important;margin-right:48px!important}.mx-sm-13{margin-left:52px!important;margin-right:52px!important}.mx-sm-14{margin-left:56px!important;margin-right:56px!important}.mx-sm-15{margin-left:60px!important;margin-right:60px!important}.mx-sm-16{margin-left:64px!important;margin-right:64px!important}.mx-sm-17{margin-left:68px!important;margin-right:68px!important}.mx-sm-18{margin-left:72px!important;margin-right:72px!important}.mx-sm-19{margin-left:76px!important;margin-right:76px!important}.mx-sm-20{margin-left:80px!important;margin-right:80px!important}.mx-sm-21{margin-left:84px!important;margin-right:84px!important}.mx-sm-22{margin-left:88px!important;margin-right:88px!important}.mx-sm-23{margin-left:92px!important;margin-right:92px!important}.mx-sm-24{margin-left:96px!important;margin-right:96px!important}.mx-sm-25{margin-left:100px!important;margin-right:100px!important}.mx-sm-26{margin-left:104px!important;margin-right:104px!important}.mx-sm-27{margin-left:108px!important;margin-right:108px!important}.mx-sm-30{margin-left:120px!important;margin-right:120px!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:4px!important;margin-bottom:4px!important}.my-sm-2{margin-top:8px!important;margin-bottom:8px!important}.my-sm-3{margin-top:12px!important;margin-bottom:12px!important}.my-sm-4{margin-top:16px!important;margin-bottom:16px!important}.my-sm-5{margin-top:20px!important;margin-bottom:20px!important}.my-sm-6{margin-top:24px!important;margin-bottom:24px!important}.my-sm-7{margin-top:28px!important;margin-bottom:28px!important}.my-sm-8{margin-top:32px!important;margin-bottom:32px!important}.my-sm-9{margin-top:36px!important;margin-bottom:36px!important}.my-sm-10{margin-top:40px!important;margin-bottom:40px!important}.my-sm-11{margin-top:44px!important;margin-bottom:44px!important}.my-sm-12{margin-top:48px!important;margin-bottom:48px!important}.my-sm-13{margin-top:52px!important;margin-bottom:52px!important}.my-sm-14{margin-top:56px!important;margin-bottom:56px!important}.my-sm-15{margin-top:60px!important;margin-bottom:60px!important}.my-sm-16{margin-top:64px!important;margin-bottom:64px!important}.my-sm-17{margin-top:68px!important;margin-bottom:68px!important}.my-sm-18{margin-top:72px!important;margin-bottom:72px!important}.my-sm-19{margin-top:76px!important;margin-bottom:76px!important}.my-sm-20{margin-top:80px!important;margin-bottom:80px!important}.my-sm-21{margin-top:84px!important;margin-bottom:84px!important}.my-sm-22{margin-top:88px!important;margin-bottom:88px!important}.my-sm-23{margin-top:92px!important;margin-bottom:92px!important}.my-sm-24{margin-top:96px!important;margin-bottom:96px!important}.my-sm-25{margin-top:100px!important;margin-bottom:100px!important}.my-sm-26{margin-top:104px!important;margin-bottom:104px!important}.my-sm-27{margin-top:108px!important;margin-bottom:108px!important}.my-sm-30{margin-top:120px!important;margin-bottom:120px!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:4px!important}.mt-sm-2{margin-top:8px!important}.mt-sm-3{margin-top:12px!important}.mt-sm-4{margin-top:16px!important}.mt-sm-5{margin-top:20px!important}.mt-sm-6{margin-top:24px!important}.mt-sm-7{margin-top:28px!important}.mt-sm-8{margin-top:32px!important}.mt-sm-9{margin-top:36px!important}.mt-sm-10{margin-top:40px!important}.mt-sm-11{margin-top:44px!important}.mt-sm-12{margin-top:48px!important}.mt-sm-13{margin-top:52px!important}.mt-sm-14{margin-top:56px!important}.mt-sm-15{margin-top:60px!important}.mt-sm-16{margin-top:64px!important}.mt-sm-17{margin-top:68px!important}.mt-sm-18{margin-top:72px!important}.mt-sm-19{margin-top:76px!important}.mt-sm-20{margin-top:80px!important}.mt-sm-21{margin-top:84px!important}.mt-sm-22{margin-top:88px!important}.mt-sm-23{margin-top:92px!important}.mt-sm-24{margin-top:96px!important}.mt-sm-25{margin-top:100px!important}.mt-sm-26{margin-top:104px!important}.mt-sm-27{margin-top:108px!important}.mt-sm-30{margin-top:120px!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:4px!important}.me-sm-2{margin-right:8px!important}.me-sm-3{margin-right:12px!important}.me-sm-4{margin-right:16px!important}.me-sm-5{margin-right:20px!important}.me-sm-6{margin-right:24px!important}.me-sm-7{margin-right:28px!important}.me-sm-8{margin-right:32px!important}.me-sm-9{margin-right:36px!important}.me-sm-10{margin-right:40px!important}.me-sm-11{margin-right:44px!important}.me-sm-12{margin-right:48px!important}.me-sm-13{margin-right:52px!important}.me-sm-14{margin-right:56px!important}.me-sm-15{margin-right:60px!important}.me-sm-16{margin-right:64px!important}.me-sm-17{margin-right:68px!important}.me-sm-18{margin-right:72px!important}.me-sm-19{margin-right:76px!important}.me-sm-20{margin-right:80px!important}.me-sm-21{margin-right:84px!important}.me-sm-22{margin-right:88px!important}.me-sm-23{margin-right:92px!important}.me-sm-24{margin-right:96px!important}.me-sm-25{margin-right:100px!important}.me-sm-26{margin-right:104px!important}.me-sm-27{margin-right:108px!important}.me-sm-30{margin-right:120px!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:4px!important}.mb-sm-2{margin-bottom:8px!important}.mb-sm-3{margin-bottom:12px!important}.mb-sm-4{margin-bottom:16px!important}.mb-sm-5{margin-bottom:20px!important}.mb-sm-6{margin-bottom:24px!important}.mb-sm-7{margin-bottom:28px!important}.mb-sm-8{margin-bottom:32px!important}.mb-sm-9{margin-bottom:36px!important}.mb-sm-10{margin-bottom:40px!important}.mb-sm-11{margin-bottom:44px!important}.mb-sm-12{margin-bottom:48px!important}.mb-sm-13{margin-bottom:52px!important}.mb-sm-14{margin-bottom:56px!important}.mb-sm-15{margin-bottom:60px!important}.mb-sm-16{margin-bottom:64px!important}.mb-sm-17{margin-bottom:68px!important}.mb-sm-18{margin-bottom:72px!important}.mb-sm-19{margin-bottom:76px!important}.mb-sm-20{margin-bottom:80px!important}.mb-sm-21{margin-bottom:84px!important}.mb-sm-22{margin-bottom:88px!important}.mb-sm-23{margin-bottom:92px!important}.mb-sm-24{margin-bottom:96px!important}.mb-sm-25{margin-bottom:100px!important}.mb-sm-26{margin-bottom:104px!important}.mb-sm-27{margin-bottom:108px!important}.mb-sm-30{margin-bottom:120px!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:4px!important}.ms-sm-2{margin-left:8px!important}.ms-sm-3{margin-left:12px!important}.ms-sm-4{margin-left:16px!important}.ms-sm-5{margin-left:20px!important}.ms-sm-6{margin-left:24px!important}.ms-sm-7{margin-left:28px!important}.ms-sm-8{margin-left:32px!important}.ms-sm-9{margin-left:36px!important}.ms-sm-10{margin-left:40px!important}.ms-sm-11{margin-left:44px!important}.ms-sm-12{margin-left:48px!important}.ms-sm-13{margin-left:52px!important}.ms-sm-14{margin-left:56px!important}.ms-sm-15{margin-left:60px!important}.ms-sm-16{margin-left:64px!important}.ms-sm-17{margin-left:68px!important}.ms-sm-18{margin-left:72px!important}.ms-sm-19{margin-left:76px!important}.ms-sm-20{margin-left:80px!important}.ms-sm-21{margin-left:84px!important}.ms-sm-22{margin-left:88px!important}.ms-sm-23{margin-left:92px!important}.ms-sm-24{margin-left:96px!important}.ms-sm-25{margin-left:100px!important}.ms-sm-26{margin-left:104px!important}.ms-sm-27{margin-left:108px!important}.ms-sm-30{margin-left:120px!important}.ms-sm-auto{margin-left:auto!important}.m-sm-n1{margin:-4px!important}.m-sm-n2{margin:-8px!important}.m-sm-n3{margin:-12px!important}.m-sm-n4{margin:-16px!important}.m-sm-n5{margin:-20px!important}.m-sm-n6{margin:-24px!important}.m-sm-n7{margin:-28px!important}.m-sm-n8{margin:-32px!important}.m-sm-n9{margin:-36px!important}.m-sm-n10{margin:-40px!important}.m-sm-n11{margin:-44px!important}.m-sm-n12{margin:-48px!important}.m-sm-n13{margin:-52px!important}.m-sm-n14{margin:-56px!important}.m-sm-n15{margin:-60px!important}.m-sm-n16{margin:-64px!important}.m-sm-n17{margin:-68px!important}.m-sm-n18{margin:-72px!important}.m-sm-n19{margin:-76px!important}.m-sm-n20{margin:-80px!important}.m-sm-n21{margin:-84px!important}.m-sm-n22{margin:-88px!important}.m-sm-n23{margin:-92px!important}.m-sm-n24{margin:-96px!important}.m-sm-n25{margin:-100px!important}.m-sm-n26{margin:-104px!important}.m-sm-n27{margin:-108px!important}.m-sm-n30{margin:-120px!important}.mx-sm-n1{margin-left:-4px!important;margin-right:-4px!important}.mx-sm-n2{margin-left:-8px!important;margin-right:-8px!important}.mx-sm-n3{margin-left:-12px!important;margin-right:-12px!important}.mx-sm-n4{margin-left:-16px!important;margin-right:-16px!important}.mx-sm-n5{margin-left:-20px!important;margin-right:-20px!important}.mx-sm-n6{margin-left:-24px!important;margin-right:-24px!important}.mx-sm-n7{margin-left:-28px!important;margin-right:-28px!important}.mx-sm-n8{margin-left:-32px!important;margin-right:-32px!important}.mx-sm-n9{margin-left:-36px!important;margin-right:-36px!important}.mx-sm-n10{margin-left:-40px!important;margin-right:-40px!important}.mx-sm-n11{margin-left:-44px!important;margin-right:-44px!important}.mx-sm-n12{margin-left:-48px!important;margin-right:-48px!important}.mx-sm-n13{margin-left:-52px!important;margin-right:-52px!important}.mx-sm-n14{margin-left:-56px!important;margin-right:-56px!important}.mx-sm-n15{margin-left:-60px!important;margin-right:-60px!important}.mx-sm-n16{margin-left:-64px!important;margin-right:-64px!important}.mx-sm-n17{margin-left:-68px!important;margin-right:-68px!important}.mx-sm-n18{margin-left:-72px!important;margin-right:-72px!important}.mx-sm-n19{margin-left:-76px!important;margin-right:-76px!important}.mx-sm-n20{margin-left:-80px!important;margin-right:-80px!important}.mx-sm-n21{margin-left:-84px!important;margin-right:-84px!important}.mx-sm-n22{margin-left:-88px!important;margin-right:-88px!important}.mx-sm-n23{margin-left:-92px!important;margin-right:-92px!important}.mx-sm-n24{margin-left:-96px!important;margin-right:-96px!important}.mx-sm-n25{margin-left:-100px!important;margin-right:-100px!important}.mx-sm-n26{margin-left:-104px!important;margin-right:-104px!important}.mx-sm-n27{margin-left:-108px!important;margin-right:-108px!important}.mx-sm-n30{margin-left:-120px!important;margin-right:-120px!important}.my-sm-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-sm-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-sm-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-sm-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-sm-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-sm-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-sm-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-sm-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-sm-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-sm-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-sm-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-sm-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-sm-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-sm-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-sm-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-sm-n16{margin-top:-64px!important;margin-bottom:-64px!important}.my-sm-n17{margin-top:-68px!important;margin-bottom:-68px!important}.my-sm-n18{margin-top:-72px!important;margin-bottom:-72px!important}.my-sm-n19{margin-top:-76px!important;margin-bottom:-76px!important}.my-sm-n20{margin-top:-80px!important;margin-bottom:-80px!important}.my-sm-n21{margin-top:-84px!important;margin-bottom:-84px!important}.my-sm-n22{margin-top:-88px!important;margin-bottom:-88px!important}.my-sm-n23{margin-top:-92px!important;margin-bottom:-92px!important}.my-sm-n24{margin-top:-96px!important;margin-bottom:-96px!important}.my-sm-n25{margin-top:-100px!important;margin-bottom:-100px!important}.my-sm-n26{margin-top:-104px!important;margin-bottom:-104px!important}.my-sm-n27{margin-top:-108px!important;margin-bottom:-108px!important}.my-sm-n30{margin-top:-120px!important;margin-bottom:-120px!important}.mt-sm-n1{margin-top:-4px!important}.mt-sm-n2{margin-top:-8px!important}.mt-sm-n3{margin-top:-12px!important}.mt-sm-n4{margin-top:-16px!important}.mt-sm-n5{margin-top:-20px!important}.mt-sm-n6{margin-top:-24px!important}.mt-sm-n7{margin-top:-28px!important}.mt-sm-n8{margin-top:-32px!important}.mt-sm-n9{margin-top:-36px!important}.mt-sm-n10{margin-top:-40px!important}.mt-sm-n11{margin-top:-44px!important}.mt-sm-n12{margin-top:-48px!important}.mt-sm-n13{margin-top:-52px!important}.mt-sm-n14{margin-top:-56px!important}.mt-sm-n15{margin-top:-60px!important}.mt-sm-n16{margin-top:-64px!important}.mt-sm-n17{margin-top:-68px!important}.mt-sm-n18{margin-top:-72px!important}.mt-sm-n19{margin-top:-76px!important}.mt-sm-n20{margin-top:-80px!important}.mt-sm-n21{margin-top:-84px!important}.mt-sm-n22{margin-top:-88px!important}.mt-sm-n23{margin-top:-92px!important}.mt-sm-n24{margin-top:-96px!important}.mt-sm-n25{margin-top:-100px!important}.mt-sm-n26{margin-top:-104px!important}.mt-sm-n27{margin-top:-108px!important}.mt-sm-n30{margin-top:-120px!important}.me-sm-n1{margin-right:-4px!important}.me-sm-n2{margin-right:-8px!important}.me-sm-n3{margin-right:-12px!important}.me-sm-n4{margin-right:-16px!important}.me-sm-n5{margin-right:-20px!important}.me-sm-n6{margin-right:-24px!important}.me-sm-n7{margin-right:-28px!important}.me-sm-n8{margin-right:-32px!important}.me-sm-n9{margin-right:-36px!important}.me-sm-n10{margin-right:-40px!important}.me-sm-n11{margin-right:-44px!important}.me-sm-n12{margin-right:-48px!important}.me-sm-n13{margin-right:-52px!important}.me-sm-n14{margin-right:-56px!important}.me-sm-n15{margin-right:-60px!important}.me-sm-n16{margin-right:-64px!important}.me-sm-n17{margin-right:-68px!important}.me-sm-n18{margin-right:-72px!important}.me-sm-n19{margin-right:-76px!important}.me-sm-n20{margin-right:-80px!important}.me-sm-n21{margin-right:-84px!important}.me-sm-n22{margin-right:-88px!important}.me-sm-n23{margin-right:-92px!important}.me-sm-n24{margin-right:-96px!important}.me-sm-n25{margin-right:-100px!important}.me-sm-n26{margin-right:-104px!important}.me-sm-n27{margin-right:-108px!important}.me-sm-n30{margin-right:-120px!important}.mb-sm-n1{margin-bottom:-4px!important}.mb-sm-n2{margin-bottom:-8px!important}.mb-sm-n3{margin-bottom:-12px!important}.mb-sm-n4{margin-bottom:-16px!important}.mb-sm-n5{margin-bottom:-20px!important}.mb-sm-n6{margin-bottom:-24px!important}.mb-sm-n7{margin-bottom:-28px!important}.mb-sm-n8{margin-bottom:-32px!important}.mb-sm-n9{margin-bottom:-36px!important}.mb-sm-n10{margin-bottom:-40px!important}.mb-sm-n11{margin-bottom:-44px!important}.mb-sm-n12{margin-bottom:-48px!important}.mb-sm-n13{margin-bottom:-52px!important}.mb-sm-n14{margin-bottom:-56px!important}.mb-sm-n15{margin-bottom:-60px!important}.mb-sm-n16{margin-bottom:-64px!important}.mb-sm-n17{margin-bottom:-68px!important}.mb-sm-n18{margin-bottom:-72px!important}.mb-sm-n19{margin-bottom:-76px!important}.mb-sm-n20{margin-bottom:-80px!important}.mb-sm-n21{margin-bottom:-84px!important}.mb-sm-n22{margin-bottom:-88px!important}.mb-sm-n23{margin-bottom:-92px!important}.mb-sm-n24{margin-bottom:-96px!important}.mb-sm-n25{margin-bottom:-100px!important}.mb-sm-n26{margin-bottom:-104px!important}.mb-sm-n27{margin-bottom:-108px!important}.mb-sm-n30{margin-bottom:-120px!important}.ms-sm-n1{margin-left:-4px!important}.ms-sm-n2{margin-left:-8px!important}.ms-sm-n3{margin-left:-12px!important}.ms-sm-n4{margin-left:-16px!important}.ms-sm-n5{margin-left:-20px!important}.ms-sm-n6{margin-left:-24px!important}.ms-sm-n7{margin-left:-28px!important}.ms-sm-n8{margin-left:-32px!important}.ms-sm-n9{margin-left:-36px!important}.ms-sm-n10{margin-left:-40px!important}.ms-sm-n11{margin-left:-44px!important}.ms-sm-n12{margin-left:-48px!important}.ms-sm-n13{margin-left:-52px!important}.ms-sm-n14{margin-left:-56px!important}.ms-sm-n15{margin-left:-60px!important}.ms-sm-n16{margin-left:-64px!important}.ms-sm-n17{margin-left:-68px!important}.ms-sm-n18{margin-left:-72px!important}.ms-sm-n19{margin-left:-76px!important}.ms-sm-n20{margin-left:-80px!important}.ms-sm-n21{margin-left:-84px!important}.ms-sm-n22{margin-left:-88px!important}.ms-sm-n23{margin-left:-92px!important}.ms-sm-n24{margin-left:-96px!important}.ms-sm-n25{margin-left:-100px!important}.ms-sm-n26{margin-left:-104px!important}.ms-sm-n27{margin-left:-108px!important}.ms-sm-n30{margin-left:-120px!important}.p-sm-0{padding:0!important}.p-sm-1{padding:4px!important}.p-sm-2{padding:8px!important}.p-sm-3{padding:12px!important}.p-sm-4{padding:16px!important}.p-sm-5{padding:20px!important}.p-sm-6{padding:24px!important}.p-sm-7{padding:28px!important}.p-sm-8{padding:32px!important}.p-sm-9{padding:36px!important}.p-sm-10{padding:40px!important}.p-sm-11{padding:44px!important}.p-sm-12{padding:48px!important}.p-sm-13{padding:52px!important}.p-sm-14{padding:56px!important}.p-sm-15{padding:60px!important}.p-sm-16{padding:64px!important}.p-sm-17{padding:68px!important}.p-sm-18{padding:72px!important}.p-sm-19{padding:76px!important}.p-sm-20{padding:80px!important}.p-sm-21{padding:84px!important}.p-sm-22{padding:88px!important}.p-sm-23{padding:92px!important}.p-sm-24{padding:96px!important}.p-sm-25{padding:100px!important}.p-sm-26{padding:104px!important}.p-sm-27{padding:108px!important}.p-sm-30{padding:120px!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:4px!important;padding-right:4px!important}.px-sm-2{padding-left:8px!important;padding-right:8px!important}.px-sm-3{padding-left:12px!important;padding-right:12px!important}.px-sm-4{padding-left:16px!important;padding-right:16px!important}.px-sm-5{padding-left:20px!important;padding-right:20px!important}.px-sm-6{padding-left:24px!important;padding-right:24px!important}.px-sm-7{padding-left:28px!important;padding-right:28px!important}.px-sm-8{padding-left:32px!important;padding-right:32px!important}.px-sm-9{padding-left:36px!important;padding-right:36px!important}.px-sm-10{padding-left:40px!important;padding-right:40px!important}.px-sm-11{padding-left:44px!important;padding-right:44px!important}.px-sm-12{padding-left:48px!important;padding-right:48px!important}.px-sm-13{padding-left:52px!important;padding-right:52px!important}.px-sm-14{padding-left:56px!important;padding-right:56px!important}.px-sm-15{padding-left:60px!important;padding-right:60px!important}.px-sm-16{padding-left:64px!important;padding-right:64px!important}.px-sm-17{padding-left:68px!important;padding-right:68px!important}.px-sm-18{padding-left:72px!important;padding-right:72px!important}.px-sm-19{padding-left:76px!important;padding-right:76px!important}.px-sm-20{padding-left:80px!important;padding-right:80px!important}.px-sm-21{padding-left:84px!important;padding-right:84px!important}.px-sm-22{padding-left:88px!important;padding-right:88px!important}.px-sm-23{padding-left:92px!important;padding-right:92px!important}.px-sm-24{padding-left:96px!important;padding-right:96px!important}.px-sm-25{padding-left:100px!important;padding-right:100px!important}.px-sm-26{padding-left:104px!important;padding-right:104px!important}.px-sm-27{padding-left:108px!important;padding-right:108px!important}.px-sm-30{padding-left:120px!important;padding-right:120px!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:4px!important;padding-bottom:4px!important}.py-sm-2{padding-top:8px!important;padding-bottom:8px!important}.py-sm-3{padding-top:12px!important;padding-bottom:12px!important}.py-sm-4{padding-top:16px!important;padding-bottom:16px!important}.py-sm-5{padding-top:20px!important;padding-bottom:20px!important}.py-sm-6{padding-top:24px!important;padding-bottom:24px!important}.py-sm-7{padding-top:28px!important;padding-bottom:28px!important}.py-sm-8{padding-top:32px!important;padding-bottom:32px!important}.py-sm-9{padding-top:36px!important;padding-bottom:36px!important}.py-sm-10{padding-top:40px!important;padding-bottom:40px!important}.py-sm-11{padding-top:44px!important;padding-bottom:44px!important}.py-sm-12{padding-top:48px!important;padding-bottom:48px!important}.py-sm-13{padding-top:52px!important;padding-bottom:52px!important}.py-sm-14{padding-top:56px!important;padding-bottom:56px!important}.py-sm-15{padding-top:60px!important;padding-bottom:60px!important}.py-sm-16{padding-top:64px!important;padding-bottom:64px!important}.py-sm-17{padding-top:68px!important;padding-bottom:68px!important}.py-sm-18{padding-top:72px!important;padding-bottom:72px!important}.py-sm-19{padding-top:76px!important;padding-bottom:76px!important}.py-sm-20{padding-top:80px!important;padding-bottom:80px!important}.py-sm-21{padding-top:84px!important;padding-bottom:84px!important}.py-sm-22{padding-top:88px!important;padding-bottom:88px!important}.py-sm-23{padding-top:92px!important;padding-bottom:92px!important}.py-sm-24{padding-top:96px!important;padding-bottom:96px!important}.py-sm-25{padding-top:100px!important;padding-bottom:100px!important}.py-sm-26{padding-top:104px!important;padding-bottom:104px!important}.py-sm-27{padding-top:108px!important;padding-bottom:108px!important}.py-sm-30{padding-top:120px!important;padding-bottom:120px!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:4px!important}.pt-sm-2{padding-top:8px!important}.pt-sm-3{padding-top:12px!important}.pt-sm-4{padding-top:16px!important}.pt-sm-5{padding-top:20px!important}.pt-sm-6{padding-top:24px!important}.pt-sm-7{padding-top:28px!important}.pt-sm-8{padding-top:32px!important}.pt-sm-9{padding-top:36px!important}.pt-sm-10{padding-top:40px!important}.pt-sm-11{padding-top:44px!important}.pt-sm-12{padding-top:48px!important}.pt-sm-13{padding-top:52px!important}.pt-sm-14{padding-top:56px!important}.pt-sm-15{padding-top:60px!important}.pt-sm-16{padding-top:64px!important}.pt-sm-17{padding-top:68px!important}.pt-sm-18{padding-top:72px!important}.pt-sm-19{padding-top:76px!important}.pt-sm-20{padding-top:80px!important}.pt-sm-21{padding-top:84px!important}.pt-sm-22{padding-top:88px!important}.pt-sm-23{padding-top:92px!important}.pt-sm-24{padding-top:96px!important}.pt-sm-25{padding-top:100px!important}.pt-sm-26{padding-top:104px!important}.pt-sm-27{padding-top:108px!important}.pt-sm-30{padding-top:120px!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:4px!important}.pe-sm-2{padding-right:8px!important}.pe-sm-3{padding-right:12px!important}.pe-sm-4{padding-right:16px!important}.pe-sm-5{padding-right:20px!important}.pe-sm-6{padding-right:24px!important}.pe-sm-7{padding-right:28px!important}.pe-sm-8{padding-right:32px!important}.pe-sm-9{padding-right:36px!important}.pe-sm-10{padding-right:40px!important}.pe-sm-11{padding-right:44px!important}.pe-sm-12{padding-right:48px!important}.pe-sm-13{padding-right:52px!important}.pe-sm-14{padding-right:56px!important}.pe-sm-15{padding-right:60px!important}.pe-sm-16{padding-right:64px!important}.pe-sm-17{padding-right:68px!important}.pe-sm-18{padding-right:72px!important}.pe-sm-19{padding-right:76px!important}.pe-sm-20{padding-right:80px!important}.pe-sm-21{padding-right:84px!important}.pe-sm-22{padding-right:88px!important}.pe-sm-23{padding-right:92px!important}.pe-sm-24{padding-right:96px!important}.pe-sm-25{padding-right:100px!important}.pe-sm-26{padding-right:104px!important}.pe-sm-27{padding-right:108px!important}.pe-sm-30{padding-right:120px!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:4px!important}.pb-sm-2{padding-bottom:8px!important}.pb-sm-3{padding-bottom:12px!important}.pb-sm-4{padding-bottom:16px!important}.pb-sm-5{padding-bottom:20px!important}.pb-sm-6{padding-bottom:24px!important}.pb-sm-7{padding-bottom:28px!important}.pb-sm-8{padding-bottom:32px!important}.pb-sm-9{padding-bottom:36px!important}.pb-sm-10{padding-bottom:40px!important}.pb-sm-11{padding-bottom:44px!important}.pb-sm-12{padding-bottom:48px!important}.pb-sm-13{padding-bottom:52px!important}.pb-sm-14{padding-bottom:56px!important}.pb-sm-15{padding-bottom:60px!important}.pb-sm-16{padding-bottom:64px!important}.pb-sm-17{padding-bottom:68px!important}.pb-sm-18{padding-bottom:72px!important}.pb-sm-19{padding-bottom:76px!important}.pb-sm-20{padding-bottom:80px!important}.pb-sm-21{padding-bottom:84px!important}.pb-sm-22{padding-bottom:88px!important}.pb-sm-23{padding-bottom:92px!important}.pb-sm-24{padding-bottom:96px!important}.pb-sm-25{padding-bottom:100px!important}.pb-sm-26{padding-bottom:104px!important}.pb-sm-27{padding-bottom:108px!important}.pb-sm-30{padding-bottom:120px!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:4px!important}.ps-sm-2{padding-left:8px!important}.ps-sm-3{padding-left:12px!important}.ps-sm-4{padding-left:16px!important}.ps-sm-5{padding-left:20px!important}.ps-sm-6{padding-left:24px!important}.ps-sm-7{padding-left:28px!important}.ps-sm-8{padding-left:32px!important}.ps-sm-9{padding-left:36px!important}.ps-sm-10{padding-left:40px!important}.ps-sm-11{padding-left:44px!important}.ps-sm-12{padding-left:48px!important}.ps-sm-13{padding-left:52px!important}.ps-sm-14{padding-left:56px!important}.ps-sm-15{padding-left:60px!important}.ps-sm-16{padding-left:64px!important}.ps-sm-17{padding-left:68px!important}.ps-sm-18{padding-left:72px!important}.ps-sm-19{padding-left:76px!important}.ps-sm-20{padding-left:80px!important}.ps-sm-21{padding-left:84px!important}.ps-sm-22{padding-left:88px!important}.ps-sm-23{padding-left:92px!important}.ps-sm-24{padding-left:96px!important}.ps-sm-25{padding-left:100px!important}.ps-sm-26{padding-left:104px!important}.ps-sm-27{padding-left:108px!important}.ps-sm-30{padding-left:120px!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:4px!important}.gap-sm-2{gap:8px!important}.gap-sm-3{gap:12px!important}.gap-sm-4{gap:16px!important}.gap-sm-5{gap:20px!important}.gap-sm-6{gap:24px!important}.gap-sm-7{gap:28px!important}.gap-sm-8{gap:32px!important}.gap-sm-9{gap:36px!important}.gap-sm-10{gap:40px!important}.gap-sm-11{gap:44px!important}.gap-sm-12{gap:48px!important}.gap-sm-13{gap:52px!important}.gap-sm-14{gap:56px!important}.gap-sm-15{gap:60px!important}.gap-sm-16{gap:64px!important}.gap-sm-17{gap:68px!important}.gap-sm-18{gap:72px!important}.gap-sm-19{gap:76px!important}.gap-sm-20{gap:80px!important}.gap-sm-21{gap:84px!important}.gap-sm-22{gap:88px!important}.gap-sm-23{gap:92px!important}.gap-sm-24{gap:96px!important}.gap-sm-25{gap:100px!important}.gap-sm-26{gap:104px!important}.gap-sm-27{gap:108px!important}.gap-sm-30{gap:120px!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:4px!important}.row-gap-sm-2{row-gap:8px!important}.row-gap-sm-3{row-gap:12px!important}.row-gap-sm-4{row-gap:16px!important}.row-gap-sm-5{row-gap:20px!important}.row-gap-sm-6{row-gap:24px!important}.row-gap-sm-7{row-gap:28px!important}.row-gap-sm-8{row-gap:32px!important}.row-gap-sm-9{row-gap:36px!important}.row-gap-sm-10{row-gap:40px!important}.row-gap-sm-11{row-gap:44px!important}.row-gap-sm-12{row-gap:48px!important}.row-gap-sm-13{row-gap:52px!important}.row-gap-sm-14{row-gap:56px!important}.row-gap-sm-15{row-gap:60px!important}.row-gap-sm-16{row-gap:64px!important}.row-gap-sm-17{row-gap:68px!important}.row-gap-sm-18{row-gap:72px!important}.row-gap-sm-19{row-gap:76px!important}.row-gap-sm-20{row-gap:80px!important}.row-gap-sm-21{row-gap:84px!important}.row-gap-sm-22{row-gap:88px!important}.row-gap-sm-23{row-gap:92px!important}.row-gap-sm-24{row-gap:96px!important}.row-gap-sm-25{row-gap:100px!important}.row-gap-sm-26{row-gap:104px!important}.row-gap-sm-27{row-gap:108px!important}.row-gap-sm-30{row-gap:120px!important}.column-gap-sm-0{column-gap:0!important}.column-gap-sm-1{column-gap:4px!important}.column-gap-sm-2{column-gap:8px!important}.column-gap-sm-3{column-gap:12px!important}.column-gap-sm-4{column-gap:16px!important}.column-gap-sm-5{column-gap:20px!important}.column-gap-sm-6{column-gap:24px!important}.column-gap-sm-7{column-gap:28px!important}.column-gap-sm-8{column-gap:32px!important}.column-gap-sm-9{column-gap:36px!important}.column-gap-sm-10{column-gap:40px!important}.column-gap-sm-11{column-gap:44px!important}.column-gap-sm-12{column-gap:48px!important}.column-gap-sm-13{column-gap:52px!important}.column-gap-sm-14{column-gap:56px!important}.column-gap-sm-15{column-gap:60px!important}.column-gap-sm-16{column-gap:64px!important}.column-gap-sm-17{column-gap:68px!important}.column-gap-sm-18{column-gap:72px!important}.column-gap-sm-19{column-gap:76px!important}.column-gap-sm-20{column-gap:80px!important}.column-gap-sm-21{column-gap:84px!important}.column-gap-sm-22{column-gap:88px!important}.column-gap-sm-23{column-gap:92px!important}.column-gap-sm-24{column-gap:96px!important}.column-gap-sm-25{column-gap:100px!important}.column-gap-sm-26{column-gap:104px!important}.column-gap-sm-27{column-gap:108px!important}.column-gap-sm-30{column-gap:120px!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (width>=768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{object-fit:contain!important}.object-fit-md-cover{object-fit:cover!important}.object-fit-md-fill{object-fit:fill!important}.object-fit-md-scale{object-fit:scale-down!important}.object-fit-md-none{object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:4px!important}.m-md-2{margin:8px!important}.m-md-3{margin:12px!important}.m-md-4{margin:16px!important}.m-md-5{margin:20px!important}.m-md-6{margin:24px!important}.m-md-7{margin:28px!important}.m-md-8{margin:32px!important}.m-md-9{margin:36px!important}.m-md-10{margin:40px!important}.m-md-11{margin:44px!important}.m-md-12{margin:48px!important}.m-md-13{margin:52px!important}.m-md-14{margin:56px!important}.m-md-15{margin:60px!important}.m-md-16{margin:64px!important}.m-md-17{margin:68px!important}.m-md-18{margin:72px!important}.m-md-19{margin:76px!important}.m-md-20{margin:80px!important}.m-md-21{margin:84px!important}.m-md-22{margin:88px!important}.m-md-23{margin:92px!important}.m-md-24{margin:96px!important}.m-md-25{margin:100px!important}.m-md-26{margin:104px!important}.m-md-27{margin:108px!important}.m-md-30{margin:120px!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:4px!important;margin-right:4px!important}.mx-md-2{margin-left:8px!important;margin-right:8px!important}.mx-md-3{margin-left:12px!important;margin-right:12px!important}.mx-md-4{margin-left:16px!important;margin-right:16px!important}.mx-md-5{margin-left:20px!important;margin-right:20px!important}.mx-md-6{margin-left:24px!important;margin-right:24px!important}.mx-md-7{margin-left:28px!important;margin-right:28px!important}.mx-md-8{margin-left:32px!important;margin-right:32px!important}.mx-md-9{margin-left:36px!important;margin-right:36px!important}.mx-md-10{margin-left:40px!important;margin-right:40px!important}.mx-md-11{margin-left:44px!important;margin-right:44px!important}.mx-md-12{margin-left:48px!important;margin-right:48px!important}.mx-md-13{margin-left:52px!important;margin-right:52px!important}.mx-md-14{margin-left:56px!important;margin-right:56px!important}.mx-md-15{margin-left:60px!important;margin-right:60px!important}.mx-md-16{margin-left:64px!important;margin-right:64px!important}.mx-md-17{margin-left:68px!important;margin-right:68px!important}.mx-md-18{margin-left:72px!important;margin-right:72px!important}.mx-md-19{margin-left:76px!important;margin-right:76px!important}.mx-md-20{margin-left:80px!important;margin-right:80px!important}.mx-md-21{margin-left:84px!important;margin-right:84px!important}.mx-md-22{margin-left:88px!important;margin-right:88px!important}.mx-md-23{margin-left:92px!important;margin-right:92px!important}.mx-md-24{margin-left:96px!important;margin-right:96px!important}.mx-md-25{margin-left:100px!important;margin-right:100px!important}.mx-md-26{margin-left:104px!important;margin-right:104px!important}.mx-md-27{margin-left:108px!important;margin-right:108px!important}.mx-md-30{margin-left:120px!important;margin-right:120px!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:4px!important;margin-bottom:4px!important}.my-md-2{margin-top:8px!important;margin-bottom:8px!important}.my-md-3{margin-top:12px!important;margin-bottom:12px!important}.my-md-4{margin-top:16px!important;margin-bottom:16px!important}.my-md-5{margin-top:20px!important;margin-bottom:20px!important}.my-md-6{margin-top:24px!important;margin-bottom:24px!important}.my-md-7{margin-top:28px!important;margin-bottom:28px!important}.my-md-8{margin-top:32px!important;margin-bottom:32px!important}.my-md-9{margin-top:36px!important;margin-bottom:36px!important}.my-md-10{margin-top:40px!important;margin-bottom:40px!important}.my-md-11{margin-top:44px!important;margin-bottom:44px!important}.my-md-12{margin-top:48px!important;margin-bottom:48px!important}.my-md-13{margin-top:52px!important;margin-bottom:52px!important}.my-md-14{margin-top:56px!important;margin-bottom:56px!important}.my-md-15{margin-top:60px!important;margin-bottom:60px!important}.my-md-16{margin-top:64px!important;margin-bottom:64px!important}.my-md-17{margin-top:68px!important;margin-bottom:68px!important}.my-md-18{margin-top:72px!important;margin-bottom:72px!important}.my-md-19{margin-top:76px!important;margin-bottom:76px!important}.my-md-20{margin-top:80px!important;margin-bottom:80px!important}.my-md-21{margin-top:84px!important;margin-bottom:84px!important}.my-md-22{margin-top:88px!important;margin-bottom:88px!important}.my-md-23{margin-top:92px!important;margin-bottom:92px!important}.my-md-24{margin-top:96px!important;margin-bottom:96px!important}.my-md-25{margin-top:100px!important;margin-bottom:100px!important}.my-md-26{margin-top:104px!important;margin-bottom:104px!important}.my-md-27{margin-top:108px!important;margin-bottom:108px!important}.my-md-30{margin-top:120px!important;margin-bottom:120px!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:4px!important}.mt-md-2{margin-top:8px!important}.mt-md-3{margin-top:12px!important}.mt-md-4{margin-top:16px!important}.mt-md-5{margin-top:20px!important}.mt-md-6{margin-top:24px!important}.mt-md-7{margin-top:28px!important}.mt-md-8{margin-top:32px!important}.mt-md-9{margin-top:36px!important}.mt-md-10{margin-top:40px!important}.mt-md-11{margin-top:44px!important}.mt-md-12{margin-top:48px!important}.mt-md-13{margin-top:52px!important}.mt-md-14{margin-top:56px!important}.mt-md-15{margin-top:60px!important}.mt-md-16{margin-top:64px!important}.mt-md-17{margin-top:68px!important}.mt-md-18{margin-top:72px!important}.mt-md-19{margin-top:76px!important}.mt-md-20{margin-top:80px!important}.mt-md-21{margin-top:84px!important}.mt-md-22{margin-top:88px!important}.mt-md-23{margin-top:92px!important}.mt-md-24{margin-top:96px!important}.mt-md-25{margin-top:100px!important}.mt-md-26{margin-top:104px!important}.mt-md-27{margin-top:108px!important}.mt-md-30{margin-top:120px!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:4px!important}.me-md-2{margin-right:8px!important}.me-md-3{margin-right:12px!important}.me-md-4{margin-right:16px!important}.me-md-5{margin-right:20px!important}.me-md-6{margin-right:24px!important}.me-md-7{margin-right:28px!important}.me-md-8{margin-right:32px!important}.me-md-9{margin-right:36px!important}.me-md-10{margin-right:40px!important}.me-md-11{margin-right:44px!important}.me-md-12{margin-right:48px!important}.me-md-13{margin-right:52px!important}.me-md-14{margin-right:56px!important}.me-md-15{margin-right:60px!important}.me-md-16{margin-right:64px!important}.me-md-17{margin-right:68px!important}.me-md-18{margin-right:72px!important}.me-md-19{margin-right:76px!important}.me-md-20{margin-right:80px!important}.me-md-21{margin-right:84px!important}.me-md-22{margin-right:88px!important}.me-md-23{margin-right:92px!important}.me-md-24{margin-right:96px!important}.me-md-25{margin-right:100px!important}.me-md-26{margin-right:104px!important}.me-md-27{margin-right:108px!important}.me-md-30{margin-right:120px!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:4px!important}.mb-md-2{margin-bottom:8px!important}.mb-md-3{margin-bottom:12px!important}.mb-md-4{margin-bottom:16px!important}.mb-md-5{margin-bottom:20px!important}.mb-md-6{margin-bottom:24px!important}.mb-md-7{margin-bottom:28px!important}.mb-md-8{margin-bottom:32px!important}.mb-md-9{margin-bottom:36px!important}.mb-md-10{margin-bottom:40px!important}.mb-md-11{margin-bottom:44px!important}.mb-md-12{margin-bottom:48px!important}.mb-md-13{margin-bottom:52px!important}.mb-md-14{margin-bottom:56px!important}.mb-md-15{margin-bottom:60px!important}.mb-md-16{margin-bottom:64px!important}.mb-md-17{margin-bottom:68px!important}.mb-md-18{margin-bottom:72px!important}.mb-md-19{margin-bottom:76px!important}.mb-md-20{margin-bottom:80px!important}.mb-md-21{margin-bottom:84px!important}.mb-md-22{margin-bottom:88px!important}.mb-md-23{margin-bottom:92px!important}.mb-md-24{margin-bottom:96px!important}.mb-md-25{margin-bottom:100px!important}.mb-md-26{margin-bottom:104px!important}.mb-md-27{margin-bottom:108px!important}.mb-md-30{margin-bottom:120px!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:4px!important}.ms-md-2{margin-left:8px!important}.ms-md-3{margin-left:12px!important}.ms-md-4{margin-left:16px!important}.ms-md-5{margin-left:20px!important}.ms-md-6{margin-left:24px!important}.ms-md-7{margin-left:28px!important}.ms-md-8{margin-left:32px!important}.ms-md-9{margin-left:36px!important}.ms-md-10{margin-left:40px!important}.ms-md-11{margin-left:44px!important}.ms-md-12{margin-left:48px!important}.ms-md-13{margin-left:52px!important}.ms-md-14{margin-left:56px!important}.ms-md-15{margin-left:60px!important}.ms-md-16{margin-left:64px!important}.ms-md-17{margin-left:68px!important}.ms-md-18{margin-left:72px!important}.ms-md-19{margin-left:76px!important}.ms-md-20{margin-left:80px!important}.ms-md-21{margin-left:84px!important}.ms-md-22{margin-left:88px!important}.ms-md-23{margin-left:92px!important}.ms-md-24{margin-left:96px!important}.ms-md-25{margin-left:100px!important}.ms-md-26{margin-left:104px!important}.ms-md-27{margin-left:108px!important}.ms-md-30{margin-left:120px!important}.ms-md-auto{margin-left:auto!important}.m-md-n1{margin:-4px!important}.m-md-n2{margin:-8px!important}.m-md-n3{margin:-12px!important}.m-md-n4{margin:-16px!important}.m-md-n5{margin:-20px!important}.m-md-n6{margin:-24px!important}.m-md-n7{margin:-28px!important}.m-md-n8{margin:-32px!important}.m-md-n9{margin:-36px!important}.m-md-n10{margin:-40px!important}.m-md-n11{margin:-44px!important}.m-md-n12{margin:-48px!important}.m-md-n13{margin:-52px!important}.m-md-n14{margin:-56px!important}.m-md-n15{margin:-60px!important}.m-md-n16{margin:-64px!important}.m-md-n17{margin:-68px!important}.m-md-n18{margin:-72px!important}.m-md-n19{margin:-76px!important}.m-md-n20{margin:-80px!important}.m-md-n21{margin:-84px!important}.m-md-n22{margin:-88px!important}.m-md-n23{margin:-92px!important}.m-md-n24{margin:-96px!important}.m-md-n25{margin:-100px!important}.m-md-n26{margin:-104px!important}.m-md-n27{margin:-108px!important}.m-md-n30{margin:-120px!important}.mx-md-n1{margin-left:-4px!important;margin-right:-4px!important}.mx-md-n2{margin-left:-8px!important;margin-right:-8px!important}.mx-md-n3{margin-left:-12px!important;margin-right:-12px!important}.mx-md-n4{margin-left:-16px!important;margin-right:-16px!important}.mx-md-n5{margin-left:-20px!important;margin-right:-20px!important}.mx-md-n6{margin-left:-24px!important;margin-right:-24px!important}.mx-md-n7{margin-left:-28px!important;margin-right:-28px!important}.mx-md-n8{margin-left:-32px!important;margin-right:-32px!important}.mx-md-n9{margin-left:-36px!important;margin-right:-36px!important}.mx-md-n10{margin-left:-40px!important;margin-right:-40px!important}.mx-md-n11{margin-left:-44px!important;margin-right:-44px!important}.mx-md-n12{margin-left:-48px!important;margin-right:-48px!important}.mx-md-n13{margin-left:-52px!important;margin-right:-52px!important}.mx-md-n14{margin-left:-56px!important;margin-right:-56px!important}.mx-md-n15{margin-left:-60px!important;margin-right:-60px!important}.mx-md-n16{margin-left:-64px!important;margin-right:-64px!important}.mx-md-n17{margin-left:-68px!important;margin-right:-68px!important}.mx-md-n18{margin-left:-72px!important;margin-right:-72px!important}.mx-md-n19{margin-left:-76px!important;margin-right:-76px!important}.mx-md-n20{margin-left:-80px!important;margin-right:-80px!important}.mx-md-n21{margin-left:-84px!important;margin-right:-84px!important}.mx-md-n22{margin-left:-88px!important;margin-right:-88px!important}.mx-md-n23{margin-left:-92px!important;margin-right:-92px!important}.mx-md-n24{margin-left:-96px!important;margin-right:-96px!important}.mx-md-n25{margin-left:-100px!important;margin-right:-100px!important}.mx-md-n26{margin-left:-104px!important;margin-right:-104px!important}.mx-md-n27{margin-left:-108px!important;margin-right:-108px!important}.mx-md-n30{margin-left:-120px!important;margin-right:-120px!important}.my-md-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-md-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-md-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-md-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-md-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-md-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-md-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-md-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-md-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-md-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-md-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-md-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-md-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-md-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-md-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-md-n16{margin-top:-64px!important;margin-bottom:-64px!important}.my-md-n17{margin-top:-68px!important;margin-bottom:-68px!important}.my-md-n18{margin-top:-72px!important;margin-bottom:-72px!important}.my-md-n19{margin-top:-76px!important;margin-bottom:-76px!important}.my-md-n20{margin-top:-80px!important;margin-bottom:-80px!important}.my-md-n21{margin-top:-84px!important;margin-bottom:-84px!important}.my-md-n22{margin-top:-88px!important;margin-bottom:-88px!important}.my-md-n23{margin-top:-92px!important;margin-bottom:-92px!important}.my-md-n24{margin-top:-96px!important;margin-bottom:-96px!important}.my-md-n25{margin-top:-100px!important;margin-bottom:-100px!important}.my-md-n26{margin-top:-104px!important;margin-bottom:-104px!important}.my-md-n27{margin-top:-108px!important;margin-bottom:-108px!important}.my-md-n30{margin-top:-120px!important;margin-bottom:-120px!important}.mt-md-n1{margin-top:-4px!important}.mt-md-n2{margin-top:-8px!important}.mt-md-n3{margin-top:-12px!important}.mt-md-n4{margin-top:-16px!important}.mt-md-n5{margin-top:-20px!important}.mt-md-n6{margin-top:-24px!important}.mt-md-n7{margin-top:-28px!important}.mt-md-n8{margin-top:-32px!important}.mt-md-n9{margin-top:-36px!important}.mt-md-n10{margin-top:-40px!important}.mt-md-n11{margin-top:-44px!important}.mt-md-n12{margin-top:-48px!important}.mt-md-n13{margin-top:-52px!important}.mt-md-n14{margin-top:-56px!important}.mt-md-n15{margin-top:-60px!important}.mt-md-n16{margin-top:-64px!important}.mt-md-n17{margin-top:-68px!important}.mt-md-n18{margin-top:-72px!important}.mt-md-n19{margin-top:-76px!important}.mt-md-n20{margin-top:-80px!important}.mt-md-n21{margin-top:-84px!important}.mt-md-n22{margin-top:-88px!important}.mt-md-n23{margin-top:-92px!important}.mt-md-n24{margin-top:-96px!important}.mt-md-n25{margin-top:-100px!important}.mt-md-n26{margin-top:-104px!important}.mt-md-n27{margin-top:-108px!important}.mt-md-n30{margin-top:-120px!important}.me-md-n1{margin-right:-4px!important}.me-md-n2{margin-right:-8px!important}.me-md-n3{margin-right:-12px!important}.me-md-n4{margin-right:-16px!important}.me-md-n5{margin-right:-20px!important}.me-md-n6{margin-right:-24px!important}.me-md-n7{margin-right:-28px!important}.me-md-n8{margin-right:-32px!important}.me-md-n9{margin-right:-36px!important}.me-md-n10{margin-right:-40px!important}.me-md-n11{margin-right:-44px!important}.me-md-n12{margin-right:-48px!important}.me-md-n13{margin-right:-52px!important}.me-md-n14{margin-right:-56px!important}.me-md-n15{margin-right:-60px!important}.me-md-n16{margin-right:-64px!important}.me-md-n17{margin-right:-68px!important}.me-md-n18{margin-right:-72px!important}.me-md-n19{margin-right:-76px!important}.me-md-n20{margin-right:-80px!important}.me-md-n21{margin-right:-84px!important}.me-md-n22{margin-right:-88px!important}.me-md-n23{margin-right:-92px!important}.me-md-n24{margin-right:-96px!important}.me-md-n25{margin-right:-100px!important}.me-md-n26{margin-right:-104px!important}.me-md-n27{margin-right:-108px!important}.me-md-n30{margin-right:-120px!important}.mb-md-n1{margin-bottom:-4px!important}.mb-md-n2{margin-bottom:-8px!important}.mb-md-n3{margin-bottom:-12px!important}.mb-md-n4{margin-bottom:-16px!important}.mb-md-n5{margin-bottom:-20px!important}.mb-md-n6{margin-bottom:-24px!important}.mb-md-n7{margin-bottom:-28px!important}.mb-md-n8{margin-bottom:-32px!important}.mb-md-n9{margin-bottom:-36px!important}.mb-md-n10{margin-bottom:-40px!important}.mb-md-n11{margin-bottom:-44px!important}.mb-md-n12{margin-bottom:-48px!important}.mb-md-n13{margin-bottom:-52px!important}.mb-md-n14{margin-bottom:-56px!important}.mb-md-n15{margin-bottom:-60px!important}.mb-md-n16{margin-bottom:-64px!important}.mb-md-n17{margin-bottom:-68px!important}.mb-md-n18{margin-bottom:-72px!important}.mb-md-n19{margin-bottom:-76px!important}.mb-md-n20{margin-bottom:-80px!important}.mb-md-n21{margin-bottom:-84px!important}.mb-md-n22{margin-bottom:-88px!important}.mb-md-n23{margin-bottom:-92px!important}.mb-md-n24{margin-bottom:-96px!important}.mb-md-n25{margin-bottom:-100px!important}.mb-md-n26{margin-bottom:-104px!important}.mb-md-n27{margin-bottom:-108px!important}.mb-md-n30{margin-bottom:-120px!important}.ms-md-n1{margin-left:-4px!important}.ms-md-n2{margin-left:-8px!important}.ms-md-n3{margin-left:-12px!important}.ms-md-n4{margin-left:-16px!important}.ms-md-n5{margin-left:-20px!important}.ms-md-n6{margin-left:-24px!important}.ms-md-n7{margin-left:-28px!important}.ms-md-n8{margin-left:-32px!important}.ms-md-n9{margin-left:-36px!important}.ms-md-n10{margin-left:-40px!important}.ms-md-n11{margin-left:-44px!important}.ms-md-n12{margin-left:-48px!important}.ms-md-n13{margin-left:-52px!important}.ms-md-n14{margin-left:-56px!important}.ms-md-n15{margin-left:-60px!important}.ms-md-n16{margin-left:-64px!important}.ms-md-n17{margin-left:-68px!important}.ms-md-n18{margin-left:-72px!important}.ms-md-n19{margin-left:-76px!important}.ms-md-n20{margin-left:-80px!important}.ms-md-n21{margin-left:-84px!important}.ms-md-n22{margin-left:-88px!important}.ms-md-n23{margin-left:-92px!important}.ms-md-n24{margin-left:-96px!important}.ms-md-n25{margin-left:-100px!important}.ms-md-n26{margin-left:-104px!important}.ms-md-n27{margin-left:-108px!important}.ms-md-n30{margin-left:-120px!important}.p-md-0{padding:0!important}.p-md-1{padding:4px!important}.p-md-2{padding:8px!important}.p-md-3{padding:12px!important}.p-md-4{padding:16px!important}.p-md-5{padding:20px!important}.p-md-6{padding:24px!important}.p-md-7{padding:28px!important}.p-md-8{padding:32px!important}.p-md-9{padding:36px!important}.p-md-10{padding:40px!important}.p-md-11{padding:44px!important}.p-md-12{padding:48px!important}.p-md-13{padding:52px!important}.p-md-14{padding:56px!important}.p-md-15{padding:60px!important}.p-md-16{padding:64px!important}.p-md-17{padding:68px!important}.p-md-18{padding:72px!important}.p-md-19{padding:76px!important}.p-md-20{padding:80px!important}.p-md-21{padding:84px!important}.p-md-22{padding:88px!important}.p-md-23{padding:92px!important}.p-md-24{padding:96px!important}.p-md-25{padding:100px!important}.p-md-26{padding:104px!important}.p-md-27{padding:108px!important}.p-md-30{padding:120px!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:4px!important;padding-right:4px!important}.px-md-2{padding-left:8px!important;padding-right:8px!important}.px-md-3{padding-left:12px!important;padding-right:12px!important}.px-md-4{padding-left:16px!important;padding-right:16px!important}.px-md-5{padding-left:20px!important;padding-right:20px!important}.px-md-6{padding-left:24px!important;padding-right:24px!important}.px-md-7{padding-left:28px!important;padding-right:28px!important}.px-md-8{padding-left:32px!important;padding-right:32px!important}.px-md-9{padding-left:36px!important;padding-right:36px!important}.px-md-10{padding-left:40px!important;padding-right:40px!important}.px-md-11{padding-left:44px!important;padding-right:44px!important}.px-md-12{padding-left:48px!important;padding-right:48px!important}.px-md-13{padding-left:52px!important;padding-right:52px!important}.px-md-14{padding-left:56px!important;padding-right:56px!important}.px-md-15{padding-left:60px!important;padding-right:60px!important}.px-md-16{padding-left:64px!important;padding-right:64px!important}.px-md-17{padding-left:68px!important;padding-right:68px!important}.px-md-18{padding-left:72px!important;padding-right:72px!important}.px-md-19{padding-left:76px!important;padding-right:76px!important}.px-md-20{padding-left:80px!important;padding-right:80px!important}.px-md-21{padding-left:84px!important;padding-right:84px!important}.px-md-22{padding-left:88px!important;padding-right:88px!important}.px-md-23{padding-left:92px!important;padding-right:92px!important}.px-md-24{padding-left:96px!important;padding-right:96px!important}.px-md-25{padding-left:100px!important;padding-right:100px!important}.px-md-26{padding-left:104px!important;padding-right:104px!important}.px-md-27{padding-left:108px!important;padding-right:108px!important}.px-md-30{padding-left:120px!important;padding-right:120px!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:4px!important;padding-bottom:4px!important}.py-md-2{padding-top:8px!important;padding-bottom:8px!important}.py-md-3{padding-top:12px!important;padding-bottom:12px!important}.py-md-4{padding-top:16px!important;padding-bottom:16px!important}.py-md-5{padding-top:20px!important;padding-bottom:20px!important}.py-md-6{padding-top:24px!important;padding-bottom:24px!important}.py-md-7{padding-top:28px!important;padding-bottom:28px!important}.py-md-8{padding-top:32px!important;padding-bottom:32px!important}.py-md-9{padding-top:36px!important;padding-bottom:36px!important}.py-md-10{padding-top:40px!important;padding-bottom:40px!important}.py-md-11{padding-top:44px!important;padding-bottom:44px!important}.py-md-12{padding-top:48px!important;padding-bottom:48px!important}.py-md-13{padding-top:52px!important;padding-bottom:52px!important}.py-md-14{padding-top:56px!important;padding-bottom:56px!important}.py-md-15{padding-top:60px!important;padding-bottom:60px!important}.py-md-16{padding-top:64px!important;padding-bottom:64px!important}.py-md-17{padding-top:68px!important;padding-bottom:68px!important}.py-md-18{padding-top:72px!important;padding-bottom:72px!important}.py-md-19{padding-top:76px!important;padding-bottom:76px!important}.py-md-20{padding-top:80px!important;padding-bottom:80px!important}.py-md-21{padding-top:84px!important;padding-bottom:84px!important}.py-md-22{padding-top:88px!important;padding-bottom:88px!important}.py-md-23{padding-top:92px!important;padding-bottom:92px!important}.py-md-24{padding-top:96px!important;padding-bottom:96px!important}.py-md-25{padding-top:100px!important;padding-bottom:100px!important}.py-md-26{padding-top:104px!important;padding-bottom:104px!important}.py-md-27{padding-top:108px!important;padding-bottom:108px!important}.py-md-30{padding-top:120px!important;padding-bottom:120px!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:4px!important}.pt-md-2{padding-top:8px!important}.pt-md-3{padding-top:12px!important}.pt-md-4{padding-top:16px!important}.pt-md-5{padding-top:20px!important}.pt-md-6{padding-top:24px!important}.pt-md-7{padding-top:28px!important}.pt-md-8{padding-top:32px!important}.pt-md-9{padding-top:36px!important}.pt-md-10{padding-top:40px!important}.pt-md-11{padding-top:44px!important}.pt-md-12{padding-top:48px!important}.pt-md-13{padding-top:52px!important}.pt-md-14{padding-top:56px!important}.pt-md-15{padding-top:60px!important}.pt-md-16{padding-top:64px!important}.pt-md-17{padding-top:68px!important}.pt-md-18{padding-top:72px!important}.pt-md-19{padding-top:76px!important}.pt-md-20{padding-top:80px!important}.pt-md-21{padding-top:84px!important}.pt-md-22{padding-top:88px!important}.pt-md-23{padding-top:92px!important}.pt-md-24{padding-top:96px!important}.pt-md-25{padding-top:100px!important}.pt-md-26{padding-top:104px!important}.pt-md-27{padding-top:108px!important}.pt-md-30{padding-top:120px!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:4px!important}.pe-md-2{padding-right:8px!important}.pe-md-3{padding-right:12px!important}.pe-md-4{padding-right:16px!important}.pe-md-5{padding-right:20px!important}.pe-md-6{padding-right:24px!important}.pe-md-7{padding-right:28px!important}.pe-md-8{padding-right:32px!important}.pe-md-9{padding-right:36px!important}.pe-md-10{padding-right:40px!important}.pe-md-11{padding-right:44px!important}.pe-md-12{padding-right:48px!important}.pe-md-13{padding-right:52px!important}.pe-md-14{padding-right:56px!important}.pe-md-15{padding-right:60px!important}.pe-md-16{padding-right:64px!important}.pe-md-17{padding-right:68px!important}.pe-md-18{padding-right:72px!important}.pe-md-19{padding-right:76px!important}.pe-md-20{padding-right:80px!important}.pe-md-21{padding-right:84px!important}.pe-md-22{padding-right:88px!important}.pe-md-23{padding-right:92px!important}.pe-md-24{padding-right:96px!important}.pe-md-25{padding-right:100px!important}.pe-md-26{padding-right:104px!important}.pe-md-27{padding-right:108px!important}.pe-md-30{padding-right:120px!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:4px!important}.pb-md-2{padding-bottom:8px!important}.pb-md-3{padding-bottom:12px!important}.pb-md-4{padding-bottom:16px!important}.pb-md-5{padding-bottom:20px!important}.pb-md-6{padding-bottom:24px!important}.pb-md-7{padding-bottom:28px!important}.pb-md-8{padding-bottom:32px!important}.pb-md-9{padding-bottom:36px!important}.pb-md-10{padding-bottom:40px!important}.pb-md-11{padding-bottom:44px!important}.pb-md-12{padding-bottom:48px!important}.pb-md-13{padding-bottom:52px!important}.pb-md-14{padding-bottom:56px!important}.pb-md-15{padding-bottom:60px!important}.pb-md-16{padding-bottom:64px!important}.pb-md-17{padding-bottom:68px!important}.pb-md-18{padding-bottom:72px!important}.pb-md-19{padding-bottom:76px!important}.pb-md-20{padding-bottom:80px!important}.pb-md-21{padding-bottom:84px!important}.pb-md-22{padding-bottom:88px!important}.pb-md-23{padding-bottom:92px!important}.pb-md-24{padding-bottom:96px!important}.pb-md-25{padding-bottom:100px!important}.pb-md-26{padding-bottom:104px!important}.pb-md-27{padding-bottom:108px!important}.pb-md-30{padding-bottom:120px!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:4px!important}.ps-md-2{padding-left:8px!important}.ps-md-3{padding-left:12px!important}.ps-md-4{padding-left:16px!important}.ps-md-5{padding-left:20px!important}.ps-md-6{padding-left:24px!important}.ps-md-7{padding-left:28px!important}.ps-md-8{padding-left:32px!important}.ps-md-9{padding-left:36px!important}.ps-md-10{padding-left:40px!important}.ps-md-11{padding-left:44px!important}.ps-md-12{padding-left:48px!important}.ps-md-13{padding-left:52px!important}.ps-md-14{padding-left:56px!important}.ps-md-15{padding-left:60px!important}.ps-md-16{padding-left:64px!important}.ps-md-17{padding-left:68px!important}.ps-md-18{padding-left:72px!important}.ps-md-19{padding-left:76px!important}.ps-md-20{padding-left:80px!important}.ps-md-21{padding-left:84px!important}.ps-md-22{padding-left:88px!important}.ps-md-23{padding-left:92px!important}.ps-md-24{padding-left:96px!important}.ps-md-25{padding-left:100px!important}.ps-md-26{padding-left:104px!important}.ps-md-27{padding-left:108px!important}.ps-md-30{padding-left:120px!important}.gap-md-0{gap:0!important}.gap-md-1{gap:4px!important}.gap-md-2{gap:8px!important}.gap-md-3{gap:12px!important}.gap-md-4{gap:16px!important}.gap-md-5{gap:20px!important}.gap-md-6{gap:24px!important}.gap-md-7{gap:28px!important}.gap-md-8{gap:32px!important}.gap-md-9{gap:36px!important}.gap-md-10{gap:40px!important}.gap-md-11{gap:44px!important}.gap-md-12{gap:48px!important}.gap-md-13{gap:52px!important}.gap-md-14{gap:56px!important}.gap-md-15{gap:60px!important}.gap-md-16{gap:64px!important}.gap-md-17{gap:68px!important}.gap-md-18{gap:72px!important}.gap-md-19{gap:76px!important}.gap-md-20{gap:80px!important}.gap-md-21{gap:84px!important}.gap-md-22{gap:88px!important}.gap-md-23{gap:92px!important}.gap-md-24{gap:96px!important}.gap-md-25{gap:100px!important}.gap-md-26{gap:104px!important}.gap-md-27{gap:108px!important}.gap-md-30{gap:120px!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:4px!important}.row-gap-md-2{row-gap:8px!important}.row-gap-md-3{row-gap:12px!important}.row-gap-md-4{row-gap:16px!important}.row-gap-md-5{row-gap:20px!important}.row-gap-md-6{row-gap:24px!important}.row-gap-md-7{row-gap:28px!important}.row-gap-md-8{row-gap:32px!important}.row-gap-md-9{row-gap:36px!important}.row-gap-md-10{row-gap:40px!important}.row-gap-md-11{row-gap:44px!important}.row-gap-md-12{row-gap:48px!important}.row-gap-md-13{row-gap:52px!important}.row-gap-md-14{row-gap:56px!important}.row-gap-md-15{row-gap:60px!important}.row-gap-md-16{row-gap:64px!important}.row-gap-md-17{row-gap:68px!important}.row-gap-md-18{row-gap:72px!important}.row-gap-md-19{row-gap:76px!important}.row-gap-md-20{row-gap:80px!important}.row-gap-md-21{row-gap:84px!important}.row-gap-md-22{row-gap:88px!important}.row-gap-md-23{row-gap:92px!important}.row-gap-md-24{row-gap:96px!important}.row-gap-md-25{row-gap:100px!important}.row-gap-md-26{row-gap:104px!important}.row-gap-md-27{row-gap:108px!important}.row-gap-md-30{row-gap:120px!important}.column-gap-md-0{column-gap:0!important}.column-gap-md-1{column-gap:4px!important}.column-gap-md-2{column-gap:8px!important}.column-gap-md-3{column-gap:12px!important}.column-gap-md-4{column-gap:16px!important}.column-gap-md-5{column-gap:20px!important}.column-gap-md-6{column-gap:24px!important}.column-gap-md-7{column-gap:28px!important}.column-gap-md-8{column-gap:32px!important}.column-gap-md-9{column-gap:36px!important}.column-gap-md-10{column-gap:40px!important}.column-gap-md-11{column-gap:44px!important}.column-gap-md-12{column-gap:48px!important}.column-gap-md-13{column-gap:52px!important}.column-gap-md-14{column-gap:56px!important}.column-gap-md-15{column-gap:60px!important}.column-gap-md-16{column-gap:64px!important}.column-gap-md-17{column-gap:68px!important}.column-gap-md-18{column-gap:72px!important}.column-gap-md-19{column-gap:76px!important}.column-gap-md-20{column-gap:80px!important}.column-gap-md-21{column-gap:84px!important}.column-gap-md-22{column-gap:88px!important}.column-gap-md-23{column-gap:92px!important}.column-gap-md-24{column-gap:96px!important}.column-gap-md-25{column-gap:100px!important}.column-gap-md-26{column-gap:104px!important}.column-gap-md-27{column-gap:108px!important}.column-gap-md-30{column-gap:120px!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (width>=992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{object-fit:contain!important}.object-fit-lg-cover{object-fit:cover!important}.object-fit-lg-fill{object-fit:fill!important}.object-fit-lg-scale{object-fit:scale-down!important}.object-fit-lg-none{object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:4px!important}.m-lg-2{margin:8px!important}.m-lg-3{margin:12px!important}.m-lg-4{margin:16px!important}.m-lg-5{margin:20px!important}.m-lg-6{margin:24px!important}.m-lg-7{margin:28px!important}.m-lg-8{margin:32px!important}.m-lg-9{margin:36px!important}.m-lg-10{margin:40px!important}.m-lg-11{margin:44px!important}.m-lg-12{margin:48px!important}.m-lg-13{margin:52px!important}.m-lg-14{margin:56px!important}.m-lg-15{margin:60px!important}.m-lg-16{margin:64px!important}.m-lg-17{margin:68px!important}.m-lg-18{margin:72px!important}.m-lg-19{margin:76px!important}.m-lg-20{margin:80px!important}.m-lg-21{margin:84px!important}.m-lg-22{margin:88px!important}.m-lg-23{margin:92px!important}.m-lg-24{margin:96px!important}.m-lg-25{margin:100px!important}.m-lg-26{margin:104px!important}.m-lg-27{margin:108px!important}.m-lg-30{margin:120px!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:4px!important;margin-right:4px!important}.mx-lg-2{margin-left:8px!important;margin-right:8px!important}.mx-lg-3{margin-left:12px!important;margin-right:12px!important}.mx-lg-4{margin-left:16px!important;margin-right:16px!important}.mx-lg-5{margin-left:20px!important;margin-right:20px!important}.mx-lg-6{margin-left:24px!important;margin-right:24px!important}.mx-lg-7{margin-left:28px!important;margin-right:28px!important}.mx-lg-8{margin-left:32px!important;margin-right:32px!important}.mx-lg-9{margin-left:36px!important;margin-right:36px!important}.mx-lg-10{margin-left:40px!important;margin-right:40px!important}.mx-lg-11{margin-left:44px!important;margin-right:44px!important}.mx-lg-12{margin-left:48px!important;margin-right:48px!important}.mx-lg-13{margin-left:52px!important;margin-right:52px!important}.mx-lg-14{margin-left:56px!important;margin-right:56px!important}.mx-lg-15{margin-left:60px!important;margin-right:60px!important}.mx-lg-16{margin-left:64px!important;margin-right:64px!important}.mx-lg-17{margin-left:68px!important;margin-right:68px!important}.mx-lg-18{margin-left:72px!important;margin-right:72px!important}.mx-lg-19{margin-left:76px!important;margin-right:76px!important}.mx-lg-20{margin-left:80px!important;margin-right:80px!important}.mx-lg-21{margin-left:84px!important;margin-right:84px!important}.mx-lg-22{margin-left:88px!important;margin-right:88px!important}.mx-lg-23{margin-left:92px!important;margin-right:92px!important}.mx-lg-24{margin-left:96px!important;margin-right:96px!important}.mx-lg-25{margin-left:100px!important;margin-right:100px!important}.mx-lg-26{margin-left:104px!important;margin-right:104px!important}.mx-lg-27{margin-left:108px!important;margin-right:108px!important}.mx-lg-30{margin-left:120px!important;margin-right:120px!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:4px!important;margin-bottom:4px!important}.my-lg-2{margin-top:8px!important;margin-bottom:8px!important}.my-lg-3{margin-top:12px!important;margin-bottom:12px!important}.my-lg-4{margin-top:16px!important;margin-bottom:16px!important}.my-lg-5{margin-top:20px!important;margin-bottom:20px!important}.my-lg-6{margin-top:24px!important;margin-bottom:24px!important}.my-lg-7{margin-top:28px!important;margin-bottom:28px!important}.my-lg-8{margin-top:32px!important;margin-bottom:32px!important}.my-lg-9{margin-top:36px!important;margin-bottom:36px!important}.my-lg-10{margin-top:40px!important;margin-bottom:40px!important}.my-lg-11{margin-top:44px!important;margin-bottom:44px!important}.my-lg-12{margin-top:48px!important;margin-bottom:48px!important}.my-lg-13{margin-top:52px!important;margin-bottom:52px!important}.my-lg-14{margin-top:56px!important;margin-bottom:56px!important}.my-lg-15{margin-top:60px!important;margin-bottom:60px!important}.my-lg-16{margin-top:64px!important;margin-bottom:64px!important}.my-lg-17{margin-top:68px!important;margin-bottom:68px!important}.my-lg-18{margin-top:72px!important;margin-bottom:72px!important}.my-lg-19{margin-top:76px!important;margin-bottom:76px!important}.my-lg-20{margin-top:80px!important;margin-bottom:80px!important}.my-lg-21{margin-top:84px!important;margin-bottom:84px!important}.my-lg-22{margin-top:88px!important;margin-bottom:88px!important}.my-lg-23{margin-top:92px!important;margin-bottom:92px!important}.my-lg-24{margin-top:96px!important;margin-bottom:96px!important}.my-lg-25{margin-top:100px!important;margin-bottom:100px!important}.my-lg-26{margin-top:104px!important;margin-bottom:104px!important}.my-lg-27{margin-top:108px!important;margin-bottom:108px!important}.my-lg-30{margin-top:120px!important;margin-bottom:120px!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:4px!important}.mt-lg-2{margin-top:8px!important}.mt-lg-3{margin-top:12px!important}.mt-lg-4{margin-top:16px!important}.mt-lg-5{margin-top:20px!important}.mt-lg-6{margin-top:24px!important}.mt-lg-7{margin-top:28px!important}.mt-lg-8{margin-top:32px!important}.mt-lg-9{margin-top:36px!important}.mt-lg-10{margin-top:40px!important}.mt-lg-11{margin-top:44px!important}.mt-lg-12{margin-top:48px!important}.mt-lg-13{margin-top:52px!important}.mt-lg-14{margin-top:56px!important}.mt-lg-15{margin-top:60px!important}.mt-lg-16{margin-top:64px!important}.mt-lg-17{margin-top:68px!important}.mt-lg-18{margin-top:72px!important}.mt-lg-19{margin-top:76px!important}.mt-lg-20{margin-top:80px!important}.mt-lg-21{margin-top:84px!important}.mt-lg-22{margin-top:88px!important}.mt-lg-23{margin-top:92px!important}.mt-lg-24{margin-top:96px!important}.mt-lg-25{margin-top:100px!important}.mt-lg-26{margin-top:104px!important}.mt-lg-27{margin-top:108px!important}.mt-lg-30{margin-top:120px!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:4px!important}.me-lg-2{margin-right:8px!important}.me-lg-3{margin-right:12px!important}.me-lg-4{margin-right:16px!important}.me-lg-5{margin-right:20px!important}.me-lg-6{margin-right:24px!important}.me-lg-7{margin-right:28px!important}.me-lg-8{margin-right:32px!important}.me-lg-9{margin-right:36px!important}.me-lg-10{margin-right:40px!important}.me-lg-11{margin-right:44px!important}.me-lg-12{margin-right:48px!important}.me-lg-13{margin-right:52px!important}.me-lg-14{margin-right:56px!important}.me-lg-15{margin-right:60px!important}.me-lg-16{margin-right:64px!important}.me-lg-17{margin-right:68px!important}.me-lg-18{margin-right:72px!important}.me-lg-19{margin-right:76px!important}.me-lg-20{margin-right:80px!important}.me-lg-21{margin-right:84px!important}.me-lg-22{margin-right:88px!important}.me-lg-23{margin-right:92px!important}.me-lg-24{margin-right:96px!important}.me-lg-25{margin-right:100px!important}.me-lg-26{margin-right:104px!important}.me-lg-27{margin-right:108px!important}.me-lg-30{margin-right:120px!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:4px!important}.mb-lg-2{margin-bottom:8px!important}.mb-lg-3{margin-bottom:12px!important}.mb-lg-4{margin-bottom:16px!important}.mb-lg-5{margin-bottom:20px!important}.mb-lg-6{margin-bottom:24px!important}.mb-lg-7{margin-bottom:28px!important}.mb-lg-8{margin-bottom:32px!important}.mb-lg-9{margin-bottom:36px!important}.mb-lg-10{margin-bottom:40px!important}.mb-lg-11{margin-bottom:44px!important}.mb-lg-12{margin-bottom:48px!important}.mb-lg-13{margin-bottom:52px!important}.mb-lg-14{margin-bottom:56px!important}.mb-lg-15{margin-bottom:60px!important}.mb-lg-16{margin-bottom:64px!important}.mb-lg-17{margin-bottom:68px!important}.mb-lg-18{margin-bottom:72px!important}.mb-lg-19{margin-bottom:76px!important}.mb-lg-20{margin-bottom:80px!important}.mb-lg-21{margin-bottom:84px!important}.mb-lg-22{margin-bottom:88px!important}.mb-lg-23{margin-bottom:92px!important}.mb-lg-24{margin-bottom:96px!important}.mb-lg-25{margin-bottom:100px!important}.mb-lg-26{margin-bottom:104px!important}.mb-lg-27{margin-bottom:108px!important}.mb-lg-30{margin-bottom:120px!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:4px!important}.ms-lg-2{margin-left:8px!important}.ms-lg-3{margin-left:12px!important}.ms-lg-4{margin-left:16px!important}.ms-lg-5{margin-left:20px!important}.ms-lg-6{margin-left:24px!important}.ms-lg-7{margin-left:28px!important}.ms-lg-8{margin-left:32px!important}.ms-lg-9{margin-left:36px!important}.ms-lg-10{margin-left:40px!important}.ms-lg-11{margin-left:44px!important}.ms-lg-12{margin-left:48px!important}.ms-lg-13{margin-left:52px!important}.ms-lg-14{margin-left:56px!important}.ms-lg-15{margin-left:60px!important}.ms-lg-16{margin-left:64px!important}.ms-lg-17{margin-left:68px!important}.ms-lg-18{margin-left:72px!important}.ms-lg-19{margin-left:76px!important}.ms-lg-20{margin-left:80px!important}.ms-lg-21{margin-left:84px!important}.ms-lg-22{margin-left:88px!important}.ms-lg-23{margin-left:92px!important}.ms-lg-24{margin-left:96px!important}.ms-lg-25{margin-left:100px!important}.ms-lg-26{margin-left:104px!important}.ms-lg-27{margin-left:108px!important}.ms-lg-30{margin-left:120px!important}.ms-lg-auto{margin-left:auto!important}.m-lg-n1{margin:-4px!important}.m-lg-n2{margin:-8px!important}.m-lg-n3{margin:-12px!important}.m-lg-n4{margin:-16px!important}.m-lg-n5{margin:-20px!important}.m-lg-n6{margin:-24px!important}.m-lg-n7{margin:-28px!important}.m-lg-n8{margin:-32px!important}.m-lg-n9{margin:-36px!important}.m-lg-n10{margin:-40px!important}.m-lg-n11{margin:-44px!important}.m-lg-n12{margin:-48px!important}.m-lg-n13{margin:-52px!important}.m-lg-n14{margin:-56px!important}.m-lg-n15{margin:-60px!important}.m-lg-n16{margin:-64px!important}.m-lg-n17{margin:-68px!important}.m-lg-n18{margin:-72px!important}.m-lg-n19{margin:-76px!important}.m-lg-n20{margin:-80px!important}.m-lg-n21{margin:-84px!important}.m-lg-n22{margin:-88px!important}.m-lg-n23{margin:-92px!important}.m-lg-n24{margin:-96px!important}.m-lg-n25{margin:-100px!important}.m-lg-n26{margin:-104px!important}.m-lg-n27{margin:-108px!important}.m-lg-n30{margin:-120px!important}.mx-lg-n1{margin-left:-4px!important;margin-right:-4px!important}.mx-lg-n2{margin-left:-8px!important;margin-right:-8px!important}.mx-lg-n3{margin-left:-12px!important;margin-right:-12px!important}.mx-lg-n4{margin-left:-16px!important;margin-right:-16px!important}.mx-lg-n5{margin-left:-20px!important;margin-right:-20px!important}.mx-lg-n6{margin-left:-24px!important;margin-right:-24px!important}.mx-lg-n7{margin-left:-28px!important;margin-right:-28px!important}.mx-lg-n8{margin-left:-32px!important;margin-right:-32px!important}.mx-lg-n9{margin-left:-36px!important;margin-right:-36px!important}.mx-lg-n10{margin-left:-40px!important;margin-right:-40px!important}.mx-lg-n11{margin-left:-44px!important;margin-right:-44px!important}.mx-lg-n12{margin-left:-48px!important;margin-right:-48px!important}.mx-lg-n13{margin-left:-52px!important;margin-right:-52px!important}.mx-lg-n14{margin-left:-56px!important;margin-right:-56px!important}.mx-lg-n15{margin-left:-60px!important;margin-right:-60px!important}.mx-lg-n16{margin-left:-64px!important;margin-right:-64px!important}.mx-lg-n17{margin-left:-68px!important;margin-right:-68px!important}.mx-lg-n18{margin-left:-72px!important;margin-right:-72px!important}.mx-lg-n19{margin-left:-76px!important;margin-right:-76px!important}.mx-lg-n20{margin-left:-80px!important;margin-right:-80px!important}.mx-lg-n21{margin-left:-84px!important;margin-right:-84px!important}.mx-lg-n22{margin-left:-88px!important;margin-right:-88px!important}.mx-lg-n23{margin-left:-92px!important;margin-right:-92px!important}.mx-lg-n24{margin-left:-96px!important;margin-right:-96px!important}.mx-lg-n25{margin-left:-100px!important;margin-right:-100px!important}.mx-lg-n26{margin-left:-104px!important;margin-right:-104px!important}.mx-lg-n27{margin-left:-108px!important;margin-right:-108px!important}.mx-lg-n30{margin-left:-120px!important;margin-right:-120px!important}.my-lg-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-lg-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-lg-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-lg-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-lg-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-lg-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-lg-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-lg-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-lg-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-lg-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-lg-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-lg-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-lg-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-lg-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-lg-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-lg-n16{margin-top:-64px!important;margin-bottom:-64px!important}.my-lg-n17{margin-top:-68px!important;margin-bottom:-68px!important}.my-lg-n18{margin-top:-72px!important;margin-bottom:-72px!important}.my-lg-n19{margin-top:-76px!important;margin-bottom:-76px!important}.my-lg-n20{margin-top:-80px!important;margin-bottom:-80px!important}.my-lg-n21{margin-top:-84px!important;margin-bottom:-84px!important}.my-lg-n22{margin-top:-88px!important;margin-bottom:-88px!important}.my-lg-n23{margin-top:-92px!important;margin-bottom:-92px!important}.my-lg-n24{margin-top:-96px!important;margin-bottom:-96px!important}.my-lg-n25{margin-top:-100px!important;margin-bottom:-100px!important}.my-lg-n26{margin-top:-104px!important;margin-bottom:-104px!important}.my-lg-n27{margin-top:-108px!important;margin-bottom:-108px!important}.my-lg-n30{margin-top:-120px!important;margin-bottom:-120px!important}.mt-lg-n1{margin-top:-4px!important}.mt-lg-n2{margin-top:-8px!important}.mt-lg-n3{margin-top:-12px!important}.mt-lg-n4{margin-top:-16px!important}.mt-lg-n5{margin-top:-20px!important}.mt-lg-n6{margin-top:-24px!important}.mt-lg-n7{margin-top:-28px!important}.mt-lg-n8{margin-top:-32px!important}.mt-lg-n9{margin-top:-36px!important}.mt-lg-n10{margin-top:-40px!important}.mt-lg-n11{margin-top:-44px!important}.mt-lg-n12{margin-top:-48px!important}.mt-lg-n13{margin-top:-52px!important}.mt-lg-n14{margin-top:-56px!important}.mt-lg-n15{margin-top:-60px!important}.mt-lg-n16{margin-top:-64px!important}.mt-lg-n17{margin-top:-68px!important}.mt-lg-n18{margin-top:-72px!important}.mt-lg-n19{margin-top:-76px!important}.mt-lg-n20{margin-top:-80px!important}.mt-lg-n21{margin-top:-84px!important}.mt-lg-n22{margin-top:-88px!important}.mt-lg-n23{margin-top:-92px!important}.mt-lg-n24{margin-top:-96px!important}.mt-lg-n25{margin-top:-100px!important}.mt-lg-n26{margin-top:-104px!important}.mt-lg-n27{margin-top:-108px!important}.mt-lg-n30{margin-top:-120px!important}.me-lg-n1{margin-right:-4px!important}.me-lg-n2{margin-right:-8px!important}.me-lg-n3{margin-right:-12px!important}.me-lg-n4{margin-right:-16px!important}.me-lg-n5{margin-right:-20px!important}.me-lg-n6{margin-right:-24px!important}.me-lg-n7{margin-right:-28px!important}.me-lg-n8{margin-right:-32px!important}.me-lg-n9{margin-right:-36px!important}.me-lg-n10{margin-right:-40px!important}.me-lg-n11{margin-right:-44px!important}.me-lg-n12{margin-right:-48px!important}.me-lg-n13{margin-right:-52px!important}.me-lg-n14{margin-right:-56px!important}.me-lg-n15{margin-right:-60px!important}.me-lg-n16{margin-right:-64px!important}.me-lg-n17{margin-right:-68px!important}.me-lg-n18{margin-right:-72px!important}.me-lg-n19{margin-right:-76px!important}.me-lg-n20{margin-right:-80px!important}.me-lg-n21{margin-right:-84px!important}.me-lg-n22{margin-right:-88px!important}.me-lg-n23{margin-right:-92px!important}.me-lg-n24{margin-right:-96px!important}.me-lg-n25{margin-right:-100px!important}.me-lg-n26{margin-right:-104px!important}.me-lg-n27{margin-right:-108px!important}.me-lg-n30{margin-right:-120px!important}.mb-lg-n1{margin-bottom:-4px!important}.mb-lg-n2{margin-bottom:-8px!important}.mb-lg-n3{margin-bottom:-12px!important}.mb-lg-n4{margin-bottom:-16px!important}.mb-lg-n5{margin-bottom:-20px!important}.mb-lg-n6{margin-bottom:-24px!important}.mb-lg-n7{margin-bottom:-28px!important}.mb-lg-n8{margin-bottom:-32px!important}.mb-lg-n9{margin-bottom:-36px!important}.mb-lg-n10{margin-bottom:-40px!important}.mb-lg-n11{margin-bottom:-44px!important}.mb-lg-n12{margin-bottom:-48px!important}.mb-lg-n13{margin-bottom:-52px!important}.mb-lg-n14{margin-bottom:-56px!important}.mb-lg-n15{margin-bottom:-60px!important}.mb-lg-n16{margin-bottom:-64px!important}.mb-lg-n17{margin-bottom:-68px!important}.mb-lg-n18{margin-bottom:-72px!important}.mb-lg-n19{margin-bottom:-76px!important}.mb-lg-n20{margin-bottom:-80px!important}.mb-lg-n21{margin-bottom:-84px!important}.mb-lg-n22{margin-bottom:-88px!important}.mb-lg-n23{margin-bottom:-92px!important}.mb-lg-n24{margin-bottom:-96px!important}.mb-lg-n25{margin-bottom:-100px!important}.mb-lg-n26{margin-bottom:-104px!important}.mb-lg-n27{margin-bottom:-108px!important}.mb-lg-n30{margin-bottom:-120px!important}.ms-lg-n1{margin-left:-4px!important}.ms-lg-n2{margin-left:-8px!important}.ms-lg-n3{margin-left:-12px!important}.ms-lg-n4{margin-left:-16px!important}.ms-lg-n5{margin-left:-20px!important}.ms-lg-n6{margin-left:-24px!important}.ms-lg-n7{margin-left:-28px!important}.ms-lg-n8{margin-left:-32px!important}.ms-lg-n9{margin-left:-36px!important}.ms-lg-n10{margin-left:-40px!important}.ms-lg-n11{margin-left:-44px!important}.ms-lg-n12{margin-left:-48px!important}.ms-lg-n13{margin-left:-52px!important}.ms-lg-n14{margin-left:-56px!important}.ms-lg-n15{margin-left:-60px!important}.ms-lg-n16{margin-left:-64px!important}.ms-lg-n17{margin-left:-68px!important}.ms-lg-n18{margin-left:-72px!important}.ms-lg-n19{margin-left:-76px!important}.ms-lg-n20{margin-left:-80px!important}.ms-lg-n21{margin-left:-84px!important}.ms-lg-n22{margin-left:-88px!important}.ms-lg-n23{margin-left:-92px!important}.ms-lg-n24{margin-left:-96px!important}.ms-lg-n25{margin-left:-100px!important}.ms-lg-n26{margin-left:-104px!important}.ms-lg-n27{margin-left:-108px!important}.ms-lg-n30{margin-left:-120px!important}.p-lg-0{padding:0!important}.p-lg-1{padding:4px!important}.p-lg-2{padding:8px!important}.p-lg-3{padding:12px!important}.p-lg-4{padding:16px!important}.p-lg-5{padding:20px!important}.p-lg-6{padding:24px!important}.p-lg-7{padding:28px!important}.p-lg-8{padding:32px!important}.p-lg-9{padding:36px!important}.p-lg-10{padding:40px!important}.p-lg-11{padding:44px!important}.p-lg-12{padding:48px!important}.p-lg-13{padding:52px!important}.p-lg-14{padding:56px!important}.p-lg-15{padding:60px!important}.p-lg-16{padding:64px!important}.p-lg-17{padding:68px!important}.p-lg-18{padding:72px!important}.p-lg-19{padding:76px!important}.p-lg-20{padding:80px!important}.p-lg-21{padding:84px!important}.p-lg-22{padding:88px!important}.p-lg-23{padding:92px!important}.p-lg-24{padding:96px!important}.p-lg-25{padding:100px!important}.p-lg-26{padding:104px!important}.p-lg-27{padding:108px!important}.p-lg-30{padding:120px!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:4px!important;padding-right:4px!important}.px-lg-2{padding-left:8px!important;padding-right:8px!important}.px-lg-3{padding-left:12px!important;padding-right:12px!important}.px-lg-4{padding-left:16px!important;padding-right:16px!important}.px-lg-5{padding-left:20px!important;padding-right:20px!important}.px-lg-6{padding-left:24px!important;padding-right:24px!important}.px-lg-7{padding-left:28px!important;padding-right:28px!important}.px-lg-8{padding-left:32px!important;padding-right:32px!important}.px-lg-9{padding-left:36px!important;padding-right:36px!important}.px-lg-10{padding-left:40px!important;padding-right:40px!important}.px-lg-11{padding-left:44px!important;padding-right:44px!important}.px-lg-12{padding-left:48px!important;padding-right:48px!important}.px-lg-13{padding-left:52px!important;padding-right:52px!important}.px-lg-14{padding-left:56px!important;padding-right:56px!important}.px-lg-15{padding-left:60px!important;padding-right:60px!important}.px-lg-16{padding-left:64px!important;padding-right:64px!important}.px-lg-17{padding-left:68px!important;padding-right:68px!important}.px-lg-18{padding-left:72px!important;padding-right:72px!important}.px-lg-19{padding-left:76px!important;padding-right:76px!important}.px-lg-20{padding-left:80px!important;padding-right:80px!important}.px-lg-21{padding-left:84px!important;padding-right:84px!important}.px-lg-22{padding-left:88px!important;padding-right:88px!important}.px-lg-23{padding-left:92px!important;padding-right:92px!important}.px-lg-24{padding-left:96px!important;padding-right:96px!important}.px-lg-25{padding-left:100px!important;padding-right:100px!important}.px-lg-26{padding-left:104px!important;padding-right:104px!important}.px-lg-27{padding-left:108px!important;padding-right:108px!important}.px-lg-30{padding-left:120px!important;padding-right:120px!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:4px!important;padding-bottom:4px!important}.py-lg-2{padding-top:8px!important;padding-bottom:8px!important}.py-lg-3{padding-top:12px!important;padding-bottom:12px!important}.py-lg-4{padding-top:16px!important;padding-bottom:16px!important}.py-lg-5{padding-top:20px!important;padding-bottom:20px!important}.py-lg-6{padding-top:24px!important;padding-bottom:24px!important}.py-lg-7{padding-top:28px!important;padding-bottom:28px!important}.py-lg-8{padding-top:32px!important;padding-bottom:32px!important}.py-lg-9{padding-top:36px!important;padding-bottom:36px!important}.py-lg-10{padding-top:40px!important;padding-bottom:40px!important}.py-lg-11{padding-top:44px!important;padding-bottom:44px!important}.py-lg-12{padding-top:48px!important;padding-bottom:48px!important}.py-lg-13{padding-top:52px!important;padding-bottom:52px!important}.py-lg-14{padding-top:56px!important;padding-bottom:56px!important}.py-lg-15{padding-top:60px!important;padding-bottom:60px!important}.py-lg-16{padding-top:64px!important;padding-bottom:64px!important}.py-lg-17{padding-top:68px!important;padding-bottom:68px!important}.py-lg-18{padding-top:72px!important;padding-bottom:72px!important}.py-lg-19{padding-top:76px!important;padding-bottom:76px!important}.py-lg-20{padding-top:80px!important;padding-bottom:80px!important}.py-lg-21{padding-top:84px!important;padding-bottom:84px!important}.py-lg-22{padding-top:88px!important;padding-bottom:88px!important}.py-lg-23{padding-top:92px!important;padding-bottom:92px!important}.py-lg-24{padding-top:96px!important;padding-bottom:96px!important}.py-lg-25{padding-top:100px!important;padding-bottom:100px!important}.py-lg-26{padding-top:104px!important;padding-bottom:104px!important}.py-lg-27{padding-top:108px!important;padding-bottom:108px!important}.py-lg-30{padding-top:120px!important;padding-bottom:120px!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:4px!important}.pt-lg-2{padding-top:8px!important}.pt-lg-3{padding-top:12px!important}.pt-lg-4{padding-top:16px!important}.pt-lg-5{padding-top:20px!important}.pt-lg-6{padding-top:24px!important}.pt-lg-7{padding-top:28px!important}.pt-lg-8{padding-top:32px!important}.pt-lg-9{padding-top:36px!important}.pt-lg-10{padding-top:40px!important}.pt-lg-11{padding-top:44px!important}.pt-lg-12{padding-top:48px!important}.pt-lg-13{padding-top:52px!important}.pt-lg-14{padding-top:56px!important}.pt-lg-15{padding-top:60px!important}.pt-lg-16{padding-top:64px!important}.pt-lg-17{padding-top:68px!important}.pt-lg-18{padding-top:72px!important}.pt-lg-19{padding-top:76px!important}.pt-lg-20{padding-top:80px!important}.pt-lg-21{padding-top:84px!important}.pt-lg-22{padding-top:88px!important}.pt-lg-23{padding-top:92px!important}.pt-lg-24{padding-top:96px!important}.pt-lg-25{padding-top:100px!important}.pt-lg-26{padding-top:104px!important}.pt-lg-27{padding-top:108px!important}.pt-lg-30{padding-top:120px!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:4px!important}.pe-lg-2{padding-right:8px!important}.pe-lg-3{padding-right:12px!important}.pe-lg-4{padding-right:16px!important}.pe-lg-5{padding-right:20px!important}.pe-lg-6{padding-right:24px!important}.pe-lg-7{padding-right:28px!important}.pe-lg-8{padding-right:32px!important}.pe-lg-9{padding-right:36px!important}.pe-lg-10{padding-right:40px!important}.pe-lg-11{padding-right:44px!important}.pe-lg-12{padding-right:48px!important}.pe-lg-13{padding-right:52px!important}.pe-lg-14{padding-right:56px!important}.pe-lg-15{padding-right:60px!important}.pe-lg-16{padding-right:64px!important}.pe-lg-17{padding-right:68px!important}.pe-lg-18{padding-right:72px!important}.pe-lg-19{padding-right:76px!important}.pe-lg-20{padding-right:80px!important}.pe-lg-21{padding-right:84px!important}.pe-lg-22{padding-right:88px!important}.pe-lg-23{padding-right:92px!important}.pe-lg-24{padding-right:96px!important}.pe-lg-25{padding-right:100px!important}.pe-lg-26{padding-right:104px!important}.pe-lg-27{padding-right:108px!important}.pe-lg-30{padding-right:120px!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:4px!important}.pb-lg-2{padding-bottom:8px!important}.pb-lg-3{padding-bottom:12px!important}.pb-lg-4{padding-bottom:16px!important}.pb-lg-5{padding-bottom:20px!important}.pb-lg-6{padding-bottom:24px!important}.pb-lg-7{padding-bottom:28px!important}.pb-lg-8{padding-bottom:32px!important}.pb-lg-9{padding-bottom:36px!important}.pb-lg-10{padding-bottom:40px!important}.pb-lg-11{padding-bottom:44px!important}.pb-lg-12{padding-bottom:48px!important}.pb-lg-13{padding-bottom:52px!important}.pb-lg-14{padding-bottom:56px!important}.pb-lg-15{padding-bottom:60px!important}.pb-lg-16{padding-bottom:64px!important}.pb-lg-17{padding-bottom:68px!important}.pb-lg-18{padding-bottom:72px!important}.pb-lg-19{padding-bottom:76px!important}.pb-lg-20{padding-bottom:80px!important}.pb-lg-21{padding-bottom:84px!important}.pb-lg-22{padding-bottom:88px!important}.pb-lg-23{padding-bottom:92px!important}.pb-lg-24{padding-bottom:96px!important}.pb-lg-25{padding-bottom:100px!important}.pb-lg-26{padding-bottom:104px!important}.pb-lg-27{padding-bottom:108px!important}.pb-lg-30{padding-bottom:120px!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:4px!important}.ps-lg-2{padding-left:8px!important}.ps-lg-3{padding-left:12px!important}.ps-lg-4{padding-left:16px!important}.ps-lg-5{padding-left:20px!important}.ps-lg-6{padding-left:24px!important}.ps-lg-7{padding-left:28px!important}.ps-lg-8{padding-left:32px!important}.ps-lg-9{padding-left:36px!important}.ps-lg-10{padding-left:40px!important}.ps-lg-11{padding-left:44px!important}.ps-lg-12{padding-left:48px!important}.ps-lg-13{padding-left:52px!important}.ps-lg-14{padding-left:56px!important}.ps-lg-15{padding-left:60px!important}.ps-lg-16{padding-left:64px!important}.ps-lg-17{padding-left:68px!important}.ps-lg-18{padding-left:72px!important}.ps-lg-19{padding-left:76px!important}.ps-lg-20{padding-left:80px!important}.ps-lg-21{padding-left:84px!important}.ps-lg-22{padding-left:88px!important}.ps-lg-23{padding-left:92px!important}.ps-lg-24{padding-left:96px!important}.ps-lg-25{padding-left:100px!important}.ps-lg-26{padding-left:104px!important}.ps-lg-27{padding-left:108px!important}.ps-lg-30{padding-left:120px!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:4px!important}.gap-lg-2{gap:8px!important}.gap-lg-3{gap:12px!important}.gap-lg-4{gap:16px!important}.gap-lg-5{gap:20px!important}.gap-lg-6{gap:24px!important}.gap-lg-7{gap:28px!important}.gap-lg-8{gap:32px!important}.gap-lg-9{gap:36px!important}.gap-lg-10{gap:40px!important}.gap-lg-11{gap:44px!important}.gap-lg-12{gap:48px!important}.gap-lg-13{gap:52px!important}.gap-lg-14{gap:56px!important}.gap-lg-15{gap:60px!important}.gap-lg-16{gap:64px!important}.gap-lg-17{gap:68px!important}.gap-lg-18{gap:72px!important}.gap-lg-19{gap:76px!important}.gap-lg-20{gap:80px!important}.gap-lg-21{gap:84px!important}.gap-lg-22{gap:88px!important}.gap-lg-23{gap:92px!important}.gap-lg-24{gap:96px!important}.gap-lg-25{gap:100px!important}.gap-lg-26{gap:104px!important}.gap-lg-27{gap:108px!important}.gap-lg-30{gap:120px!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:4px!important}.row-gap-lg-2{row-gap:8px!important}.row-gap-lg-3{row-gap:12px!important}.row-gap-lg-4{row-gap:16px!important}.row-gap-lg-5{row-gap:20px!important}.row-gap-lg-6{row-gap:24px!important}.row-gap-lg-7{row-gap:28px!important}.row-gap-lg-8{row-gap:32px!important}.row-gap-lg-9{row-gap:36px!important}.row-gap-lg-10{row-gap:40px!important}.row-gap-lg-11{row-gap:44px!important}.row-gap-lg-12{row-gap:48px!important}.row-gap-lg-13{row-gap:52px!important}.row-gap-lg-14{row-gap:56px!important}.row-gap-lg-15{row-gap:60px!important}.row-gap-lg-16{row-gap:64px!important}.row-gap-lg-17{row-gap:68px!important}.row-gap-lg-18{row-gap:72px!important}.row-gap-lg-19{row-gap:76px!important}.row-gap-lg-20{row-gap:80px!important}.row-gap-lg-21{row-gap:84px!important}.row-gap-lg-22{row-gap:88px!important}.row-gap-lg-23{row-gap:92px!important}.row-gap-lg-24{row-gap:96px!important}.row-gap-lg-25{row-gap:100px!important}.row-gap-lg-26{row-gap:104px!important}.row-gap-lg-27{row-gap:108px!important}.row-gap-lg-30{row-gap:120px!important}.column-gap-lg-0{column-gap:0!important}.column-gap-lg-1{column-gap:4px!important}.column-gap-lg-2{column-gap:8px!important}.column-gap-lg-3{column-gap:12px!important}.column-gap-lg-4{column-gap:16px!important}.column-gap-lg-5{column-gap:20px!important}.column-gap-lg-6{column-gap:24px!important}.column-gap-lg-7{column-gap:28px!important}.column-gap-lg-8{column-gap:32px!important}.column-gap-lg-9{column-gap:36px!important}.column-gap-lg-10{column-gap:40px!important}.column-gap-lg-11{column-gap:44px!important}.column-gap-lg-12{column-gap:48px!important}.column-gap-lg-13{column-gap:52px!important}.column-gap-lg-14{column-gap:56px!important}.column-gap-lg-15{column-gap:60px!important}.column-gap-lg-16{column-gap:64px!important}.column-gap-lg-17{column-gap:68px!important}.column-gap-lg-18{column-gap:72px!important}.column-gap-lg-19{column-gap:76px!important}.column-gap-lg-20{column-gap:80px!important}.column-gap-lg-21{column-gap:84px!important}.column-gap-lg-22{column-gap:88px!important}.column-gap-lg-23{column-gap:92px!important}.column-gap-lg-24{column-gap:96px!important}.column-gap-lg-25{column-gap:100px!important}.column-gap-lg-26{column-gap:104px!important}.column-gap-lg-27{column-gap:108px!important}.column-gap-lg-30{column-gap:120px!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (width>=1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{object-fit:contain!important}.object-fit-xl-cover{object-fit:cover!important}.object-fit-xl-fill{object-fit:fill!important}.object-fit-xl-scale{object-fit:scale-down!important}.object-fit-xl-none{object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:4px!important}.m-xl-2{margin:8px!important}.m-xl-3{margin:12px!important}.m-xl-4{margin:16px!important}.m-xl-5{margin:20px!important}.m-xl-6{margin:24px!important}.m-xl-7{margin:28px!important}.m-xl-8{margin:32px!important}.m-xl-9{margin:36px!important}.m-xl-10{margin:40px!important}.m-xl-11{margin:44px!important}.m-xl-12{margin:48px!important}.m-xl-13{margin:52px!important}.m-xl-14{margin:56px!important}.m-xl-15{margin:60px!important}.m-xl-16{margin:64px!important}.m-xl-17{margin:68px!important}.m-xl-18{margin:72px!important}.m-xl-19{margin:76px!important}.m-xl-20{margin:80px!important}.m-xl-21{margin:84px!important}.m-xl-22{margin:88px!important}.m-xl-23{margin:92px!important}.m-xl-24{margin:96px!important}.m-xl-25{margin:100px!important}.m-xl-26{margin:104px!important}.m-xl-27{margin:108px!important}.m-xl-30{margin:120px!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:4px!important;margin-right:4px!important}.mx-xl-2{margin-left:8px!important;margin-right:8px!important}.mx-xl-3{margin-left:12px!important;margin-right:12px!important}.mx-xl-4{margin-left:16px!important;margin-right:16px!important}.mx-xl-5{margin-left:20px!important;margin-right:20px!important}.mx-xl-6{margin-left:24px!important;margin-right:24px!important}.mx-xl-7{margin-left:28px!important;margin-right:28px!important}.mx-xl-8{margin-left:32px!important;margin-right:32px!important}.mx-xl-9{margin-left:36px!important;margin-right:36px!important}.mx-xl-10{margin-left:40px!important;margin-right:40px!important}.mx-xl-11{margin-left:44px!important;margin-right:44px!important}.mx-xl-12{margin-left:48px!important;margin-right:48px!important}.mx-xl-13{margin-left:52px!important;margin-right:52px!important}.mx-xl-14{margin-left:56px!important;margin-right:56px!important}.mx-xl-15{margin-left:60px!important;margin-right:60px!important}.mx-xl-16{margin-left:64px!important;margin-right:64px!important}.mx-xl-17{margin-left:68px!important;margin-right:68px!important}.mx-xl-18{margin-left:72px!important;margin-right:72px!important}.mx-xl-19{margin-left:76px!important;margin-right:76px!important}.mx-xl-20{margin-left:80px!important;margin-right:80px!important}.mx-xl-21{margin-left:84px!important;margin-right:84px!important}.mx-xl-22{margin-left:88px!important;margin-right:88px!important}.mx-xl-23{margin-left:92px!important;margin-right:92px!important}.mx-xl-24{margin-left:96px!important;margin-right:96px!important}.mx-xl-25{margin-left:100px!important;margin-right:100px!important}.mx-xl-26{margin-left:104px!important;margin-right:104px!important}.mx-xl-27{margin-left:108px!important;margin-right:108px!important}.mx-xl-30{margin-left:120px!important;margin-right:120px!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:4px!important;margin-bottom:4px!important}.my-xl-2{margin-top:8px!important;margin-bottom:8px!important}.my-xl-3{margin-top:12px!important;margin-bottom:12px!important}.my-xl-4{margin-top:16px!important;margin-bottom:16px!important}.my-xl-5{margin-top:20px!important;margin-bottom:20px!important}.my-xl-6{margin-top:24px!important;margin-bottom:24px!important}.my-xl-7{margin-top:28px!important;margin-bottom:28px!important}.my-xl-8{margin-top:32px!important;margin-bottom:32px!important}.my-xl-9{margin-top:36px!important;margin-bottom:36px!important}.my-xl-10{margin-top:40px!important;margin-bottom:40px!important}.my-xl-11{margin-top:44px!important;margin-bottom:44px!important}.my-xl-12{margin-top:48px!important;margin-bottom:48px!important}.my-xl-13{margin-top:52px!important;margin-bottom:52px!important}.my-xl-14{margin-top:56px!important;margin-bottom:56px!important}.my-xl-15{margin-top:60px!important;margin-bottom:60px!important}.my-xl-16{margin-top:64px!important;margin-bottom:64px!important}.my-xl-17{margin-top:68px!important;margin-bottom:68px!important}.my-xl-18{margin-top:72px!important;margin-bottom:72px!important}.my-xl-19{margin-top:76px!important;margin-bottom:76px!important}.my-xl-20{margin-top:80px!important;margin-bottom:80px!important}.my-xl-21{margin-top:84px!important;margin-bottom:84px!important}.my-xl-22{margin-top:88px!important;margin-bottom:88px!important}.my-xl-23{margin-top:92px!important;margin-bottom:92px!important}.my-xl-24{margin-top:96px!important;margin-bottom:96px!important}.my-xl-25{margin-top:100px!important;margin-bottom:100px!important}.my-xl-26{margin-top:104px!important;margin-bottom:104px!important}.my-xl-27{margin-top:108px!important;margin-bottom:108px!important}.my-xl-30{margin-top:120px!important;margin-bottom:120px!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:4px!important}.mt-xl-2{margin-top:8px!important}.mt-xl-3{margin-top:12px!important}.mt-xl-4{margin-top:16px!important}.mt-xl-5{margin-top:20px!important}.mt-xl-6{margin-top:24px!important}.mt-xl-7{margin-top:28px!important}.mt-xl-8{margin-top:32px!important}.mt-xl-9{margin-top:36px!important}.mt-xl-10{margin-top:40px!important}.mt-xl-11{margin-top:44px!important}.mt-xl-12{margin-top:48px!important}.mt-xl-13{margin-top:52px!important}.mt-xl-14{margin-top:56px!important}.mt-xl-15{margin-top:60px!important}.mt-xl-16{margin-top:64px!important}.mt-xl-17{margin-top:68px!important}.mt-xl-18{margin-top:72px!important}.mt-xl-19{margin-top:76px!important}.mt-xl-20{margin-top:80px!important}.mt-xl-21{margin-top:84px!important}.mt-xl-22{margin-top:88px!important}.mt-xl-23{margin-top:92px!important}.mt-xl-24{margin-top:96px!important}.mt-xl-25{margin-top:100px!important}.mt-xl-26{margin-top:104px!important}.mt-xl-27{margin-top:108px!important}.mt-xl-30{margin-top:120px!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:4px!important}.me-xl-2{margin-right:8px!important}.me-xl-3{margin-right:12px!important}.me-xl-4{margin-right:16px!important}.me-xl-5{margin-right:20px!important}.me-xl-6{margin-right:24px!important}.me-xl-7{margin-right:28px!important}.me-xl-8{margin-right:32px!important}.me-xl-9{margin-right:36px!important}.me-xl-10{margin-right:40px!important}.me-xl-11{margin-right:44px!important}.me-xl-12{margin-right:48px!important}.me-xl-13{margin-right:52px!important}.me-xl-14{margin-right:56px!important}.me-xl-15{margin-right:60px!important}.me-xl-16{margin-right:64px!important}.me-xl-17{margin-right:68px!important}.me-xl-18{margin-right:72px!important}.me-xl-19{margin-right:76px!important}.me-xl-20{margin-right:80px!important}.me-xl-21{margin-right:84px!important}.me-xl-22{margin-right:88px!important}.me-xl-23{margin-right:92px!important}.me-xl-24{margin-right:96px!important}.me-xl-25{margin-right:100px!important}.me-xl-26{margin-right:104px!important}.me-xl-27{margin-right:108px!important}.me-xl-30{margin-right:120px!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:4px!important}.mb-xl-2{margin-bottom:8px!important}.mb-xl-3{margin-bottom:12px!important}.mb-xl-4{margin-bottom:16px!important}.mb-xl-5{margin-bottom:20px!important}.mb-xl-6{margin-bottom:24px!important}.mb-xl-7{margin-bottom:28px!important}.mb-xl-8{margin-bottom:32px!important}.mb-xl-9{margin-bottom:36px!important}.mb-xl-10{margin-bottom:40px!important}.mb-xl-11{margin-bottom:44px!important}.mb-xl-12{margin-bottom:48px!important}.mb-xl-13{margin-bottom:52px!important}.mb-xl-14{margin-bottom:56px!important}.mb-xl-15{margin-bottom:60px!important}.mb-xl-16{margin-bottom:64px!important}.mb-xl-17{margin-bottom:68px!important}.mb-xl-18{margin-bottom:72px!important}.mb-xl-19{margin-bottom:76px!important}.mb-xl-20{margin-bottom:80px!important}.mb-xl-21{margin-bottom:84px!important}.mb-xl-22{margin-bottom:88px!important}.mb-xl-23{margin-bottom:92px!important}.mb-xl-24{margin-bottom:96px!important}.mb-xl-25{margin-bottom:100px!important}.mb-xl-26{margin-bottom:104px!important}.mb-xl-27{margin-bottom:108px!important}.mb-xl-30{margin-bottom:120px!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:4px!important}.ms-xl-2{margin-left:8px!important}.ms-xl-3{margin-left:12px!important}.ms-xl-4{margin-left:16px!important}.ms-xl-5{margin-left:20px!important}.ms-xl-6{margin-left:24px!important}.ms-xl-7{margin-left:28px!important}.ms-xl-8{margin-left:32px!important}.ms-xl-9{margin-left:36px!important}.ms-xl-10{margin-left:40px!important}.ms-xl-11{margin-left:44px!important}.ms-xl-12{margin-left:48px!important}.ms-xl-13{margin-left:52px!important}.ms-xl-14{margin-left:56px!important}.ms-xl-15{margin-left:60px!important}.ms-xl-16{margin-left:64px!important}.ms-xl-17{margin-left:68px!important}.ms-xl-18{margin-left:72px!important}.ms-xl-19{margin-left:76px!important}.ms-xl-20{margin-left:80px!important}.ms-xl-21{margin-left:84px!important}.ms-xl-22{margin-left:88px!important}.ms-xl-23{margin-left:92px!important}.ms-xl-24{margin-left:96px!important}.ms-xl-25{margin-left:100px!important}.ms-xl-26{margin-left:104px!important}.ms-xl-27{margin-left:108px!important}.ms-xl-30{margin-left:120px!important}.ms-xl-auto{margin-left:auto!important}.m-xl-n1{margin:-4px!important}.m-xl-n2{margin:-8px!important}.m-xl-n3{margin:-12px!important}.m-xl-n4{margin:-16px!important}.m-xl-n5{margin:-20px!important}.m-xl-n6{margin:-24px!important}.m-xl-n7{margin:-28px!important}.m-xl-n8{margin:-32px!important}.m-xl-n9{margin:-36px!important}.m-xl-n10{margin:-40px!important}.m-xl-n11{margin:-44px!important}.m-xl-n12{margin:-48px!important}.m-xl-n13{margin:-52px!important}.m-xl-n14{margin:-56px!important}.m-xl-n15{margin:-60px!important}.m-xl-n16{margin:-64px!important}.m-xl-n17{margin:-68px!important}.m-xl-n18{margin:-72px!important}.m-xl-n19{margin:-76px!important}.m-xl-n20{margin:-80px!important}.m-xl-n21{margin:-84px!important}.m-xl-n22{margin:-88px!important}.m-xl-n23{margin:-92px!important}.m-xl-n24{margin:-96px!important}.m-xl-n25{margin:-100px!important}.m-xl-n26{margin:-104px!important}.m-xl-n27{margin:-108px!important}.m-xl-n30{margin:-120px!important}.mx-xl-n1{margin-left:-4px!important;margin-right:-4px!important}.mx-xl-n2{margin-left:-8px!important;margin-right:-8px!important}.mx-xl-n3{margin-left:-12px!important;margin-right:-12px!important}.mx-xl-n4{margin-left:-16px!important;margin-right:-16px!important}.mx-xl-n5{margin-left:-20px!important;margin-right:-20px!important}.mx-xl-n6{margin-left:-24px!important;margin-right:-24px!important}.mx-xl-n7{margin-left:-28px!important;margin-right:-28px!important}.mx-xl-n8{margin-left:-32px!important;margin-right:-32px!important}.mx-xl-n9{margin-left:-36px!important;margin-right:-36px!important}.mx-xl-n10{margin-left:-40px!important;margin-right:-40px!important}.mx-xl-n11{margin-left:-44px!important;margin-right:-44px!important}.mx-xl-n12{margin-left:-48px!important;margin-right:-48px!important}.mx-xl-n13{margin-left:-52px!important;margin-right:-52px!important}.mx-xl-n14{margin-left:-56px!important;margin-right:-56px!important}.mx-xl-n15{margin-left:-60px!important;margin-right:-60px!important}.mx-xl-n16{margin-left:-64px!important;margin-right:-64px!important}.mx-xl-n17{margin-left:-68px!important;margin-right:-68px!important}.mx-xl-n18{margin-left:-72px!important;margin-right:-72px!important}.mx-xl-n19{margin-left:-76px!important;margin-right:-76px!important}.mx-xl-n20{margin-left:-80px!important;margin-right:-80px!important}.mx-xl-n21{margin-left:-84px!important;margin-right:-84px!important}.mx-xl-n22{margin-left:-88px!important;margin-right:-88px!important}.mx-xl-n23{margin-left:-92px!important;margin-right:-92px!important}.mx-xl-n24{margin-left:-96px!important;margin-right:-96px!important}.mx-xl-n25{margin-left:-100px!important;margin-right:-100px!important}.mx-xl-n26{margin-left:-104px!important;margin-right:-104px!important}.mx-xl-n27{margin-left:-108px!important;margin-right:-108px!important}.mx-xl-n30{margin-left:-120px!important;margin-right:-120px!important}.my-xl-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-xl-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-xl-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-xl-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-xl-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-xl-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-xl-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-xl-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-xl-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-xl-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-xl-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-xl-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-xl-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-xl-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-xl-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-xl-n16{margin-top:-64px!important;margin-bottom:-64px!important}.my-xl-n17{margin-top:-68px!important;margin-bottom:-68px!important}.my-xl-n18{margin-top:-72px!important;margin-bottom:-72px!important}.my-xl-n19{margin-top:-76px!important;margin-bottom:-76px!important}.my-xl-n20{margin-top:-80px!important;margin-bottom:-80px!important}.my-xl-n21{margin-top:-84px!important;margin-bottom:-84px!important}.my-xl-n22{margin-top:-88px!important;margin-bottom:-88px!important}.my-xl-n23{margin-top:-92px!important;margin-bottom:-92px!important}.my-xl-n24{margin-top:-96px!important;margin-bottom:-96px!important}.my-xl-n25{margin-top:-100px!important;margin-bottom:-100px!important}.my-xl-n26{margin-top:-104px!important;margin-bottom:-104px!important}.my-xl-n27{margin-top:-108px!important;margin-bottom:-108px!important}.my-xl-n30{margin-top:-120px!important;margin-bottom:-120px!important}.mt-xl-n1{margin-top:-4px!important}.mt-xl-n2{margin-top:-8px!important}.mt-xl-n3{margin-top:-12px!important}.mt-xl-n4{margin-top:-16px!important}.mt-xl-n5{margin-top:-20px!important}.mt-xl-n6{margin-top:-24px!important}.mt-xl-n7{margin-top:-28px!important}.mt-xl-n8{margin-top:-32px!important}.mt-xl-n9{margin-top:-36px!important}.mt-xl-n10{margin-top:-40px!important}.mt-xl-n11{margin-top:-44px!important}.mt-xl-n12{margin-top:-48px!important}.mt-xl-n13{margin-top:-52px!important}.mt-xl-n14{margin-top:-56px!important}.mt-xl-n15{margin-top:-60px!important}.mt-xl-n16{margin-top:-64px!important}.mt-xl-n17{margin-top:-68px!important}.mt-xl-n18{margin-top:-72px!important}.mt-xl-n19{margin-top:-76px!important}.mt-xl-n20{margin-top:-80px!important}.mt-xl-n21{margin-top:-84px!important}.mt-xl-n22{margin-top:-88px!important}.mt-xl-n23{margin-top:-92px!important}.mt-xl-n24{margin-top:-96px!important}.mt-xl-n25{margin-top:-100px!important}.mt-xl-n26{margin-top:-104px!important}.mt-xl-n27{margin-top:-108px!important}.mt-xl-n30{margin-top:-120px!important}.me-xl-n1{margin-right:-4px!important}.me-xl-n2{margin-right:-8px!important}.me-xl-n3{margin-right:-12px!important}.me-xl-n4{margin-right:-16px!important}.me-xl-n5{margin-right:-20px!important}.me-xl-n6{margin-right:-24px!important}.me-xl-n7{margin-right:-28px!important}.me-xl-n8{margin-right:-32px!important}.me-xl-n9{margin-right:-36px!important}.me-xl-n10{margin-right:-40px!important}.me-xl-n11{margin-right:-44px!important}.me-xl-n12{margin-right:-48px!important}.me-xl-n13{margin-right:-52px!important}.me-xl-n14{margin-right:-56px!important}.me-xl-n15{margin-right:-60px!important}.me-xl-n16{margin-right:-64px!important}.me-xl-n17{margin-right:-68px!important}.me-xl-n18{margin-right:-72px!important}.me-xl-n19{margin-right:-76px!important}.me-xl-n20{margin-right:-80px!important}.me-xl-n21{margin-right:-84px!important}.me-xl-n22{margin-right:-88px!important}.me-xl-n23{margin-right:-92px!important}.me-xl-n24{margin-right:-96px!important}.me-xl-n25{margin-right:-100px!important}.me-xl-n26{margin-right:-104px!important}.me-xl-n27{margin-right:-108px!important}.me-xl-n30{margin-right:-120px!important}.mb-xl-n1{margin-bottom:-4px!important}.mb-xl-n2{margin-bottom:-8px!important}.mb-xl-n3{margin-bottom:-12px!important}.mb-xl-n4{margin-bottom:-16px!important}.mb-xl-n5{margin-bottom:-20px!important}.mb-xl-n6{margin-bottom:-24px!important}.mb-xl-n7{margin-bottom:-28px!important}.mb-xl-n8{margin-bottom:-32px!important}.mb-xl-n9{margin-bottom:-36px!important}.mb-xl-n10{margin-bottom:-40px!important}.mb-xl-n11{margin-bottom:-44px!important}.mb-xl-n12{margin-bottom:-48px!important}.mb-xl-n13{margin-bottom:-52px!important}.mb-xl-n14{margin-bottom:-56px!important}.mb-xl-n15{margin-bottom:-60px!important}.mb-xl-n16{margin-bottom:-64px!important}.mb-xl-n17{margin-bottom:-68px!important}.mb-xl-n18{margin-bottom:-72px!important}.mb-xl-n19{margin-bottom:-76px!important}.mb-xl-n20{margin-bottom:-80px!important}.mb-xl-n21{margin-bottom:-84px!important}.mb-xl-n22{margin-bottom:-88px!important}.mb-xl-n23{margin-bottom:-92px!important}.mb-xl-n24{margin-bottom:-96px!important}.mb-xl-n25{margin-bottom:-100px!important}.mb-xl-n26{margin-bottom:-104px!important}.mb-xl-n27{margin-bottom:-108px!important}.mb-xl-n30{margin-bottom:-120px!important}.ms-xl-n1{margin-left:-4px!important}.ms-xl-n2{margin-left:-8px!important}.ms-xl-n3{margin-left:-12px!important}.ms-xl-n4{margin-left:-16px!important}.ms-xl-n5{margin-left:-20px!important}.ms-xl-n6{margin-left:-24px!important}.ms-xl-n7{margin-left:-28px!important}.ms-xl-n8{margin-left:-32px!important}.ms-xl-n9{margin-left:-36px!important}.ms-xl-n10{margin-left:-40px!important}.ms-xl-n11{margin-left:-44px!important}.ms-xl-n12{margin-left:-48px!important}.ms-xl-n13{margin-left:-52px!important}.ms-xl-n14{margin-left:-56px!important}.ms-xl-n15{margin-left:-60px!important}.ms-xl-n16{margin-left:-64px!important}.ms-xl-n17{margin-left:-68px!important}.ms-xl-n18{margin-left:-72px!important}.ms-xl-n19{margin-left:-76px!important}.ms-xl-n20{margin-left:-80px!important}.ms-xl-n21{margin-left:-84px!important}.ms-xl-n22{margin-left:-88px!important}.ms-xl-n23{margin-left:-92px!important}.ms-xl-n24{margin-left:-96px!important}.ms-xl-n25{margin-left:-100px!important}.ms-xl-n26{margin-left:-104px!important}.ms-xl-n27{margin-left:-108px!important}.ms-xl-n30{margin-left:-120px!important}.p-xl-0{padding:0!important}.p-xl-1{padding:4px!important}.p-xl-2{padding:8px!important}.p-xl-3{padding:12px!important}.p-xl-4{padding:16px!important}.p-xl-5{padding:20px!important}.p-xl-6{padding:24px!important}.p-xl-7{padding:28px!important}.p-xl-8{padding:32px!important}.p-xl-9{padding:36px!important}.p-xl-10{padding:40px!important}.p-xl-11{padding:44px!important}.p-xl-12{padding:48px!important}.p-xl-13{padding:52px!important}.p-xl-14{padding:56px!important}.p-xl-15{padding:60px!important}.p-xl-16{padding:64px!important}.p-xl-17{padding:68px!important}.p-xl-18{padding:72px!important}.p-xl-19{padding:76px!important}.p-xl-20{padding:80px!important}.p-xl-21{padding:84px!important}.p-xl-22{padding:88px!important}.p-xl-23{padding:92px!important}.p-xl-24{padding:96px!important}.p-xl-25{padding:100px!important}.p-xl-26{padding:104px!important}.p-xl-27{padding:108px!important}.p-xl-30{padding:120px!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:4px!important;padding-right:4px!important}.px-xl-2{padding-left:8px!important;padding-right:8px!important}.px-xl-3{padding-left:12px!important;padding-right:12px!important}.px-xl-4{padding-left:16px!important;padding-right:16px!important}.px-xl-5{padding-left:20px!important;padding-right:20px!important}.px-xl-6{padding-left:24px!important;padding-right:24px!important}.px-xl-7{padding-left:28px!important;padding-right:28px!important}.px-xl-8{padding-left:32px!important;padding-right:32px!important}.px-xl-9{padding-left:36px!important;padding-right:36px!important}.px-xl-10{padding-left:40px!important;padding-right:40px!important}.px-xl-11{padding-left:44px!important;padding-right:44px!important}.px-xl-12{padding-left:48px!important;padding-right:48px!important}.px-xl-13{padding-left:52px!important;padding-right:52px!important}.px-xl-14{padding-left:56px!important;padding-right:56px!important}.px-xl-15{padding-left:60px!important;padding-right:60px!important}.px-xl-16{padding-left:64px!important;padding-right:64px!important}.px-xl-17{padding-left:68px!important;padding-right:68px!important}.px-xl-18{padding-left:72px!important;padding-right:72px!important}.px-xl-19{padding-left:76px!important;padding-right:76px!important}.px-xl-20{padding-left:80px!important;padding-right:80px!important}.px-xl-21{padding-left:84px!important;padding-right:84px!important}.px-xl-22{padding-left:88px!important;padding-right:88px!important}.px-xl-23{padding-left:92px!important;padding-right:92px!important}.px-xl-24{padding-left:96px!important;padding-right:96px!important}.px-xl-25{padding-left:100px!important;padding-right:100px!important}.px-xl-26{padding-left:104px!important;padding-right:104px!important}.px-xl-27{padding-left:108px!important;padding-right:108px!important}.px-xl-30{padding-left:120px!important;padding-right:120px!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:4px!important;padding-bottom:4px!important}.py-xl-2{padding-top:8px!important;padding-bottom:8px!important}.py-xl-3{padding-top:12px!important;padding-bottom:12px!important}.py-xl-4{padding-top:16px!important;padding-bottom:16px!important}.py-xl-5{padding-top:20px!important;padding-bottom:20px!important}.py-xl-6{padding-top:24px!important;padding-bottom:24px!important}.py-xl-7{padding-top:28px!important;padding-bottom:28px!important}.py-xl-8{padding-top:32px!important;padding-bottom:32px!important}.py-xl-9{padding-top:36px!important;padding-bottom:36px!important}.py-xl-10{padding-top:40px!important;padding-bottom:40px!important}.py-xl-11{padding-top:44px!important;padding-bottom:44px!important}.py-xl-12{padding-top:48px!important;padding-bottom:48px!important}.py-xl-13{padding-top:52px!important;padding-bottom:52px!important}.py-xl-14{padding-top:56px!important;padding-bottom:56px!important}.py-xl-15{padding-top:60px!important;padding-bottom:60px!important}.py-xl-16{padding-top:64px!important;padding-bottom:64px!important}.py-xl-17{padding-top:68px!important;padding-bottom:68px!important}.py-xl-18{padding-top:72px!important;padding-bottom:72px!important}.py-xl-19{padding-top:76px!important;padding-bottom:76px!important}.py-xl-20{padding-top:80px!important;padding-bottom:80px!important}.py-xl-21{padding-top:84px!important;padding-bottom:84px!important}.py-xl-22{padding-top:88px!important;padding-bottom:88px!important}.py-xl-23{padding-top:92px!important;padding-bottom:92px!important}.py-xl-24{padding-top:96px!important;padding-bottom:96px!important}.py-xl-25{padding-top:100px!important;padding-bottom:100px!important}.py-xl-26{padding-top:104px!important;padding-bottom:104px!important}.py-xl-27{padding-top:108px!important;padding-bottom:108px!important}.py-xl-30{padding-top:120px!important;padding-bottom:120px!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:4px!important}.pt-xl-2{padding-top:8px!important}.pt-xl-3{padding-top:12px!important}.pt-xl-4{padding-top:16px!important}.pt-xl-5{padding-top:20px!important}.pt-xl-6{padding-top:24px!important}.pt-xl-7{padding-top:28px!important}.pt-xl-8{padding-top:32px!important}.pt-xl-9{padding-top:36px!important}.pt-xl-10{padding-top:40px!important}.pt-xl-11{padding-top:44px!important}.pt-xl-12{padding-top:48px!important}.pt-xl-13{padding-top:52px!important}.pt-xl-14{padding-top:56px!important}.pt-xl-15{padding-top:60px!important}.pt-xl-16{padding-top:64px!important}.pt-xl-17{padding-top:68px!important}.pt-xl-18{padding-top:72px!important}.pt-xl-19{padding-top:76px!important}.pt-xl-20{padding-top:80px!important}.pt-xl-21{padding-top:84px!important}.pt-xl-22{padding-top:88px!important}.pt-xl-23{padding-top:92px!important}.pt-xl-24{padding-top:96px!important}.pt-xl-25{padding-top:100px!important}.pt-xl-26{padding-top:104px!important}.pt-xl-27{padding-top:108px!important}.pt-xl-30{padding-top:120px!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:4px!important}.pe-xl-2{padding-right:8px!important}.pe-xl-3{padding-right:12px!important}.pe-xl-4{padding-right:16px!important}.pe-xl-5{padding-right:20px!important}.pe-xl-6{padding-right:24px!important}.pe-xl-7{padding-right:28px!important}.pe-xl-8{padding-right:32px!important}.pe-xl-9{padding-right:36px!important}.pe-xl-10{padding-right:40px!important}.pe-xl-11{padding-right:44px!important}.pe-xl-12{padding-right:48px!important}.pe-xl-13{padding-right:52px!important}.pe-xl-14{padding-right:56px!important}.pe-xl-15{padding-right:60px!important}.pe-xl-16{padding-right:64px!important}.pe-xl-17{padding-right:68px!important}.pe-xl-18{padding-right:72px!important}.pe-xl-19{padding-right:76px!important}.pe-xl-20{padding-right:80px!important}.pe-xl-21{padding-right:84px!important}.pe-xl-22{padding-right:88px!important}.pe-xl-23{padding-right:92px!important}.pe-xl-24{padding-right:96px!important}.pe-xl-25{padding-right:100px!important}.pe-xl-26{padding-right:104px!important}.pe-xl-27{padding-right:108px!important}.pe-xl-30{padding-right:120px!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:4px!important}.pb-xl-2{padding-bottom:8px!important}.pb-xl-3{padding-bottom:12px!important}.pb-xl-4{padding-bottom:16px!important}.pb-xl-5{padding-bottom:20px!important}.pb-xl-6{padding-bottom:24px!important}.pb-xl-7{padding-bottom:28px!important}.pb-xl-8{padding-bottom:32px!important}.pb-xl-9{padding-bottom:36px!important}.pb-xl-10{padding-bottom:40px!important}.pb-xl-11{padding-bottom:44px!important}.pb-xl-12{padding-bottom:48px!important}.pb-xl-13{padding-bottom:52px!important}.pb-xl-14{padding-bottom:56px!important}.pb-xl-15{padding-bottom:60px!important}.pb-xl-16{padding-bottom:64px!important}.pb-xl-17{padding-bottom:68px!important}.pb-xl-18{padding-bottom:72px!important}.pb-xl-19{padding-bottom:76px!important}.pb-xl-20{padding-bottom:80px!important}.pb-xl-21{padding-bottom:84px!important}.pb-xl-22{padding-bottom:88px!important}.pb-xl-23{padding-bottom:92px!important}.pb-xl-24{padding-bottom:96px!important}.pb-xl-25{padding-bottom:100px!important}.pb-xl-26{padding-bottom:104px!important}.pb-xl-27{padding-bottom:108px!important}.pb-xl-30{padding-bottom:120px!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:4px!important}.ps-xl-2{padding-left:8px!important}.ps-xl-3{padding-left:12px!important}.ps-xl-4{padding-left:16px!important}.ps-xl-5{padding-left:20px!important}.ps-xl-6{padding-left:24px!important}.ps-xl-7{padding-left:28px!important}.ps-xl-8{padding-left:32px!important}.ps-xl-9{padding-left:36px!important}.ps-xl-10{padding-left:40px!important}.ps-xl-11{padding-left:44px!important}.ps-xl-12{padding-left:48px!important}.ps-xl-13{padding-left:52px!important}.ps-xl-14{padding-left:56px!important}.ps-xl-15{padding-left:60px!important}.ps-xl-16{padding-left:64px!important}.ps-xl-17{padding-left:68px!important}.ps-xl-18{padding-left:72px!important}.ps-xl-19{padding-left:76px!important}.ps-xl-20{padding-left:80px!important}.ps-xl-21{padding-left:84px!important}.ps-xl-22{padding-left:88px!important}.ps-xl-23{padding-left:92px!important}.ps-xl-24{padding-left:96px!important}.ps-xl-25{padding-left:100px!important}.ps-xl-26{padding-left:104px!important}.ps-xl-27{padding-left:108px!important}.ps-xl-30{padding-left:120px!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:4px!important}.gap-xl-2{gap:8px!important}.gap-xl-3{gap:12px!important}.gap-xl-4{gap:16px!important}.gap-xl-5{gap:20px!important}.gap-xl-6{gap:24px!important}.gap-xl-7{gap:28px!important}.gap-xl-8{gap:32px!important}.gap-xl-9{gap:36px!important}.gap-xl-10{gap:40px!important}.gap-xl-11{gap:44px!important}.gap-xl-12{gap:48px!important}.gap-xl-13{gap:52px!important}.gap-xl-14{gap:56px!important}.gap-xl-15{gap:60px!important}.gap-xl-16{gap:64px!important}.gap-xl-17{gap:68px!important}.gap-xl-18{gap:72px!important}.gap-xl-19{gap:76px!important}.gap-xl-20{gap:80px!important}.gap-xl-21{gap:84px!important}.gap-xl-22{gap:88px!important}.gap-xl-23{gap:92px!important}.gap-xl-24{gap:96px!important}.gap-xl-25{gap:100px!important}.gap-xl-26{gap:104px!important}.gap-xl-27{gap:108px!important}.gap-xl-30{gap:120px!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:4px!important}.row-gap-xl-2{row-gap:8px!important}.row-gap-xl-3{row-gap:12px!important}.row-gap-xl-4{row-gap:16px!important}.row-gap-xl-5{row-gap:20px!important}.row-gap-xl-6{row-gap:24px!important}.row-gap-xl-7{row-gap:28px!important}.row-gap-xl-8{row-gap:32px!important}.row-gap-xl-9{row-gap:36px!important}.row-gap-xl-10{row-gap:40px!important}.row-gap-xl-11{row-gap:44px!important}.row-gap-xl-12{row-gap:48px!important}.row-gap-xl-13{row-gap:52px!important}.row-gap-xl-14{row-gap:56px!important}.row-gap-xl-15{row-gap:60px!important}.row-gap-xl-16{row-gap:64px!important}.row-gap-xl-17{row-gap:68px!important}.row-gap-xl-18{row-gap:72px!important}.row-gap-xl-19{row-gap:76px!important}.row-gap-xl-20{row-gap:80px!important}.row-gap-xl-21{row-gap:84px!important}.row-gap-xl-22{row-gap:88px!important}.row-gap-xl-23{row-gap:92px!important}.row-gap-xl-24{row-gap:96px!important}.row-gap-xl-25{row-gap:100px!important}.row-gap-xl-26{row-gap:104px!important}.row-gap-xl-27{row-gap:108px!important}.row-gap-xl-30{row-gap:120px!important}.column-gap-xl-0{column-gap:0!important}.column-gap-xl-1{column-gap:4px!important}.column-gap-xl-2{column-gap:8px!important}.column-gap-xl-3{column-gap:12px!important}.column-gap-xl-4{column-gap:16px!important}.column-gap-xl-5{column-gap:20px!important}.column-gap-xl-6{column-gap:24px!important}.column-gap-xl-7{column-gap:28px!important}.column-gap-xl-8{column-gap:32px!important}.column-gap-xl-9{column-gap:36px!important}.column-gap-xl-10{column-gap:40px!important}.column-gap-xl-11{column-gap:44px!important}.column-gap-xl-12{column-gap:48px!important}.column-gap-xl-13{column-gap:52px!important}.column-gap-xl-14{column-gap:56px!important}.column-gap-xl-15{column-gap:60px!important}.column-gap-xl-16{column-gap:64px!important}.column-gap-xl-17{column-gap:68px!important}.column-gap-xl-18{column-gap:72px!important}.column-gap-xl-19{column-gap:76px!important}.column-gap-xl-20{column-gap:80px!important}.column-gap-xl-21{column-gap:84px!important}.column-gap-xl-22{column-gap:88px!important}.column-gap-xl-23{column-gap:92px!important}.column-gap-xl-24{column-gap:96px!important}.column-gap-xl-25{column-gap:100px!important}.column-gap-xl-26{column-gap:104px!important}.column-gap-xl-27{column-gap:108px!important}.column-gap-xl-30{column-gap:120px!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (width>=1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{object-fit:contain!important}.object-fit-xxl-cover{object-fit:cover!important}.object-fit-xxl-fill{object-fit:fill!important}.object-fit-xxl-scale{object-fit:scale-down!important}.object-fit-xxl-none{object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:4px!important}.m-xxl-2{margin:8px!important}.m-xxl-3{margin:12px!important}.m-xxl-4{margin:16px!important}.m-xxl-5{margin:20px!important}.m-xxl-6{margin:24px!important}.m-xxl-7{margin:28px!important}.m-xxl-8{margin:32px!important}.m-xxl-9{margin:36px!important}.m-xxl-10{margin:40px!important}.m-xxl-11{margin:44px!important}.m-xxl-12{margin:48px!important}.m-xxl-13{margin:52px!important}.m-xxl-14{margin:56px!important}.m-xxl-15{margin:60px!important}.m-xxl-16{margin:64px!important}.m-xxl-17{margin:68px!important}.m-xxl-18{margin:72px!important}.m-xxl-19{margin:76px!important}.m-xxl-20{margin:80px!important}.m-xxl-21{margin:84px!important}.m-xxl-22{margin:88px!important}.m-xxl-23{margin:92px!important}.m-xxl-24{margin:96px!important}.m-xxl-25{margin:100px!important}.m-xxl-26{margin:104px!important}.m-xxl-27{margin:108px!important}.m-xxl-30{margin:120px!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:4px!important;margin-right:4px!important}.mx-xxl-2{margin-left:8px!important;margin-right:8px!important}.mx-xxl-3{margin-left:12px!important;margin-right:12px!important}.mx-xxl-4{margin-left:16px!important;margin-right:16px!important}.mx-xxl-5{margin-left:20px!important;margin-right:20px!important}.mx-xxl-6{margin-left:24px!important;margin-right:24px!important}.mx-xxl-7{margin-left:28px!important;margin-right:28px!important}.mx-xxl-8{margin-left:32px!important;margin-right:32px!important}.mx-xxl-9{margin-left:36px!important;margin-right:36px!important}.mx-xxl-10{margin-left:40px!important;margin-right:40px!important}.mx-xxl-11{margin-left:44px!important;margin-right:44px!important}.mx-xxl-12{margin-left:48px!important;margin-right:48px!important}.mx-xxl-13{margin-left:52px!important;margin-right:52px!important}.mx-xxl-14{margin-left:56px!important;margin-right:56px!important}.mx-xxl-15{margin-left:60px!important;margin-right:60px!important}.mx-xxl-16{margin-left:64px!important;margin-right:64px!important}.mx-xxl-17{margin-left:68px!important;margin-right:68px!important}.mx-xxl-18{margin-left:72px!important;margin-right:72px!important}.mx-xxl-19{margin-left:76px!important;margin-right:76px!important}.mx-xxl-20{margin-left:80px!important;margin-right:80px!important}.mx-xxl-21{margin-left:84px!important;margin-right:84px!important}.mx-xxl-22{margin-left:88px!important;margin-right:88px!important}.mx-xxl-23{margin-left:92px!important;margin-right:92px!important}.mx-xxl-24{margin-left:96px!important;margin-right:96px!important}.mx-xxl-25{margin-left:100px!important;margin-right:100px!important}.mx-xxl-26{margin-left:104px!important;margin-right:104px!important}.mx-xxl-27{margin-left:108px!important;margin-right:108px!important}.mx-xxl-30{margin-left:120px!important;margin-right:120px!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:4px!important;margin-bottom:4px!important}.my-xxl-2{margin-top:8px!important;margin-bottom:8px!important}.my-xxl-3{margin-top:12px!important;margin-bottom:12px!important}.my-xxl-4{margin-top:16px!important;margin-bottom:16px!important}.my-xxl-5{margin-top:20px!important;margin-bottom:20px!important}.my-xxl-6{margin-top:24px!important;margin-bottom:24px!important}.my-xxl-7{margin-top:28px!important;margin-bottom:28px!important}.my-xxl-8{margin-top:32px!important;margin-bottom:32px!important}.my-xxl-9{margin-top:36px!important;margin-bottom:36px!important}.my-xxl-10{margin-top:40px!important;margin-bottom:40px!important}.my-xxl-11{margin-top:44px!important;margin-bottom:44px!important}.my-xxl-12{margin-top:48px!important;margin-bottom:48px!important}.my-xxl-13{margin-top:52px!important;margin-bottom:52px!important}.my-xxl-14{margin-top:56px!important;margin-bottom:56px!important}.my-xxl-15{margin-top:60px!important;margin-bottom:60px!important}.my-xxl-16{margin-top:64px!important;margin-bottom:64px!important}.my-xxl-17{margin-top:68px!important;margin-bottom:68px!important}.my-xxl-18{margin-top:72px!important;margin-bottom:72px!important}.my-xxl-19{margin-top:76px!important;margin-bottom:76px!important}.my-xxl-20{margin-top:80px!important;margin-bottom:80px!important}.my-xxl-21{margin-top:84px!important;margin-bottom:84px!important}.my-xxl-22{margin-top:88px!important;margin-bottom:88px!important}.my-xxl-23{margin-top:92px!important;margin-bottom:92px!important}.my-xxl-24{margin-top:96px!important;margin-bottom:96px!important}.my-xxl-25{margin-top:100px!important;margin-bottom:100px!important}.my-xxl-26{margin-top:104px!important;margin-bottom:104px!important}.my-xxl-27{margin-top:108px!important;margin-bottom:108px!important}.my-xxl-30{margin-top:120px!important;margin-bottom:120px!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:4px!important}.mt-xxl-2{margin-top:8px!important}.mt-xxl-3{margin-top:12px!important}.mt-xxl-4{margin-top:16px!important}.mt-xxl-5{margin-top:20px!important}.mt-xxl-6{margin-top:24px!important}.mt-xxl-7{margin-top:28px!important}.mt-xxl-8{margin-top:32px!important}.mt-xxl-9{margin-top:36px!important}.mt-xxl-10{margin-top:40px!important}.mt-xxl-11{margin-top:44px!important}.mt-xxl-12{margin-top:48px!important}.mt-xxl-13{margin-top:52px!important}.mt-xxl-14{margin-top:56px!important}.mt-xxl-15{margin-top:60px!important}.mt-xxl-16{margin-top:64px!important}.mt-xxl-17{margin-top:68px!important}.mt-xxl-18{margin-top:72px!important}.mt-xxl-19{margin-top:76px!important}.mt-xxl-20{margin-top:80px!important}.mt-xxl-21{margin-top:84px!important}.mt-xxl-22{margin-top:88px!important}.mt-xxl-23{margin-top:92px!important}.mt-xxl-24{margin-top:96px!important}.mt-xxl-25{margin-top:100px!important}.mt-xxl-26{margin-top:104px!important}.mt-xxl-27{margin-top:108px!important}.mt-xxl-30{margin-top:120px!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:4px!important}.me-xxl-2{margin-right:8px!important}.me-xxl-3{margin-right:12px!important}.me-xxl-4{margin-right:16px!important}.me-xxl-5{margin-right:20px!important}.me-xxl-6{margin-right:24px!important}.me-xxl-7{margin-right:28px!important}.me-xxl-8{margin-right:32px!important}.me-xxl-9{margin-right:36px!important}.me-xxl-10{margin-right:40px!important}.me-xxl-11{margin-right:44px!important}.me-xxl-12{margin-right:48px!important}.me-xxl-13{margin-right:52px!important}.me-xxl-14{margin-right:56px!important}.me-xxl-15{margin-right:60px!important}.me-xxl-16{margin-right:64px!important}.me-xxl-17{margin-right:68px!important}.me-xxl-18{margin-right:72px!important}.me-xxl-19{margin-right:76px!important}.me-xxl-20{margin-right:80px!important}.me-xxl-21{margin-right:84px!important}.me-xxl-22{margin-right:88px!important}.me-xxl-23{margin-right:92px!important}.me-xxl-24{margin-right:96px!important}.me-xxl-25{margin-right:100px!important}.me-xxl-26{margin-right:104px!important}.me-xxl-27{margin-right:108px!important}.me-xxl-30{margin-right:120px!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:4px!important}.mb-xxl-2{margin-bottom:8px!important}.mb-xxl-3{margin-bottom:12px!important}.mb-xxl-4{margin-bottom:16px!important}.mb-xxl-5{margin-bottom:20px!important}.mb-xxl-6{margin-bottom:24px!important}.mb-xxl-7{margin-bottom:28px!important}.mb-xxl-8{margin-bottom:32px!important}.mb-xxl-9{margin-bottom:36px!important}.mb-xxl-10{margin-bottom:40px!important}.mb-xxl-11{margin-bottom:44px!important}.mb-xxl-12{margin-bottom:48px!important}.mb-xxl-13{margin-bottom:52px!important}.mb-xxl-14{margin-bottom:56px!important}.mb-xxl-15{margin-bottom:60px!important}.mb-xxl-16{margin-bottom:64px!important}.mb-xxl-17{margin-bottom:68px!important}.mb-xxl-18{margin-bottom:72px!important}.mb-xxl-19{margin-bottom:76px!important}.mb-xxl-20{margin-bottom:80px!important}.mb-xxl-21{margin-bottom:84px!important}.mb-xxl-22{margin-bottom:88px!important}.mb-xxl-23{margin-bottom:92px!important}.mb-xxl-24{margin-bottom:96px!important}.mb-xxl-25{margin-bottom:100px!important}.mb-xxl-26{margin-bottom:104px!important}.mb-xxl-27{margin-bottom:108px!important}.mb-xxl-30{margin-bottom:120px!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:4px!important}.ms-xxl-2{margin-left:8px!important}.ms-xxl-3{margin-left:12px!important}.ms-xxl-4{margin-left:16px!important}.ms-xxl-5{margin-left:20px!important}.ms-xxl-6{margin-left:24px!important}.ms-xxl-7{margin-left:28px!important}.ms-xxl-8{margin-left:32px!important}.ms-xxl-9{margin-left:36px!important}.ms-xxl-10{margin-left:40px!important}.ms-xxl-11{margin-left:44px!important}.ms-xxl-12{margin-left:48px!important}.ms-xxl-13{margin-left:52px!important}.ms-xxl-14{margin-left:56px!important}.ms-xxl-15{margin-left:60px!important}.ms-xxl-16{margin-left:64px!important}.ms-xxl-17{margin-left:68px!important}.ms-xxl-18{margin-left:72px!important}.ms-xxl-19{margin-left:76px!important}.ms-xxl-20{margin-left:80px!important}.ms-xxl-21{margin-left:84px!important}.ms-xxl-22{margin-left:88px!important}.ms-xxl-23{margin-left:92px!important}.ms-xxl-24{margin-left:96px!important}.ms-xxl-25{margin-left:100px!important}.ms-xxl-26{margin-left:104px!important}.ms-xxl-27{margin-left:108px!important}.ms-xxl-30{margin-left:120px!important}.ms-xxl-auto{margin-left:auto!important}.m-xxl-n1{margin:-4px!important}.m-xxl-n2{margin:-8px!important}.m-xxl-n3{margin:-12px!important}.m-xxl-n4{margin:-16px!important}.m-xxl-n5{margin:-20px!important}.m-xxl-n6{margin:-24px!important}.m-xxl-n7{margin:-28px!important}.m-xxl-n8{margin:-32px!important}.m-xxl-n9{margin:-36px!important}.m-xxl-n10{margin:-40px!important}.m-xxl-n11{margin:-44px!important}.m-xxl-n12{margin:-48px!important}.m-xxl-n13{margin:-52px!important}.m-xxl-n14{margin:-56px!important}.m-xxl-n15{margin:-60px!important}.m-xxl-n16{margin:-64px!important}.m-xxl-n17{margin:-68px!important}.m-xxl-n18{margin:-72px!important}.m-xxl-n19{margin:-76px!important}.m-xxl-n20{margin:-80px!important}.m-xxl-n21{margin:-84px!important}.m-xxl-n22{margin:-88px!important}.m-xxl-n23{margin:-92px!important}.m-xxl-n24{margin:-96px!important}.m-xxl-n25{margin:-100px!important}.m-xxl-n26{margin:-104px!important}.m-xxl-n27{margin:-108px!important}.m-xxl-n30{margin:-120px!important}.mx-xxl-n1{margin-left:-4px!important;margin-right:-4px!important}.mx-xxl-n2{margin-left:-8px!important;margin-right:-8px!important}.mx-xxl-n3{margin-left:-12px!important;margin-right:-12px!important}.mx-xxl-n4{margin-left:-16px!important;margin-right:-16px!important}.mx-xxl-n5{margin-left:-20px!important;margin-right:-20px!important}.mx-xxl-n6{margin-left:-24px!important;margin-right:-24px!important}.mx-xxl-n7{margin-left:-28px!important;margin-right:-28px!important}.mx-xxl-n8{margin-left:-32px!important;margin-right:-32px!important}.mx-xxl-n9{margin-left:-36px!important;margin-right:-36px!important}.mx-xxl-n10{margin-left:-40px!important;margin-right:-40px!important}.mx-xxl-n11{margin-left:-44px!important;margin-right:-44px!important}.mx-xxl-n12{margin-left:-48px!important;margin-right:-48px!important}.mx-xxl-n13{margin-left:-52px!important;margin-right:-52px!important}.mx-xxl-n14{margin-left:-56px!important;margin-right:-56px!important}.mx-xxl-n15{margin-left:-60px!important;margin-right:-60px!important}.mx-xxl-n16{margin-left:-64px!important;margin-right:-64px!important}.mx-xxl-n17{margin-left:-68px!important;margin-right:-68px!important}.mx-xxl-n18{margin-left:-72px!important;margin-right:-72px!important}.mx-xxl-n19{margin-left:-76px!important;margin-right:-76px!important}.mx-xxl-n20{margin-left:-80px!important;margin-right:-80px!important}.mx-xxl-n21{margin-left:-84px!important;margin-right:-84px!important}.mx-xxl-n22{margin-left:-88px!important;margin-right:-88px!important}.mx-xxl-n23{margin-left:-92px!important;margin-right:-92px!important}.mx-xxl-n24{margin-left:-96px!important;margin-right:-96px!important}.mx-xxl-n25{margin-left:-100px!important;margin-right:-100px!important}.mx-xxl-n26{margin-left:-104px!important;margin-right:-104px!important}.mx-xxl-n27{margin-left:-108px!important;margin-right:-108px!important}.mx-xxl-n30{margin-left:-120px!important;margin-right:-120px!important}.my-xxl-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-xxl-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-xxl-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-xxl-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-xxl-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-xxl-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-xxl-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-xxl-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-xxl-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-xxl-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-xxl-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-xxl-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-xxl-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-xxl-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-xxl-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-xxl-n16{margin-top:-64px!important;margin-bottom:-64px!important}.my-xxl-n17{margin-top:-68px!important;margin-bottom:-68px!important}.my-xxl-n18{margin-top:-72px!important;margin-bottom:-72px!important}.my-xxl-n19{margin-top:-76px!important;margin-bottom:-76px!important}.my-xxl-n20{margin-top:-80px!important;margin-bottom:-80px!important}.my-xxl-n21{margin-top:-84px!important;margin-bottom:-84px!important}.my-xxl-n22{margin-top:-88px!important;margin-bottom:-88px!important}.my-xxl-n23{margin-top:-92px!important;margin-bottom:-92px!important}.my-xxl-n24{margin-top:-96px!important;margin-bottom:-96px!important}.my-xxl-n25{margin-top:-100px!important;margin-bottom:-100px!important}.my-xxl-n26{margin-top:-104px!important;margin-bottom:-104px!important}.my-xxl-n27{margin-top:-108px!important;margin-bottom:-108px!important}.my-xxl-n30{margin-top:-120px!important;margin-bottom:-120px!important}.mt-xxl-n1{margin-top:-4px!important}.mt-xxl-n2{margin-top:-8px!important}.mt-xxl-n3{margin-top:-12px!important}.mt-xxl-n4{margin-top:-16px!important}.mt-xxl-n5{margin-top:-20px!important}.mt-xxl-n6{margin-top:-24px!important}.mt-xxl-n7{margin-top:-28px!important}.mt-xxl-n8{margin-top:-32px!important}.mt-xxl-n9{margin-top:-36px!important}.mt-xxl-n10{margin-top:-40px!important}.mt-xxl-n11{margin-top:-44px!important}.mt-xxl-n12{margin-top:-48px!important}.mt-xxl-n13{margin-top:-52px!important}.mt-xxl-n14{margin-top:-56px!important}.mt-xxl-n15{margin-top:-60px!important}.mt-xxl-n16{margin-top:-64px!important}.mt-xxl-n17{margin-top:-68px!important}.mt-xxl-n18{margin-top:-72px!important}.mt-xxl-n19{margin-top:-76px!important}.mt-xxl-n20{margin-top:-80px!important}.mt-xxl-n21{margin-top:-84px!important}.mt-xxl-n22{margin-top:-88px!important}.mt-xxl-n23{margin-top:-92px!important}.mt-xxl-n24{margin-top:-96px!important}.mt-xxl-n25{margin-top:-100px!important}.mt-xxl-n26{margin-top:-104px!important}.mt-xxl-n27{margin-top:-108px!important}.mt-xxl-n30{margin-top:-120px!important}.me-xxl-n1{margin-right:-4px!important}.me-xxl-n2{margin-right:-8px!important}.me-xxl-n3{margin-right:-12px!important}.me-xxl-n4{margin-right:-16px!important}.me-xxl-n5{margin-right:-20px!important}.me-xxl-n6{margin-right:-24px!important}.me-xxl-n7{margin-right:-28px!important}.me-xxl-n8{margin-right:-32px!important}.me-xxl-n9{margin-right:-36px!important}.me-xxl-n10{margin-right:-40px!important}.me-xxl-n11{margin-right:-44px!important}.me-xxl-n12{margin-right:-48px!important}.me-xxl-n13{margin-right:-52px!important}.me-xxl-n14{margin-right:-56px!important}.me-xxl-n15{margin-right:-60px!important}.me-xxl-n16{margin-right:-64px!important}.me-xxl-n17{margin-right:-68px!important}.me-xxl-n18{margin-right:-72px!important}.me-xxl-n19{margin-right:-76px!important}.me-xxl-n20{margin-right:-80px!important}.me-xxl-n21{margin-right:-84px!important}.me-xxl-n22{margin-right:-88px!important}.me-xxl-n23{margin-right:-92px!important}.me-xxl-n24{margin-right:-96px!important}.me-xxl-n25{margin-right:-100px!important}.me-xxl-n26{margin-right:-104px!important}.me-xxl-n27{margin-right:-108px!important}.me-xxl-n30{margin-right:-120px!important}.mb-xxl-n1{margin-bottom:-4px!important}.mb-xxl-n2{margin-bottom:-8px!important}.mb-xxl-n3{margin-bottom:-12px!important}.mb-xxl-n4{margin-bottom:-16px!important}.mb-xxl-n5{margin-bottom:-20px!important}.mb-xxl-n6{margin-bottom:-24px!important}.mb-xxl-n7{margin-bottom:-28px!important}.mb-xxl-n8{margin-bottom:-32px!important}.mb-xxl-n9{margin-bottom:-36px!important}.mb-xxl-n10{margin-bottom:-40px!important}.mb-xxl-n11{margin-bottom:-44px!important}.mb-xxl-n12{margin-bottom:-48px!important}.mb-xxl-n13{margin-bottom:-52px!important}.mb-xxl-n14{margin-bottom:-56px!important}.mb-xxl-n15{margin-bottom:-60px!important}.mb-xxl-n16{margin-bottom:-64px!important}.mb-xxl-n17{margin-bottom:-68px!important}.mb-xxl-n18{margin-bottom:-72px!important}.mb-xxl-n19{margin-bottom:-76px!important}.mb-xxl-n20{margin-bottom:-80px!important}.mb-xxl-n21{margin-bottom:-84px!important}.mb-xxl-n22{margin-bottom:-88px!important}.mb-xxl-n23{margin-bottom:-92px!important}.mb-xxl-n24{margin-bottom:-96px!important}.mb-xxl-n25{margin-bottom:-100px!important}.mb-xxl-n26{margin-bottom:-104px!important}.mb-xxl-n27{margin-bottom:-108px!important}.mb-xxl-n30{margin-bottom:-120px!important}.ms-xxl-n1{margin-left:-4px!important}.ms-xxl-n2{margin-left:-8px!important}.ms-xxl-n3{margin-left:-12px!important}.ms-xxl-n4{margin-left:-16px!important}.ms-xxl-n5{margin-left:-20px!important}.ms-xxl-n6{margin-left:-24px!important}.ms-xxl-n7{margin-left:-28px!important}.ms-xxl-n8{margin-left:-32px!important}.ms-xxl-n9{margin-left:-36px!important}.ms-xxl-n10{margin-left:-40px!important}.ms-xxl-n11{margin-left:-44px!important}.ms-xxl-n12{margin-left:-48px!important}.ms-xxl-n13{margin-left:-52px!important}.ms-xxl-n14{margin-left:-56px!important}.ms-xxl-n15{margin-left:-60px!important}.ms-xxl-n16{margin-left:-64px!important}.ms-xxl-n17{margin-left:-68px!important}.ms-xxl-n18{margin-left:-72px!important}.ms-xxl-n19{margin-left:-76px!important}.ms-xxl-n20{margin-left:-80px!important}.ms-xxl-n21{margin-left:-84px!important}.ms-xxl-n22{margin-left:-88px!important}.ms-xxl-n23{margin-left:-92px!important}.ms-xxl-n24{margin-left:-96px!important}.ms-xxl-n25{margin-left:-100px!important}.ms-xxl-n26{margin-left:-104px!important}.ms-xxl-n27{margin-left:-108px!important}.ms-xxl-n30{margin-left:-120px!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:4px!important}.p-xxl-2{padding:8px!important}.p-xxl-3{padding:12px!important}.p-xxl-4{padding:16px!important}.p-xxl-5{padding:20px!important}.p-xxl-6{padding:24px!important}.p-xxl-7{padding:28px!important}.p-xxl-8{padding:32px!important}.p-xxl-9{padding:36px!important}.p-xxl-10{padding:40px!important}.p-xxl-11{padding:44px!important}.p-xxl-12{padding:48px!important}.p-xxl-13{padding:52px!important}.p-xxl-14{padding:56px!important}.p-xxl-15{padding:60px!important}.p-xxl-16{padding:64px!important}.p-xxl-17{padding:68px!important}.p-xxl-18{padding:72px!important}.p-xxl-19{padding:76px!important}.p-xxl-20{padding:80px!important}.p-xxl-21{padding:84px!important}.p-xxl-22{padding:88px!important}.p-xxl-23{padding:92px!important}.p-xxl-24{padding:96px!important}.p-xxl-25{padding:100px!important}.p-xxl-26{padding:104px!important}.p-xxl-27{padding:108px!important}.p-xxl-30{padding:120px!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:4px!important;padding-right:4px!important}.px-xxl-2{padding-left:8px!important;padding-right:8px!important}.px-xxl-3{padding-left:12px!important;padding-right:12px!important}.px-xxl-4{padding-left:16px!important;padding-right:16px!important}.px-xxl-5{padding-left:20px!important;padding-right:20px!important}.px-xxl-6{padding-left:24px!important;padding-right:24px!important}.px-xxl-7{padding-left:28px!important;padding-right:28px!important}.px-xxl-8{padding-left:32px!important;padding-right:32px!important}.px-xxl-9{padding-left:36px!important;padding-right:36px!important}.px-xxl-10{padding-left:40px!important;padding-right:40px!important}.px-xxl-11{padding-left:44px!important;padding-right:44px!important}.px-xxl-12{padding-left:48px!important;padding-right:48px!important}.px-xxl-13{padding-left:52px!important;padding-right:52px!important}.px-xxl-14{padding-left:56px!important;padding-right:56px!important}.px-xxl-15{padding-left:60px!important;padding-right:60px!important}.px-xxl-16{padding-left:64px!important;padding-right:64px!important}.px-xxl-17{padding-left:68px!important;padding-right:68px!important}.px-xxl-18{padding-left:72px!important;padding-right:72px!important}.px-xxl-19{padding-left:76px!important;padding-right:76px!important}.px-xxl-20{padding-left:80px!important;padding-right:80px!important}.px-xxl-21{padding-left:84px!important;padding-right:84px!important}.px-xxl-22{padding-left:88px!important;padding-right:88px!important}.px-xxl-23{padding-left:92px!important;padding-right:92px!important}.px-xxl-24{padding-left:96px!important;padding-right:96px!important}.px-xxl-25{padding-left:100px!important;padding-right:100px!important}.px-xxl-26{padding-left:104px!important;padding-right:104px!important}.px-xxl-27{padding-left:108px!important;padding-right:108px!important}.px-xxl-30{padding-left:120px!important;padding-right:120px!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:4px!important;padding-bottom:4px!important}.py-xxl-2{padding-top:8px!important;padding-bottom:8px!important}.py-xxl-3{padding-top:12px!important;padding-bottom:12px!important}.py-xxl-4{padding-top:16px!important;padding-bottom:16px!important}.py-xxl-5{padding-top:20px!important;padding-bottom:20px!important}.py-xxl-6{padding-top:24px!important;padding-bottom:24px!important}.py-xxl-7{padding-top:28px!important;padding-bottom:28px!important}.py-xxl-8{padding-top:32px!important;padding-bottom:32px!important}.py-xxl-9{padding-top:36px!important;padding-bottom:36px!important}.py-xxl-10{padding-top:40px!important;padding-bottom:40px!important}.py-xxl-11{padding-top:44px!important;padding-bottom:44px!important}.py-xxl-12{padding-top:48px!important;padding-bottom:48px!important}.py-xxl-13{padding-top:52px!important;padding-bottom:52px!important}.py-xxl-14{padding-top:56px!important;padding-bottom:56px!important}.py-xxl-15{padding-top:60px!important;padding-bottom:60px!important}.py-xxl-16{padding-top:64px!important;padding-bottom:64px!important}.py-xxl-17{padding-top:68px!important;padding-bottom:68px!important}.py-xxl-18{padding-top:72px!important;padding-bottom:72px!important}.py-xxl-19{padding-top:76px!important;padding-bottom:76px!important}.py-xxl-20{padding-top:80px!important;padding-bottom:80px!important}.py-xxl-21{padding-top:84px!important;padding-bottom:84px!important}.py-xxl-22{padding-top:88px!important;padding-bottom:88px!important}.py-xxl-23{padding-top:92px!important;padding-bottom:92px!important}.py-xxl-24{padding-top:96px!important;padding-bottom:96px!important}.py-xxl-25{padding-top:100px!important;padding-bottom:100px!important}.py-xxl-26{padding-top:104px!important;padding-bottom:104px!important}.py-xxl-27{padding-top:108px!important;padding-bottom:108px!important}.py-xxl-30{padding-top:120px!important;padding-bottom:120px!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:4px!important}.pt-xxl-2{padding-top:8px!important}.pt-xxl-3{padding-top:12px!important}.pt-xxl-4{padding-top:16px!important}.pt-xxl-5{padding-top:20px!important}.pt-xxl-6{padding-top:24px!important}.pt-xxl-7{padding-top:28px!important}.pt-xxl-8{padding-top:32px!important}.pt-xxl-9{padding-top:36px!important}.pt-xxl-10{padding-top:40px!important}.pt-xxl-11{padding-top:44px!important}.pt-xxl-12{padding-top:48px!important}.pt-xxl-13{padding-top:52px!important}.pt-xxl-14{padding-top:56px!important}.pt-xxl-15{padding-top:60px!important}.pt-xxl-16{padding-top:64px!important}.pt-xxl-17{padding-top:68px!important}.pt-xxl-18{padding-top:72px!important}.pt-xxl-19{padding-top:76px!important}.pt-xxl-20{padding-top:80px!important}.pt-xxl-21{padding-top:84px!important}.pt-xxl-22{padding-top:88px!important}.pt-xxl-23{padding-top:92px!important}.pt-xxl-24{padding-top:96px!important}.pt-xxl-25{padding-top:100px!important}.pt-xxl-26{padding-top:104px!important}.pt-xxl-27{padding-top:108px!important}.pt-xxl-30{padding-top:120px!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:4px!important}.pe-xxl-2{padding-right:8px!important}.pe-xxl-3{padding-right:12px!important}.pe-xxl-4{padding-right:16px!important}.pe-xxl-5{padding-right:20px!important}.pe-xxl-6{padding-right:24px!important}.pe-xxl-7{padding-right:28px!important}.pe-xxl-8{padding-right:32px!important}.pe-xxl-9{padding-right:36px!important}.pe-xxl-10{padding-right:40px!important}.pe-xxl-11{padding-right:44px!important}.pe-xxl-12{padding-right:48px!important}.pe-xxl-13{padding-right:52px!important}.pe-xxl-14{padding-right:56px!important}.pe-xxl-15{padding-right:60px!important}.pe-xxl-16{padding-right:64px!important}.pe-xxl-17{padding-right:68px!important}.pe-xxl-18{padding-right:72px!important}.pe-xxl-19{padding-right:76px!important}.pe-xxl-20{padding-right:80px!important}.pe-xxl-21{padding-right:84px!important}.pe-xxl-22{padding-right:88px!important}.pe-xxl-23{padding-right:92px!important}.pe-xxl-24{padding-right:96px!important}.pe-xxl-25{padding-right:100px!important}.pe-xxl-26{padding-right:104px!important}.pe-xxl-27{padding-right:108px!important}.pe-xxl-30{padding-right:120px!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:4px!important}.pb-xxl-2{padding-bottom:8px!important}.pb-xxl-3{padding-bottom:12px!important}.pb-xxl-4{padding-bottom:16px!important}.pb-xxl-5{padding-bottom:20px!important}.pb-xxl-6{padding-bottom:24px!important}.pb-xxl-7{padding-bottom:28px!important}.pb-xxl-8{padding-bottom:32px!important}.pb-xxl-9{padding-bottom:36px!important}.pb-xxl-10{padding-bottom:40px!important}.pb-xxl-11{padding-bottom:44px!important}.pb-xxl-12{padding-bottom:48px!important}.pb-xxl-13{padding-bottom:52px!important}.pb-xxl-14{padding-bottom:56px!important}.pb-xxl-15{padding-bottom:60px!important}.pb-xxl-16{padding-bottom:64px!important}.pb-xxl-17{padding-bottom:68px!important}.pb-xxl-18{padding-bottom:72px!important}.pb-xxl-19{padding-bottom:76px!important}.pb-xxl-20{padding-bottom:80px!important}.pb-xxl-21{padding-bottom:84px!important}.pb-xxl-22{padding-bottom:88px!important}.pb-xxl-23{padding-bottom:92px!important}.pb-xxl-24{padding-bottom:96px!important}.pb-xxl-25{padding-bottom:100px!important}.pb-xxl-26{padding-bottom:104px!important}.pb-xxl-27{padding-bottom:108px!important}.pb-xxl-30{padding-bottom:120px!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:4px!important}.ps-xxl-2{padding-left:8px!important}.ps-xxl-3{padding-left:12px!important}.ps-xxl-4{padding-left:16px!important}.ps-xxl-5{padding-left:20px!important}.ps-xxl-6{padding-left:24px!important}.ps-xxl-7{padding-left:28px!important}.ps-xxl-8{padding-left:32px!important}.ps-xxl-9{padding-left:36px!important}.ps-xxl-10{padding-left:40px!important}.ps-xxl-11{padding-left:44px!important}.ps-xxl-12{padding-left:48px!important}.ps-xxl-13{padding-left:52px!important}.ps-xxl-14{padding-left:56px!important}.ps-xxl-15{padding-left:60px!important}.ps-xxl-16{padding-left:64px!important}.ps-xxl-17{padding-left:68px!important}.ps-xxl-18{padding-left:72px!important}.ps-xxl-19{padding-left:76px!important}.ps-xxl-20{padding-left:80px!important}.ps-xxl-21{padding-left:84px!important}.ps-xxl-22{padding-left:88px!important}.ps-xxl-23{padding-left:92px!important}.ps-xxl-24{padding-left:96px!important}.ps-xxl-25{padding-left:100px!important}.ps-xxl-26{padding-left:104px!important}.ps-xxl-27{padding-left:108px!important}.ps-xxl-30{padding-left:120px!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:4px!important}.gap-xxl-2{gap:8px!important}.gap-xxl-3{gap:12px!important}.gap-xxl-4{gap:16px!important}.gap-xxl-5{gap:20px!important}.gap-xxl-6{gap:24px!important}.gap-xxl-7{gap:28px!important}.gap-xxl-8{gap:32px!important}.gap-xxl-9{gap:36px!important}.gap-xxl-10{gap:40px!important}.gap-xxl-11{gap:44px!important}.gap-xxl-12{gap:48px!important}.gap-xxl-13{gap:52px!important}.gap-xxl-14{gap:56px!important}.gap-xxl-15{gap:60px!important}.gap-xxl-16{gap:64px!important}.gap-xxl-17{gap:68px!important}.gap-xxl-18{gap:72px!important}.gap-xxl-19{gap:76px!important}.gap-xxl-20{gap:80px!important}.gap-xxl-21{gap:84px!important}.gap-xxl-22{gap:88px!important}.gap-xxl-23{gap:92px!important}.gap-xxl-24{gap:96px!important}.gap-xxl-25{gap:100px!important}.gap-xxl-26{gap:104px!important}.gap-xxl-27{gap:108px!important}.gap-xxl-30{gap:120px!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:4px!important}.row-gap-xxl-2{row-gap:8px!important}.row-gap-xxl-3{row-gap:12px!important}.row-gap-xxl-4{row-gap:16px!important}.row-gap-xxl-5{row-gap:20px!important}.row-gap-xxl-6{row-gap:24px!important}.row-gap-xxl-7{row-gap:28px!important}.row-gap-xxl-8{row-gap:32px!important}.row-gap-xxl-9{row-gap:36px!important}.row-gap-xxl-10{row-gap:40px!important}.row-gap-xxl-11{row-gap:44px!important}.row-gap-xxl-12{row-gap:48px!important}.row-gap-xxl-13{row-gap:52px!important}.row-gap-xxl-14{row-gap:56px!important}.row-gap-xxl-15{row-gap:60px!important}.row-gap-xxl-16{row-gap:64px!important}.row-gap-xxl-17{row-gap:68px!important}.row-gap-xxl-18{row-gap:72px!important}.row-gap-xxl-19{row-gap:76px!important}.row-gap-xxl-20{row-gap:80px!important}.row-gap-xxl-21{row-gap:84px!important}.row-gap-xxl-22{row-gap:88px!important}.row-gap-xxl-23{row-gap:92px!important}.row-gap-xxl-24{row-gap:96px!important}.row-gap-xxl-25{row-gap:100px!important}.row-gap-xxl-26{row-gap:104px!important}.row-gap-xxl-27{row-gap:108px!important}.row-gap-xxl-30{row-gap:120px!important}.column-gap-xxl-0{column-gap:0!important}.column-gap-xxl-1{column-gap:4px!important}.column-gap-xxl-2{column-gap:8px!important}.column-gap-xxl-3{column-gap:12px!important}.column-gap-xxl-4{column-gap:16px!important}.column-gap-xxl-5{column-gap:20px!important}.column-gap-xxl-6{column-gap:24px!important}.column-gap-xxl-7{column-gap:28px!important}.column-gap-xxl-8{column-gap:32px!important}.column-gap-xxl-9{column-gap:36px!important}.column-gap-xxl-10{column-gap:40px!important}.column-gap-xxl-11{column-gap:44px!important}.column-gap-xxl-12{column-gap:48px!important}.column-gap-xxl-13{column-gap:52px!important}.column-gap-xxl-14{column-gap:56px!important}.column-gap-xxl-15{column-gap:60px!important}.column-gap-xxl-16{column-gap:64px!important}.column-gap-xxl-17{column-gap:68px!important}.column-gap-xxl-18{column-gap:72px!important}.column-gap-xxl-19{column-gap:76px!important}.column-gap-xxl-20{column-gap:80px!important}.column-gap-xxl-21{column-gap:84px!important}.column-gap-xxl-22{column-gap:88px!important}.column-gap-xxl-23{column-gap:92px!important}.column-gap-xxl-24{column-gap:96px!important}.column-gap-xxl-25{column-gap:100px!important}.column-gap-xxl-26{column-gap:104px!important}.column-gap-xxl-27{column-gap:108px!important}.column-gap-xxl-30{column-gap:120px!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (width>=1600px){.float-xxxl-start{float:left!important}.float-xxxl-end{float:right!important}.float-xxxl-none{float:none!important}.object-fit-xxxl-contain{object-fit:contain!important}.object-fit-xxxl-cover{object-fit:cover!important}.object-fit-xxxl-fill{object-fit:fill!important}.object-fit-xxxl-scale{object-fit:scale-down!important}.object-fit-xxxl-none{object-fit:none!important}.d-xxxl-inline{display:inline!important}.d-xxxl-inline-block{display:inline-block!important}.d-xxxl-block{display:block!important}.d-xxxl-grid{display:grid!important}.d-xxxl-inline-grid{display:inline-grid!important}.d-xxxl-table{display:table!important}.d-xxxl-table-row{display:table-row!important}.d-xxxl-table-cell{display:table-cell!important}.d-xxxl-flex{display:flex!important}.d-xxxl-inline-flex{display:inline-flex!important}.d-xxxl-none{display:none!important}.flex-xxxl-fill{flex:auto!important}.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.justify-content-xxxl-evenly{justify-content:space-evenly!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.order-xxxl-first{order:-1!important}.order-xxxl-0{order:0!important}.order-xxxl-1{order:1!important}.order-xxxl-2{order:2!important}.order-xxxl-3{order:3!important}.order-xxxl-4{order:4!important}.order-xxxl-5{order:5!important}.order-xxxl-last{order:6!important}.m-xxxl-0{margin:0!important}.m-xxxl-1{margin:4px!important}.m-xxxl-2{margin:8px!important}.m-xxxl-3{margin:12px!important}.m-xxxl-4{margin:16px!important}.m-xxxl-5{margin:20px!important}.m-xxxl-6{margin:24px!important}.m-xxxl-7{margin:28px!important}.m-xxxl-8{margin:32px!important}.m-xxxl-9{margin:36px!important}.m-xxxl-10{margin:40px!important}.m-xxxl-11{margin:44px!important}.m-xxxl-12{margin:48px!important}.m-xxxl-13{margin:52px!important}.m-xxxl-14{margin:56px!important}.m-xxxl-15{margin:60px!important}.m-xxxl-16{margin:64px!important}.m-xxxl-17{margin:68px!important}.m-xxxl-18{margin:72px!important}.m-xxxl-19{margin:76px!important}.m-xxxl-20{margin:80px!important}.m-xxxl-21{margin:84px!important}.m-xxxl-22{margin:88px!important}.m-xxxl-23{margin:92px!important}.m-xxxl-24{margin:96px!important}.m-xxxl-25{margin:100px!important}.m-xxxl-26{margin:104px!important}.m-xxxl-27{margin:108px!important}.m-xxxl-30{margin:120px!important}.m-xxxl-auto{margin:auto!important}.mx-xxxl-0{margin-left:0!important;margin-right:0!important}.mx-xxxl-1{margin-left:4px!important;margin-right:4px!important}.mx-xxxl-2{margin-left:8px!important;margin-right:8px!important}.mx-xxxl-3{margin-left:12px!important;margin-right:12px!important}.mx-xxxl-4{margin-left:16px!important;margin-right:16px!important}.mx-xxxl-5{margin-left:20px!important;margin-right:20px!important}.mx-xxxl-6{margin-left:24px!important;margin-right:24px!important}.mx-xxxl-7{margin-left:28px!important;margin-right:28px!important}.mx-xxxl-8{margin-left:32px!important;margin-right:32px!important}.mx-xxxl-9{margin-left:36px!important;margin-right:36px!important}.mx-xxxl-10{margin-left:40px!important;margin-right:40px!important}.mx-xxxl-11{margin-left:44px!important;margin-right:44px!important}.mx-xxxl-12{margin-left:48px!important;margin-right:48px!important}.mx-xxxl-13{margin-left:52px!important;margin-right:52px!important}.mx-xxxl-14{margin-left:56px!important;margin-right:56px!important}.mx-xxxl-15{margin-left:60px!important;margin-right:60px!important}.mx-xxxl-16{margin-left:64px!important;margin-right:64px!important}.mx-xxxl-17{margin-left:68px!important;margin-right:68px!important}.mx-xxxl-18{margin-left:72px!important;margin-right:72px!important}.mx-xxxl-19{margin-left:76px!important;margin-right:76px!important}.mx-xxxl-20{margin-left:80px!important;margin-right:80px!important}.mx-xxxl-21{margin-left:84px!important;margin-right:84px!important}.mx-xxxl-22{margin-left:88px!important;margin-right:88px!important}.mx-xxxl-23{margin-left:92px!important;margin-right:92px!important}.mx-xxxl-24{margin-left:96px!important;margin-right:96px!important}.mx-xxxl-25{margin-left:100px!important;margin-right:100px!important}.mx-xxxl-26{margin-left:104px!important;margin-right:104px!important}.mx-xxxl-27{margin-left:108px!important;margin-right:108px!important}.mx-xxxl-30{margin-left:120px!important;margin-right:120px!important}.mx-xxxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxxl-1{margin-top:4px!important;margin-bottom:4px!important}.my-xxxl-2{margin-top:8px!important;margin-bottom:8px!important}.my-xxxl-3{margin-top:12px!important;margin-bottom:12px!important}.my-xxxl-4{margin-top:16px!important;margin-bottom:16px!important}.my-xxxl-5{margin-top:20px!important;margin-bottom:20px!important}.my-xxxl-6{margin-top:24px!important;margin-bottom:24px!important}.my-xxxl-7{margin-top:28px!important;margin-bottom:28px!important}.my-xxxl-8{margin-top:32px!important;margin-bottom:32px!important}.my-xxxl-9{margin-top:36px!important;margin-bottom:36px!important}.my-xxxl-10{margin-top:40px!important;margin-bottom:40px!important}.my-xxxl-11{margin-top:44px!important;margin-bottom:44px!important}.my-xxxl-12{margin-top:48px!important;margin-bottom:48px!important}.my-xxxl-13{margin-top:52px!important;margin-bottom:52px!important}.my-xxxl-14{margin-top:56px!important;margin-bottom:56px!important}.my-xxxl-15{margin-top:60px!important;margin-bottom:60px!important}.my-xxxl-16{margin-top:64px!important;margin-bottom:64px!important}.my-xxxl-17{margin-top:68px!important;margin-bottom:68px!important}.my-xxxl-18{margin-top:72px!important;margin-bottom:72px!important}.my-xxxl-19{margin-top:76px!important;margin-bottom:76px!important}.my-xxxl-20{margin-top:80px!important;margin-bottom:80px!important}.my-xxxl-21{margin-top:84px!important;margin-bottom:84px!important}.my-xxxl-22{margin-top:88px!important;margin-bottom:88px!important}.my-xxxl-23{margin-top:92px!important;margin-bottom:92px!important}.my-xxxl-24{margin-top:96px!important;margin-bottom:96px!important}.my-xxxl-25{margin-top:100px!important;margin-bottom:100px!important}.my-xxxl-26{margin-top:104px!important;margin-bottom:104px!important}.my-xxxl-27{margin-top:108px!important;margin-bottom:108px!important}.my-xxxl-30{margin-top:120px!important;margin-bottom:120px!important}.my-xxxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxxl-0{margin-top:0!important}.mt-xxxl-1{margin-top:4px!important}.mt-xxxl-2{margin-top:8px!important}.mt-xxxl-3{margin-top:12px!important}.mt-xxxl-4{margin-top:16px!important}.mt-xxxl-5{margin-top:20px!important}.mt-xxxl-6{margin-top:24px!important}.mt-xxxl-7{margin-top:28px!important}.mt-xxxl-8{margin-top:32px!important}.mt-xxxl-9{margin-top:36px!important}.mt-xxxl-10{margin-top:40px!important}.mt-xxxl-11{margin-top:44px!important}.mt-xxxl-12{margin-top:48px!important}.mt-xxxl-13{margin-top:52px!important}.mt-xxxl-14{margin-top:56px!important}.mt-xxxl-15{margin-top:60px!important}.mt-xxxl-16{margin-top:64px!important}.mt-xxxl-17{margin-top:68px!important}.mt-xxxl-18{margin-top:72px!important}.mt-xxxl-19{margin-top:76px!important}.mt-xxxl-20{margin-top:80px!important}.mt-xxxl-21{margin-top:84px!important}.mt-xxxl-22{margin-top:88px!important}.mt-xxxl-23{margin-top:92px!important}.mt-xxxl-24{margin-top:96px!important}.mt-xxxl-25{margin-top:100px!important}.mt-xxxl-26{margin-top:104px!important}.mt-xxxl-27{margin-top:108px!important}.mt-xxxl-30{margin-top:120px!important}.mt-xxxl-auto{margin-top:auto!important}.me-xxxl-0{margin-right:0!important}.me-xxxl-1{margin-right:4px!important}.me-xxxl-2{margin-right:8px!important}.me-xxxl-3{margin-right:12px!important}.me-xxxl-4{margin-right:16px!important}.me-xxxl-5{margin-right:20px!important}.me-xxxl-6{margin-right:24px!important}.me-xxxl-7{margin-right:28px!important}.me-xxxl-8{margin-right:32px!important}.me-xxxl-9{margin-right:36px!important}.me-xxxl-10{margin-right:40px!important}.me-xxxl-11{margin-right:44px!important}.me-xxxl-12{margin-right:48px!important}.me-xxxl-13{margin-right:52px!important}.me-xxxl-14{margin-right:56px!important}.me-xxxl-15{margin-right:60px!important}.me-xxxl-16{margin-right:64px!important}.me-xxxl-17{margin-right:68px!important}.me-xxxl-18{margin-right:72px!important}.me-xxxl-19{margin-right:76px!important}.me-xxxl-20{margin-right:80px!important}.me-xxxl-21{margin-right:84px!important}.me-xxxl-22{margin-right:88px!important}.me-xxxl-23{margin-right:92px!important}.me-xxxl-24{margin-right:96px!important}.me-xxxl-25{margin-right:100px!important}.me-xxxl-26{margin-right:104px!important}.me-xxxl-27{margin-right:108px!important}.me-xxxl-30{margin-right:120px!important}.me-xxxl-auto{margin-right:auto!important}.mb-xxxl-0{margin-bottom:0!important}.mb-xxxl-1{margin-bottom:4px!important}.mb-xxxl-2{margin-bottom:8px!important}.mb-xxxl-3{margin-bottom:12px!important}.mb-xxxl-4{margin-bottom:16px!important}.mb-xxxl-5{margin-bottom:20px!important}.mb-xxxl-6{margin-bottom:24px!important}.mb-xxxl-7{margin-bottom:28px!important}.mb-xxxl-8{margin-bottom:32px!important}.mb-xxxl-9{margin-bottom:36px!important}.mb-xxxl-10{margin-bottom:40px!important}.mb-xxxl-11{margin-bottom:44px!important}.mb-xxxl-12{margin-bottom:48px!important}.mb-xxxl-13{margin-bottom:52px!important}.mb-xxxl-14{margin-bottom:56px!important}.mb-xxxl-15{margin-bottom:60px!important}.mb-xxxl-16{margin-bottom:64px!important}.mb-xxxl-17{margin-bottom:68px!important}.mb-xxxl-18{margin-bottom:72px!important}.mb-xxxl-19{margin-bottom:76px!important}.mb-xxxl-20{margin-bottom:80px!important}.mb-xxxl-21{margin-bottom:84px!important}.mb-xxxl-22{margin-bottom:88px!important}.mb-xxxl-23{margin-bottom:92px!important}.mb-xxxl-24{margin-bottom:96px!important}.mb-xxxl-25{margin-bottom:100px!important}.mb-xxxl-26{margin-bottom:104px!important}.mb-xxxl-27{margin-bottom:108px!important}.mb-xxxl-30{margin-bottom:120px!important}.mb-xxxl-auto{margin-bottom:auto!important}.ms-xxxl-0{margin-left:0!important}.ms-xxxl-1{margin-left:4px!important}.ms-xxxl-2{margin-left:8px!important}.ms-xxxl-3{margin-left:12px!important}.ms-xxxl-4{margin-left:16px!important}.ms-xxxl-5{margin-left:20px!important}.ms-xxxl-6{margin-left:24px!important}.ms-xxxl-7{margin-left:28px!important}.ms-xxxl-8{margin-left:32px!important}.ms-xxxl-9{margin-left:36px!important}.ms-xxxl-10{margin-left:40px!important}.ms-xxxl-11{margin-left:44px!important}.ms-xxxl-12{margin-left:48px!important}.ms-xxxl-13{margin-left:52px!important}.ms-xxxl-14{margin-left:56px!important}.ms-xxxl-15{margin-left:60px!important}.ms-xxxl-16{margin-left:64px!important}.ms-xxxl-17{margin-left:68px!important}.ms-xxxl-18{margin-left:72px!important}.ms-xxxl-19{margin-left:76px!important}.ms-xxxl-20{margin-left:80px!important}.ms-xxxl-21{margin-left:84px!important}.ms-xxxl-22{margin-left:88px!important}.ms-xxxl-23{margin-left:92px!important}.ms-xxxl-24{margin-left:96px!important}.ms-xxxl-25{margin-left:100px!important}.ms-xxxl-26{margin-left:104px!important}.ms-xxxl-27{margin-left:108px!important}.ms-xxxl-30{margin-left:120px!important}.ms-xxxl-auto{margin-left:auto!important}.m-xxxl-n1{margin:-4px!important}.m-xxxl-n2{margin:-8px!important}.m-xxxl-n3{margin:-12px!important}.m-xxxl-n4{margin:-16px!important}.m-xxxl-n5{margin:-20px!important}.m-xxxl-n6{margin:-24px!important}.m-xxxl-n7{margin:-28px!important}.m-xxxl-n8{margin:-32px!important}.m-xxxl-n9{margin:-36px!important}.m-xxxl-n10{margin:-40px!important}.m-xxxl-n11{margin:-44px!important}.m-xxxl-n12{margin:-48px!important}.m-xxxl-n13{margin:-52px!important}.m-xxxl-n14{margin:-56px!important}.m-xxxl-n15{margin:-60px!important}.m-xxxl-n16{margin:-64px!important}.m-xxxl-n17{margin:-68px!important}.m-xxxl-n18{margin:-72px!important}.m-xxxl-n19{margin:-76px!important}.m-xxxl-n20{margin:-80px!important}.m-xxxl-n21{margin:-84px!important}.m-xxxl-n22{margin:-88px!important}.m-xxxl-n23{margin:-92px!important}.m-xxxl-n24{margin:-96px!important}.m-xxxl-n25{margin:-100px!important}.m-xxxl-n26{margin:-104px!important}.m-xxxl-n27{margin:-108px!important}.m-xxxl-n30{margin:-120px!important}.mx-xxxl-n1{margin-left:-4px!important;margin-right:-4px!important}.mx-xxxl-n2{margin-left:-8px!important;margin-right:-8px!important}.mx-xxxl-n3{margin-left:-12px!important;margin-right:-12px!important}.mx-xxxl-n4{margin-left:-16px!important;margin-right:-16px!important}.mx-xxxl-n5{margin-left:-20px!important;margin-right:-20px!important}.mx-xxxl-n6{margin-left:-24px!important;margin-right:-24px!important}.mx-xxxl-n7{margin-left:-28px!important;margin-right:-28px!important}.mx-xxxl-n8{margin-left:-32px!important;margin-right:-32px!important}.mx-xxxl-n9{margin-left:-36px!important;margin-right:-36px!important}.mx-xxxl-n10{margin-left:-40px!important;margin-right:-40px!important}.mx-xxxl-n11{margin-left:-44px!important;margin-right:-44px!important}.mx-xxxl-n12{margin-left:-48px!important;margin-right:-48px!important}.mx-xxxl-n13{margin-left:-52px!important;margin-right:-52px!important}.mx-xxxl-n14{margin-left:-56px!important;margin-right:-56px!important}.mx-xxxl-n15{margin-left:-60px!important;margin-right:-60px!important}.mx-xxxl-n16{margin-left:-64px!important;margin-right:-64px!important}.mx-xxxl-n17{margin-left:-68px!important;margin-right:-68px!important}.mx-xxxl-n18{margin-left:-72px!important;margin-right:-72px!important}.mx-xxxl-n19{margin-left:-76px!important;margin-right:-76px!important}.mx-xxxl-n20{margin-left:-80px!important;margin-right:-80px!important}.mx-xxxl-n21{margin-left:-84px!important;margin-right:-84px!important}.mx-xxxl-n22{margin-left:-88px!important;margin-right:-88px!important}.mx-xxxl-n23{margin-left:-92px!important;margin-right:-92px!important}.mx-xxxl-n24{margin-left:-96px!important;margin-right:-96px!important}.mx-xxxl-n25{margin-left:-100px!important;margin-right:-100px!important}.mx-xxxl-n26{margin-left:-104px!important;margin-right:-104px!important}.mx-xxxl-n27{margin-left:-108px!important;margin-right:-108px!important}.mx-xxxl-n30{margin-left:-120px!important;margin-right:-120px!important}.my-xxxl-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-xxxl-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-xxxl-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-xxxl-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-xxxl-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-xxxl-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-xxxl-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-xxxl-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-xxxl-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-xxxl-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-xxxl-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-xxxl-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-xxxl-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-xxxl-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-xxxl-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-xxxl-n16{margin-top:-64px!important;margin-bottom:-64px!important}.my-xxxl-n17{margin-top:-68px!important;margin-bottom:-68px!important}.my-xxxl-n18{margin-top:-72px!important;margin-bottom:-72px!important}.my-xxxl-n19{margin-top:-76px!important;margin-bottom:-76px!important}.my-xxxl-n20{margin-top:-80px!important;margin-bottom:-80px!important}.my-xxxl-n21{margin-top:-84px!important;margin-bottom:-84px!important}.my-xxxl-n22{margin-top:-88px!important;margin-bottom:-88px!important}.my-xxxl-n23{margin-top:-92px!important;margin-bottom:-92px!important}.my-xxxl-n24{margin-top:-96px!important;margin-bottom:-96px!important}.my-xxxl-n25{margin-top:-100px!important;margin-bottom:-100px!important}.my-xxxl-n26{margin-top:-104px!important;margin-bottom:-104px!important}.my-xxxl-n27{margin-top:-108px!important;margin-bottom:-108px!important}.my-xxxl-n30{margin-top:-120px!important;margin-bottom:-120px!important}.mt-xxxl-n1{margin-top:-4px!important}.mt-xxxl-n2{margin-top:-8px!important}.mt-xxxl-n3{margin-top:-12px!important}.mt-xxxl-n4{margin-top:-16px!important}.mt-xxxl-n5{margin-top:-20px!important}.mt-xxxl-n6{margin-top:-24px!important}.mt-xxxl-n7{margin-top:-28px!important}.mt-xxxl-n8{margin-top:-32px!important}.mt-xxxl-n9{margin-top:-36px!important}.mt-xxxl-n10{margin-top:-40px!important}.mt-xxxl-n11{margin-top:-44px!important}.mt-xxxl-n12{margin-top:-48px!important}.mt-xxxl-n13{margin-top:-52px!important}.mt-xxxl-n14{margin-top:-56px!important}.mt-xxxl-n15{margin-top:-60px!important}.mt-xxxl-n16{margin-top:-64px!important}.mt-xxxl-n17{margin-top:-68px!important}.mt-xxxl-n18{margin-top:-72px!important}.mt-xxxl-n19{margin-top:-76px!important}.mt-xxxl-n20{margin-top:-80px!important}.mt-xxxl-n21{margin-top:-84px!important}.mt-xxxl-n22{margin-top:-88px!important}.mt-xxxl-n23{margin-top:-92px!important}.mt-xxxl-n24{margin-top:-96px!important}.mt-xxxl-n25{margin-top:-100px!important}.mt-xxxl-n26{margin-top:-104px!important}.mt-xxxl-n27{margin-top:-108px!important}.mt-xxxl-n30{margin-top:-120px!important}.me-xxxl-n1{margin-right:-4px!important}.me-xxxl-n2{margin-right:-8px!important}.me-xxxl-n3{margin-right:-12px!important}.me-xxxl-n4{margin-right:-16px!important}.me-xxxl-n5{margin-right:-20px!important}.me-xxxl-n6{margin-right:-24px!important}.me-xxxl-n7{margin-right:-28px!important}.me-xxxl-n8{margin-right:-32px!important}.me-xxxl-n9{margin-right:-36px!important}.me-xxxl-n10{margin-right:-40px!important}.me-xxxl-n11{margin-right:-44px!important}.me-xxxl-n12{margin-right:-48px!important}.me-xxxl-n13{margin-right:-52px!important}.me-xxxl-n14{margin-right:-56px!important}.me-xxxl-n15{margin-right:-60px!important}.me-xxxl-n16{margin-right:-64px!important}.me-xxxl-n17{margin-right:-68px!important}.me-xxxl-n18{margin-right:-72px!important}.me-xxxl-n19{margin-right:-76px!important}.me-xxxl-n20{margin-right:-80px!important}.me-xxxl-n21{margin-right:-84px!important}.me-xxxl-n22{margin-right:-88px!important}.me-xxxl-n23{margin-right:-92px!important}.me-xxxl-n24{margin-right:-96px!important}.me-xxxl-n25{margin-right:-100px!important}.me-xxxl-n26{margin-right:-104px!important}.me-xxxl-n27{margin-right:-108px!important}.me-xxxl-n30{margin-right:-120px!important}.mb-xxxl-n1{margin-bottom:-4px!important}.mb-xxxl-n2{margin-bottom:-8px!important}.mb-xxxl-n3{margin-bottom:-12px!important}.mb-xxxl-n4{margin-bottom:-16px!important}.mb-xxxl-n5{margin-bottom:-20px!important}.mb-xxxl-n6{margin-bottom:-24px!important}.mb-xxxl-n7{margin-bottom:-28px!important}.mb-xxxl-n8{margin-bottom:-32px!important}.mb-xxxl-n9{margin-bottom:-36px!important}.mb-xxxl-n10{margin-bottom:-40px!important}.mb-xxxl-n11{margin-bottom:-44px!important}.mb-xxxl-n12{margin-bottom:-48px!important}.mb-xxxl-n13{margin-bottom:-52px!important}.mb-xxxl-n14{margin-bottom:-56px!important}.mb-xxxl-n15{margin-bottom:-60px!important}.mb-xxxl-n16{margin-bottom:-64px!important}.mb-xxxl-n17{margin-bottom:-68px!important}.mb-xxxl-n18{margin-bottom:-72px!important}.mb-xxxl-n19{margin-bottom:-76px!important}.mb-xxxl-n20{margin-bottom:-80px!important}.mb-xxxl-n21{margin-bottom:-84px!important}.mb-xxxl-n22{margin-bottom:-88px!important}.mb-xxxl-n23{margin-bottom:-92px!important}.mb-xxxl-n24{margin-bottom:-96px!important}.mb-xxxl-n25{margin-bottom:-100px!important}.mb-xxxl-n26{margin-bottom:-104px!important}.mb-xxxl-n27{margin-bottom:-108px!important}.mb-xxxl-n30{margin-bottom:-120px!important}.ms-xxxl-n1{margin-left:-4px!important}.ms-xxxl-n2{margin-left:-8px!important}.ms-xxxl-n3{margin-left:-12px!important}.ms-xxxl-n4{margin-left:-16px!important}.ms-xxxl-n5{margin-left:-20px!important}.ms-xxxl-n6{margin-left:-24px!important}.ms-xxxl-n7{margin-left:-28px!important}.ms-xxxl-n8{margin-left:-32px!important}.ms-xxxl-n9{margin-left:-36px!important}.ms-xxxl-n10{margin-left:-40px!important}.ms-xxxl-n11{margin-left:-44px!important}.ms-xxxl-n12{margin-left:-48px!important}.ms-xxxl-n13{margin-left:-52px!important}.ms-xxxl-n14{margin-left:-56px!important}.ms-xxxl-n15{margin-left:-60px!important}.ms-xxxl-n16{margin-left:-64px!important}.ms-xxxl-n17{margin-left:-68px!important}.ms-xxxl-n18{margin-left:-72px!important}.ms-xxxl-n19{margin-left:-76px!important}.ms-xxxl-n20{margin-left:-80px!important}.ms-xxxl-n21{margin-left:-84px!important}.ms-xxxl-n22{margin-left:-88px!important}.ms-xxxl-n23{margin-left:-92px!important}.ms-xxxl-n24{margin-left:-96px!important}.ms-xxxl-n25{margin-left:-100px!important}.ms-xxxl-n26{margin-left:-104px!important}.ms-xxxl-n27{margin-left:-108px!important}.ms-xxxl-n30{margin-left:-120px!important}.p-xxxl-0{padding:0!important}.p-xxxl-1{padding:4px!important}.p-xxxl-2{padding:8px!important}.p-xxxl-3{padding:12px!important}.p-xxxl-4{padding:16px!important}.p-xxxl-5{padding:20px!important}.p-xxxl-6{padding:24px!important}.p-xxxl-7{padding:28px!important}.p-xxxl-8{padding:32px!important}.p-xxxl-9{padding:36px!important}.p-xxxl-10{padding:40px!important}.p-xxxl-11{padding:44px!important}.p-xxxl-12{padding:48px!important}.p-xxxl-13{padding:52px!important}.p-xxxl-14{padding:56px!important}.p-xxxl-15{padding:60px!important}.p-xxxl-16{padding:64px!important}.p-xxxl-17{padding:68px!important}.p-xxxl-18{padding:72px!important}.p-xxxl-19{padding:76px!important}.p-xxxl-20{padding:80px!important}.p-xxxl-21{padding:84px!important}.p-xxxl-22{padding:88px!important}.p-xxxl-23{padding:92px!important}.p-xxxl-24{padding:96px!important}.p-xxxl-25{padding:100px!important}.p-xxxl-26{padding:104px!important}.p-xxxl-27{padding:108px!important}.p-xxxl-30{padding:120px!important}.px-xxxl-0{padding-left:0!important;padding-right:0!important}.px-xxxl-1{padding-left:4px!important;padding-right:4px!important}.px-xxxl-2{padding-left:8px!important;padding-right:8px!important}.px-xxxl-3{padding-left:12px!important;padding-right:12px!important}.px-xxxl-4{padding-left:16px!important;padding-right:16px!important}.px-xxxl-5{padding-left:20px!important;padding-right:20px!important}.px-xxxl-6{padding-left:24px!important;padding-right:24px!important}.px-xxxl-7{padding-left:28px!important;padding-right:28px!important}.px-xxxl-8{padding-left:32px!important;padding-right:32px!important}.px-xxxl-9{padding-left:36px!important;padding-right:36px!important}.px-xxxl-10{padding-left:40px!important;padding-right:40px!important}.px-xxxl-11{padding-left:44px!important;padding-right:44px!important}.px-xxxl-12{padding-left:48px!important;padding-right:48px!important}.px-xxxl-13{padding-left:52px!important;padding-right:52px!important}.px-xxxl-14{padding-left:56px!important;padding-right:56px!important}.px-xxxl-15{padding-left:60px!important;padding-right:60px!important}.px-xxxl-16{padding-left:64px!important;padding-right:64px!important}.px-xxxl-17{padding-left:68px!important;padding-right:68px!important}.px-xxxl-18{padding-left:72px!important;padding-right:72px!important}.px-xxxl-19{padding-left:76px!important;padding-right:76px!important}.px-xxxl-20{padding-left:80px!important;padding-right:80px!important}.px-xxxl-21{padding-left:84px!important;padding-right:84px!important}.px-xxxl-22{padding-left:88px!important;padding-right:88px!important}.px-xxxl-23{padding-left:92px!important;padding-right:92px!important}.px-xxxl-24{padding-left:96px!important;padding-right:96px!important}.px-xxxl-25{padding-left:100px!important;padding-right:100px!important}.px-xxxl-26{padding-left:104px!important;padding-right:104px!important}.px-xxxl-27{padding-left:108px!important;padding-right:108px!important}.px-xxxl-30{padding-left:120px!important;padding-right:120px!important}.py-xxxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxxl-1{padding-top:4px!important;padding-bottom:4px!important}.py-xxxl-2{padding-top:8px!important;padding-bottom:8px!important}.py-xxxl-3{padding-top:12px!important;padding-bottom:12px!important}.py-xxxl-4{padding-top:16px!important;padding-bottom:16px!important}.py-xxxl-5{padding-top:20px!important;padding-bottom:20px!important}.py-xxxl-6{padding-top:24px!important;padding-bottom:24px!important}.py-xxxl-7{padding-top:28px!important;padding-bottom:28px!important}.py-xxxl-8{padding-top:32px!important;padding-bottom:32px!important}.py-xxxl-9{padding-top:36px!important;padding-bottom:36px!important}.py-xxxl-10{padding-top:40px!important;padding-bottom:40px!important}.py-xxxl-11{padding-top:44px!important;padding-bottom:44px!important}.py-xxxl-12{padding-top:48px!important;padding-bottom:48px!important}.py-xxxl-13{padding-top:52px!important;padding-bottom:52px!important}.py-xxxl-14{padding-top:56px!important;padding-bottom:56px!important}.py-xxxl-15{padding-top:60px!important;padding-bottom:60px!important}.py-xxxl-16{padding-top:64px!important;padding-bottom:64px!important}.py-xxxl-17{padding-top:68px!important;padding-bottom:68px!important}.py-xxxl-18{padding-top:72px!important;padding-bottom:72px!important}.py-xxxl-19{padding-top:76px!important;padding-bottom:76px!important}.py-xxxl-20{padding-top:80px!important;padding-bottom:80px!important}.py-xxxl-21{padding-top:84px!important;padding-bottom:84px!important}.py-xxxl-22{padding-top:88px!important;padding-bottom:88px!important}.py-xxxl-23{padding-top:92px!important;padding-bottom:92px!important}.py-xxxl-24{padding-top:96px!important;padding-bottom:96px!important}.py-xxxl-25{padding-top:100px!important;padding-bottom:100px!important}.py-xxxl-26{padding-top:104px!important;padding-bottom:104px!important}.py-xxxl-27{padding-top:108px!important;padding-bottom:108px!important}.py-xxxl-30{padding-top:120px!important;padding-bottom:120px!important}.pt-xxxl-0{padding-top:0!important}.pt-xxxl-1{padding-top:4px!important}.pt-xxxl-2{padding-top:8px!important}.pt-xxxl-3{padding-top:12px!important}.pt-xxxl-4{padding-top:16px!important}.pt-xxxl-5{padding-top:20px!important}.pt-xxxl-6{padding-top:24px!important}.pt-xxxl-7{padding-top:28px!important}.pt-xxxl-8{padding-top:32px!important}.pt-xxxl-9{padding-top:36px!important}.pt-xxxl-10{padding-top:40px!important}.pt-xxxl-11{padding-top:44px!important}.pt-xxxl-12{padding-top:48px!important}.pt-xxxl-13{padding-top:52px!important}.pt-xxxl-14{padding-top:56px!important}.pt-xxxl-15{padding-top:60px!important}.pt-xxxl-16{padding-top:64px!important}.pt-xxxl-17{padding-top:68px!important}.pt-xxxl-18{padding-top:72px!important}.pt-xxxl-19{padding-top:76px!important}.pt-xxxl-20{padding-top:80px!important}.pt-xxxl-21{padding-top:84px!important}.pt-xxxl-22{padding-top:88px!important}.pt-xxxl-23{padding-top:92px!important}.pt-xxxl-24{padding-top:96px!important}.pt-xxxl-25{padding-top:100px!important}.pt-xxxl-26{padding-top:104px!important}.pt-xxxl-27{padding-top:108px!important}.pt-xxxl-30{padding-top:120px!important}.pe-xxxl-0{padding-right:0!important}.pe-xxxl-1{padding-right:4px!important}.pe-xxxl-2{padding-right:8px!important}.pe-xxxl-3{padding-right:12px!important}.pe-xxxl-4{padding-right:16px!important}.pe-xxxl-5{padding-right:20px!important}.pe-xxxl-6{padding-right:24px!important}.pe-xxxl-7{padding-right:28px!important}.pe-xxxl-8{padding-right:32px!important}.pe-xxxl-9{padding-right:36px!important}.pe-xxxl-10{padding-right:40px!important}.pe-xxxl-11{padding-right:44px!important}.pe-xxxl-12{padding-right:48px!important}.pe-xxxl-13{padding-right:52px!important}.pe-xxxl-14{padding-right:56px!important}.pe-xxxl-15{padding-right:60px!important}.pe-xxxl-16{padding-right:64px!important}.pe-xxxl-17{padding-right:68px!important}.pe-xxxl-18{padding-right:72px!important}.pe-xxxl-19{padding-right:76px!important}.pe-xxxl-20{padding-right:80px!important}.pe-xxxl-21{padding-right:84px!important}.pe-xxxl-22{padding-right:88px!important}.pe-xxxl-23{padding-right:92px!important}.pe-xxxl-24{padding-right:96px!important}.pe-xxxl-25{padding-right:100px!important}.pe-xxxl-26{padding-right:104px!important}.pe-xxxl-27{padding-right:108px!important}.pe-xxxl-30{padding-right:120px!important}.pb-xxxl-0{padding-bottom:0!important}.pb-xxxl-1{padding-bottom:4px!important}.pb-xxxl-2{padding-bottom:8px!important}.pb-xxxl-3{padding-bottom:12px!important}.pb-xxxl-4{padding-bottom:16px!important}.pb-xxxl-5{padding-bottom:20px!important}.pb-xxxl-6{padding-bottom:24px!important}.pb-xxxl-7{padding-bottom:28px!important}.pb-xxxl-8{padding-bottom:32px!important}.pb-xxxl-9{padding-bottom:36px!important}.pb-xxxl-10{padding-bottom:40px!important}.pb-xxxl-11{padding-bottom:44px!important}.pb-xxxl-12{padding-bottom:48px!important}.pb-xxxl-13{padding-bottom:52px!important}.pb-xxxl-14{padding-bottom:56px!important}.pb-xxxl-15{padding-bottom:60px!important}.pb-xxxl-16{padding-bottom:64px!important}.pb-xxxl-17{padding-bottom:68px!important}.pb-xxxl-18{padding-bottom:72px!important}.pb-xxxl-19{padding-bottom:76px!important}.pb-xxxl-20{padding-bottom:80px!important}.pb-xxxl-21{padding-bottom:84px!important}.pb-xxxl-22{padding-bottom:88px!important}.pb-xxxl-23{padding-bottom:92px!important}.pb-xxxl-24{padding-bottom:96px!important}.pb-xxxl-25{padding-bottom:100px!important}.pb-xxxl-26{padding-bottom:104px!important}.pb-xxxl-27{padding-bottom:108px!important}.pb-xxxl-30{padding-bottom:120px!important}.ps-xxxl-0{padding-left:0!important}.ps-xxxl-1{padding-left:4px!important}.ps-xxxl-2{padding-left:8px!important}.ps-xxxl-3{padding-left:12px!important}.ps-xxxl-4{padding-left:16px!important}.ps-xxxl-5{padding-left:20px!important}.ps-xxxl-6{padding-left:24px!important}.ps-xxxl-7{padding-left:28px!important}.ps-xxxl-8{padding-left:32px!important}.ps-xxxl-9{padding-left:36px!important}.ps-xxxl-10{padding-left:40px!important}.ps-xxxl-11{padding-left:44px!important}.ps-xxxl-12{padding-left:48px!important}.ps-xxxl-13{padding-left:52px!important}.ps-xxxl-14{padding-left:56px!important}.ps-xxxl-15{padding-left:60px!important}.ps-xxxl-16{padding-left:64px!important}.ps-xxxl-17{padding-left:68px!important}.ps-xxxl-18{padding-left:72px!important}.ps-xxxl-19{padding-left:76px!important}.ps-xxxl-20{padding-left:80px!important}.ps-xxxl-21{padding-left:84px!important}.ps-xxxl-22{padding-left:88px!important}.ps-xxxl-23{padding-left:92px!important}.ps-xxxl-24{padding-left:96px!important}.ps-xxxl-25{padding-left:100px!important}.ps-xxxl-26{padding-left:104px!important}.ps-xxxl-27{padding-left:108px!important}.ps-xxxl-30{padding-left:120px!important}.gap-xxxl-0{gap:0!important}.gap-xxxl-1{gap:4px!important}.gap-xxxl-2{gap:8px!important}.gap-xxxl-3{gap:12px!important}.gap-xxxl-4{gap:16px!important}.gap-xxxl-5{gap:20px!important}.gap-xxxl-6{gap:24px!important}.gap-xxxl-7{gap:28px!important}.gap-xxxl-8{gap:32px!important}.gap-xxxl-9{gap:36px!important}.gap-xxxl-10{gap:40px!important}.gap-xxxl-11{gap:44px!important}.gap-xxxl-12{gap:48px!important}.gap-xxxl-13{gap:52px!important}.gap-xxxl-14{gap:56px!important}.gap-xxxl-15{gap:60px!important}.gap-xxxl-16{gap:64px!important}.gap-xxxl-17{gap:68px!important}.gap-xxxl-18{gap:72px!important}.gap-xxxl-19{gap:76px!important}.gap-xxxl-20{gap:80px!important}.gap-xxxl-21{gap:84px!important}.gap-xxxl-22{gap:88px!important}.gap-xxxl-23{gap:92px!important}.gap-xxxl-24{gap:96px!important}.gap-xxxl-25{gap:100px!important}.gap-xxxl-26{gap:104px!important}.gap-xxxl-27{gap:108px!important}.gap-xxxl-30{gap:120px!important}.row-gap-xxxl-0{row-gap:0!important}.row-gap-xxxl-1{row-gap:4px!important}.row-gap-xxxl-2{row-gap:8px!important}.row-gap-xxxl-3{row-gap:12px!important}.row-gap-xxxl-4{row-gap:16px!important}.row-gap-xxxl-5{row-gap:20px!important}.row-gap-xxxl-6{row-gap:24px!important}.row-gap-xxxl-7{row-gap:28px!important}.row-gap-xxxl-8{row-gap:32px!important}.row-gap-xxxl-9{row-gap:36px!important}.row-gap-xxxl-10{row-gap:40px!important}.row-gap-xxxl-11{row-gap:44px!important}.row-gap-xxxl-12{row-gap:48px!important}.row-gap-xxxl-13{row-gap:52px!important}.row-gap-xxxl-14{row-gap:56px!important}.row-gap-xxxl-15{row-gap:60px!important}.row-gap-xxxl-16{row-gap:64px!important}.row-gap-xxxl-17{row-gap:68px!important}.row-gap-xxxl-18{row-gap:72px!important}.row-gap-xxxl-19{row-gap:76px!important}.row-gap-xxxl-20{row-gap:80px!important}.row-gap-xxxl-21{row-gap:84px!important}.row-gap-xxxl-22{row-gap:88px!important}.row-gap-xxxl-23{row-gap:92px!important}.row-gap-xxxl-24{row-gap:96px!important}.row-gap-xxxl-25{row-gap:100px!important}.row-gap-xxxl-26{row-gap:104px!important}.row-gap-xxxl-27{row-gap:108px!important}.row-gap-xxxl-30{row-gap:120px!important}.column-gap-xxxl-0{column-gap:0!important}.column-gap-xxxl-1{column-gap:4px!important}.column-gap-xxxl-2{column-gap:8px!important}.column-gap-xxxl-3{column-gap:12px!important}.column-gap-xxxl-4{column-gap:16px!important}.column-gap-xxxl-5{column-gap:20px!important}.column-gap-xxxl-6{column-gap:24px!important}.column-gap-xxxl-7{column-gap:28px!important}.column-gap-xxxl-8{column-gap:32px!important}.column-gap-xxxl-9{column-gap:36px!important}.column-gap-xxxl-10{column-gap:40px!important}.column-gap-xxxl-11{column-gap:44px!important}.column-gap-xxxl-12{column-gap:48px!important}.column-gap-xxxl-13{column-gap:52px!important}.column-gap-xxxl-14{column-gap:56px!important}.column-gap-xxxl-15{column-gap:60px!important}.column-gap-xxxl-16{column-gap:64px!important}.column-gap-xxxl-17{column-gap:68px!important}.column-gap-xxxl-18{column-gap:72px!important}.column-gap-xxxl-19{column-gap:76px!important}.column-gap-xxxl-20{column-gap:80px!important}.column-gap-xxxl-21{column-gap:84px!important}.column-gap-xxxl-22{column-gap:88px!important}.column-gap-xxxl-23{column-gap:92px!important}.column-gap-xxxl-24{column-gap:96px!important}.column-gap-xxxl-25{column-gap:100px!important}.column-gap-xxxl-26{column-gap:104px!important}.column-gap-xxxl-27{column-gap:108px!important}.column-gap-xxxl-30{column-gap:120px!important}.text-xxxl-start{text-align:left!important}.text-xxxl-end{text-align:right!important}.text-xxxl-center{text-align:center!important}}@media (width>=1200px){.fs-1{font-size:3.8125rem!important}.fs-2{font-size:3.0625rem!important}.fs-3{font-size:2.4375rem!important}.fs-4{font-size:1.9375rem!important}.fs-5{font-size:1.5625rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(transparent,rgba(0,0,0,.5))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:transparent;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{object-fit:contain;transform-origin:50%;width:100%;height:100%}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);letter-spacing:0;font-variant:initial;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:rgba(255,255,255,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;padding:4px;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0;padding:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y:0;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;border-radius:var(--toastify-toast-bd-radius);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;z-index:0;direction:ltr;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1)}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g)*1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;flex-shrink:0;width:20px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (width<=480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;border-bottom-left-radius:var(--toastify-toast-bd-radius);position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rc-slider{touch-action:none;box-sizing:border-box;-webkit-tap-highlight-color:transparent;border-radius:6px;width:100%;height:14px;padding:5px 0;position:relative}.rc-slider *{box-sizing:border-box;-webkit-tap-highlight-color:transparent}.rc-slider-rail{background-color:#e9e9e9;border-radius:6px;width:100%;height:4px;position:absolute}.rc-slider-track,.rc-slider-tracks{background-color:#abe2fb;border-radius:6px;height:4px;position:absolute}.rc-slider-track-draggable{z-index:1;box-sizing:content-box;background-clip:content-box;border-top:5px solid transparent;border-bottom:5px solid transparent;transform:translateY(-5px)}.rc-slider-handle{z-index:1;cursor:pointer;width:14px;height:14px;cursor:-webkit-grab;cursor:grab;opacity:.8;touch-action:pan-x;background-color:#fff;border:2px solid #96dbfa;border-radius:50%;margin-top:-5px;position:absolute}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle:focus{box-shadow:none;outline:none}.rc-slider-handle:focus-visible{border-color:#2db7f5;box-shadow:0 0 0 3px #96dbfa}.rc-slider-handle-click-focused:focus{box-shadow:unset;border-color:#96dbfa}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{cursor:-webkit-grabbing;cursor:grabbing;border-color:#57c5f7;box-shadow:0 0 5px #57c5f7}.rc-slider-mark{width:100%;font-size:12px;position:absolute;top:18px;left:0}.rc-slider-mark-text{color:#999;text-align:center;vertical-align:middle;cursor:pointer;display:inline-block;position:absolute}.rc-slider-mark-text-active{color:#666}.rc-slider-step{background:0 0;width:100%;height:4px;position:absolute}.rc-slider-dot{vertical-align:middle;cursor:pointer;background-color:#fff;border:2px solid #e9e9e9;border-radius:50%;width:8px;height:8px;position:absolute;bottom:-2px}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-handle,.rc-slider-disabled .rc-slider-dot{box-shadow:none;cursor:not-allowed;background-color:#fff;border-color:#ccc}.rc-slider-disabled .rc-slider-mark-text,.rc-slider-disabled .rc-slider-dot{cursor:not-allowed!important}.rc-slider-vertical{width:14px;height:100%;padding:0 5px}.rc-slider-vertical .rc-slider-rail{width:4px;height:100%}.rc-slider-vertical .rc-slider-track{width:4px;bottom:0;left:5px}.rc-slider-vertical .rc-slider-track-draggable{border:0;border-left:5px solid transparent;border-right:5px solid transparent;transform:translate(-5px)}.rc-slider-vertical .rc-slider-handle{z-index:1;touch-action:pan-y;margin-top:0;margin-left:-5px;position:absolute}.rc-slider-vertical .rc-slider-mark{height:100%;top:0;left:18px}.rc-slider-vertical .rc-slider-step{width:4px;height:100%}.rc-slider-vertical .rc-slider-dot{margin-left:-2px}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-leave{animation-duration:.3s;animation-play-state:paused;animation-fill-mode:both;display:block!important}.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear{animation-timing-function:cubic-bezier(.23,1,.32,1);transform:scale(0)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{transform-origin:50% 100%;opacity:0;transform:scale(0)}to{transform-origin:50% 100%;transform:scale(1)}}@keyframes rcSliderTooltipZoomDownOut{0%{transform-origin:50% 100%;transform:scale(1)}to{transform-origin:50% 100%;opacity:0;transform:scale(0)}}.rc-slider-tooltip{visibility:visible;box-sizing:border-box;-webkit-tap-highlight-color:transparent;position:absolute;top:-9999px;left:-9999px}.rc-slider-tooltip *{box-sizing:border-box;-webkit-tap-highlight-color:transparent}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{color:#fff;text-align:center;background-color:#6c6c6c;border-radius:6px;min-width:24px;height:24px;padding:6px 2px;font-size:12px;line-height:1;text-decoration:none;box-shadow:0 0 4px #d9d9d9}.rc-slider-tooltip-arrow{border-style:solid;border-color:transparent;width:0;height:0;position:absolute}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{border-width:4px 4px 0;border-top-color:#6c6c6c;margin-left:-4px;bottom:4px;left:50%}.alert{font-weight:700;display:inline-flex}.alert .icon{flex-shrink:0;margin-top:1px;margin-right:8px}.alert-success{color:#6aa087;background-color:#e6efeb;border-color:#e6efeb}.alert-danger{color:#f26363;background-color:#ffe5e5;border-color:#ffe5e5}.alert-warning{color:#ffa90a;background-color:#ffeac2;border-color:#ffeac2}.alert-info{color:#976b9e;background-color:#e5dae7;border-color:#e5dae7}:root{--bs-border-radius:8px}.form-label,.col-form-label{margin-bottom:4px;font-size:16px;font-weight:700}.col-form-label{padding:0}.form-control,.form-select{height:48px;padding-inline:16px 44px;font-size:16px;transition:all .3s}.form-control:is(input[type=file]){line-height:calc(48px - (.375rem + var(--bs-border-width))*2);padding-inline:12px}.form-select:is(input[type=file]){line-height:calc(48px - (.375rem + var(--bs-border-width))*2);padding-inline:12px}.form-control:is(textarea){min-height:150px}.form-select:is(textarea){min-height:150px}@media (width<=767.98px){.form-control:is(textarea){min-height:200px}.form-select:is(textarea){min-height:200px}}.form-control.disabled,.form-control:disabled,.form-select.disabled,.form-select:disabled{color:rgba(69,9,32,.4);background-color:rgba(69,9,32,.05);border-color:rgba(69,9,32,.4)}.form-control:not(:disabled):not(.disabled):hover:not(.hf-invalid),.form-select:not(:disabled):not(.disabled):hover:not(.hf-invalid){border-color:#450920}.form-control:not(:disabled):not(.disabled):focus:not(.is-error):not(.hf-invalid),.form-select:not(:disabled):not(.disabled):focus:not(.is-error):not(.hf-invalid){box-shadow:inset 0 0 0 1px #450920}.form-control:not(:disabled):not(.disabled):focus:not(.is-error).hf-invalid,.form-select:not(:disabled):not(.disabled):focus:not(.is-error).hf-invalid{box-shadow:inset 0 0 0 1px #e02315}.form-control:not(:disabled):not(.disabled).is-error,.form-select:not(:disabled):not(.disabled).is-error{border-color:#e02315}.form-select.disabled,.form-select:disabled{background-image:url(/build/app/img/chevron-disabled.efe692182e8de527.svg)}.form-check{align-items:center;min-height:24px;display:flex}.form-check .form-check-input{width:24px;height:24px;margin-top:0}.form-check .form-check-input[type=radio]{background-size:8px}.form-check .form-check-input.disabled,.form-check .form-check-input:disabled{color:#450920;background-color:rgba(69,9,32,.05)}.form-check .form-check-input.disabled[type=checkbox]:checked{background-image:url(/build/app/img/check-disabled.54938bfe6723fab9.svg)}.form-check .form-check-input:disabled[type=checkbox]:checked{background-image:url(/build/app/img/check-disabled.54938bfe6723fab9.svg)}.form-check .form-check-input.disabled[type=radio]:checked{background-image:url(/build/app/img/radio-disabled.9ac218527fa0d0ef.svg)}.form-check .form-check-input:disabled[type=radio]:checked{background-image:url(/build/app/img/radio-disabled.9ac218527fa0d0ef.svg)}.form-check .form-check-input:not(:disabled):not(.disabled):checked+.form-check-label{color:#450920}.form-check .form-check-input:not(:disabled):not(.disabled):hover{cursor:pointer;transition:all .3s}.form-check .form-check-input:not(:disabled):not(.disabled):hover:not(.hf-invalid){border-color:#450920}.form-check.is-error .form-check-input:not(:disabled):not(.disabled){border-color:#e02315}.form-check .form-check-label{color:rgba(69,9,32,.4);padding-left:8px}.btn{align-items:center;gap:8px;max-width:100%;transition:all .3s;display:inline-flex}.btn .icon{flex-shrink:0}.btn-block-sm{width:100%}@media (width>=992px){.btn-block-sm{width:auto}}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#f26363;--bs-btn-border-color:#f26363;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#f26363;--bs-btn-hover-border-color:#f26363;--bs-btn-focus-shadow-rgb:244, 122, 122;--bs-btn-active-color:#fff;--bs-btn-active-bg:#f26363;--bs-btn-active-border-color:#f26363;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#f26363;--bs-btn-disabled-border-color:#f26363;border:none;justify-content:center}.btn-primary:disabled,.btn-primary.disabled{color:rgba(69,9,32,.4);background-color:rgba(242,99,99,.05)}.btn-primary:not(:disabled):not(.disabled):hover{box-shadow:0 4px 8px rgba(242,99,99,.16)}.btn-primary:not(:disabled):not(.disabled):focus,.btn-primary:not(:disabled):not(.disabled):active{background:linear-gradient(rgba(255,255,255,.2) 0% 100%),#f26363}.btn-outline-primary{color:primary;--bs-btn-color:#f26363;--bs-btn-border-color:#f26363;--bs-btn-hover-color:inherit;--bs-btn-hover-bg:transparent;--bs-btn-hover-border-color:#f26363;--bs-btn-focus-shadow-rgb:242, 99, 99;--bs-btn-active-color:#fff;--bs-btn-active-bg:transparent;--bs-btn-active-border-color:#f26363;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#f26363;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f26363;--bs-gradient:none;justify-content:center;box-shadow:inset 0 0 0 2px #f26363}.btn-outline-primary:disabled,.btn-outline-primary.disabled{color:rgba(69,9,32,.4);background-color:rgba(242,99,99,.05)}.btn-outline-primary:not(:disabled):not(.disabled):hover,.btn-outline-primary:not(:disabled):not(.disabled):focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus{background-color:rgba(242,99,99,.05)}.btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#227c9d;--bs-btn-border-color:#227c9d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#227c9d;--bs-btn-hover-border-color:#227c9d;--bs-btn-focus-shadow-rgb:67, 144, 172;--bs-btn-active-color:#fff;--bs-btn-active-bg:#227c9d;--bs-btn-active-border-color:#227c9d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#227c9d;--bs-btn-disabled-border-color:#227c9d;border:none;justify-content:center}.btn-secondary:disabled,.btn-secondary.disabled{color:rgba(69,9,32,.4);background-color:rgba(34,124,157,.05)}.btn-secondary:not(:disabled):not(.disabled):hover{box-shadow:0 4px 8px rgba(34,124,157,.16)}.btn-secondary:not(:disabled):not(.disabled):focus,.btn-secondary:not(:disabled):not(.disabled):active{background:linear-gradient(rgba(255,255,255,.2) 0% 100%),#227c9d}.btn-outline-secondary{color:secondary;--bs-btn-color:#227c9d;--bs-btn-border-color:#227c9d;--bs-btn-hover-color:inherit;--bs-btn-hover-bg:transparent;--bs-btn-hover-border-color:#227c9d;--bs-btn-focus-shadow-rgb:34, 124, 157;--bs-btn-active-color:#fff;--bs-btn-active-bg:transparent;--bs-btn-active-border-color:#227c9d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#227c9d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#227c9d;--bs-gradient:none;justify-content:center;box-shadow:inset 0 0 0 2px #227c9d}.btn-outline-secondary:disabled,.btn-outline-secondary.disabled{color:rgba(69,9,32,.4);background-color:rgba(34,124,157,.05)}.btn-outline-secondary:not(:disabled):not(.disabled):hover,.btn-outline-secondary:not(:disabled):not(.disabled):focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus{background-color:rgba(34,124,157,.05)}.btn-base{--bs-btn-color:#fff;--bs-btn-bg:#450920;--bs-btn-border-color:#450920;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#450920;--bs-btn-hover-border-color:#450920;--bs-btn-focus-shadow-rgb:97, 46, 65;--bs-btn-active-color:#fff;--bs-btn-active-bg:#450920;--bs-btn-active-border-color:#450920;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#450920;--bs-btn-disabled-border-color:#450920;border:none;justify-content:center}.btn-base:disabled,.btn-base.disabled{color:rgba(69,9,32,.4);background-color:rgba(69,9,32,.05)}.btn-base:not(:disabled):not(.disabled):hover{box-shadow:0 4px 8px rgba(69,9,32,.16)}.btn-base:not(:disabled):not(.disabled):focus,.btn-base:not(:disabled):not(.disabled):active{background:linear-gradient(rgba(255,255,255,.2) 0% 100%),#450920}.btn-outline-base{color:base;--bs-btn-color:#450920;--bs-btn-border-color:#450920;--bs-btn-hover-color:inherit;--bs-btn-hover-bg:transparent;--bs-btn-hover-border-color:#450920;--bs-btn-focus-shadow-rgb:69, 9, 32;--bs-btn-active-color:#fff;--bs-btn-active-bg:transparent;--bs-btn-active-border-color:#450920;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#450920;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#450920;--bs-gradient:none;justify-content:center;box-shadow:inset 0 0 0 2px #450920}.btn-outline-base:disabled,.btn-outline-base.disabled{color:rgba(69,9,32,.4);background-color:rgba(69,9,32,.05)}.btn-outline-base:not(:disabled):not(.disabled):hover,.btn-outline-base:not(:disabled):not(.disabled):focus,.btn-outline-base:not(:disabled):not(.disabled):active:focus{background-color:rgba(69,9,32,.05)}.btn-white{--bs-btn-color:#450920;--bs-btn-bg:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#450920;--bs-btn-hover-bg:#fff;--bs-btn-hover-border-color:#fff;--bs-btn-focus-shadow-rgb:227, 218, 222;--bs-btn-active-color:#450920;--bs-btn-active-bg:#fff;--bs-btn-active-border-color:#fff;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#450920;--bs-btn-disabled-bg:#fff;--bs-btn-disabled-border-color:#fff;border:none;justify-content:center}.btn-white:disabled,.btn-white.disabled{color:rgba(69,9,32,.4);background-color:rgba(255,255,255,.05)}.btn-white:not(:disabled):not(.disabled):hover{box-shadow:0 4px 8px rgba(255,255,255,.16)}.btn-white:not(:disabled):not(.disabled):focus,.btn-white:not(:disabled):not(.disabled):active{background:linear-gradient(rgba(255,255,255,.2) 0% 100%),#fff}.btn-outline-white{color:#fff;--bs-btn-color:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:inherit;--bs-btn-hover-bg:transparent;--bs-btn-hover-border-color:#fff;--bs-btn-focus-shadow-rgb:255, 255, 255;--bs-btn-active-color:#fff;--bs-btn-active-bg:transparent;--bs-btn-active-border-color:#fff;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#fff;--bs-gradient:none;justify-content:center;box-shadow:inset 0 0 0 2px #fff}.btn-outline-white:disabled,.btn-outline-white.disabled{color:rgba(69,9,32,.4);background-color:rgba(255,255,255,.05)}.btn-outline-white:not(:disabled):not(.disabled):hover,.btn-outline-white:not(:disabled):not(.disabled):focus,.btn-outline-white:not(:disabled):not(.disabled):active:focus{background-color:rgba(255,255,255,.05)}.btn-primary:not(:disabled):not(.disabled){color:#fff!important}.btn-white:hover{box-shadow:0 4px 8px rgba(0,0,0,.16)}.btn-white:focus,.btn-white:active{background-color:rgba(69,9,32,.05)!important}.btn-outline-white{color:var(--bs-btn-color)!important}.btn-outline-white:focus,.btn-outline-white:active{background-color:rgba(69,9,32,.15)!important}.card{border:0}.container{--container-content-width:calc(100vw - 64px);--container-max-width:100vw}@media (width>=576px){.container{--container-max-width:564px;--container-content-width:500px}}@media (width>=768px){.container{--container-max-width:744px;--container-content-width:680px}}@media (width>=992px){.container{--container-max-width:984px;--container-content-width:920px}}@media (width>=1200px){.container{--container-max-width:1164px;--container-content-width:1100px}}@media (width>=1400px){.container{--container-max-width:1344px;--container-content-width:1280px}}@media (width>=1600px){.container{--container-max-width:1544px;--container-content-width:1480px}}.pagination{--bs-pagination-color:$color-base;align-items:center;display:flex}.page-link{border-color:transparent;border-radius:5px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:none;display:flex}.page-link:hover,.page-link:focus{box-shadow:none;background-color:transparent;border-color:transparent;outline:none;font-weight:700}.page-item--prev,.page-item--next{font-size:16px;font-weight:700}.page-item--prev .page-link,.page-item--next .page-link{color:transparent;border:0;display:block;position:relative;overflow:hidden}@media (width>=992px){.page-item--prev .page-link,.page-item--next .page-link{color:#450920;width:auto;height:unset;overflow:visible}}.page-item--prev .page-link:before,.page-item--next .page-link:before{content:"";background-image:url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27m9.005 8.415 3.88 3.88-3.88 3.88a.997.997 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41l-4.59-4.59a.996.996 0 0 0-1.41 0c-.38.39-.39 1.03 0 1.42z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:24px;width:24px;height:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scaleX(-1)}@media (width>=992px){.page-item--prev .page-link:before,.page-item--next .page-link:before{left:-18px;transform:translateY(-50%)scaleX(-1)}}.page-item--prev{margin-right:auto}@media (width>=992px){.page-item--prev{padding-left:10px}}.page-item--next{margin-left:auto}@media (width>=992px){.page-item--next{padding-right:10px}}.page-item{cursor:pointer}.page-item.disabled{visibility:hidden}.page-item.page-item--next .page-link:before{transform:translate(-50%,-50%)scaleX(1)}@media (width>=992px){.page-item.page-item--next .page-link:before{left:auto;right:-30px}}.page-item.active{font-weight:700}.page-item.active .page-link{background-color:#227c9d;border-radius:50%;width:48px;height:48px}.page-item.active .page-link:hover{border:none}h1,.h1{letter-spacing:.5px;opacity:1;font-size:42px}@media (width>=1200px){h1,.h1{font-size:61px}}h2,.h2{letter-spacing:.5px;opacity:1;font-size:35px}@media (width>=1200px){h2,.h2{font-size:49px}}h3,.h3{letter-spacing:.5px;opacity:1;font-size:29px}@media (width>=1200px){h3,.h3{font-size:39px}}h4,.h4{letter-spacing:.5px;opacity:1;font-size:24px}@media (width>=1200px){h4,.h4{font-size:31px}}h5,.h5,.card.card--vehicle .card__title{letter-spacing:.5px;opacity:1;font-size:20px}@media (width>=1200px){h5,.h5,.card.card--vehicle .card__title{font-size:25px}}h6,.h6,.card .card__title{letter-spacing:.5px;opacity:1;font-size:17px}@media (width>=1200px){h6,.h6,.card .card__title{font-size:20px}}p,ul li{opacity:.8}.rc-slider-wrapper{cursor:pointer;background-color:rgba(69,9,32,.1);border-radius:100px;width:100%;height:24px}.rc-slider{border-radius:100px;width:calc(100% - 8px);height:16px;margin:auto;padding:0}.rc-slider.rc-slider-disabled{display:none}.rc-slider .rc-slider-track{background-color:#450920;border-radius:100px;min-width:16px;height:16px;margin-top:4px}.rc-slider .rc-slider-step{height:0}.rc-slider .rc-slider-step>.rc-slider-dot:first-child{margin-left:0!important;left:8px!important}.rc-slider .rc-slider-step>.rc-slider-dot:last-child{margin-left:0!important;left:calc(100% - 8px)!important}.rc-slider .rc-slider-step .rc-slider-dot{margin-left:-10px}.rc-slider .rc-slider-dot{background-color:#fff;border:none;width:8px;height:8px;bottom:-16px}.rc-slider .rc-slider-handle{opacity:0;width:30px;height:30px}.rc-slider .rc-slider-mark,.rc-slider .rc-slider-rail{display:none}:root{--swiper-pagination-color:currentcolor;--swiper-pagination-bullet-inactive-color:currentcolor;--swiper-pagination-bullet-size:6px}.swiper-slide{min-height:100%;display:flex;height:auto!important}.swiper-slide>.card{min-width:100%}.swiper-slide:last-child{margin:0!important}.swiper-button-next,.swiper-button-prev{filter:drop-shadow(0 4px 8px rgba(69,9,32,.26));color:#450920;background-color:#fff;border-radius:50%;width:40px;height:40px;margin-top:0}.swiper-button-next svg,.swiper-button-prev svg{width:24px;height:24px;transform:rotate(-90deg)}.swiper-button-next:after,.swiper-button-prev:after{content:none}.swiper-button-next:not(.swiper-button-disabled):hover,.swiper-button-next:not(.swiper-button-disabled):focus,.swiper-button-prev:not(.swiper-button-disabled):hover,.swiper-button-prev:not(.swiper-button-disabled):focus{background-color:#fff}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:1;pointer-events:unset}.swiper-button-next.swiper-button-disabled .icon,.swiper-button-prev.swiper-button-disabled .icon{opacity:.4}.swiper-button-prev{left:-16px;transform:translateY(-50%)scaleX(-1)}@media (width>=992px){.swiper-button-prev{left:-20px}}.swiper-button-next{right:-16px;transform:translateY(-50%)}@media (width>=992px){.swiper-button-next{right:-20px}}.swiper-horizontal.vehicle-slider .swiper-pagination{bottom:-35px!important}@media (width>=992px){.swiper-horizontal .swiper-pagination{display:none}}.pane--primary{--color-text-root:#fff;--background-color:#f26363;--background-color-rgb:242, 99, 99;--color:#fff;--color-rgb:255 255 255}.pane--secondary{--color-text-root:#fff;--background-color:#227c9d;--background-color-rgb:34, 124, 157;--color:#fff;--color-rgb:255 255 255}.pane--secondary+.pane--secondary{--pane-padding-top:.1px}.pane--success{--color-text-root:#fff;--background-color:#6fab3d;--background-color-rgb:111, 171, 61;--color:#fff;--color-rgb:255 255 255}.pane--success+.pane--success{--pane-padding-top:.1px}.pane--info{--color-text-root:#fff;--background-color:#176ce2;--background-color-rgb:23, 108, 226;--color:#fff;--color-rgb:255 255 255}.pane--info+.pane--info{--pane-padding-top:.1px}.pane--warning{--color-text-root:#fff;--background-color:#f0940b;--background-color-rgb:240, 148, 11;--color:#fff;--color-rgb:255 255 255}.pane--warning+.pane--warning{--pane-padding-top:.1px}.pane--danger{--color-text-root:#fff;--background-color:#e02315;--background-color-rgb:224, 35, 21;--color:#fff;--color-rgb:255 255 255}.pane--danger+.pane--danger{--pane-padding-top:.1px}.pane--light{--background-color:#f7f0f0;--background-color-rgb:247, 240, 240;--color:#450920;--color-rgb:69 9 32}.pane--light+.pane--light{--pane-padding-top:.1px}.pane--black{--color-text-root:#fff;--background-color:#000;--background-color-rgb:0, 0, 0;--color:#fff;--color-rgb:255 255 255}.pane--black+.pane--black{--pane-padding-top:.1px}.pane--white{--background-color:#fff;--background-color-rgb:255, 255, 255;--color:#450920;--color-rgb:69 9 32}.pane--white+.pane--white{--pane-padding-top:.1px}.pane--base{--color-text-root:#fff;--background-color:#450920;--background-color-rgb:69, 9, 32;--color:#fff;--color-rgb:255 255 255}.pane--base+.pane--base{--pane-padding-top:.1px}.pane--purple{--color-text-root:#fff;--background-color:#976b9e;--background-color-rgb:151, 107, 158;--color:#fff;--color-rgb:255 255 255}.pane--purple+.pane--purple{--pane-padding-top:.1px}.pane--purple-light{--background-color:#e5dae7;--background-color-rgb:229, 218, 231;--color:#450920;--color-rgb:69 9 32}.pane--purple-light+.pane--purple-light{--pane-padding-top:.1px}.pane--green{--color-text-root:#fff;--background-color:#6aa087;--background-color-rgb:106, 160, 135;--color:#fff;--color-rgb:255 255 255}.pane--green+.pane--green{--pane-padding-top:.1px}.pane--green-light{--background-color:#e6efeb;--background-color-rgb:230, 239, 235;--color:#450920;--color-rgb:69 9 32}.pane--green-light+.pane--green-light{--pane-padding-top:.1px}.pane--orange{--background-color:#ffa90a;--background-color-rgb:255, 169, 10;--color:#450920;--color-rgb:69 9 32}.pane--orange+.pane--orange{--pane-padding-top:.1px}.pane--orange-light{--background-color:#ffeac2;--background-color-rgb:255, 234, 194;--color:#450920;--color-rgb:69 9 32}.pane--orange-light+.pane--orange-light{--pane-padding-top:.1px}.conversion-flow .header-line,.conversion-flow-in-page .header-line{object-fit:cover;width:100%;height:30px}.conversion-flow .conversion--overlay,.conversion-flow-in-page .conversion--overlay{z-index:1030;opacity:0;background-color:#f7f0f0;transition:opacity .3s;position:fixed;inset:0;overflow:auto}.conversion-flow .conversion--overlay.open,.conversion-flow-in-page .conversion--overlay.open{opacity:1}.conversion-flow .conversion--overlay.opening,.conversion-flow-in-page .conversion--overlay.opening{animation:.3s ease-in forwards fade-in}.conversion-flow .conversion--overlay.closing,.conversion-flow-in-page .conversion--overlay.closing{animation:.3s ease-out reverse forwards fade-in}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.conversion-flow .conversion--overlay-header,.conversion-flow-in-page .conversion--overlay-header{position:relative}.conversion-flow .conversion--overlay-header .btn-conversion-closed,.conversion-flow-in-page .conversion--overlay-header .btn-conversion-closed{position:absolute;right:0}.conversion-flow .conversion--overlay-summary,.conversion-flow-in-page .conversion--overlay-summary{z-index:1030;flex-direction:column;display:flex;inset:0;overflow:auto}.conversion-flow .conversion--overlay-summary.is-open,.conversion-flow-in-page .conversion--overlay-summary.is-open{transform:translateY(0)}@media (width>=992px){.conversion-flow .conversion--overlay-summary,.conversion-flow-in-page .conversion--overlay-summary{z-index:auto;position:static}}@font-face{font-family:satoshi;src:url(/build/app/fonts/Satoshi-Light.d3f699aba1c81be7.woff2)format("woff2");font-style:normal;font-weight:300;font-display:swap}@font-face{font-family:satoshi;src:url(/build/app/fonts/Satoshi-Regular.b1dca2a5d44fc7a4.woff2)format("woff2");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:satoshi;src:url(/build/app/fonts/Satoshi-Bold.12084922609e6532.woff2)format("woff2");font-style:normal;font-weight:700;font-display:swap}@font-face{font-family:cabinetgrotesk;src:url(/build/app/fonts/CabinetGrotesk-Light.fe0c196dca979fa4.woff2)format("woff2");font-style:normal;font-weight:300;font-display:swap}@font-face{font-family:cabinetgrotesk;src:url(/build/app/fonts/CabinetGrotesk-Regular.c8cc47a7c2d56e5b.woff2)format("woff2");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:cabinetgrotesk;src:url(/build/app/fonts/CabinetGrotesk-Bold.7cd29fcac6b892a9.woff2)format("woff2");font-style:normal;font-weight:700;font-display:swap}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f7f0f0}a{transition:background-color .3s,border-color .3s,color .3s,opacity .3s}label[for]{cursor:pointer}p{margin-bottom:24px}p.fw-bold{opacity:1!important}p:empty{display:none}table{empty-cells:show;width:100%}[href^=tel\:]:not([class]){color:inherit;text-decoration:none}[href^=tel\:]:not([class]):hover{color:inherit}.link-discrete{color:rgba(69,9,32,.75);text-decoration:none}.link-discrete:hover{color:rgba(124,81,98,.8)}.accordion,.row,address,blockquote,dl,fieldset,figure,form,iframe,ol,pre,table,ul,video{margin-bottom:16px}:last-child{margin-bottom:0}.vehicle-badge{color:#450920;opacity:1;background-color:#ffa90a;border-radius:2px;padding:2px 8px;font-size:10px;font-weight:700}.vehicle-badge.vehicle-badge__absolute{position:absolute;top:10px;right:10px}.icon--loader{animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}.logo{display:inline-block}.logo__link{display:block}.video{position:relative;overflow:hidden}@media (width>=576px){.video{border-radius:8px}}.video .video-item{object-fit:cover;margin:0;display:block}.video .video-item.video-item__3-2{aspect-ratio:3/2}.video .video-item.video-item__16-9{aspect-ratio:16/9}.video .video__overlay{cursor:pointer;position:absolute;top:0}.video .video__overlay-icon{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;display:flex}.video .video__overlay-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn--collapse{text-align:left;box-shadow:none;text-transform:capitalize;padding:0;font-size:1rem;position:relative}.btn--collapse:after{content:"";opacity:.4;background-position:50%;background-repeat:no-repeat;background-size:24px;width:24px;height:24px;transition:transform .3s,opacity .3s;position:absolute;top:50%;right:0;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath d=%27M15.88 9.29 12 13.17 8.12 9.29a.996.996 0 1 0-1.41 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59a.996.996 0 0 0 0-1.41c-.39-.38-1.03-.39-1.42 0Z%27 fill=%27%23450920%27/%3E%3C/svg%3E")!important;transform:translateY(-50%)scaleY(1)!important}.btn--collapse[aria-expanded=true]:after{opacity:1;transform:translateY(-50%)scaleY(-1)!important}.btn-none{color:inherit;border:none;padding:0;box-shadow:none!important}.btn-none:hover{color:inherit}.react-tabs .btn{height:40px}.react-tabs .btn.btn-outline-base{box-shadow:0 0 0 1px var(--bs-btn-color)}.react-tabs .btn.btn-outline-base:not(.react-tabs__tab--selected){font-weight:400}.accordion{--bs-accordion-border-color:rgba(var(--color-rgb) / 10%);--bs-accordion-border-radius:0;--bs-accordion-color:var(--color);--bs-accordion-active-color:var(--color);--bs-accordion-inner-border-radius:0;--bs-accordion-active-bg:transparent;--bs-accordion-bg:transparent;--bs-accordion-btn-padding-x:0;--bs-accordion-body-padding-y:24px;--bs-accordion-btn-color:(var(--color))}.accordion .accordion-button:after{content:none}.accordion-item{border-top:none;border-left:none;border-right:none;border-bottom:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:last-of-type{border-bottom:none}.accordion-item .accordion-body{padding-top:0;padding-left:36px}.accordion-button{gap:12px;font-weight:700;text-decoration:none}.accordion-button .icon{opacity:.4;transition:transform .3s,opacity .3s}.accordion-button:not(.collapsed){box-shadow:none}.accordion-button:not(.collapsed) .icon{opacity:1;transform:rotate(180deg)}@media (width<=991.98px){.accordion-button{padding-block:12px}}.accordion-button:focus{box-shadow:none}:root{--breadcrumb-height:30px}.main-breadcrumb{height:var(--breadcrumb-height);background-color:var(--background-color);align-items:center;display:flex}.main-breadcrumb .breadcrumb{--bs-breadcrumb-item-padding-x:4px;align-items:center}@media (width<=1199.98px){.main-breadcrumb .breadcrumb{flex-wrap:nowrap}}.main-breadcrumb .breadcrumb .breadcrumb-item{color:var(--color);align-items:center;font-size:14px;text-decoration:none;position:relative}@media (width<=1199.98px){.main-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item{padding-left:0}}.main-breadcrumb .breadcrumb .breadcrumb-item.active .breadcrumb-title{font-weight:700}@media (width<=1199.98px){.main-breadcrumb .breadcrumb .breadcrumb-item.second-last .icon{transform:rotate(180deg)}.main-breadcrumb .breadcrumb .breadcrumb-item:not(.second-last) .icon{display:none}}.card{color:inherit;background-color:transparent;overflow:hidden}.card.card--shape-top{-webkit-mask-composite:xor;-webkit-mask-image:linear-gradient(#000,#000),url("data:image/svg+xml,%3Csvg width=%2794%27 height=%2723%27 viewBox=%270 0 94 23%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M94 0C86.0933 0 78.5149 3.16176 72.9526 8.78111L68.3212 13.4601C56.5812 25.3205 37.4188 25.3205 25.6788 13.4601L21.0474 8.7811C15.4851 3.16175 7.90671 0 0 0H94Z%27 fill=%27%23fff%27/%3E%3C/svg%3E");mask-image:linear-gradient(#000,#000),url("data:image/svg+xml,%3Csvg width=%2794%27 height=%2723%27 viewBox=%270 0 94 23%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M94 0C86.0933 0 78.5149 3.16176 72.9526 8.78111L68.3212 13.4601C56.5812 25.3205 37.4188 25.3205 25.6788 13.4601L21.0474 8.7811C15.4851 3.16175 7.90671 0 0 0H94Z%27 fill=%27%23fff%27/%3E%3C/svg%3E");-webkit-mask-position:0,47px 0;mask-position:0,47px 0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-composite:xor;mask-composite:exclude}@media (width>=992px){.card.card--shape-top{-webkit-mask-position:0,69px 0;mask-position:0,69px 0}}.card.card--bordered{box-shadow:inset 0 0 0 1px rgba(var(--color-rgb)/10%)}.card.card--shape-left{-webkit-mask-composite:xor;-webkit-mask-image:linear-gradient(#000,#000),url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2795%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M.822.178a29.615 29.615 0 0 0 8.781 21.047l4.68 4.631c11.86 11.74 11.86 30.903 0 42.643l-4.68 4.631a29.615 29.615 0 0 0-8.78 21.048v-94Z%27 fill=%27%23450920%27 fill-rule=%27nonzero%27/%3E%3C/svg%3E");mask-image:linear-gradient(#000,#000),url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2795%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M.822.178a29.615 29.615 0 0 0 8.781 21.047l4.68 4.631c11.86 11.74 11.86 30.903 0 42.643l-4.68 4.631a29.615 29.615 0 0 0-8.78 21.048v-94Z%27 fill=%27%23450920%27 fill-rule=%27nonzero%27/%3E%3C/svg%3E");-webkit-mask-position:0,-1px 45px;mask-position:0,-1px 45px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-composite:xor;mask-composite:exclude}.card .card__image{border-radius:8px;overflow:hidden}.card .card__date{margin-bottom:12px;font-size:.625rem}.card .card__title{margin-bottom:8px}.card .card__button{margin-top:24px}.card--banner{min-height:100%}.card--banner .card-body{padding-top:32px;padding-bottom:0;flex-direction:column;padding-inline:0;display:flex}@media (width>=992px){.card--banner .card__text{padding-right:40px}}.card--conversion-flow{box-shadow:0 24px 32px rgba(69,9,32,.16)}@media (width<=991.98px){.card--conversion-flow{border-radius:16px}}.card-contact-faq .contact-image{object-fit:cover;border-radius:50%;width:100px;height:100px}@media (width>=992px){.card-contact-faq .contact-image{width:120px;height:120px}}.card--cta{position:relative}@media (width>=992px){.card--cta .card-body{padding:74px}}@media (width>=1400px){.card--cta .card-body{padding:74px 125px}}.card--cta .cta-image{object-fit:cover;border-radius:50%;width:130px;height:130px}@media (width>=992px){.card--cta .cta-image{width:230px;height:230px}}.card--cta .cta-image.cta-image-vdp{width:100px;height:100px}.card--form{box-shadow:0 24px 32px rgba(69,9,32,.16)}.card--form .card-body{padding:48px 32px}@media (width>=992px){.card--form .card-body{padding:100px}}.card--partner{background:#fff;border-radius:8px;box-shadow:0 4px 8px rgba(69,9,32,.16)}.card--partner .card-body{padding-top:4px;padding-bottom:4px}.card--partner .partner-image{object-fit:contain;width:202px;height:202px}.card--review{background:#fff;border-radius:8px;box-shadow:0 4px 8px rgba(69,9,32,.16)}.card--review .review-number{color:#fff;background-color:#227c9d;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}@media (width>=992px){.card--review .review-number{width:56px;height:56px}}.card-vehicle-intro{box-shadow:0 24px 32px rgba(69,9,32,.16)}@media (width<=991.98px){.card-vehicle-intro{border-radius:0}}.card.card--vehicle{border-radius:8px}.card.card--vehicle .card-body{flex-direction:column;display:flex}.card.card--vehicle .card__image{-webkit-mask-composite:xor;background:linear-gradient(transparent,#f7f0f0);border-radius:0;-webkit-mask-image:linear-gradient(#000,#000),url("data:image/svg+xml,%3Csvg width=%2794%27 height=%2723%27 viewBox=%270 0 94 23%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath transform=%27rotate%28180, 47, 11.5%29%27 d=%27M94 0C86.0933 0 78.5149 3.16176 72.9526 8.78111L68.3212 13.4601C56.5812 25.3205 37.4188 25.3205 25.6788 13.4601L21.0474 8.7811C15.4851 3.16175 7.90671 0 0 0H94Z%27 fill=%27%23fff%27/%3E%3C/svg%3E");mask-image:linear-gradient(#000,#000),url("data:image/svg+xml,%3Csvg width=%2794%27 height=%2723%27 viewBox=%270 0 94 23%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath transform=%27rotate%28180, 47, 11.5%29%27 d=%27M94 0C86.0933 0 78.5149 3.16176 72.9526 8.78111L68.3212 13.4601C56.5812 25.3205 37.4188 25.3205 25.6788 13.4601L21.0474 8.7811C15.4851 3.16175 7.90671 0 0 0H94Z%27 fill=%27%23fff%27/%3E%3C/svg%3E");-webkit-mask-position:0,47px 100%;mask-position:0,47px 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-composite:xor;mask-composite:exclude}.card.card--vehicle .card__title{font-weight:700}.card.card--vehicle .card__price .card__price-title,.card.card--vehicle .card__price .card__price-from{opacity:.8;font-size:10px}.card.card--vehicle .card__price .card__price-value{font-size:20px;font-weight:700}.card--vehicle-banner.card--shape-top.card--shape-top__banner{-webkit-mask-position:0,47px 0;mask-position:0,47px 0}.card--vehicle-banner .card-body{padding-top:68px;display:block}.card--vehicle-type.card--selected{box-shadow:inset 0 0 0 2px #450920}.card--vehicle-type.card--selected:before{content:"";background-color:#450920;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27none%27%3E%3Cmask id=%27a%27 width=%2724%27 height=%2724%27 x=%270%27 y=%270%27 maskUnits=%27userSpaceOnUse%27 style=%27mask-type:alpha%27%3E%3Cpath fill=%27%23D9D9D9%27 d=%27M0 0h24v24H0z%27/%3E%3C/mask%3E%3Cg mask=%27url%28%23a%29%27%3E%3Cpath fill=%27%23ffffff%27 d=%27m10 16.4-4-4L7.4 11l2.6 2.6L16.6 7 18 8.4l-8 8Z%27/%3E%3C/g%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;border-radius:0 0 0 8px;width:40px;height:40px;position:absolute;right:0}.card--vehicle-type.card--selected .form-check-label{font-weight:700}.card--vehicle-type .form-check{display:block}.card--vehicle-type .form-check .form-check-label{color:rgba(69,9,32,.8);padding-left:0}.row.g-0.row--bordered>.col:not(:last-child):after,.row.g-0.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-0.row--bordered>.col:not(:last-child):after,.row.gy-0.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-0.row--unbordered>.col:not(:last-child):after,.row.g-0.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-0.row--unbordered>.col:not(:last-child):after,.row.gy-0.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-0.row--sm-bordered>.col:not(:last-child):after,.row.g-0.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-0.row--sm-bordered>.col:not(:last-child):after,.row.gy-0.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-0.row--sm-unbordered>.col:not(:last-child):after,.row.g-0.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-0.row--sm-unbordered>.col:not(:last-child):after,.row.gy-0.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-0.row--md-bordered>.col:not(:last-child):after,.row.g-0.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-0.row--md-bordered>.col:not(:last-child):after,.row.gy-0.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-0.row--md-unbordered>.col:not(:last-child):after,.row.g-0.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-0.row--md-unbordered>.col:not(:last-child):after,.row.gy-0.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-0.row--lg-bordered>.col:not(:last-child):after,.row.g-0.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-0.row--lg-bordered>.col:not(:last-child):after,.row.gy-0.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-0.row--lg-unbordered>.col:not(:last-child):after,.row.g-0.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-0.row--lg-unbordered>.col:not(:last-child):after,.row.gy-0.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-0.row--xl-bordered>.col:not(:last-child):after,.row.g-0.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-0.row--xl-bordered>.col:not(:last-child):after,.row.gy-0.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-0.row--xl-unbordered>.col:not(:last-child):after,.row.g-0.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-0.row--xl-unbordered>.col:not(:last-child):after,.row.gy-0.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-0.row--xxl-bordered>.col:not(:last-child):after,.row.g-0.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-0.row--xxl-bordered>.col:not(:last-child):after,.row.gy-0.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-0.row--xxl-unbordered>.col:not(:last-child):after,.row.g-0.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-0.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-0.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-0.row--xxxl-bordered>.col:not(:last-child):after,.row.g-0.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-0.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-0.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-0.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-0.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-0.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-0.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-1.row--bordered>.col:not(:last-child):after,.row.g-1.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-1.row--bordered>.col:not(:last-child):after,.row.gy-1.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-1.row--unbordered>.col:not(:last-child):after,.row.g-1.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-1.row--unbordered>.col:not(:last-child):after,.row.gy-1.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-1.row--sm-bordered>.col:not(:last-child):after,.row.g-1.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-1.row--sm-bordered>.col:not(:last-child):after,.row.gy-1.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-1.row--sm-unbordered>.col:not(:last-child):after,.row.g-1.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-1.row--sm-unbordered>.col:not(:last-child):after,.row.gy-1.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-1.row--md-bordered>.col:not(:last-child):after,.row.g-1.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-1.row--md-bordered>.col:not(:last-child):after,.row.gy-1.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-1.row--md-unbordered>.col:not(:last-child):after,.row.g-1.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-1.row--md-unbordered>.col:not(:last-child):after,.row.gy-1.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-1.row--lg-bordered>.col:not(:last-child):after,.row.g-1.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-1.row--lg-bordered>.col:not(:last-child):after,.row.gy-1.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-1.row--lg-unbordered>.col:not(:last-child):after,.row.g-1.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-1.row--lg-unbordered>.col:not(:last-child):after,.row.gy-1.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-1.row--xl-bordered>.col:not(:last-child):after,.row.g-1.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-1.row--xl-bordered>.col:not(:last-child):after,.row.gy-1.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-1.row--xl-unbordered>.col:not(:last-child):after,.row.g-1.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-1.row--xl-unbordered>.col:not(:last-child):after,.row.gy-1.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-1.row--xxl-bordered>.col:not(:last-child):after,.row.g-1.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-1.row--xxl-bordered>.col:not(:last-child):after,.row.gy-1.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-1.row--xxl-unbordered>.col:not(:last-child):after,.row.g-1.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-1.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-1.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-1.row--xxxl-bordered>.col:not(:last-child):after,.row.g-1.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-1.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-1.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-1.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-1.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-1.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-1.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-2.row--bordered>.col:not(:last-child):after,.row.g-2.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-2.row--bordered>.col:not(:last-child):after,.row.gy-2.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-2.row--unbordered>.col:not(:last-child):after,.row.g-2.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-2.row--unbordered>.col:not(:last-child):after,.row.gy-2.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-2.row--sm-bordered>.col:not(:last-child):after,.row.g-2.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-2.row--sm-bordered>.col:not(:last-child):after,.row.gy-2.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-2.row--sm-unbordered>.col:not(:last-child):after,.row.g-2.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-2.row--sm-unbordered>.col:not(:last-child):after,.row.gy-2.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-2.row--md-bordered>.col:not(:last-child):after,.row.g-2.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-2.row--md-bordered>.col:not(:last-child):after,.row.gy-2.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-2.row--md-unbordered>.col:not(:last-child):after,.row.g-2.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-2.row--md-unbordered>.col:not(:last-child):after,.row.gy-2.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-2.row--lg-bordered>.col:not(:last-child):after,.row.g-2.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-2.row--lg-bordered>.col:not(:last-child):after,.row.gy-2.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-2.row--lg-unbordered>.col:not(:last-child):after,.row.g-2.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-2.row--lg-unbordered>.col:not(:last-child):after,.row.gy-2.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-2.row--xl-bordered>.col:not(:last-child):after,.row.g-2.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-2.row--xl-bordered>.col:not(:last-child):after,.row.gy-2.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-2.row--xl-unbordered>.col:not(:last-child):after,.row.g-2.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-2.row--xl-unbordered>.col:not(:last-child):after,.row.gy-2.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-2.row--xxl-bordered>.col:not(:last-child):after,.row.g-2.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-2.row--xxl-bordered>.col:not(:last-child):after,.row.gy-2.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-2.row--xxl-unbordered>.col:not(:last-child):after,.row.g-2.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-2.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-2.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-2.row--xxxl-bordered>.col:not(:last-child):after,.row.g-2.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-2.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-2.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-2.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-2.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-2.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-2.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-3.row--bordered>.col:not(:last-child):after,.row.g-3.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-3.row--bordered>.col:not(:last-child):after,.row.gy-3.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-3.row--unbordered>.col:not(:last-child):after,.row.g-3.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-3.row--unbordered>.col:not(:last-child):after,.row.gy-3.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-3.row--sm-bordered>.col:not(:last-child):after,.row.g-3.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-3.row--sm-bordered>.col:not(:last-child):after,.row.gy-3.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-3.row--sm-unbordered>.col:not(:last-child):after,.row.g-3.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-3.row--sm-unbordered>.col:not(:last-child):after,.row.gy-3.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-3.row--md-bordered>.col:not(:last-child):after,.row.g-3.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-3.row--md-bordered>.col:not(:last-child):after,.row.gy-3.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-3.row--md-unbordered>.col:not(:last-child):after,.row.g-3.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-3.row--md-unbordered>.col:not(:last-child):after,.row.gy-3.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-3.row--lg-bordered>.col:not(:last-child):after,.row.g-3.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-3.row--lg-bordered>.col:not(:last-child):after,.row.gy-3.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-3.row--lg-unbordered>.col:not(:last-child):after,.row.g-3.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-3.row--lg-unbordered>.col:not(:last-child):after,.row.gy-3.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-3.row--xl-bordered>.col:not(:last-child):after,.row.g-3.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-3.row--xl-bordered>.col:not(:last-child):after,.row.gy-3.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-3.row--xl-unbordered>.col:not(:last-child):after,.row.g-3.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-3.row--xl-unbordered>.col:not(:last-child):after,.row.gy-3.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-3.row--xxl-bordered>.col:not(:last-child):after,.row.g-3.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-3.row--xxl-bordered>.col:not(:last-child):after,.row.gy-3.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-3.row--xxl-unbordered>.col:not(:last-child):after,.row.g-3.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-3.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-3.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-3.row--xxxl-bordered>.col:not(:last-child):after,.row.g-3.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-3.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-3.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-3.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-3.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-3.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-3.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-4.row--bordered>.col:not(:last-child):after,.row.g-4.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-4.row--bordered>.col:not(:last-child):after,.row.gy-4.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-4.row--unbordered>.col:not(:last-child):after,.row.g-4.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-4.row--unbordered>.col:not(:last-child):after,.row.gy-4.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-4.row--sm-bordered>.col:not(:last-child):after,.row.g-4.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-4.row--sm-bordered>.col:not(:last-child):after,.row.gy-4.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-4.row--sm-unbordered>.col:not(:last-child):after,.row.g-4.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-4.row--sm-unbordered>.col:not(:last-child):after,.row.gy-4.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-4.row--md-bordered>.col:not(:last-child):after,.row.g-4.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-4.row--md-bordered>.col:not(:last-child):after,.row.gy-4.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-4.row--md-unbordered>.col:not(:last-child):after,.row.g-4.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-4.row--md-unbordered>.col:not(:last-child):after,.row.gy-4.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-4.row--lg-bordered>.col:not(:last-child):after,.row.g-4.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-4.row--lg-bordered>.col:not(:last-child):after,.row.gy-4.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-4.row--lg-unbordered>.col:not(:last-child):after,.row.g-4.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-4.row--lg-unbordered>.col:not(:last-child):after,.row.gy-4.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-4.row--xl-bordered>.col:not(:last-child):after,.row.g-4.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-4.row--xl-bordered>.col:not(:last-child):after,.row.gy-4.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-4.row--xl-unbordered>.col:not(:last-child):after,.row.g-4.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-4.row--xl-unbordered>.col:not(:last-child):after,.row.gy-4.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-4.row--xxl-bordered>.col:not(:last-child):after,.row.g-4.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-4.row--xxl-bordered>.col:not(:last-child):after,.row.gy-4.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-4.row--xxl-unbordered>.col:not(:last-child):after,.row.g-4.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-4.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-4.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-4.row--xxxl-bordered>.col:not(:last-child):after,.row.g-4.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-4.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-4.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-4.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-4.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-4.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-4.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-5.row--bordered>.col:not(:last-child):after,.row.g-5.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-5.row--bordered>.col:not(:last-child):after,.row.gy-5.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-5.row--unbordered>.col:not(:last-child):after,.row.g-5.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-5.row--unbordered>.col:not(:last-child):after,.row.gy-5.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-5.row--sm-bordered>.col:not(:last-child):after,.row.g-5.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-5.row--sm-bordered>.col:not(:last-child):after,.row.gy-5.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-5.row--sm-unbordered>.col:not(:last-child):after,.row.g-5.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-5.row--sm-unbordered>.col:not(:last-child):after,.row.gy-5.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-5.row--md-bordered>.col:not(:last-child):after,.row.g-5.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-5.row--md-bordered>.col:not(:last-child):after,.row.gy-5.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-5.row--md-unbordered>.col:not(:last-child):after,.row.g-5.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-5.row--md-unbordered>.col:not(:last-child):after,.row.gy-5.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-5.row--lg-bordered>.col:not(:last-child):after,.row.g-5.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-5.row--lg-bordered>.col:not(:last-child):after,.row.gy-5.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-5.row--lg-unbordered>.col:not(:last-child):after,.row.g-5.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-5.row--lg-unbordered>.col:not(:last-child):after,.row.gy-5.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-5.row--xl-bordered>.col:not(:last-child):after,.row.g-5.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-5.row--xl-bordered>.col:not(:last-child):after,.row.gy-5.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-5.row--xl-unbordered>.col:not(:last-child):after,.row.g-5.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-5.row--xl-unbordered>.col:not(:last-child):after,.row.gy-5.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-5.row--xxl-bordered>.col:not(:last-child):after,.row.g-5.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-5.row--xxl-bordered>.col:not(:last-child):after,.row.gy-5.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-5.row--xxl-unbordered>.col:not(:last-child):after,.row.g-5.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-5.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-5.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-5.row--xxxl-bordered>.col:not(:last-child):after,.row.g-5.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-5.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-5.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-5.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-5.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-5.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-5.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-6.row--bordered>.col:not(:last-child):after,.row.g-6.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-6.row--bordered>.col:not(:last-child):after,.row.gy-6.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-6.row--unbordered>.col:not(:last-child):after,.row.g-6.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-6.row--unbordered>.col:not(:last-child):after,.row.gy-6.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-6.row--sm-bordered>.col:not(:last-child):after,.row.g-6.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-6.row--sm-bordered>.col:not(:last-child):after,.row.gy-6.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-6.row--sm-unbordered>.col:not(:last-child):after,.row.g-6.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-6.row--sm-unbordered>.col:not(:last-child):after,.row.gy-6.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-6.row--md-bordered>.col:not(:last-child):after,.row.g-6.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-6.row--md-bordered>.col:not(:last-child):after,.row.gy-6.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-6.row--md-unbordered>.col:not(:last-child):after,.row.g-6.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-6.row--md-unbordered>.col:not(:last-child):after,.row.gy-6.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-6.row--lg-bordered>.col:not(:last-child):after,.row.g-6.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-6.row--lg-bordered>.col:not(:last-child):after,.row.gy-6.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-6.row--lg-unbordered>.col:not(:last-child):after,.row.g-6.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-6.row--lg-unbordered>.col:not(:last-child):after,.row.gy-6.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-6.row--xl-bordered>.col:not(:last-child):after,.row.g-6.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-6.row--xl-bordered>.col:not(:last-child):after,.row.gy-6.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-6.row--xl-unbordered>.col:not(:last-child):after,.row.g-6.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-6.row--xl-unbordered>.col:not(:last-child):after,.row.gy-6.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-6.row--xxl-bordered>.col:not(:last-child):after,.row.g-6.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-6.row--xxl-bordered>.col:not(:last-child):after,.row.gy-6.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-6.row--xxl-unbordered>.col:not(:last-child):after,.row.g-6.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-6.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-6.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-6.row--xxxl-bordered>.col:not(:last-child):after,.row.g-6.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-6.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-6.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-6.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-6.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-6.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-6.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-7.row--bordered>.col:not(:last-child):after,.row.g-7.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-7.row--bordered>.col:not(:last-child):after,.row.gy-7.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-7.row--unbordered>.col:not(:last-child):after,.row.g-7.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-7.row--unbordered>.col:not(:last-child):after,.row.gy-7.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-7.row--sm-bordered>.col:not(:last-child):after,.row.g-7.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-7.row--sm-bordered>.col:not(:last-child):after,.row.gy-7.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-7.row--sm-unbordered>.col:not(:last-child):after,.row.g-7.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-7.row--sm-unbordered>.col:not(:last-child):after,.row.gy-7.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-7.row--md-bordered>.col:not(:last-child):after,.row.g-7.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-7.row--md-bordered>.col:not(:last-child):after,.row.gy-7.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-7.row--md-unbordered>.col:not(:last-child):after,.row.g-7.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-7.row--md-unbordered>.col:not(:last-child):after,.row.gy-7.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-7.row--lg-bordered>.col:not(:last-child):after,.row.g-7.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-7.row--lg-bordered>.col:not(:last-child):after,.row.gy-7.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-7.row--lg-unbordered>.col:not(:last-child):after,.row.g-7.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-7.row--lg-unbordered>.col:not(:last-child):after,.row.gy-7.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-7.row--xl-bordered>.col:not(:last-child):after,.row.g-7.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-7.row--xl-bordered>.col:not(:last-child):after,.row.gy-7.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-7.row--xl-unbordered>.col:not(:last-child):after,.row.g-7.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-7.row--xl-unbordered>.col:not(:last-child):after,.row.gy-7.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-7.row--xxl-bordered>.col:not(:last-child):after,.row.g-7.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-7.row--xxl-bordered>.col:not(:last-child):after,.row.gy-7.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-7.row--xxl-unbordered>.col:not(:last-child):after,.row.g-7.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-7.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-7.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-7.row--xxxl-bordered>.col:not(:last-child):after,.row.g-7.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-7.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-7.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-7.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-7.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-7.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-7.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-8.row--bordered>.col:not(:last-child):after,.row.g-8.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-8.row--bordered>.col:not(:last-child):after,.row.gy-8.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-8.row--unbordered>.col:not(:last-child):after,.row.g-8.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-8.row--unbordered>.col:not(:last-child):after,.row.gy-8.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-8.row--sm-bordered>.col:not(:last-child):after,.row.g-8.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-8.row--sm-bordered>.col:not(:last-child):after,.row.gy-8.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-8.row--sm-unbordered>.col:not(:last-child):after,.row.g-8.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-8.row--sm-unbordered>.col:not(:last-child):after,.row.gy-8.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-8.row--md-bordered>.col:not(:last-child):after,.row.g-8.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-8.row--md-bordered>.col:not(:last-child):after,.row.gy-8.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-8.row--md-unbordered>.col:not(:last-child):after,.row.g-8.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-8.row--md-unbordered>.col:not(:last-child):after,.row.gy-8.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-8.row--lg-bordered>.col:not(:last-child):after,.row.g-8.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-8.row--lg-bordered>.col:not(:last-child):after,.row.gy-8.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-8.row--lg-unbordered>.col:not(:last-child):after,.row.g-8.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-8.row--lg-unbordered>.col:not(:last-child):after,.row.gy-8.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-8.row--xl-bordered>.col:not(:last-child):after,.row.g-8.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-8.row--xl-bordered>.col:not(:last-child):after,.row.gy-8.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-8.row--xl-unbordered>.col:not(:last-child):after,.row.g-8.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-8.row--xl-unbordered>.col:not(:last-child):after,.row.gy-8.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-8.row--xxl-bordered>.col:not(:last-child):after,.row.g-8.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-8.row--xxl-bordered>.col:not(:last-child):after,.row.gy-8.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-8.row--xxl-unbordered>.col:not(:last-child):after,.row.g-8.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-8.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-8.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-8.row--xxxl-bordered>.col:not(:last-child):after,.row.g-8.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-8.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-8.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-8.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-8.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-8.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-8.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-9.row--bordered>.col:not(:last-child):after,.row.g-9.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-9.row--bordered>.col:not(:last-child):after,.row.gy-9.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-9.row--unbordered>.col:not(:last-child):after,.row.g-9.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-9.row--unbordered>.col:not(:last-child):after,.row.gy-9.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-9.row--sm-bordered>.col:not(:last-child):after,.row.g-9.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-9.row--sm-bordered>.col:not(:last-child):after,.row.gy-9.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-9.row--sm-unbordered>.col:not(:last-child):after,.row.g-9.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-9.row--sm-unbordered>.col:not(:last-child):after,.row.gy-9.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-9.row--md-bordered>.col:not(:last-child):after,.row.g-9.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-9.row--md-bordered>.col:not(:last-child):after,.row.gy-9.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-9.row--md-unbordered>.col:not(:last-child):after,.row.g-9.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-9.row--md-unbordered>.col:not(:last-child):after,.row.gy-9.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-9.row--lg-bordered>.col:not(:last-child):after,.row.g-9.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-9.row--lg-bordered>.col:not(:last-child):after,.row.gy-9.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-9.row--lg-unbordered>.col:not(:last-child):after,.row.g-9.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-9.row--lg-unbordered>.col:not(:last-child):after,.row.gy-9.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-9.row--xl-bordered>.col:not(:last-child):after,.row.g-9.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-9.row--xl-bordered>.col:not(:last-child):after,.row.gy-9.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-9.row--xl-unbordered>.col:not(:last-child):after,.row.g-9.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-9.row--xl-unbordered>.col:not(:last-child):after,.row.gy-9.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-9.row--xxl-bordered>.col:not(:last-child):after,.row.g-9.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-9.row--xxl-bordered>.col:not(:last-child):after,.row.gy-9.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-9.row--xxl-unbordered>.col:not(:last-child):after,.row.g-9.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-9.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-9.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-9.row--xxxl-bordered>.col:not(:last-child):after,.row.g-9.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-9.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-9.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-9.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-9.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-9.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-9.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-10.row--bordered>.col:not(:last-child):after,.row.g-10.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-10.row--bordered>.col:not(:last-child):after,.row.gy-10.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-10.row--unbordered>.col:not(:last-child):after,.row.g-10.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-10.row--unbordered>.col:not(:last-child):after,.row.gy-10.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-10.row--sm-bordered>.col:not(:last-child):after,.row.g-10.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-10.row--sm-bordered>.col:not(:last-child):after,.row.gy-10.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-10.row--sm-unbordered>.col:not(:last-child):after,.row.g-10.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-10.row--sm-unbordered>.col:not(:last-child):after,.row.gy-10.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-10.row--md-bordered>.col:not(:last-child):after,.row.g-10.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-10.row--md-bordered>.col:not(:last-child):after,.row.gy-10.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-10.row--md-unbordered>.col:not(:last-child):after,.row.g-10.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-10.row--md-unbordered>.col:not(:last-child):after,.row.gy-10.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-10.row--lg-bordered>.col:not(:last-child):after,.row.g-10.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-10.row--lg-bordered>.col:not(:last-child):after,.row.gy-10.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-10.row--lg-unbordered>.col:not(:last-child):after,.row.g-10.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-10.row--lg-unbordered>.col:not(:last-child):after,.row.gy-10.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-10.row--xl-bordered>.col:not(:last-child):after,.row.g-10.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-10.row--xl-bordered>.col:not(:last-child):after,.row.gy-10.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-10.row--xl-unbordered>.col:not(:last-child):after,.row.g-10.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-10.row--xl-unbordered>.col:not(:last-child):after,.row.gy-10.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-10.row--xxl-bordered>.col:not(:last-child):after,.row.g-10.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-10.row--xxl-bordered>.col:not(:last-child):after,.row.gy-10.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-10.row--xxl-unbordered>.col:not(:last-child):after,.row.g-10.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-10.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-10.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-10.row--xxxl-bordered>.col:not(:last-child):after,.row.g-10.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-10.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-10.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-10.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-10.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-10.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-10.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-11.row--bordered>.col:not(:last-child):after,.row.g-11.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-11.row--bordered>.col:not(:last-child):after,.row.gy-11.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-11.row--unbordered>.col:not(:last-child):after,.row.g-11.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-11.row--unbordered>.col:not(:last-child):after,.row.gy-11.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-11.row--sm-bordered>.col:not(:last-child):after,.row.g-11.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-11.row--sm-bordered>.col:not(:last-child):after,.row.gy-11.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-11.row--sm-unbordered>.col:not(:last-child):after,.row.g-11.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-11.row--sm-unbordered>.col:not(:last-child):after,.row.gy-11.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-11.row--md-bordered>.col:not(:last-child):after,.row.g-11.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-11.row--md-bordered>.col:not(:last-child):after,.row.gy-11.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-11.row--md-unbordered>.col:not(:last-child):after,.row.g-11.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-11.row--md-unbordered>.col:not(:last-child):after,.row.gy-11.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-11.row--lg-bordered>.col:not(:last-child):after,.row.g-11.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-11.row--lg-bordered>.col:not(:last-child):after,.row.gy-11.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-11.row--lg-unbordered>.col:not(:last-child):after,.row.g-11.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-11.row--lg-unbordered>.col:not(:last-child):after,.row.gy-11.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-11.row--xl-bordered>.col:not(:last-child):after,.row.g-11.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-11.row--xl-bordered>.col:not(:last-child):after,.row.gy-11.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-11.row--xl-unbordered>.col:not(:last-child):after,.row.g-11.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-11.row--xl-unbordered>.col:not(:last-child):after,.row.gy-11.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-11.row--xxl-bordered>.col:not(:last-child):after,.row.g-11.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-11.row--xxl-bordered>.col:not(:last-child):after,.row.gy-11.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-11.row--xxl-unbordered>.col:not(:last-child):after,.row.g-11.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-11.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-11.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-11.row--xxxl-bordered>.col:not(:last-child):after,.row.g-11.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-11.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-11.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-11.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-11.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-11.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-11.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-12.row--bordered>.col:not(:last-child):after,.row.g-12.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-12.row--bordered>.col:not(:last-child):after,.row.gy-12.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-12.row--unbordered>.col:not(:last-child):after,.row.g-12.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-12.row--unbordered>.col:not(:last-child):after,.row.gy-12.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-12.row--sm-bordered>.col:not(:last-child):after,.row.g-12.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-12.row--sm-bordered>.col:not(:last-child):after,.row.gy-12.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-12.row--sm-unbordered>.col:not(:last-child):after,.row.g-12.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-12.row--sm-unbordered>.col:not(:last-child):after,.row.gy-12.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-12.row--md-bordered>.col:not(:last-child):after,.row.g-12.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-12.row--md-bordered>.col:not(:last-child):after,.row.gy-12.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-12.row--md-unbordered>.col:not(:last-child):after,.row.g-12.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-12.row--md-unbordered>.col:not(:last-child):after,.row.gy-12.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-12.row--lg-bordered>.col:not(:last-child):after,.row.g-12.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-12.row--lg-bordered>.col:not(:last-child):after,.row.gy-12.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-12.row--lg-unbordered>.col:not(:last-child):after,.row.g-12.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-12.row--lg-unbordered>.col:not(:last-child):after,.row.gy-12.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-12.row--xl-bordered>.col:not(:last-child):after,.row.g-12.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-12.row--xl-bordered>.col:not(:last-child):after,.row.gy-12.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-12.row--xl-unbordered>.col:not(:last-child):after,.row.g-12.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-12.row--xl-unbordered>.col:not(:last-child):after,.row.gy-12.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-12.row--xxl-bordered>.col:not(:last-child):after,.row.g-12.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-12.row--xxl-bordered>.col:not(:last-child):after,.row.gy-12.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-12.row--xxl-unbordered>.col:not(:last-child):after,.row.g-12.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-12.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-12.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-12.row--xxxl-bordered>.col:not(:last-child):after,.row.g-12.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-12.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-12.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-12.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-12.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-12.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-12.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-13.row--bordered>.col:not(:last-child):after,.row.g-13.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-13.row--bordered>.col:not(:last-child):after,.row.gy-13.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-13.row--unbordered>.col:not(:last-child):after,.row.g-13.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-13.row--unbordered>.col:not(:last-child):after,.row.gy-13.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-13.row--sm-bordered>.col:not(:last-child):after,.row.g-13.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-13.row--sm-bordered>.col:not(:last-child):after,.row.gy-13.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-13.row--sm-unbordered>.col:not(:last-child):after,.row.g-13.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-13.row--sm-unbordered>.col:not(:last-child):after,.row.gy-13.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-13.row--md-bordered>.col:not(:last-child):after,.row.g-13.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-13.row--md-bordered>.col:not(:last-child):after,.row.gy-13.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-13.row--md-unbordered>.col:not(:last-child):after,.row.g-13.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-13.row--md-unbordered>.col:not(:last-child):after,.row.gy-13.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-13.row--lg-bordered>.col:not(:last-child):after,.row.g-13.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-13.row--lg-bordered>.col:not(:last-child):after,.row.gy-13.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-13.row--lg-unbordered>.col:not(:last-child):after,.row.g-13.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-13.row--lg-unbordered>.col:not(:last-child):after,.row.gy-13.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-13.row--xl-bordered>.col:not(:last-child):after,.row.g-13.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-13.row--xl-bordered>.col:not(:last-child):after,.row.gy-13.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-13.row--xl-unbordered>.col:not(:last-child):after,.row.g-13.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-13.row--xl-unbordered>.col:not(:last-child):after,.row.gy-13.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-13.row--xxl-bordered>.col:not(:last-child):after,.row.g-13.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-13.row--xxl-bordered>.col:not(:last-child):after,.row.gy-13.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-13.row--xxl-unbordered>.col:not(:last-child):after,.row.g-13.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-13.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-13.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-13.row--xxxl-bordered>.col:not(:last-child):after,.row.g-13.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-13.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-13.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-13.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-13.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-13.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-13.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-14.row--bordered>.col:not(:last-child):after,.row.g-14.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-14.row--bordered>.col:not(:last-child):after,.row.gy-14.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-14.row--unbordered>.col:not(:last-child):after,.row.g-14.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-14.row--unbordered>.col:not(:last-child):after,.row.gy-14.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-14.row--sm-bordered>.col:not(:last-child):after,.row.g-14.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-14.row--sm-bordered>.col:not(:last-child):after,.row.gy-14.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-14.row--sm-unbordered>.col:not(:last-child):after,.row.g-14.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-14.row--sm-unbordered>.col:not(:last-child):after,.row.gy-14.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-14.row--md-bordered>.col:not(:last-child):after,.row.g-14.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-14.row--md-bordered>.col:not(:last-child):after,.row.gy-14.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-14.row--md-unbordered>.col:not(:last-child):after,.row.g-14.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-14.row--md-unbordered>.col:not(:last-child):after,.row.gy-14.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-14.row--lg-bordered>.col:not(:last-child):after,.row.g-14.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-14.row--lg-bordered>.col:not(:last-child):after,.row.gy-14.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-14.row--lg-unbordered>.col:not(:last-child):after,.row.g-14.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-14.row--lg-unbordered>.col:not(:last-child):after,.row.gy-14.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-14.row--xl-bordered>.col:not(:last-child):after,.row.g-14.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-14.row--xl-bordered>.col:not(:last-child):after,.row.gy-14.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-14.row--xl-unbordered>.col:not(:last-child):after,.row.g-14.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-14.row--xl-unbordered>.col:not(:last-child):after,.row.gy-14.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-14.row--xxl-bordered>.col:not(:last-child):after,.row.g-14.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-14.row--xxl-bordered>.col:not(:last-child):after,.row.gy-14.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-14.row--xxl-unbordered>.col:not(:last-child):after,.row.g-14.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-14.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-14.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-14.row--xxxl-bordered>.col:not(:last-child):after,.row.g-14.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-14.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-14.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-14.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-14.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-14.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-14.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-15.row--bordered>.col:not(:last-child):after,.row.g-15.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-15.row--bordered>.col:not(:last-child):after,.row.gy-15.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-15.row--unbordered>.col:not(:last-child):after,.row.g-15.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-15.row--unbordered>.col:not(:last-child):after,.row.gy-15.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-15.row--sm-bordered>.col:not(:last-child):after,.row.g-15.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-15.row--sm-bordered>.col:not(:last-child):after,.row.gy-15.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-15.row--sm-unbordered>.col:not(:last-child):after,.row.g-15.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-15.row--sm-unbordered>.col:not(:last-child):after,.row.gy-15.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-15.row--md-bordered>.col:not(:last-child):after,.row.g-15.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-15.row--md-bordered>.col:not(:last-child):after,.row.gy-15.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-15.row--md-unbordered>.col:not(:last-child):after,.row.g-15.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-15.row--md-unbordered>.col:not(:last-child):after,.row.gy-15.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-15.row--lg-bordered>.col:not(:last-child):after,.row.g-15.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-15.row--lg-bordered>.col:not(:last-child):after,.row.gy-15.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-15.row--lg-unbordered>.col:not(:last-child):after,.row.g-15.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-15.row--lg-unbordered>.col:not(:last-child):after,.row.gy-15.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-15.row--xl-bordered>.col:not(:last-child):after,.row.g-15.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-15.row--xl-bordered>.col:not(:last-child):after,.row.gy-15.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-15.row--xl-unbordered>.col:not(:last-child):after,.row.g-15.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-15.row--xl-unbordered>.col:not(:last-child):after,.row.gy-15.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-15.row--xxl-bordered>.col:not(:last-child):after,.row.g-15.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-15.row--xxl-bordered>.col:not(:last-child):after,.row.gy-15.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-15.row--xxl-unbordered>.col:not(:last-child):after,.row.g-15.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-15.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-15.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-15.row--xxxl-bordered>.col:not(:last-child):after,.row.g-15.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-15.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-15.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-15.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-15.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-15.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-15.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-16.row--bordered>.col:not(:last-child):after,.row.g-16.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-16.row--bordered>.col:not(:last-child):after,.row.gy-16.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-16.row--unbordered>.col:not(:last-child):after,.row.g-16.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-16.row--unbordered>.col:not(:last-child):after,.row.gy-16.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-16.row--sm-bordered>.col:not(:last-child):after,.row.g-16.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-16.row--sm-bordered>.col:not(:last-child):after,.row.gy-16.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-16.row--sm-unbordered>.col:not(:last-child):after,.row.g-16.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-16.row--sm-unbordered>.col:not(:last-child):after,.row.gy-16.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-16.row--md-bordered>.col:not(:last-child):after,.row.g-16.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-16.row--md-bordered>.col:not(:last-child):after,.row.gy-16.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-16.row--md-unbordered>.col:not(:last-child):after,.row.g-16.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-16.row--md-unbordered>.col:not(:last-child):after,.row.gy-16.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-16.row--lg-bordered>.col:not(:last-child):after,.row.g-16.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-16.row--lg-bordered>.col:not(:last-child):after,.row.gy-16.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-16.row--lg-unbordered>.col:not(:last-child):after,.row.g-16.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-16.row--lg-unbordered>.col:not(:last-child):after,.row.gy-16.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-16.row--xl-bordered>.col:not(:last-child):after,.row.g-16.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-16.row--xl-bordered>.col:not(:last-child):after,.row.gy-16.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-16.row--xl-unbordered>.col:not(:last-child):after,.row.g-16.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-16.row--xl-unbordered>.col:not(:last-child):after,.row.gy-16.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-16.row--xxl-bordered>.col:not(:last-child):after,.row.g-16.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-16.row--xxl-bordered>.col:not(:last-child):after,.row.gy-16.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-16.row--xxl-unbordered>.col:not(:last-child):after,.row.g-16.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-16.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-16.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-16.row--xxxl-bordered>.col:not(:last-child):after,.row.g-16.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-16.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-16.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-16.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-16.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-16.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-16.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-17.row--bordered>.col:not(:last-child):after,.row.g-17.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-17.row--bordered>.col:not(:last-child):after,.row.gy-17.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-17.row--unbordered>.col:not(:last-child):after,.row.g-17.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-17.row--unbordered>.col:not(:last-child):after,.row.gy-17.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-17.row--sm-bordered>.col:not(:last-child):after,.row.g-17.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-17.row--sm-bordered>.col:not(:last-child):after,.row.gy-17.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-17.row--sm-unbordered>.col:not(:last-child):after,.row.g-17.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-17.row--sm-unbordered>.col:not(:last-child):after,.row.gy-17.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-17.row--md-bordered>.col:not(:last-child):after,.row.g-17.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-17.row--md-bordered>.col:not(:last-child):after,.row.gy-17.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-17.row--md-unbordered>.col:not(:last-child):after,.row.g-17.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-17.row--md-unbordered>.col:not(:last-child):after,.row.gy-17.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-17.row--lg-bordered>.col:not(:last-child):after,.row.g-17.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-17.row--lg-bordered>.col:not(:last-child):after,.row.gy-17.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-17.row--lg-unbordered>.col:not(:last-child):after,.row.g-17.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-17.row--lg-unbordered>.col:not(:last-child):after,.row.gy-17.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-17.row--xl-bordered>.col:not(:last-child):after,.row.g-17.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-17.row--xl-bordered>.col:not(:last-child):after,.row.gy-17.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-17.row--xl-unbordered>.col:not(:last-child):after,.row.g-17.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-17.row--xl-unbordered>.col:not(:last-child):after,.row.gy-17.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-17.row--xxl-bordered>.col:not(:last-child):after,.row.g-17.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-17.row--xxl-bordered>.col:not(:last-child):after,.row.gy-17.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-17.row--xxl-unbordered>.col:not(:last-child):after,.row.g-17.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-17.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-17.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-17.row--xxxl-bordered>.col:not(:last-child):after,.row.g-17.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-17.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-17.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-17.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-17.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-17.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-17.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-18.row--bordered>.col:not(:last-child):after,.row.g-18.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-18.row--bordered>.col:not(:last-child):after,.row.gy-18.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-18.row--unbordered>.col:not(:last-child):after,.row.g-18.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-18.row--unbordered>.col:not(:last-child):after,.row.gy-18.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-18.row--sm-bordered>.col:not(:last-child):after,.row.g-18.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-18.row--sm-bordered>.col:not(:last-child):after,.row.gy-18.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-18.row--sm-unbordered>.col:not(:last-child):after,.row.g-18.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-18.row--sm-unbordered>.col:not(:last-child):after,.row.gy-18.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-18.row--md-bordered>.col:not(:last-child):after,.row.g-18.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-18.row--md-bordered>.col:not(:last-child):after,.row.gy-18.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-18.row--md-unbordered>.col:not(:last-child):after,.row.g-18.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-18.row--md-unbordered>.col:not(:last-child):after,.row.gy-18.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-18.row--lg-bordered>.col:not(:last-child):after,.row.g-18.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-18.row--lg-bordered>.col:not(:last-child):after,.row.gy-18.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-18.row--lg-unbordered>.col:not(:last-child):after,.row.g-18.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-18.row--lg-unbordered>.col:not(:last-child):after,.row.gy-18.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-18.row--xl-bordered>.col:not(:last-child):after,.row.g-18.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-18.row--xl-bordered>.col:not(:last-child):after,.row.gy-18.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-18.row--xl-unbordered>.col:not(:last-child):after,.row.g-18.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-18.row--xl-unbordered>.col:not(:last-child):after,.row.gy-18.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-18.row--xxl-bordered>.col:not(:last-child):after,.row.g-18.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-18.row--xxl-bordered>.col:not(:last-child):after,.row.gy-18.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-18.row--xxl-unbordered>.col:not(:last-child):after,.row.g-18.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-18.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-18.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-18.row--xxxl-bordered>.col:not(:last-child):after,.row.g-18.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-18.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-18.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-18.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-18.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-18.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-18.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-19.row--bordered>.col:not(:last-child):after,.row.g-19.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-19.row--bordered>.col:not(:last-child):after,.row.gy-19.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-19.row--unbordered>.col:not(:last-child):after,.row.g-19.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-19.row--unbordered>.col:not(:last-child):after,.row.gy-19.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-19.row--sm-bordered>.col:not(:last-child):after,.row.g-19.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-19.row--sm-bordered>.col:not(:last-child):after,.row.gy-19.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-19.row--sm-unbordered>.col:not(:last-child):after,.row.g-19.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-19.row--sm-unbordered>.col:not(:last-child):after,.row.gy-19.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-19.row--md-bordered>.col:not(:last-child):after,.row.g-19.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-19.row--md-bordered>.col:not(:last-child):after,.row.gy-19.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-19.row--md-unbordered>.col:not(:last-child):after,.row.g-19.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-19.row--md-unbordered>.col:not(:last-child):after,.row.gy-19.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-19.row--lg-bordered>.col:not(:last-child):after,.row.g-19.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-19.row--lg-bordered>.col:not(:last-child):after,.row.gy-19.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-19.row--lg-unbordered>.col:not(:last-child):after,.row.g-19.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-19.row--lg-unbordered>.col:not(:last-child):after,.row.gy-19.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-19.row--xl-bordered>.col:not(:last-child):after,.row.g-19.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-19.row--xl-bordered>.col:not(:last-child):after,.row.gy-19.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-19.row--xl-unbordered>.col:not(:last-child):after,.row.g-19.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-19.row--xl-unbordered>.col:not(:last-child):after,.row.gy-19.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-19.row--xxl-bordered>.col:not(:last-child):after,.row.g-19.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-19.row--xxl-bordered>.col:not(:last-child):after,.row.gy-19.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-19.row--xxl-unbordered>.col:not(:last-child):after,.row.g-19.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-19.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-19.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-19.row--xxxl-bordered>.col:not(:last-child):after,.row.g-19.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-19.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-19.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-19.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-19.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-19.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-19.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-20.row--bordered>.col:not(:last-child):after,.row.g-20.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-20.row--bordered>.col:not(:last-child):after,.row.gy-20.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-20.row--unbordered>.col:not(:last-child):after,.row.g-20.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-20.row--unbordered>.col:not(:last-child):after,.row.gy-20.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-20.row--sm-bordered>.col:not(:last-child):after,.row.g-20.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-20.row--sm-bordered>.col:not(:last-child):after,.row.gy-20.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-20.row--sm-unbordered>.col:not(:last-child):after,.row.g-20.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-20.row--sm-unbordered>.col:not(:last-child):after,.row.gy-20.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-20.row--md-bordered>.col:not(:last-child):after,.row.g-20.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-20.row--md-bordered>.col:not(:last-child):after,.row.gy-20.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-20.row--md-unbordered>.col:not(:last-child):after,.row.g-20.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-20.row--md-unbordered>.col:not(:last-child):after,.row.gy-20.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-20.row--lg-bordered>.col:not(:last-child):after,.row.g-20.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-20.row--lg-bordered>.col:not(:last-child):after,.row.gy-20.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-20.row--lg-unbordered>.col:not(:last-child):after,.row.g-20.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-20.row--lg-unbordered>.col:not(:last-child):after,.row.gy-20.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-20.row--xl-bordered>.col:not(:last-child):after,.row.g-20.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-20.row--xl-bordered>.col:not(:last-child):after,.row.gy-20.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-20.row--xl-unbordered>.col:not(:last-child):after,.row.g-20.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-20.row--xl-unbordered>.col:not(:last-child):after,.row.gy-20.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-20.row--xxl-bordered>.col:not(:last-child):after,.row.g-20.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-20.row--xxl-bordered>.col:not(:last-child):after,.row.gy-20.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-20.row--xxl-unbordered>.col:not(:last-child):after,.row.g-20.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-20.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-20.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-20.row--xxxl-bordered>.col:not(:last-child):after,.row.g-20.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-20.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-20.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-20.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-20.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-20.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-20.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-21.row--bordered>.col:not(:last-child):after,.row.g-21.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-21.row--bordered>.col:not(:last-child):after,.row.gy-21.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-21.row--unbordered>.col:not(:last-child):after,.row.g-21.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-21.row--unbordered>.col:not(:last-child):after,.row.gy-21.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-21.row--sm-bordered>.col:not(:last-child):after,.row.g-21.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-21.row--sm-bordered>.col:not(:last-child):after,.row.gy-21.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-21.row--sm-unbordered>.col:not(:last-child):after,.row.g-21.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-21.row--sm-unbordered>.col:not(:last-child):after,.row.gy-21.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-21.row--md-bordered>.col:not(:last-child):after,.row.g-21.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-21.row--md-bordered>.col:not(:last-child):after,.row.gy-21.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-21.row--md-unbordered>.col:not(:last-child):after,.row.g-21.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-21.row--md-unbordered>.col:not(:last-child):after,.row.gy-21.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-21.row--lg-bordered>.col:not(:last-child):after,.row.g-21.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-21.row--lg-bordered>.col:not(:last-child):after,.row.gy-21.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-21.row--lg-unbordered>.col:not(:last-child):after,.row.g-21.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-21.row--lg-unbordered>.col:not(:last-child):after,.row.gy-21.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-21.row--xl-bordered>.col:not(:last-child):after,.row.g-21.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-21.row--xl-bordered>.col:not(:last-child):after,.row.gy-21.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-21.row--xl-unbordered>.col:not(:last-child):after,.row.g-21.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-21.row--xl-unbordered>.col:not(:last-child):after,.row.gy-21.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-21.row--xxl-bordered>.col:not(:last-child):after,.row.g-21.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-21.row--xxl-bordered>.col:not(:last-child):after,.row.gy-21.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-21.row--xxl-unbordered>.col:not(:last-child):after,.row.g-21.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-21.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-21.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-21.row--xxxl-bordered>.col:not(:last-child):after,.row.g-21.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-21.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-21.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-21.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-21.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-21.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-21.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-22.row--bordered>.col:not(:last-child):after,.row.g-22.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-22.row--bordered>.col:not(:last-child):after,.row.gy-22.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-22.row--unbordered>.col:not(:last-child):after,.row.g-22.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-22.row--unbordered>.col:not(:last-child):after,.row.gy-22.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-22.row--sm-bordered>.col:not(:last-child):after,.row.g-22.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-22.row--sm-bordered>.col:not(:last-child):after,.row.gy-22.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-22.row--sm-unbordered>.col:not(:last-child):after,.row.g-22.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-22.row--sm-unbordered>.col:not(:last-child):after,.row.gy-22.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-22.row--md-bordered>.col:not(:last-child):after,.row.g-22.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-22.row--md-bordered>.col:not(:last-child):after,.row.gy-22.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-22.row--md-unbordered>.col:not(:last-child):after,.row.g-22.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-22.row--md-unbordered>.col:not(:last-child):after,.row.gy-22.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-22.row--lg-bordered>.col:not(:last-child):after,.row.g-22.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-22.row--lg-bordered>.col:not(:last-child):after,.row.gy-22.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-22.row--lg-unbordered>.col:not(:last-child):after,.row.g-22.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-22.row--lg-unbordered>.col:not(:last-child):after,.row.gy-22.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-22.row--xl-bordered>.col:not(:last-child):after,.row.g-22.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-22.row--xl-bordered>.col:not(:last-child):after,.row.gy-22.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-22.row--xl-unbordered>.col:not(:last-child):after,.row.g-22.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-22.row--xl-unbordered>.col:not(:last-child):after,.row.gy-22.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-22.row--xxl-bordered>.col:not(:last-child):after,.row.g-22.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-22.row--xxl-bordered>.col:not(:last-child):after,.row.gy-22.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-22.row--xxl-unbordered>.col:not(:last-child):after,.row.g-22.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-22.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-22.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-22.row--xxxl-bordered>.col:not(:last-child):after,.row.g-22.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-22.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-22.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-22.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-22.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-22.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-22.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-23.row--bordered>.col:not(:last-child):after,.row.g-23.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-23.row--bordered>.col:not(:last-child):after,.row.gy-23.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-23.row--unbordered>.col:not(:last-child):after,.row.g-23.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-23.row--unbordered>.col:not(:last-child):after,.row.gy-23.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-23.row--sm-bordered>.col:not(:last-child):after,.row.g-23.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-23.row--sm-bordered>.col:not(:last-child):after,.row.gy-23.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-23.row--sm-unbordered>.col:not(:last-child):after,.row.g-23.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-23.row--sm-unbordered>.col:not(:last-child):after,.row.gy-23.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-23.row--md-bordered>.col:not(:last-child):after,.row.g-23.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-23.row--md-bordered>.col:not(:last-child):after,.row.gy-23.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-23.row--md-unbordered>.col:not(:last-child):after,.row.g-23.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-23.row--md-unbordered>.col:not(:last-child):after,.row.gy-23.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-23.row--lg-bordered>.col:not(:last-child):after,.row.g-23.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-23.row--lg-bordered>.col:not(:last-child):after,.row.gy-23.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-23.row--lg-unbordered>.col:not(:last-child):after,.row.g-23.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-23.row--lg-unbordered>.col:not(:last-child):after,.row.gy-23.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-23.row--xl-bordered>.col:not(:last-child):after,.row.g-23.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-23.row--xl-bordered>.col:not(:last-child):after,.row.gy-23.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-23.row--xl-unbordered>.col:not(:last-child):after,.row.g-23.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-23.row--xl-unbordered>.col:not(:last-child):after,.row.gy-23.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-23.row--xxl-bordered>.col:not(:last-child):after,.row.g-23.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-23.row--xxl-bordered>.col:not(:last-child):after,.row.gy-23.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-23.row--xxl-unbordered>.col:not(:last-child):after,.row.g-23.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-23.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-23.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-23.row--xxxl-bordered>.col:not(:last-child):after,.row.g-23.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-23.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-23.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-23.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-23.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-23.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-23.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-24.row--bordered>.col:not(:last-child):after,.row.g-24.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-24.row--bordered>.col:not(:last-child):after,.row.gy-24.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-24.row--unbordered>.col:not(:last-child):after,.row.g-24.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-24.row--unbordered>.col:not(:last-child):after,.row.gy-24.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-24.row--sm-bordered>.col:not(:last-child):after,.row.g-24.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-24.row--sm-bordered>.col:not(:last-child):after,.row.gy-24.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-24.row--sm-unbordered>.col:not(:last-child):after,.row.g-24.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-24.row--sm-unbordered>.col:not(:last-child):after,.row.gy-24.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-24.row--md-bordered>.col:not(:last-child):after,.row.g-24.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-24.row--md-bordered>.col:not(:last-child):after,.row.gy-24.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-24.row--md-unbordered>.col:not(:last-child):after,.row.g-24.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-24.row--md-unbordered>.col:not(:last-child):after,.row.gy-24.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-24.row--lg-bordered>.col:not(:last-child):after,.row.g-24.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-24.row--lg-bordered>.col:not(:last-child):after,.row.gy-24.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-24.row--lg-unbordered>.col:not(:last-child):after,.row.g-24.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-24.row--lg-unbordered>.col:not(:last-child):after,.row.gy-24.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-24.row--xl-bordered>.col:not(:last-child):after,.row.g-24.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-24.row--xl-bordered>.col:not(:last-child):after,.row.gy-24.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-24.row--xl-unbordered>.col:not(:last-child):after,.row.g-24.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-24.row--xl-unbordered>.col:not(:last-child):after,.row.gy-24.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-24.row--xxl-bordered>.col:not(:last-child):after,.row.g-24.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-24.row--xxl-bordered>.col:not(:last-child):after,.row.gy-24.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-24.row--xxl-unbordered>.col:not(:last-child):after,.row.g-24.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-24.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-24.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-24.row--xxxl-bordered>.col:not(:last-child):after,.row.g-24.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-24.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-24.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-24.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-24.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-24.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-24.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-25.row--bordered>.col:not(:last-child):after,.row.g-25.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-25.row--bordered>.col:not(:last-child):after,.row.gy-25.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-25.row--unbordered>.col:not(:last-child):after,.row.g-25.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-25.row--unbordered>.col:not(:last-child):after,.row.gy-25.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-25.row--sm-bordered>.col:not(:last-child):after,.row.g-25.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-25.row--sm-bordered>.col:not(:last-child):after,.row.gy-25.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-25.row--sm-unbordered>.col:not(:last-child):after,.row.g-25.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-25.row--sm-unbordered>.col:not(:last-child):after,.row.gy-25.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-25.row--md-bordered>.col:not(:last-child):after,.row.g-25.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-25.row--md-bordered>.col:not(:last-child):after,.row.gy-25.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-25.row--md-unbordered>.col:not(:last-child):after,.row.g-25.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-25.row--md-unbordered>.col:not(:last-child):after,.row.gy-25.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-25.row--lg-bordered>.col:not(:last-child):after,.row.g-25.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-25.row--lg-bordered>.col:not(:last-child):after,.row.gy-25.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-25.row--lg-unbordered>.col:not(:last-child):after,.row.g-25.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-25.row--lg-unbordered>.col:not(:last-child):after,.row.gy-25.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-25.row--xl-bordered>.col:not(:last-child):after,.row.g-25.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-25.row--xl-bordered>.col:not(:last-child):after,.row.gy-25.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-25.row--xl-unbordered>.col:not(:last-child):after,.row.g-25.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-25.row--xl-unbordered>.col:not(:last-child):after,.row.gy-25.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-25.row--xxl-bordered>.col:not(:last-child):after,.row.g-25.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-25.row--xxl-bordered>.col:not(:last-child):after,.row.gy-25.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-25.row--xxl-unbordered>.col:not(:last-child):after,.row.g-25.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-25.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-25.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-25.row--xxxl-bordered>.col:not(:last-child):after,.row.g-25.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-25.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-25.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-25.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-25.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-25.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-25.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-26.row--bordered>.col:not(:last-child):after,.row.g-26.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-26.row--bordered>.col:not(:last-child):after,.row.gy-26.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-26.row--unbordered>.col:not(:last-child):after,.row.g-26.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-26.row--unbordered>.col:not(:last-child):after,.row.gy-26.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-26.row--sm-bordered>.col:not(:last-child):after,.row.g-26.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-26.row--sm-bordered>.col:not(:last-child):after,.row.gy-26.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-26.row--sm-unbordered>.col:not(:last-child):after,.row.g-26.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-26.row--sm-unbordered>.col:not(:last-child):after,.row.gy-26.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-26.row--md-bordered>.col:not(:last-child):after,.row.g-26.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-26.row--md-bordered>.col:not(:last-child):after,.row.gy-26.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-26.row--md-unbordered>.col:not(:last-child):after,.row.g-26.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-26.row--md-unbordered>.col:not(:last-child):after,.row.gy-26.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-26.row--lg-bordered>.col:not(:last-child):after,.row.g-26.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-26.row--lg-bordered>.col:not(:last-child):after,.row.gy-26.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-26.row--lg-unbordered>.col:not(:last-child):after,.row.g-26.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-26.row--lg-unbordered>.col:not(:last-child):after,.row.gy-26.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-26.row--xl-bordered>.col:not(:last-child):after,.row.g-26.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-26.row--xl-bordered>.col:not(:last-child):after,.row.gy-26.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-26.row--xl-unbordered>.col:not(:last-child):after,.row.g-26.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-26.row--xl-unbordered>.col:not(:last-child):after,.row.gy-26.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-26.row--xxl-bordered>.col:not(:last-child):after,.row.g-26.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-26.row--xxl-bordered>.col:not(:last-child):after,.row.gy-26.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-26.row--xxl-unbordered>.col:not(:last-child):after,.row.g-26.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-26.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-26.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-26.row--xxxl-bordered>.col:not(:last-child):after,.row.g-26.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-26.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-26.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-26.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-26.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-26.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-26.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-27.row--bordered>.col:not(:last-child):after,.row.g-27.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-27.row--bordered>.col:not(:last-child):after,.row.gy-27.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-27.row--unbordered>.col:not(:last-child):after,.row.g-27.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-27.row--unbordered>.col:not(:last-child):after,.row.gy-27.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-27.row--sm-bordered>.col:not(:last-child):after,.row.g-27.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-27.row--sm-bordered>.col:not(:last-child):after,.row.gy-27.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-27.row--sm-unbordered>.col:not(:last-child):after,.row.g-27.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-27.row--sm-unbordered>.col:not(:last-child):after,.row.gy-27.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-27.row--md-bordered>.col:not(:last-child):after,.row.g-27.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-27.row--md-bordered>.col:not(:last-child):after,.row.gy-27.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-27.row--md-unbordered>.col:not(:last-child):after,.row.g-27.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-27.row--md-unbordered>.col:not(:last-child):after,.row.gy-27.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-27.row--lg-bordered>.col:not(:last-child):after,.row.g-27.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-27.row--lg-bordered>.col:not(:last-child):after,.row.gy-27.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-27.row--lg-unbordered>.col:not(:last-child):after,.row.g-27.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-27.row--lg-unbordered>.col:not(:last-child):after,.row.gy-27.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-27.row--xl-bordered>.col:not(:last-child):after,.row.g-27.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-27.row--xl-bordered>.col:not(:last-child):after,.row.gy-27.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-27.row--xl-unbordered>.col:not(:last-child):after,.row.g-27.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-27.row--xl-unbordered>.col:not(:last-child):after,.row.gy-27.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-27.row--xxl-bordered>.col:not(:last-child):after,.row.g-27.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-27.row--xxl-bordered>.col:not(:last-child):after,.row.gy-27.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-27.row--xxl-unbordered>.col:not(:last-child):after,.row.g-27.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-27.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-27.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-27.row--xxxl-bordered>.col:not(:last-child):after,.row.g-27.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-27.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-27.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-27.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-27.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-27.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-27.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-28.row--bordered>.col:not(:last-child):after,.row.g-28.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-28.row--bordered>.col:not(:last-child):after,.row.gy-28.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-28.row--unbordered>.col:not(:last-child):after,.row.g-28.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-28.row--unbordered>.col:not(:last-child):after,.row.gy-28.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-28.row--sm-bordered>.col:not(:last-child):after,.row.g-28.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-28.row--sm-bordered>.col:not(:last-child):after,.row.gy-28.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-28.row--sm-unbordered>.col:not(:last-child):after,.row.g-28.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-28.row--sm-unbordered>.col:not(:last-child):after,.row.gy-28.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-28.row--md-bordered>.col:not(:last-child):after,.row.g-28.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-28.row--md-bordered>.col:not(:last-child):after,.row.gy-28.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-28.row--md-unbordered>.col:not(:last-child):after,.row.g-28.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-28.row--md-unbordered>.col:not(:last-child):after,.row.gy-28.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-28.row--lg-bordered>.col:not(:last-child):after,.row.g-28.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-28.row--lg-bordered>.col:not(:last-child):after,.row.gy-28.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-28.row--lg-unbordered>.col:not(:last-child):after,.row.g-28.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-28.row--lg-unbordered>.col:not(:last-child):after,.row.gy-28.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-28.row--xl-bordered>.col:not(:last-child):after,.row.g-28.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-28.row--xl-bordered>.col:not(:last-child):after,.row.gy-28.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-28.row--xl-unbordered>.col:not(:last-child):after,.row.g-28.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-28.row--xl-unbordered>.col:not(:last-child):after,.row.gy-28.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-28.row--xxl-bordered>.col:not(:last-child):after,.row.g-28.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-28.row--xxl-bordered>.col:not(:last-child):after,.row.gy-28.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-28.row--xxl-unbordered>.col:not(:last-child):after,.row.g-28.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-28.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-28.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-28.row--xxxl-bordered>.col:not(:last-child):after,.row.g-28.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-28.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-28.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-28.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-28.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-28.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-28.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-29.row--bordered>.col:not(:last-child):after,.row.g-29.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-29.row--bordered>.col:not(:last-child):after,.row.gy-29.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-29.row--unbordered>.col:not(:last-child):after,.row.g-29.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-29.row--unbordered>.col:not(:last-child):after,.row.gy-29.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-29.row--sm-bordered>.col:not(:last-child):after,.row.g-29.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-29.row--sm-bordered>.col:not(:last-child):after,.row.gy-29.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-29.row--sm-unbordered>.col:not(:last-child):after,.row.g-29.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-29.row--sm-unbordered>.col:not(:last-child):after,.row.gy-29.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-29.row--md-bordered>.col:not(:last-child):after,.row.g-29.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-29.row--md-bordered>.col:not(:last-child):after,.row.gy-29.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-29.row--md-unbordered>.col:not(:last-child):after,.row.g-29.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-29.row--md-unbordered>.col:not(:last-child):after,.row.gy-29.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-29.row--lg-bordered>.col:not(:last-child):after,.row.g-29.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-29.row--lg-bordered>.col:not(:last-child):after,.row.gy-29.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-29.row--lg-unbordered>.col:not(:last-child):after,.row.g-29.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-29.row--lg-unbordered>.col:not(:last-child):after,.row.gy-29.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-29.row--xl-bordered>.col:not(:last-child):after,.row.g-29.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-29.row--xl-bordered>.col:not(:last-child):after,.row.gy-29.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-29.row--xl-unbordered>.col:not(:last-child):after,.row.g-29.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-29.row--xl-unbordered>.col:not(:last-child):after,.row.gy-29.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-29.row--xxl-bordered>.col:not(:last-child):after,.row.g-29.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-29.row--xxl-bordered>.col:not(:last-child):after,.row.gy-29.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-29.row--xxl-unbordered>.col:not(:last-child):after,.row.g-29.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-29.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-29.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-29.row--xxxl-bordered>.col:not(:last-child):after,.row.g-29.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-29.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-29.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-29.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-29.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-29.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-29.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-30.row--bordered>.col:not(:last-child):after,.row.g-30.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-30.row--bordered>.col:not(:last-child):after,.row.gy-30.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-30.row--unbordered>.col:not(:last-child):after,.row.g-30.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-30.row--unbordered>.col:not(:last-child):after,.row.gy-30.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-30.row--sm-bordered>.col:not(:last-child):after,.row.g-30.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-30.row--sm-bordered>.col:not(:last-child):after,.row.gy-30.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-30.row--sm-unbordered>.col:not(:last-child):after,.row.g-30.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-30.row--sm-unbordered>.col:not(:last-child):after,.row.gy-30.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-30.row--md-bordered>.col:not(:last-child):after,.row.g-30.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-30.row--md-bordered>.col:not(:last-child):after,.row.gy-30.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-30.row--md-unbordered>.col:not(:last-child):after,.row.g-30.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-30.row--md-unbordered>.col:not(:last-child):after,.row.gy-30.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-30.row--lg-bordered>.col:not(:last-child):after,.row.g-30.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-30.row--lg-bordered>.col:not(:last-child):after,.row.gy-30.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-30.row--lg-unbordered>.col:not(:last-child):after,.row.g-30.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-30.row--lg-unbordered>.col:not(:last-child):after,.row.gy-30.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-30.row--xl-bordered>.col:not(:last-child):after,.row.g-30.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-30.row--xl-bordered>.col:not(:last-child):after,.row.gy-30.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-30.row--xl-unbordered>.col:not(:last-child):after,.row.g-30.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-30.row--xl-unbordered>.col:not(:last-child):after,.row.gy-30.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-30.row--xxl-bordered>.col:not(:last-child):after,.row.g-30.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-30.row--xxl-bordered>.col:not(:last-child):after,.row.gy-30.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-30.row--xxl-unbordered>.col:not(:last-child):after,.row.g-30.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-30.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-30.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-30.row--xxxl-bordered>.col:not(:last-child):after,.row.g-30.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-30.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-30.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-30.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-30.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-30.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-30.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-31.row--bordered>.col:not(:last-child):after,.row.g-31.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-31.row--bordered>.col:not(:last-child):after,.row.gy-31.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-31.row--unbordered>.col:not(:last-child):after,.row.g-31.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-31.row--unbordered>.col:not(:last-child):after,.row.gy-31.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-31.row--sm-bordered>.col:not(:last-child):after,.row.g-31.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-31.row--sm-bordered>.col:not(:last-child):after,.row.gy-31.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-31.row--sm-unbordered>.col:not(:last-child):after,.row.g-31.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-31.row--sm-unbordered>.col:not(:last-child):after,.row.gy-31.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-31.row--md-bordered>.col:not(:last-child):after,.row.g-31.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-31.row--md-bordered>.col:not(:last-child):after,.row.gy-31.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-31.row--md-unbordered>.col:not(:last-child):after,.row.g-31.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-31.row--md-unbordered>.col:not(:last-child):after,.row.gy-31.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-31.row--lg-bordered>.col:not(:last-child):after,.row.g-31.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-31.row--lg-bordered>.col:not(:last-child):after,.row.gy-31.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-31.row--lg-unbordered>.col:not(:last-child):after,.row.g-31.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-31.row--lg-unbordered>.col:not(:last-child):after,.row.gy-31.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-31.row--xl-bordered>.col:not(:last-child):after,.row.g-31.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-31.row--xl-bordered>.col:not(:last-child):after,.row.gy-31.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-31.row--xl-unbordered>.col:not(:last-child):after,.row.g-31.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-31.row--xl-unbordered>.col:not(:last-child):after,.row.gy-31.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-31.row--xxl-bordered>.col:not(:last-child):after,.row.g-31.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-31.row--xxl-bordered>.col:not(:last-child):after,.row.gy-31.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-31.row--xxl-unbordered>.col:not(:last-child):after,.row.g-31.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-31.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-31.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-31.row--xxxl-bordered>.col:not(:last-child):after,.row.g-31.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-31.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-31.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-31.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-31.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-31.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-31.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-32.row--bordered>.col:not(:last-child):after,.row.g-32.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-32.row--bordered>.col:not(:last-child):after,.row.gy-32.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-32.row--unbordered>.col:not(:last-child):after,.row.g-32.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-32.row--unbordered>.col:not(:last-child):after,.row.gy-32.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-32.row--sm-bordered>.col:not(:last-child):after,.row.g-32.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-32.row--sm-bordered>.col:not(:last-child):after,.row.gy-32.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-32.row--sm-unbordered>.col:not(:last-child):after,.row.g-32.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-32.row--sm-unbordered>.col:not(:last-child):after,.row.gy-32.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-32.row--md-bordered>.col:not(:last-child):after,.row.g-32.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-32.row--md-bordered>.col:not(:last-child):after,.row.gy-32.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-32.row--md-unbordered>.col:not(:last-child):after,.row.g-32.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-32.row--md-unbordered>.col:not(:last-child):after,.row.gy-32.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-32.row--lg-bordered>.col:not(:last-child):after,.row.g-32.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-32.row--lg-bordered>.col:not(:last-child):after,.row.gy-32.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-32.row--lg-unbordered>.col:not(:last-child):after,.row.g-32.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-32.row--lg-unbordered>.col:not(:last-child):after,.row.gy-32.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-32.row--xl-bordered>.col:not(:last-child):after,.row.g-32.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-32.row--xl-bordered>.col:not(:last-child):after,.row.gy-32.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-32.row--xl-unbordered>.col:not(:last-child):after,.row.g-32.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-32.row--xl-unbordered>.col:not(:last-child):after,.row.gy-32.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-32.row--xxl-bordered>.col:not(:last-child):after,.row.g-32.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-32.row--xxl-bordered>.col:not(:last-child):after,.row.gy-32.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-32.row--xxl-unbordered>.col:not(:last-child):after,.row.g-32.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-32.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-32.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-32.row--xxxl-bordered>.col:not(:last-child):after,.row.g-32.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-32.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-32.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-32.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-32.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-32.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-32.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-33.row--bordered>.col:not(:last-child):after,.row.g-33.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-33.row--bordered>.col:not(:last-child):after,.row.gy-33.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-33.row--unbordered>.col:not(:last-child):after,.row.g-33.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-33.row--unbordered>.col:not(:last-child):after,.row.gy-33.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-33.row--sm-bordered>.col:not(:last-child):after,.row.g-33.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-33.row--sm-bordered>.col:not(:last-child):after,.row.gy-33.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-33.row--sm-unbordered>.col:not(:last-child):after,.row.g-33.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-33.row--sm-unbordered>.col:not(:last-child):after,.row.gy-33.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-33.row--md-bordered>.col:not(:last-child):after,.row.g-33.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-33.row--md-bordered>.col:not(:last-child):after,.row.gy-33.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-33.row--md-unbordered>.col:not(:last-child):after,.row.g-33.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-33.row--md-unbordered>.col:not(:last-child):after,.row.gy-33.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-33.row--lg-bordered>.col:not(:last-child):after,.row.g-33.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-33.row--lg-bordered>.col:not(:last-child):after,.row.gy-33.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-33.row--lg-unbordered>.col:not(:last-child):after,.row.g-33.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-33.row--lg-unbordered>.col:not(:last-child):after,.row.gy-33.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-33.row--xl-bordered>.col:not(:last-child):after,.row.g-33.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-33.row--xl-bordered>.col:not(:last-child):after,.row.gy-33.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-33.row--xl-unbordered>.col:not(:last-child):after,.row.g-33.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-33.row--xl-unbordered>.col:not(:last-child):after,.row.gy-33.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-33.row--xxl-bordered>.col:not(:last-child):after,.row.g-33.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-33.row--xxl-bordered>.col:not(:last-child):after,.row.gy-33.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-33.row--xxl-unbordered>.col:not(:last-child):after,.row.g-33.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-33.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-33.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-33.row--xxxl-bordered>.col:not(:last-child):after,.row.g-33.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-33.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-33.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-33.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-33.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-33.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-33.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-34.row--bordered>.col:not(:last-child):after,.row.g-34.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-34.row--bordered>.col:not(:last-child):after,.row.gy-34.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-34.row--unbordered>.col:not(:last-child):after,.row.g-34.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-34.row--unbordered>.col:not(:last-child):after,.row.gy-34.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-34.row--sm-bordered>.col:not(:last-child):after,.row.g-34.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-34.row--sm-bordered>.col:not(:last-child):after,.row.gy-34.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-34.row--sm-unbordered>.col:not(:last-child):after,.row.g-34.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-34.row--sm-unbordered>.col:not(:last-child):after,.row.gy-34.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-34.row--md-bordered>.col:not(:last-child):after,.row.g-34.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-34.row--md-bordered>.col:not(:last-child):after,.row.gy-34.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-34.row--md-unbordered>.col:not(:last-child):after,.row.g-34.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-34.row--md-unbordered>.col:not(:last-child):after,.row.gy-34.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-34.row--lg-bordered>.col:not(:last-child):after,.row.g-34.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-34.row--lg-bordered>.col:not(:last-child):after,.row.gy-34.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-34.row--lg-unbordered>.col:not(:last-child):after,.row.g-34.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-34.row--lg-unbordered>.col:not(:last-child):after,.row.gy-34.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-34.row--xl-bordered>.col:not(:last-child):after,.row.g-34.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-34.row--xl-bordered>.col:not(:last-child):after,.row.gy-34.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-34.row--xl-unbordered>.col:not(:last-child):after,.row.g-34.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-34.row--xl-unbordered>.col:not(:last-child):after,.row.gy-34.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-34.row--xxl-bordered>.col:not(:last-child):after,.row.g-34.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-34.row--xxl-bordered>.col:not(:last-child):after,.row.gy-34.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-34.row--xxl-unbordered>.col:not(:last-child):after,.row.g-34.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-34.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-34.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-34.row--xxxl-bordered>.col:not(:last-child):after,.row.g-34.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-34.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-34.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-34.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-34.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-34.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-34.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-35.row--bordered>.col:not(:last-child):after,.row.g-35.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-35.row--bordered>.col:not(:last-child):after,.row.gy-35.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-35.row--unbordered>.col:not(:last-child):after,.row.g-35.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-35.row--unbordered>.col:not(:last-child):after,.row.gy-35.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-35.row--sm-bordered>.col:not(:last-child):after,.row.g-35.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-35.row--sm-bordered>.col:not(:last-child):after,.row.gy-35.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-35.row--sm-unbordered>.col:not(:last-child):after,.row.g-35.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-35.row--sm-unbordered>.col:not(:last-child):after,.row.gy-35.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-35.row--md-bordered>.col:not(:last-child):after,.row.g-35.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-35.row--md-bordered>.col:not(:last-child):after,.row.gy-35.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-35.row--md-unbordered>.col:not(:last-child):after,.row.g-35.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-35.row--md-unbordered>.col:not(:last-child):after,.row.gy-35.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-35.row--lg-bordered>.col:not(:last-child):after,.row.g-35.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-35.row--lg-bordered>.col:not(:last-child):after,.row.gy-35.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-35.row--lg-unbordered>.col:not(:last-child):after,.row.g-35.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-35.row--lg-unbordered>.col:not(:last-child):after,.row.gy-35.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-35.row--xl-bordered>.col:not(:last-child):after,.row.g-35.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-35.row--xl-bordered>.col:not(:last-child):after,.row.gy-35.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-35.row--xl-unbordered>.col:not(:last-child):after,.row.g-35.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-35.row--xl-unbordered>.col:not(:last-child):after,.row.gy-35.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-35.row--xxl-bordered>.col:not(:last-child):after,.row.g-35.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-35.row--xxl-bordered>.col:not(:last-child):after,.row.gy-35.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-35.row--xxl-unbordered>.col:not(:last-child):after,.row.g-35.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-35.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-35.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-35.row--xxxl-bordered>.col:not(:last-child):after,.row.g-35.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-35.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-35.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-35.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-35.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-35.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-35.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-36.row--bordered>.col:not(:last-child):after,.row.g-36.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-36.row--bordered>.col:not(:last-child):after,.row.gy-36.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-36.row--unbordered>.col:not(:last-child):after,.row.g-36.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-36.row--unbordered>.col:not(:last-child):after,.row.gy-36.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-36.row--sm-bordered>.col:not(:last-child):after,.row.g-36.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-36.row--sm-bordered>.col:not(:last-child):after,.row.gy-36.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-36.row--sm-unbordered>.col:not(:last-child):after,.row.g-36.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-36.row--sm-unbordered>.col:not(:last-child):after,.row.gy-36.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-36.row--md-bordered>.col:not(:last-child):after,.row.g-36.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-36.row--md-bordered>.col:not(:last-child):after,.row.gy-36.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-36.row--md-unbordered>.col:not(:last-child):after,.row.g-36.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-36.row--md-unbordered>.col:not(:last-child):after,.row.gy-36.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-36.row--lg-bordered>.col:not(:last-child):after,.row.g-36.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-36.row--lg-bordered>.col:not(:last-child):after,.row.gy-36.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-36.row--lg-unbordered>.col:not(:last-child):after,.row.g-36.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-36.row--lg-unbordered>.col:not(:last-child):after,.row.gy-36.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-36.row--xl-bordered>.col:not(:last-child):after,.row.g-36.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-36.row--xl-bordered>.col:not(:last-child):after,.row.gy-36.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-36.row--xl-unbordered>.col:not(:last-child):after,.row.g-36.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-36.row--xl-unbordered>.col:not(:last-child):after,.row.gy-36.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-36.row--xxl-bordered>.col:not(:last-child):after,.row.g-36.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-36.row--xxl-bordered>.col:not(:last-child):after,.row.gy-36.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-36.row--xxl-unbordered>.col:not(:last-child):after,.row.g-36.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-36.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-36.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-36.row--xxxl-bordered>.col:not(:last-child):after,.row.g-36.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-36.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-36.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-36.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-36.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-36.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-36.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-37.row--bordered>.col:not(:last-child):after,.row.g-37.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-37.row--bordered>.col:not(:last-child):after,.row.gy-37.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-37.row--unbordered>.col:not(:last-child):after,.row.g-37.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-37.row--unbordered>.col:not(:last-child):after,.row.gy-37.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-37.row--sm-bordered>.col:not(:last-child):after,.row.g-37.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-37.row--sm-bordered>.col:not(:last-child):after,.row.gy-37.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-37.row--sm-unbordered>.col:not(:last-child):after,.row.g-37.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-37.row--sm-unbordered>.col:not(:last-child):after,.row.gy-37.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-37.row--md-bordered>.col:not(:last-child):after,.row.g-37.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-37.row--md-bordered>.col:not(:last-child):after,.row.gy-37.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-37.row--md-unbordered>.col:not(:last-child):after,.row.g-37.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-37.row--md-unbordered>.col:not(:last-child):after,.row.gy-37.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-37.row--lg-bordered>.col:not(:last-child):after,.row.g-37.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-37.row--lg-bordered>.col:not(:last-child):after,.row.gy-37.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-37.row--lg-unbordered>.col:not(:last-child):after,.row.g-37.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-37.row--lg-unbordered>.col:not(:last-child):after,.row.gy-37.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-37.row--xl-bordered>.col:not(:last-child):after,.row.g-37.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-37.row--xl-bordered>.col:not(:last-child):after,.row.gy-37.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-37.row--xl-unbordered>.col:not(:last-child):after,.row.g-37.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-37.row--xl-unbordered>.col:not(:last-child):after,.row.gy-37.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-37.row--xxl-bordered>.col:not(:last-child):after,.row.g-37.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-37.row--xxl-bordered>.col:not(:last-child):after,.row.gy-37.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-37.row--xxl-unbordered>.col:not(:last-child):after,.row.g-37.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-37.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-37.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-37.row--xxxl-bordered>.col:not(:last-child):after,.row.g-37.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-37.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-37.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-37.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-37.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-37.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-37.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-38.row--bordered>.col:not(:last-child):after,.row.g-38.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-38.row--bordered>.col:not(:last-child):after,.row.gy-38.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-38.row--unbordered>.col:not(:last-child):after,.row.g-38.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-38.row--unbordered>.col:not(:last-child):after,.row.gy-38.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-38.row--sm-bordered>.col:not(:last-child):after,.row.g-38.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-38.row--sm-bordered>.col:not(:last-child):after,.row.gy-38.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-38.row--sm-unbordered>.col:not(:last-child):after,.row.g-38.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-38.row--sm-unbordered>.col:not(:last-child):after,.row.gy-38.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-38.row--md-bordered>.col:not(:last-child):after,.row.g-38.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-38.row--md-bordered>.col:not(:last-child):after,.row.gy-38.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-38.row--md-unbordered>.col:not(:last-child):after,.row.g-38.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-38.row--md-unbordered>.col:not(:last-child):after,.row.gy-38.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-38.row--lg-bordered>.col:not(:last-child):after,.row.g-38.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-38.row--lg-bordered>.col:not(:last-child):after,.row.gy-38.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-38.row--lg-unbordered>.col:not(:last-child):after,.row.g-38.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-38.row--lg-unbordered>.col:not(:last-child):after,.row.gy-38.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-38.row--xl-bordered>.col:not(:last-child):after,.row.g-38.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-38.row--xl-bordered>.col:not(:last-child):after,.row.gy-38.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-38.row--xl-unbordered>.col:not(:last-child):after,.row.g-38.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-38.row--xl-unbordered>.col:not(:last-child):after,.row.gy-38.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-38.row--xxl-bordered>.col:not(:last-child):after,.row.g-38.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-38.row--xxl-bordered>.col:not(:last-child):after,.row.gy-38.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-38.row--xxl-unbordered>.col:not(:last-child):after,.row.g-38.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-38.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-38.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-38.row--xxxl-bordered>.col:not(:last-child):after,.row.g-38.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-38.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-38.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-38.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-38.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-38.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-38.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-39.row--bordered>.col:not(:last-child):after,.row.g-39.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-39.row--bordered>.col:not(:last-child):after,.row.gy-39.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-39.row--unbordered>.col:not(:last-child):after,.row.g-39.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-39.row--unbordered>.col:not(:last-child):after,.row.gy-39.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-39.row--sm-bordered>.col:not(:last-child):after,.row.g-39.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-39.row--sm-bordered>.col:not(:last-child):after,.row.gy-39.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-39.row--sm-unbordered>.col:not(:last-child):after,.row.g-39.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-39.row--sm-unbordered>.col:not(:last-child):after,.row.gy-39.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-39.row--md-bordered>.col:not(:last-child):after,.row.g-39.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-39.row--md-bordered>.col:not(:last-child):after,.row.gy-39.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-39.row--md-unbordered>.col:not(:last-child):after,.row.g-39.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-39.row--md-unbordered>.col:not(:last-child):after,.row.gy-39.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-39.row--lg-bordered>.col:not(:last-child):after,.row.g-39.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-39.row--lg-bordered>.col:not(:last-child):after,.row.gy-39.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-39.row--lg-unbordered>.col:not(:last-child):after,.row.g-39.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-39.row--lg-unbordered>.col:not(:last-child):after,.row.gy-39.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-39.row--xl-bordered>.col:not(:last-child):after,.row.g-39.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-39.row--xl-bordered>.col:not(:last-child):after,.row.gy-39.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-39.row--xl-unbordered>.col:not(:last-child):after,.row.g-39.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-39.row--xl-unbordered>.col:not(:last-child):after,.row.gy-39.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-39.row--xxl-bordered>.col:not(:last-child):after,.row.g-39.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-39.row--xxl-bordered>.col:not(:last-child):after,.row.gy-39.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-39.row--xxl-unbordered>.col:not(:last-child):after,.row.g-39.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-39.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-39.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-39.row--xxxl-bordered>.col:not(:last-child):after,.row.g-39.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-39.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-39.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-39.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-39.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-39.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-39.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-40.row--bordered>.col:not(:last-child):after,.row.g-40.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-40.row--bordered>.col:not(:last-child):after,.row.gy-40.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-40.row--unbordered>.col:not(:last-child):after,.row.g-40.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-40.row--unbordered>.col:not(:last-child):after,.row.gy-40.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-40.row--sm-bordered>.col:not(:last-child):after,.row.g-40.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-40.row--sm-bordered>.col:not(:last-child):after,.row.gy-40.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-40.row--sm-unbordered>.col:not(:last-child):after,.row.g-40.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-40.row--sm-unbordered>.col:not(:last-child):after,.row.gy-40.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-40.row--md-bordered>.col:not(:last-child):after,.row.g-40.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-40.row--md-bordered>.col:not(:last-child):after,.row.gy-40.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-40.row--md-unbordered>.col:not(:last-child):after,.row.g-40.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-40.row--md-unbordered>.col:not(:last-child):after,.row.gy-40.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-40.row--lg-bordered>.col:not(:last-child):after,.row.g-40.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-40.row--lg-bordered>.col:not(:last-child):after,.row.gy-40.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-40.row--lg-unbordered>.col:not(:last-child):after,.row.g-40.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-40.row--lg-unbordered>.col:not(:last-child):after,.row.gy-40.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-40.row--xl-bordered>.col:not(:last-child):after,.row.g-40.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-40.row--xl-bordered>.col:not(:last-child):after,.row.gy-40.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-40.row--xl-unbordered>.col:not(:last-child):after,.row.g-40.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-40.row--xl-unbordered>.col:not(:last-child):after,.row.gy-40.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-40.row--xxl-bordered>.col:not(:last-child):after,.row.g-40.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-40.row--xxl-bordered>.col:not(:last-child):after,.row.gy-40.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-40.row--xxl-unbordered>.col:not(:last-child):after,.row.g-40.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-40.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-40.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-40.row--xxxl-bordered>.col:not(:last-child):after,.row.g-40.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-40.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-40.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-40.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-40.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-40.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-40.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-41.row--bordered>.col:not(:last-child):after,.row.g-41.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-41.row--bordered>.col:not(:last-child):after,.row.gy-41.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-41.row--unbordered>.col:not(:last-child):after,.row.g-41.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-41.row--unbordered>.col:not(:last-child):after,.row.gy-41.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-41.row--sm-bordered>.col:not(:last-child):after,.row.g-41.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-41.row--sm-bordered>.col:not(:last-child):after,.row.gy-41.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-41.row--sm-unbordered>.col:not(:last-child):after,.row.g-41.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-41.row--sm-unbordered>.col:not(:last-child):after,.row.gy-41.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-41.row--md-bordered>.col:not(:last-child):after,.row.g-41.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-41.row--md-bordered>.col:not(:last-child):after,.row.gy-41.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-41.row--md-unbordered>.col:not(:last-child):after,.row.g-41.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-41.row--md-unbordered>.col:not(:last-child):after,.row.gy-41.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-41.row--lg-bordered>.col:not(:last-child):after,.row.g-41.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-41.row--lg-bordered>.col:not(:last-child):after,.row.gy-41.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-41.row--lg-unbordered>.col:not(:last-child):after,.row.g-41.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-41.row--lg-unbordered>.col:not(:last-child):after,.row.gy-41.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-41.row--xl-bordered>.col:not(:last-child):after,.row.g-41.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-41.row--xl-bordered>.col:not(:last-child):after,.row.gy-41.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-41.row--xl-unbordered>.col:not(:last-child):after,.row.g-41.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-41.row--xl-unbordered>.col:not(:last-child):after,.row.gy-41.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-41.row--xxl-bordered>.col:not(:last-child):after,.row.g-41.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-41.row--xxl-bordered>.col:not(:last-child):after,.row.gy-41.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-41.row--xxl-unbordered>.col:not(:last-child):after,.row.g-41.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-41.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-41.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-41.row--xxxl-bordered>.col:not(:last-child):after,.row.g-41.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-41.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-41.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-41.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-41.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-41.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-41.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-42.row--bordered>.col:not(:last-child):after,.row.g-42.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-42.row--bordered>.col:not(:last-child):after,.row.gy-42.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-42.row--unbordered>.col:not(:last-child):after,.row.g-42.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-42.row--unbordered>.col:not(:last-child):after,.row.gy-42.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-42.row--sm-bordered>.col:not(:last-child):after,.row.g-42.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-42.row--sm-bordered>.col:not(:last-child):after,.row.gy-42.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-42.row--sm-unbordered>.col:not(:last-child):after,.row.g-42.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-42.row--sm-unbordered>.col:not(:last-child):after,.row.gy-42.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-42.row--md-bordered>.col:not(:last-child):after,.row.g-42.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-42.row--md-bordered>.col:not(:last-child):after,.row.gy-42.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-42.row--md-unbordered>.col:not(:last-child):after,.row.g-42.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-42.row--md-unbordered>.col:not(:last-child):after,.row.gy-42.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-42.row--lg-bordered>.col:not(:last-child):after,.row.g-42.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-42.row--lg-bordered>.col:not(:last-child):after,.row.gy-42.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-42.row--lg-unbordered>.col:not(:last-child):after,.row.g-42.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-42.row--lg-unbordered>.col:not(:last-child):after,.row.gy-42.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-42.row--xl-bordered>.col:not(:last-child):after,.row.g-42.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-42.row--xl-bordered>.col:not(:last-child):after,.row.gy-42.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-42.row--xl-unbordered>.col:not(:last-child):after,.row.g-42.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-42.row--xl-unbordered>.col:not(:last-child):after,.row.gy-42.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-42.row--xxl-bordered>.col:not(:last-child):after,.row.g-42.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-42.row--xxl-bordered>.col:not(:last-child):after,.row.gy-42.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-42.row--xxl-unbordered>.col:not(:last-child):after,.row.g-42.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-42.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-42.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-42.row--xxxl-bordered>.col:not(:last-child):after,.row.g-42.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-42.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-42.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-42.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-42.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-42.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-42.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-43.row--bordered>.col:not(:last-child):after,.row.g-43.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-43.row--bordered>.col:not(:last-child):after,.row.gy-43.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-43.row--unbordered>.col:not(:last-child):after,.row.g-43.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-43.row--unbordered>.col:not(:last-child):after,.row.gy-43.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-43.row--sm-bordered>.col:not(:last-child):after,.row.g-43.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-43.row--sm-bordered>.col:not(:last-child):after,.row.gy-43.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-43.row--sm-unbordered>.col:not(:last-child):after,.row.g-43.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-43.row--sm-unbordered>.col:not(:last-child):after,.row.gy-43.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-43.row--md-bordered>.col:not(:last-child):after,.row.g-43.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-43.row--md-bordered>.col:not(:last-child):after,.row.gy-43.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-43.row--md-unbordered>.col:not(:last-child):after,.row.g-43.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-43.row--md-unbordered>.col:not(:last-child):after,.row.gy-43.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-43.row--lg-bordered>.col:not(:last-child):after,.row.g-43.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-43.row--lg-bordered>.col:not(:last-child):after,.row.gy-43.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-43.row--lg-unbordered>.col:not(:last-child):after,.row.g-43.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-43.row--lg-unbordered>.col:not(:last-child):after,.row.gy-43.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-43.row--xl-bordered>.col:not(:last-child):after,.row.g-43.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-43.row--xl-bordered>.col:not(:last-child):after,.row.gy-43.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-43.row--xl-unbordered>.col:not(:last-child):after,.row.g-43.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-43.row--xl-unbordered>.col:not(:last-child):after,.row.gy-43.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-43.row--xxl-bordered>.col:not(:last-child):after,.row.g-43.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-43.row--xxl-bordered>.col:not(:last-child):after,.row.gy-43.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-43.row--xxl-unbordered>.col:not(:last-child):after,.row.g-43.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-43.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-43.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-43.row--xxxl-bordered>.col:not(:last-child):after,.row.g-43.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-43.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-43.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-43.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-43.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-43.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-43.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-44.row--bordered>.col:not(:last-child):after,.row.g-44.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-44.row--bordered>.col:not(:last-child):after,.row.gy-44.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-44.row--unbordered>.col:not(:last-child):after,.row.g-44.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-44.row--unbordered>.col:not(:last-child):after,.row.gy-44.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-44.row--sm-bordered>.col:not(:last-child):after,.row.g-44.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-44.row--sm-bordered>.col:not(:last-child):after,.row.gy-44.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-44.row--sm-unbordered>.col:not(:last-child):after,.row.g-44.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-44.row--sm-unbordered>.col:not(:last-child):after,.row.gy-44.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-44.row--md-bordered>.col:not(:last-child):after,.row.g-44.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-44.row--md-bordered>.col:not(:last-child):after,.row.gy-44.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-44.row--md-unbordered>.col:not(:last-child):after,.row.g-44.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-44.row--md-unbordered>.col:not(:last-child):after,.row.gy-44.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-44.row--lg-bordered>.col:not(:last-child):after,.row.g-44.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-44.row--lg-bordered>.col:not(:last-child):after,.row.gy-44.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-44.row--lg-unbordered>.col:not(:last-child):after,.row.g-44.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-44.row--lg-unbordered>.col:not(:last-child):after,.row.gy-44.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-44.row--xl-bordered>.col:not(:last-child):after,.row.g-44.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-44.row--xl-bordered>.col:not(:last-child):after,.row.gy-44.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-44.row--xl-unbordered>.col:not(:last-child):after,.row.g-44.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-44.row--xl-unbordered>.col:not(:last-child):after,.row.gy-44.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-44.row--xxl-bordered>.col:not(:last-child):after,.row.g-44.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-44.row--xxl-bordered>.col:not(:last-child):after,.row.gy-44.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-44.row--xxl-unbordered>.col:not(:last-child):after,.row.g-44.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-44.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-44.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-44.row--xxxl-bordered>.col:not(:last-child):after,.row.g-44.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-44.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-44.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-44.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-44.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-44.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-44.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-45.row--bordered>.col:not(:last-child):after,.row.g-45.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-45.row--bordered>.col:not(:last-child):after,.row.gy-45.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-45.row--unbordered>.col:not(:last-child):after,.row.g-45.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-45.row--unbordered>.col:not(:last-child):after,.row.gy-45.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-45.row--sm-bordered>.col:not(:last-child):after,.row.g-45.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-45.row--sm-bordered>.col:not(:last-child):after,.row.gy-45.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-45.row--sm-unbordered>.col:not(:last-child):after,.row.g-45.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-45.row--sm-unbordered>.col:not(:last-child):after,.row.gy-45.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-45.row--md-bordered>.col:not(:last-child):after,.row.g-45.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-45.row--md-bordered>.col:not(:last-child):after,.row.gy-45.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-45.row--md-unbordered>.col:not(:last-child):after,.row.g-45.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-45.row--md-unbordered>.col:not(:last-child):after,.row.gy-45.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-45.row--lg-bordered>.col:not(:last-child):after,.row.g-45.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-45.row--lg-bordered>.col:not(:last-child):after,.row.gy-45.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-45.row--lg-unbordered>.col:not(:last-child):after,.row.g-45.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-45.row--lg-unbordered>.col:not(:last-child):after,.row.gy-45.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-45.row--xl-bordered>.col:not(:last-child):after,.row.g-45.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-45.row--xl-bordered>.col:not(:last-child):after,.row.gy-45.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-45.row--xl-unbordered>.col:not(:last-child):after,.row.g-45.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-45.row--xl-unbordered>.col:not(:last-child):after,.row.gy-45.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-45.row--xxl-bordered>.col:not(:last-child):after,.row.g-45.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-45.row--xxl-bordered>.col:not(:last-child):after,.row.gy-45.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-45.row--xxl-unbordered>.col:not(:last-child):after,.row.g-45.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-45.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-45.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-45.row--xxxl-bordered>.col:not(:last-child):after,.row.g-45.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-45.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-45.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-45.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-45.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-45.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-45.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-46.row--bordered>.col:not(:last-child):after,.row.g-46.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-46.row--bordered>.col:not(:last-child):after,.row.gy-46.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-46.row--unbordered>.col:not(:last-child):after,.row.g-46.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-46.row--unbordered>.col:not(:last-child):after,.row.gy-46.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-46.row--sm-bordered>.col:not(:last-child):after,.row.g-46.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-46.row--sm-bordered>.col:not(:last-child):after,.row.gy-46.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-46.row--sm-unbordered>.col:not(:last-child):after,.row.g-46.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-46.row--sm-unbordered>.col:not(:last-child):after,.row.gy-46.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-46.row--md-bordered>.col:not(:last-child):after,.row.g-46.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-46.row--md-bordered>.col:not(:last-child):after,.row.gy-46.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-46.row--md-unbordered>.col:not(:last-child):after,.row.g-46.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-46.row--md-unbordered>.col:not(:last-child):after,.row.gy-46.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-46.row--lg-bordered>.col:not(:last-child):after,.row.g-46.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-46.row--lg-bordered>.col:not(:last-child):after,.row.gy-46.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-46.row--lg-unbordered>.col:not(:last-child):after,.row.g-46.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-46.row--lg-unbordered>.col:not(:last-child):after,.row.gy-46.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-46.row--xl-bordered>.col:not(:last-child):after,.row.g-46.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-46.row--xl-bordered>.col:not(:last-child):after,.row.gy-46.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-46.row--xl-unbordered>.col:not(:last-child):after,.row.g-46.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-46.row--xl-unbordered>.col:not(:last-child):after,.row.gy-46.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-46.row--xxl-bordered>.col:not(:last-child):after,.row.g-46.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-46.row--xxl-bordered>.col:not(:last-child):after,.row.gy-46.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-46.row--xxl-unbordered>.col:not(:last-child):after,.row.g-46.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-46.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-46.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-46.row--xxxl-bordered>.col:not(:last-child):after,.row.g-46.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-46.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-46.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-46.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-46.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-46.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-46.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-47.row--bordered>.col:not(:last-child):after,.row.g-47.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-47.row--bordered>.col:not(:last-child):after,.row.gy-47.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-47.row--unbordered>.col:not(:last-child):after,.row.g-47.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-47.row--unbordered>.col:not(:last-child):after,.row.gy-47.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-47.row--sm-bordered>.col:not(:last-child):after,.row.g-47.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-47.row--sm-bordered>.col:not(:last-child):after,.row.gy-47.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-47.row--sm-unbordered>.col:not(:last-child):after,.row.g-47.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-47.row--sm-unbordered>.col:not(:last-child):after,.row.gy-47.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-47.row--md-bordered>.col:not(:last-child):after,.row.g-47.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-47.row--md-bordered>.col:not(:last-child):after,.row.gy-47.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-47.row--md-unbordered>.col:not(:last-child):after,.row.g-47.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-47.row--md-unbordered>.col:not(:last-child):after,.row.gy-47.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-47.row--lg-bordered>.col:not(:last-child):after,.row.g-47.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-47.row--lg-bordered>.col:not(:last-child):after,.row.gy-47.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-47.row--lg-unbordered>.col:not(:last-child):after,.row.g-47.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-47.row--lg-unbordered>.col:not(:last-child):after,.row.gy-47.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-47.row--xl-bordered>.col:not(:last-child):after,.row.g-47.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-47.row--xl-bordered>.col:not(:last-child):after,.row.gy-47.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-47.row--xl-unbordered>.col:not(:last-child):after,.row.g-47.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-47.row--xl-unbordered>.col:not(:last-child):after,.row.gy-47.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-47.row--xxl-bordered>.col:not(:last-child):after,.row.g-47.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-47.row--xxl-bordered>.col:not(:last-child):after,.row.gy-47.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-47.row--xxl-unbordered>.col:not(:last-child):after,.row.g-47.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-47.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-47.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-47.row--xxxl-bordered>.col:not(:last-child):after,.row.g-47.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-47.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-47.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-47.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-47.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-47.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-47.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-48.row--bordered>.col:not(:last-child):after,.row.g-48.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-48.row--bordered>.col:not(:last-child):after,.row.gy-48.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-48.row--unbordered>.col:not(:last-child):after,.row.g-48.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-48.row--unbordered>.col:not(:last-child):after,.row.gy-48.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-48.row--sm-bordered>.col:not(:last-child):after,.row.g-48.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-48.row--sm-bordered>.col:not(:last-child):after,.row.gy-48.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-48.row--sm-unbordered>.col:not(:last-child):after,.row.g-48.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-48.row--sm-unbordered>.col:not(:last-child):after,.row.gy-48.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-48.row--md-bordered>.col:not(:last-child):after,.row.g-48.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-48.row--md-bordered>.col:not(:last-child):after,.row.gy-48.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-48.row--md-unbordered>.col:not(:last-child):after,.row.g-48.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-48.row--md-unbordered>.col:not(:last-child):after,.row.gy-48.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-48.row--lg-bordered>.col:not(:last-child):after,.row.g-48.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-48.row--lg-bordered>.col:not(:last-child):after,.row.gy-48.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-48.row--lg-unbordered>.col:not(:last-child):after,.row.g-48.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-48.row--lg-unbordered>.col:not(:last-child):after,.row.gy-48.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-48.row--xl-bordered>.col:not(:last-child):after,.row.g-48.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-48.row--xl-bordered>.col:not(:last-child):after,.row.gy-48.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-48.row--xl-unbordered>.col:not(:last-child):after,.row.g-48.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-48.row--xl-unbordered>.col:not(:last-child):after,.row.gy-48.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-48.row--xxl-bordered>.col:not(:last-child):after,.row.g-48.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-48.row--xxl-bordered>.col:not(:last-child):after,.row.gy-48.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-48.row--xxl-unbordered>.col:not(:last-child):after,.row.g-48.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-48.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-48.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-48.row--xxxl-bordered>.col:not(:last-child):after,.row.g-48.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-48.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-48.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-48.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-48.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-48.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-48.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-49.row--bordered>.col:not(:last-child):after,.row.g-49.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-49.row--bordered>.col:not(:last-child):after,.row.gy-49.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-49.row--unbordered>.col:not(:last-child):after,.row.g-49.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-49.row--unbordered>.col:not(:last-child):after,.row.gy-49.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-49.row--sm-bordered>.col:not(:last-child):after,.row.g-49.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-49.row--sm-bordered>.col:not(:last-child):after,.row.gy-49.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-49.row--sm-unbordered>.col:not(:last-child):after,.row.g-49.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-49.row--sm-unbordered>.col:not(:last-child):after,.row.gy-49.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-49.row--md-bordered>.col:not(:last-child):after,.row.g-49.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-49.row--md-bordered>.col:not(:last-child):after,.row.gy-49.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-49.row--md-unbordered>.col:not(:last-child):after,.row.g-49.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-49.row--md-unbordered>.col:not(:last-child):after,.row.gy-49.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-49.row--lg-bordered>.col:not(:last-child):after,.row.g-49.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-49.row--lg-bordered>.col:not(:last-child):after,.row.gy-49.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-49.row--lg-unbordered>.col:not(:last-child):after,.row.g-49.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-49.row--lg-unbordered>.col:not(:last-child):after,.row.gy-49.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-49.row--xl-bordered>.col:not(:last-child):after,.row.g-49.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-49.row--xl-bordered>.col:not(:last-child):after,.row.gy-49.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-49.row--xl-unbordered>.col:not(:last-child):after,.row.g-49.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-49.row--xl-unbordered>.col:not(:last-child):after,.row.gy-49.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-49.row--xxl-bordered>.col:not(:last-child):after,.row.g-49.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-49.row--xxl-bordered>.col:not(:last-child):after,.row.gy-49.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-49.row--xxl-unbordered>.col:not(:last-child):after,.row.g-49.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-49.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-49.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-49.row--xxxl-bordered>.col:not(:last-child):after,.row.g-49.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-49.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-49.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-49.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-49.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-49.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-49.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row.g-50.row--bordered>.col:not(:last-child):after,.row.g-50.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-50.row--bordered>.col:not(:last-child):after,.row.gy-50.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-50.row--unbordered>.col:not(:last-child):after,.row.g-50.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-50.row--unbordered>.col:not(:last-child):after,.row.gy-50.row--unbordered>[class*=col-]:not(:last-child):after{content:none}@media (width>=576px){.row.g-50.row--sm-bordered>.col:not(:last-child):after,.row.g-50.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-50.row--sm-bordered>.col:not(:last-child):after,.row.gy-50.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-50.row--sm-unbordered>.col:not(:last-child):after,.row.g-50.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-50.row--sm-unbordered>.col:not(:last-child):after,.row.gy-50.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-50.row--md-bordered>.col:not(:last-child):after,.row.g-50.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-50.row--md-bordered>.col:not(:last-child):after,.row.gy-50.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-50.row--md-unbordered>.col:not(:last-child):after,.row.g-50.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-50.row--md-unbordered>.col:not(:last-child):after,.row.gy-50.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-50.row--lg-bordered>.col:not(:last-child):after,.row.g-50.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-50.row--lg-bordered>.col:not(:last-child):after,.row.gy-50.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-50.row--lg-unbordered>.col:not(:last-child):after,.row.g-50.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-50.row--lg-unbordered>.col:not(:last-child):after,.row.gy-50.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-50.row--xl-bordered>.col:not(:last-child):after,.row.g-50.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-50.row--xl-bordered>.col:not(:last-child):after,.row.gy-50.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-50.row--xl-unbordered>.col:not(:last-child):after,.row.g-50.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-50.row--xl-unbordered>.col:not(:last-child):after,.row.gy-50.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-50.row--xxl-bordered>.col:not(:last-child):after,.row.g-50.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-50.row--xxl-bordered>.col:not(:last-child):after,.row.gy-50.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-50.row--xxl-unbordered>.col:not(:last-child):after,.row.g-50.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-50.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-50.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-50.row--xxxl-bordered>.col:not(:last-child):after,.row.g-50.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-50.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-50.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-50.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-50.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-50.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-50.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-0.row--bordered>.col:not(:last-child):after,.row.g-sm-0.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-0.row--bordered>.col:not(:last-child):after,.row.gy-sm-0.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-sm-0.row--unbordered>.col:not(:last-child):after,.row.g-sm-0.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-0.row--unbordered>.col:not(:last-child):after,.row.gy-sm-0.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-0.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-0.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-0.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-0.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-sm-0.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-0.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-0.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-0.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-0.row--md-bordered>.col:not(:last-child):after,.row.g-sm-0.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-0.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-0.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-sm-0.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-0.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-0.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-0.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-0.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-0.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-0.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-0.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-sm-0.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-0.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-0.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-0.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-0.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-0.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-0.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-0.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-sm-0.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-0.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-0.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-0.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-0.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-0.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-0.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-0.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-sm-0.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-0.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-0.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-0.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-0.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-0.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-0.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-0.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-sm-0.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-0.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-0.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-0.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-1.row--bordered>.col:not(:last-child):after,.row.g-sm-1.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-1.row--bordered>.col:not(:last-child):after,.row.gy-sm-1.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-sm-1.row--unbordered>.col:not(:last-child):after,.row.g-sm-1.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-1.row--unbordered>.col:not(:last-child):after,.row.gy-sm-1.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-1.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-1.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-1.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-1.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-sm-1.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-1.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-1.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-1.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-1.row--md-bordered>.col:not(:last-child):after,.row.g-sm-1.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-1.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-1.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-sm-1.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-1.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-1.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-1.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-1.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-1.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-1.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-1.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-sm-1.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-1.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-1.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-1.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-1.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-1.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-1.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-1.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-sm-1.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-1.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-1.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-1.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-1.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-1.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-1.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-1.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-sm-1.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-1.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-1.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-1.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-1.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-1.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-1.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-1.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-sm-1.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-1.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-1.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-1.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-2.row--bordered>.col:not(:last-child):after,.row.g-sm-2.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-2.row--bordered>.col:not(:last-child):after,.row.gy-sm-2.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-sm-2.row--unbordered>.col:not(:last-child):after,.row.g-sm-2.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-2.row--unbordered>.col:not(:last-child):after,.row.gy-sm-2.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-2.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-2.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-2.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-2.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-sm-2.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-2.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-2.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-2.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-2.row--md-bordered>.col:not(:last-child):after,.row.g-sm-2.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-2.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-2.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-sm-2.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-2.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-2.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-2.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-2.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-2.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-2.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-2.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-sm-2.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-2.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-2.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-2.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-2.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-2.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-2.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-2.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-sm-2.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-2.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-2.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-2.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-2.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-2.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-2.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-2.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-sm-2.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-2.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-2.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-2.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-2.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-2.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-2.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-2.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-sm-2.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-2.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-2.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-2.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-3.row--bordered>.col:not(:last-child):after,.row.g-sm-3.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-3.row--bordered>.col:not(:last-child):after,.row.gy-sm-3.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-sm-3.row--unbordered>.col:not(:last-child):after,.row.g-sm-3.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-3.row--unbordered>.col:not(:last-child):after,.row.gy-sm-3.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-3.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-3.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-3.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-3.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-sm-3.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-3.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-3.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-3.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-3.row--md-bordered>.col:not(:last-child):after,.row.g-sm-3.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-3.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-3.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-sm-3.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-3.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-3.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-3.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-3.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-3.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-3.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-3.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-sm-3.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-3.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-3.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-3.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-3.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-3.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-3.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-3.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-sm-3.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-3.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-3.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-3.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-3.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-3.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-3.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-3.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-sm-3.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-3.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-3.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-3.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-3.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-3.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-3.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-3.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-sm-3.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-3.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-3.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-3.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-4.row--bordered>.col:not(:last-child):after,.row.g-sm-4.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-4.row--bordered>.col:not(:last-child):after,.row.gy-sm-4.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-sm-4.row--unbordered>.col:not(:last-child):after,.row.g-sm-4.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-4.row--unbordered>.col:not(:last-child):after,.row.gy-sm-4.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-4.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-4.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-4.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-4.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-sm-4.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-4.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-4.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-4.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-4.row--md-bordered>.col:not(:last-child):after,.row.g-sm-4.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-4.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-4.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-sm-4.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-4.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-4.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-4.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-4.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-4.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-4.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-4.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-sm-4.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-4.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-4.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-4.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-4.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-4.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-4.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-4.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-sm-4.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-4.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-4.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-4.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-4.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-4.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-4.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-4.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-sm-4.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-4.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-4.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-4.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-4.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-4.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-4.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-4.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-sm-4.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-4.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-4.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-4.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-5.row--bordered>.col:not(:last-child):after,.row.g-sm-5.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-5.row--bordered>.col:not(:last-child):after,.row.gy-sm-5.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-sm-5.row--unbordered>.col:not(:last-child):after,.row.g-sm-5.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-5.row--unbordered>.col:not(:last-child):after,.row.gy-sm-5.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-5.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-5.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-5.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-5.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-sm-5.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-5.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-5.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-5.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-5.row--md-bordered>.col:not(:last-child):after,.row.g-sm-5.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-5.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-5.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-sm-5.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-5.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-5.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-5.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-5.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-5.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-5.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-5.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-sm-5.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-5.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-5.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-5.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-5.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-5.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-5.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-5.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-sm-5.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-5.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-5.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-5.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-5.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-5.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-5.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-5.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-sm-5.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-5.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-5.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-5.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-5.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-5.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-5.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-5.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-sm-5.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-5.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-5.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-5.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-6.row--bordered>.col:not(:last-child):after,.row.g-sm-6.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-6.row--bordered>.col:not(:last-child):after,.row.gy-sm-6.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-sm-6.row--unbordered>.col:not(:last-child):after,.row.g-sm-6.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-6.row--unbordered>.col:not(:last-child):after,.row.gy-sm-6.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-6.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-6.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-6.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-6.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-sm-6.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-6.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-6.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-6.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-6.row--md-bordered>.col:not(:last-child):after,.row.g-sm-6.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-6.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-6.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-sm-6.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-6.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-6.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-6.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-6.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-6.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-6.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-6.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-sm-6.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-6.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-6.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-6.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-6.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-6.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-6.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-6.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-sm-6.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-6.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-6.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-6.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-6.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-6.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-6.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-6.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-sm-6.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-6.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-6.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-6.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-6.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-6.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-6.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-6.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-sm-6.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-6.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-6.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-6.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-7.row--bordered>.col:not(:last-child):after,.row.g-sm-7.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-7.row--bordered>.col:not(:last-child):after,.row.gy-sm-7.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-sm-7.row--unbordered>.col:not(:last-child):after,.row.g-sm-7.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-7.row--unbordered>.col:not(:last-child):after,.row.gy-sm-7.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-7.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-7.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-7.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-7.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-sm-7.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-7.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-7.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-7.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-7.row--md-bordered>.col:not(:last-child):after,.row.g-sm-7.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-7.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-7.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-sm-7.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-7.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-7.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-7.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-7.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-7.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-7.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-7.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-sm-7.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-7.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-7.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-7.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-7.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-7.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-7.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-7.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-sm-7.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-7.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-7.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-7.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-7.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-7.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-7.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-7.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-sm-7.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-7.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-7.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-7.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-7.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-7.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-7.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-7.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-sm-7.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-7.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-7.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-7.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-8.row--bordered>.col:not(:last-child):after,.row.g-sm-8.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-8.row--bordered>.col:not(:last-child):after,.row.gy-sm-8.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-sm-8.row--unbordered>.col:not(:last-child):after,.row.g-sm-8.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-8.row--unbordered>.col:not(:last-child):after,.row.gy-sm-8.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-8.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-8.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-8.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-8.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-sm-8.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-8.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-8.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-8.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-8.row--md-bordered>.col:not(:last-child):after,.row.g-sm-8.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-8.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-8.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-sm-8.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-8.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-8.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-8.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-8.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-8.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-8.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-8.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-sm-8.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-8.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-8.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-8.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-8.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-8.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-8.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-8.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-sm-8.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-8.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-8.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-8.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-8.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-8.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-8.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-8.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-sm-8.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-8.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-8.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-8.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-8.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-8.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-8.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-8.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-sm-8.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-8.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-8.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-8.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-9.row--bordered>.col:not(:last-child):after,.row.g-sm-9.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-9.row--bordered>.col:not(:last-child):after,.row.gy-sm-9.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-sm-9.row--unbordered>.col:not(:last-child):after,.row.g-sm-9.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-9.row--unbordered>.col:not(:last-child):after,.row.gy-sm-9.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-9.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-9.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-9.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-9.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-sm-9.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-9.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-9.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-9.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-9.row--md-bordered>.col:not(:last-child):after,.row.g-sm-9.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-9.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-9.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-sm-9.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-9.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-9.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-9.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-9.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-9.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-9.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-9.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-sm-9.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-9.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-9.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-9.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-9.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-9.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-9.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-9.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-sm-9.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-9.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-9.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-9.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-9.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-9.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-9.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-9.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-sm-9.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-9.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-9.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-9.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-9.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-9.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-9.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-9.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-sm-9.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-9.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-9.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-9.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-10.row--bordered>.col:not(:last-child):after,.row.g-sm-10.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-10.row--bordered>.col:not(:last-child):after,.row.gy-sm-10.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-sm-10.row--unbordered>.col:not(:last-child):after,.row.g-sm-10.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-10.row--unbordered>.col:not(:last-child):after,.row.gy-sm-10.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-10.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-10.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-10.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-10.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-sm-10.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-10.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-10.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-10.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-10.row--md-bordered>.col:not(:last-child):after,.row.g-sm-10.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-10.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-10.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-sm-10.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-10.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-10.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-10.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-10.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-10.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-10.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-10.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-sm-10.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-10.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-10.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-10.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-10.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-10.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-10.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-10.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-sm-10.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-10.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-10.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-10.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-10.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-10.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-10.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-10.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-sm-10.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-10.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-10.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-10.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-10.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-10.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-10.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-10.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-sm-10.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-10.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-10.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-10.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-11.row--bordered>.col:not(:last-child):after,.row.g-sm-11.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-11.row--bordered>.col:not(:last-child):after,.row.gy-sm-11.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-sm-11.row--unbordered>.col:not(:last-child):after,.row.g-sm-11.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-11.row--unbordered>.col:not(:last-child):after,.row.gy-sm-11.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-11.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-11.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-11.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-11.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-sm-11.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-11.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-11.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-11.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-11.row--md-bordered>.col:not(:last-child):after,.row.g-sm-11.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-11.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-11.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-sm-11.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-11.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-11.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-11.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-11.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-11.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-11.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-11.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-sm-11.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-11.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-11.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-11.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-11.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-11.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-11.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-11.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-sm-11.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-11.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-11.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-11.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-11.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-11.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-11.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-11.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-sm-11.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-11.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-11.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-11.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-11.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-11.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-11.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-11.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-sm-11.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-11.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-11.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-11.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-12.row--bordered>.col:not(:last-child):after,.row.g-sm-12.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-12.row--bordered>.col:not(:last-child):after,.row.gy-sm-12.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-sm-12.row--unbordered>.col:not(:last-child):after,.row.g-sm-12.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-12.row--unbordered>.col:not(:last-child):after,.row.gy-sm-12.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-12.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-12.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-12.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-12.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-sm-12.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-12.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-12.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-12.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-12.row--md-bordered>.col:not(:last-child):after,.row.g-sm-12.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-12.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-12.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-sm-12.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-12.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-12.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-12.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-12.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-12.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-12.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-12.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-sm-12.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-12.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-12.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-12.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-12.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-12.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-12.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-12.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-sm-12.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-12.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-12.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-12.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-12.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-12.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-12.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-12.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-sm-12.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-12.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-12.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-12.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-12.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-12.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-12.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-12.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-sm-12.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-12.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-12.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-12.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-13.row--bordered>.col:not(:last-child):after,.row.g-sm-13.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-13.row--bordered>.col:not(:last-child):after,.row.gy-sm-13.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-sm-13.row--unbordered>.col:not(:last-child):after,.row.g-sm-13.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-13.row--unbordered>.col:not(:last-child):after,.row.gy-sm-13.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-13.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-13.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-13.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-13.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-sm-13.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-13.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-13.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-13.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-13.row--md-bordered>.col:not(:last-child):after,.row.g-sm-13.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-13.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-13.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-sm-13.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-13.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-13.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-13.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-13.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-13.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-13.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-13.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-sm-13.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-13.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-13.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-13.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-13.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-13.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-13.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-13.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-sm-13.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-13.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-13.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-13.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-13.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-13.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-13.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-13.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-sm-13.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-13.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-13.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-13.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-13.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-13.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-13.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-13.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-sm-13.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-13.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-13.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-13.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-14.row--bordered>.col:not(:last-child):after,.row.g-sm-14.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-14.row--bordered>.col:not(:last-child):after,.row.gy-sm-14.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-sm-14.row--unbordered>.col:not(:last-child):after,.row.g-sm-14.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-14.row--unbordered>.col:not(:last-child):after,.row.gy-sm-14.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-14.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-14.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-14.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-14.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-sm-14.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-14.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-14.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-14.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-14.row--md-bordered>.col:not(:last-child):after,.row.g-sm-14.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-14.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-14.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-sm-14.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-14.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-14.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-14.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-14.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-14.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-14.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-14.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-sm-14.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-14.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-14.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-14.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-14.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-14.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-14.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-14.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-sm-14.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-14.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-14.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-14.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-14.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-14.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-14.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-14.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-sm-14.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-14.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-14.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-14.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-14.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-14.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-14.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-14.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-sm-14.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-14.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-14.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-14.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-15.row--bordered>.col:not(:last-child):after,.row.g-sm-15.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-15.row--bordered>.col:not(:last-child):after,.row.gy-sm-15.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-sm-15.row--unbordered>.col:not(:last-child):after,.row.g-sm-15.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-15.row--unbordered>.col:not(:last-child):after,.row.gy-sm-15.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-15.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-15.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-15.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-15.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-sm-15.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-15.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-15.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-15.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-15.row--md-bordered>.col:not(:last-child):after,.row.g-sm-15.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-15.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-15.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-sm-15.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-15.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-15.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-15.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-15.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-15.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-15.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-15.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-sm-15.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-15.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-15.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-15.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-15.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-15.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-15.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-15.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-sm-15.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-15.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-15.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-15.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-15.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-15.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-15.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-15.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-sm-15.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-15.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-15.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-15.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-15.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-15.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-15.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-15.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-sm-15.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-15.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-15.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-15.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-16.row--bordered>.col:not(:last-child):after,.row.g-sm-16.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-16.row--bordered>.col:not(:last-child):after,.row.gy-sm-16.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-sm-16.row--unbordered>.col:not(:last-child):after,.row.g-sm-16.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-16.row--unbordered>.col:not(:last-child):after,.row.gy-sm-16.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-16.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-16.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-16.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-16.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-sm-16.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-16.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-16.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-16.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-16.row--md-bordered>.col:not(:last-child):after,.row.g-sm-16.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-16.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-16.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-sm-16.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-16.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-16.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-16.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-16.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-16.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-16.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-16.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-sm-16.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-16.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-16.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-16.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-16.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-16.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-16.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-16.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-sm-16.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-16.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-16.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-16.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-16.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-16.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-16.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-16.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-sm-16.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-16.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-16.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-16.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-16.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-16.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-16.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-16.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-sm-16.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-16.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-16.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-16.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-17.row--bordered>.col:not(:last-child):after,.row.g-sm-17.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-17.row--bordered>.col:not(:last-child):after,.row.gy-sm-17.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-sm-17.row--unbordered>.col:not(:last-child):after,.row.g-sm-17.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-17.row--unbordered>.col:not(:last-child):after,.row.gy-sm-17.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-17.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-17.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-17.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-17.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-sm-17.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-17.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-17.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-17.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-17.row--md-bordered>.col:not(:last-child):after,.row.g-sm-17.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-17.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-17.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-sm-17.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-17.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-17.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-17.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-17.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-17.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-17.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-17.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-sm-17.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-17.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-17.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-17.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-17.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-17.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-17.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-17.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-sm-17.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-17.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-17.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-17.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-17.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-17.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-17.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-17.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-sm-17.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-17.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-17.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-17.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-17.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-17.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-17.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-17.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-sm-17.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-17.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-17.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-17.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-18.row--bordered>.col:not(:last-child):after,.row.g-sm-18.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-18.row--bordered>.col:not(:last-child):after,.row.gy-sm-18.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-sm-18.row--unbordered>.col:not(:last-child):after,.row.g-sm-18.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-18.row--unbordered>.col:not(:last-child):after,.row.gy-sm-18.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-18.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-18.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-18.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-18.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-sm-18.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-18.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-18.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-18.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-18.row--md-bordered>.col:not(:last-child):after,.row.g-sm-18.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-18.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-18.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-sm-18.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-18.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-18.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-18.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-18.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-18.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-18.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-18.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-sm-18.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-18.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-18.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-18.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-18.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-18.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-18.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-18.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-sm-18.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-18.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-18.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-18.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-18.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-18.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-18.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-18.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-sm-18.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-18.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-18.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-18.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-18.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-18.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-18.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-18.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-sm-18.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-18.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-18.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-18.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-19.row--bordered>.col:not(:last-child):after,.row.g-sm-19.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-19.row--bordered>.col:not(:last-child):after,.row.gy-sm-19.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-sm-19.row--unbordered>.col:not(:last-child):after,.row.g-sm-19.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-19.row--unbordered>.col:not(:last-child):after,.row.gy-sm-19.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-19.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-19.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-19.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-19.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-sm-19.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-19.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-19.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-19.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-19.row--md-bordered>.col:not(:last-child):after,.row.g-sm-19.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-19.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-19.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-sm-19.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-19.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-19.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-19.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-19.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-19.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-19.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-19.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-sm-19.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-19.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-19.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-19.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-19.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-19.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-19.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-19.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-sm-19.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-19.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-19.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-19.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-19.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-19.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-19.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-19.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-sm-19.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-19.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-19.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-19.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-19.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-19.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-19.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-19.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-sm-19.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-19.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-19.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-19.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-20.row--bordered>.col:not(:last-child):after,.row.g-sm-20.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-20.row--bordered>.col:not(:last-child):after,.row.gy-sm-20.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-sm-20.row--unbordered>.col:not(:last-child):after,.row.g-sm-20.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-20.row--unbordered>.col:not(:last-child):after,.row.gy-sm-20.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-20.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-20.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-20.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-20.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-sm-20.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-20.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-20.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-20.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-20.row--md-bordered>.col:not(:last-child):after,.row.g-sm-20.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-20.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-20.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-sm-20.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-20.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-20.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-20.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-20.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-20.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-20.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-20.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-sm-20.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-20.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-20.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-20.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-20.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-20.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-20.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-20.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-sm-20.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-20.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-20.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-20.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-20.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-20.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-20.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-20.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-sm-20.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-20.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-20.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-20.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-20.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-20.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-20.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-20.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-sm-20.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-20.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-20.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-20.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-21.row--bordered>.col:not(:last-child):after,.row.g-sm-21.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-21.row--bordered>.col:not(:last-child):after,.row.gy-sm-21.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-sm-21.row--unbordered>.col:not(:last-child):after,.row.g-sm-21.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-21.row--unbordered>.col:not(:last-child):after,.row.gy-sm-21.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-21.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-21.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-21.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-21.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-sm-21.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-21.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-21.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-21.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-21.row--md-bordered>.col:not(:last-child):after,.row.g-sm-21.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-21.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-21.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-sm-21.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-21.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-21.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-21.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-21.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-21.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-21.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-21.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-sm-21.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-21.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-21.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-21.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-21.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-21.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-21.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-21.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-sm-21.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-21.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-21.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-21.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-21.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-21.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-21.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-21.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-sm-21.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-21.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-21.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-21.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-21.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-21.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-21.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-21.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-sm-21.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-21.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-21.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-21.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-22.row--bordered>.col:not(:last-child):after,.row.g-sm-22.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-22.row--bordered>.col:not(:last-child):after,.row.gy-sm-22.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-sm-22.row--unbordered>.col:not(:last-child):after,.row.g-sm-22.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-22.row--unbordered>.col:not(:last-child):after,.row.gy-sm-22.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-22.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-22.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-22.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-22.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-sm-22.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-22.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-22.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-22.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-22.row--md-bordered>.col:not(:last-child):after,.row.g-sm-22.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-22.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-22.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-sm-22.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-22.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-22.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-22.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-22.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-22.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-22.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-22.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-sm-22.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-22.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-22.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-22.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-22.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-22.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-22.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-22.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-sm-22.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-22.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-22.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-22.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-22.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-22.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-22.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-22.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-sm-22.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-22.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-22.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-22.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-22.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-22.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-22.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-22.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-sm-22.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-22.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-22.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-22.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-23.row--bordered>.col:not(:last-child):after,.row.g-sm-23.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-23.row--bordered>.col:not(:last-child):after,.row.gy-sm-23.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-sm-23.row--unbordered>.col:not(:last-child):after,.row.g-sm-23.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-23.row--unbordered>.col:not(:last-child):after,.row.gy-sm-23.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-23.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-23.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-23.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-23.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-sm-23.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-23.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-23.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-23.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-23.row--md-bordered>.col:not(:last-child):after,.row.g-sm-23.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-23.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-23.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-sm-23.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-23.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-23.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-23.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-23.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-23.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-23.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-23.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-sm-23.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-23.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-23.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-23.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-23.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-23.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-23.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-23.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-sm-23.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-23.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-23.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-23.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-23.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-23.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-23.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-23.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-sm-23.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-23.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-23.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-23.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-23.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-23.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-23.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-23.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-sm-23.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-23.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-23.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-23.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-24.row--bordered>.col:not(:last-child):after,.row.g-sm-24.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-24.row--bordered>.col:not(:last-child):after,.row.gy-sm-24.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-sm-24.row--unbordered>.col:not(:last-child):after,.row.g-sm-24.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-24.row--unbordered>.col:not(:last-child):after,.row.gy-sm-24.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-24.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-24.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-24.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-24.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-sm-24.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-24.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-24.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-24.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-24.row--md-bordered>.col:not(:last-child):after,.row.g-sm-24.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-24.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-24.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-sm-24.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-24.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-24.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-24.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-24.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-24.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-24.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-24.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-sm-24.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-24.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-24.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-24.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-24.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-24.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-24.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-24.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-sm-24.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-24.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-24.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-24.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-24.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-24.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-24.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-24.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-sm-24.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-24.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-24.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-24.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-24.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-24.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-24.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-24.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-sm-24.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-24.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-24.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-24.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-25.row--bordered>.col:not(:last-child):after,.row.g-sm-25.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-25.row--bordered>.col:not(:last-child):after,.row.gy-sm-25.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-sm-25.row--unbordered>.col:not(:last-child):after,.row.g-sm-25.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-25.row--unbordered>.col:not(:last-child):after,.row.gy-sm-25.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-25.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-25.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-25.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-25.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-sm-25.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-25.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-25.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-25.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-25.row--md-bordered>.col:not(:last-child):after,.row.g-sm-25.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-25.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-25.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-sm-25.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-25.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-25.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-25.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-25.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-25.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-25.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-25.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-sm-25.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-25.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-25.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-25.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-25.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-25.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-25.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-25.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-sm-25.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-25.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-25.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-25.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-25.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-25.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-25.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-25.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-sm-25.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-25.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-25.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-25.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-25.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-25.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-25.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-25.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-sm-25.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-25.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-25.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-25.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-26.row--bordered>.col:not(:last-child):after,.row.g-sm-26.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-26.row--bordered>.col:not(:last-child):after,.row.gy-sm-26.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-sm-26.row--unbordered>.col:not(:last-child):after,.row.g-sm-26.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-26.row--unbordered>.col:not(:last-child):after,.row.gy-sm-26.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-26.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-26.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-26.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-26.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-sm-26.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-26.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-26.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-26.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-26.row--md-bordered>.col:not(:last-child):after,.row.g-sm-26.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-26.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-26.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-sm-26.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-26.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-26.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-26.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-26.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-26.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-26.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-26.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-sm-26.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-26.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-26.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-26.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-26.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-26.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-26.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-26.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-sm-26.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-26.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-26.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-26.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-26.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-26.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-26.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-26.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-sm-26.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-26.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-26.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-26.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-26.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-26.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-26.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-26.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-sm-26.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-26.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-26.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-26.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-27.row--bordered>.col:not(:last-child):after,.row.g-sm-27.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-27.row--bordered>.col:not(:last-child):after,.row.gy-sm-27.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-sm-27.row--unbordered>.col:not(:last-child):after,.row.g-sm-27.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-27.row--unbordered>.col:not(:last-child):after,.row.gy-sm-27.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-27.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-27.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-27.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-27.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-sm-27.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-27.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-27.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-27.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-27.row--md-bordered>.col:not(:last-child):after,.row.g-sm-27.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-27.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-27.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-sm-27.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-27.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-27.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-27.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-27.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-27.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-27.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-27.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-sm-27.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-27.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-27.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-27.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-27.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-27.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-27.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-27.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-sm-27.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-27.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-27.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-27.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-27.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-27.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-27.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-27.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-sm-27.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-27.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-27.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-27.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-27.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-27.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-27.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-27.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-sm-27.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-27.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-27.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-27.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-28.row--bordered>.col:not(:last-child):after,.row.g-sm-28.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-28.row--bordered>.col:not(:last-child):after,.row.gy-sm-28.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-sm-28.row--unbordered>.col:not(:last-child):after,.row.g-sm-28.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-28.row--unbordered>.col:not(:last-child):after,.row.gy-sm-28.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-28.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-28.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-28.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-28.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-sm-28.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-28.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-28.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-28.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-28.row--md-bordered>.col:not(:last-child):after,.row.g-sm-28.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-28.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-28.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-sm-28.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-28.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-28.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-28.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-28.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-28.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-28.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-28.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-sm-28.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-28.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-28.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-28.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-28.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-28.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-28.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-28.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-sm-28.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-28.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-28.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-28.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-28.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-28.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-28.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-28.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-sm-28.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-28.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-28.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-28.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-28.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-28.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-28.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-28.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-sm-28.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-28.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-28.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-28.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-29.row--bordered>.col:not(:last-child):after,.row.g-sm-29.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-29.row--bordered>.col:not(:last-child):after,.row.gy-sm-29.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-sm-29.row--unbordered>.col:not(:last-child):after,.row.g-sm-29.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-29.row--unbordered>.col:not(:last-child):after,.row.gy-sm-29.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-29.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-29.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-29.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-29.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-sm-29.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-29.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-29.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-29.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-29.row--md-bordered>.col:not(:last-child):after,.row.g-sm-29.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-29.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-29.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-sm-29.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-29.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-29.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-29.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-29.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-29.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-29.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-29.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-sm-29.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-29.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-29.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-29.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-29.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-29.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-29.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-29.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-sm-29.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-29.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-29.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-29.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-29.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-29.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-29.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-29.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-sm-29.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-29.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-29.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-29.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-29.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-29.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-29.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-29.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-sm-29.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-29.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-29.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-29.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-30.row--bordered>.col:not(:last-child):after,.row.g-sm-30.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-30.row--bordered>.col:not(:last-child):after,.row.gy-sm-30.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-sm-30.row--unbordered>.col:not(:last-child):after,.row.g-sm-30.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-30.row--unbordered>.col:not(:last-child):after,.row.gy-sm-30.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-30.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-30.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-30.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-30.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-sm-30.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-30.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-30.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-30.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-30.row--md-bordered>.col:not(:last-child):after,.row.g-sm-30.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-30.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-30.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-sm-30.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-30.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-30.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-30.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-30.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-30.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-30.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-30.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-sm-30.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-30.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-30.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-30.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-30.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-30.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-30.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-30.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-sm-30.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-30.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-30.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-30.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-30.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-30.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-30.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-30.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-sm-30.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-30.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-30.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-30.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-30.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-30.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-30.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-30.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-sm-30.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-30.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-30.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-30.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-31.row--bordered>.col:not(:last-child):after,.row.g-sm-31.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-31.row--bordered>.col:not(:last-child):after,.row.gy-sm-31.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-sm-31.row--unbordered>.col:not(:last-child):after,.row.g-sm-31.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-31.row--unbordered>.col:not(:last-child):after,.row.gy-sm-31.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-31.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-31.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-31.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-31.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-sm-31.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-31.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-31.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-31.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-31.row--md-bordered>.col:not(:last-child):after,.row.g-sm-31.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-31.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-31.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-sm-31.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-31.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-31.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-31.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-31.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-31.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-31.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-31.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-sm-31.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-31.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-31.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-31.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-31.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-31.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-31.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-31.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-sm-31.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-31.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-31.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-31.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-31.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-31.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-31.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-31.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-sm-31.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-31.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-31.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-31.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-31.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-31.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-31.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-31.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-sm-31.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-31.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-31.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-31.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-32.row--bordered>.col:not(:last-child):after,.row.g-sm-32.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-32.row--bordered>.col:not(:last-child):after,.row.gy-sm-32.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-sm-32.row--unbordered>.col:not(:last-child):after,.row.g-sm-32.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-32.row--unbordered>.col:not(:last-child):after,.row.gy-sm-32.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-32.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-32.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-32.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-32.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-sm-32.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-32.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-32.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-32.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-32.row--md-bordered>.col:not(:last-child):after,.row.g-sm-32.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-32.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-32.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-sm-32.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-32.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-32.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-32.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-32.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-32.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-32.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-32.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-sm-32.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-32.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-32.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-32.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-32.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-32.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-32.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-32.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-sm-32.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-32.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-32.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-32.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-32.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-32.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-32.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-32.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-sm-32.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-32.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-32.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-32.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-32.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-32.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-32.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-32.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-sm-32.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-32.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-32.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-32.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-33.row--bordered>.col:not(:last-child):after,.row.g-sm-33.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-33.row--bordered>.col:not(:last-child):after,.row.gy-sm-33.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-sm-33.row--unbordered>.col:not(:last-child):after,.row.g-sm-33.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-33.row--unbordered>.col:not(:last-child):after,.row.gy-sm-33.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-33.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-33.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-33.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-33.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-sm-33.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-33.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-33.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-33.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-33.row--md-bordered>.col:not(:last-child):after,.row.g-sm-33.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-33.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-33.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-sm-33.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-33.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-33.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-33.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-33.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-33.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-33.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-33.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-sm-33.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-33.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-33.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-33.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-33.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-33.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-33.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-33.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-sm-33.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-33.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-33.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-33.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-33.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-33.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-33.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-33.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-sm-33.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-33.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-33.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-33.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-33.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-33.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-33.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-33.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-sm-33.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-33.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-33.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-33.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-34.row--bordered>.col:not(:last-child):after,.row.g-sm-34.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-34.row--bordered>.col:not(:last-child):after,.row.gy-sm-34.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-sm-34.row--unbordered>.col:not(:last-child):after,.row.g-sm-34.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-34.row--unbordered>.col:not(:last-child):after,.row.gy-sm-34.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-34.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-34.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-34.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-34.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-sm-34.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-34.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-34.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-34.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-34.row--md-bordered>.col:not(:last-child):after,.row.g-sm-34.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-34.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-34.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-sm-34.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-34.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-34.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-34.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-34.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-34.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-34.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-34.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-sm-34.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-34.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-34.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-34.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-34.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-34.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-34.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-34.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-sm-34.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-34.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-34.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-34.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-34.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-34.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-34.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-34.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-sm-34.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-34.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-34.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-34.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-34.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-34.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-34.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-34.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-sm-34.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-34.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-34.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-34.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-35.row--bordered>.col:not(:last-child):after,.row.g-sm-35.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-35.row--bordered>.col:not(:last-child):after,.row.gy-sm-35.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-sm-35.row--unbordered>.col:not(:last-child):after,.row.g-sm-35.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-35.row--unbordered>.col:not(:last-child):after,.row.gy-sm-35.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-35.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-35.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-35.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-35.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-sm-35.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-35.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-35.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-35.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-35.row--md-bordered>.col:not(:last-child):after,.row.g-sm-35.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-35.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-35.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-sm-35.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-35.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-35.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-35.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-35.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-35.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-35.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-35.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-sm-35.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-35.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-35.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-35.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-35.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-35.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-35.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-35.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-sm-35.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-35.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-35.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-35.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-35.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-35.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-35.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-35.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-sm-35.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-35.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-35.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-35.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-35.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-35.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-35.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-35.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-sm-35.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-35.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-35.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-35.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-36.row--bordered>.col:not(:last-child):after,.row.g-sm-36.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-36.row--bordered>.col:not(:last-child):after,.row.gy-sm-36.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-sm-36.row--unbordered>.col:not(:last-child):after,.row.g-sm-36.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-36.row--unbordered>.col:not(:last-child):after,.row.gy-sm-36.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-36.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-36.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-36.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-36.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-sm-36.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-36.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-36.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-36.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-36.row--md-bordered>.col:not(:last-child):after,.row.g-sm-36.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-36.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-36.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-sm-36.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-36.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-36.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-36.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-36.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-36.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-36.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-36.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-sm-36.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-36.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-36.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-36.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-36.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-36.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-36.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-36.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-sm-36.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-36.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-36.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-36.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-36.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-36.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-36.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-36.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-sm-36.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-36.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-36.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-36.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-36.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-36.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-36.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-36.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-sm-36.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-36.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-36.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-36.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-37.row--bordered>.col:not(:last-child):after,.row.g-sm-37.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-37.row--bordered>.col:not(:last-child):after,.row.gy-sm-37.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-sm-37.row--unbordered>.col:not(:last-child):after,.row.g-sm-37.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-37.row--unbordered>.col:not(:last-child):after,.row.gy-sm-37.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-37.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-37.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-37.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-37.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-sm-37.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-37.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-37.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-37.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-37.row--md-bordered>.col:not(:last-child):after,.row.g-sm-37.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-37.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-37.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-sm-37.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-37.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-37.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-37.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-37.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-37.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-37.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-37.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-sm-37.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-37.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-37.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-37.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-37.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-37.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-37.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-37.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-sm-37.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-37.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-37.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-37.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-37.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-37.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-37.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-37.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-sm-37.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-37.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-37.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-37.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-37.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-37.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-37.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-37.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-sm-37.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-37.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-37.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-37.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-38.row--bordered>.col:not(:last-child):after,.row.g-sm-38.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-38.row--bordered>.col:not(:last-child):after,.row.gy-sm-38.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-sm-38.row--unbordered>.col:not(:last-child):after,.row.g-sm-38.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-38.row--unbordered>.col:not(:last-child):after,.row.gy-sm-38.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-38.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-38.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-38.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-38.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-sm-38.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-38.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-38.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-38.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-38.row--md-bordered>.col:not(:last-child):after,.row.g-sm-38.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-38.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-38.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-sm-38.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-38.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-38.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-38.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-38.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-38.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-38.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-38.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-sm-38.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-38.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-38.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-38.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-38.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-38.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-38.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-38.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-sm-38.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-38.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-38.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-38.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-38.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-38.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-38.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-38.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-sm-38.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-38.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-38.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-38.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-38.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-38.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-38.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-38.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-sm-38.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-38.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-38.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-38.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-39.row--bordered>.col:not(:last-child):after,.row.g-sm-39.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-39.row--bordered>.col:not(:last-child):after,.row.gy-sm-39.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-sm-39.row--unbordered>.col:not(:last-child):after,.row.g-sm-39.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-39.row--unbordered>.col:not(:last-child):after,.row.gy-sm-39.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-39.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-39.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-39.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-39.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-sm-39.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-39.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-39.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-39.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-39.row--md-bordered>.col:not(:last-child):after,.row.g-sm-39.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-39.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-39.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-sm-39.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-39.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-39.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-39.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-39.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-39.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-39.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-39.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-sm-39.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-39.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-39.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-39.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-39.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-39.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-39.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-39.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-sm-39.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-39.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-39.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-39.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-39.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-39.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-39.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-39.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-sm-39.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-39.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-39.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-39.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-39.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-39.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-39.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-39.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-sm-39.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-39.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-39.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-39.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-40.row--bordered>.col:not(:last-child):after,.row.g-sm-40.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-40.row--bordered>.col:not(:last-child):after,.row.gy-sm-40.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-sm-40.row--unbordered>.col:not(:last-child):after,.row.g-sm-40.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-40.row--unbordered>.col:not(:last-child):after,.row.gy-sm-40.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-40.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-40.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-40.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-40.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-sm-40.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-40.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-40.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-40.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-40.row--md-bordered>.col:not(:last-child):after,.row.g-sm-40.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-40.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-40.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-sm-40.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-40.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-40.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-40.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-40.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-40.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-40.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-40.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-sm-40.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-40.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-40.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-40.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-40.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-40.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-40.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-40.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-sm-40.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-40.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-40.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-40.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-40.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-40.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-40.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-40.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-sm-40.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-40.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-40.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-40.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-40.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-40.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-40.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-40.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-sm-40.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-40.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-40.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-40.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-41.row--bordered>.col:not(:last-child):after,.row.g-sm-41.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-41.row--bordered>.col:not(:last-child):after,.row.gy-sm-41.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-sm-41.row--unbordered>.col:not(:last-child):after,.row.g-sm-41.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-41.row--unbordered>.col:not(:last-child):after,.row.gy-sm-41.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-41.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-41.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-41.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-41.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-sm-41.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-41.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-41.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-41.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-41.row--md-bordered>.col:not(:last-child):after,.row.g-sm-41.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-41.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-41.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-sm-41.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-41.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-41.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-41.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-41.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-41.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-41.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-41.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-sm-41.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-41.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-41.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-41.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-41.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-41.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-41.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-41.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-sm-41.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-41.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-41.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-41.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-41.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-41.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-41.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-41.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-sm-41.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-41.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-41.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-41.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-41.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-41.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-41.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-41.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-sm-41.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-41.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-41.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-41.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-42.row--bordered>.col:not(:last-child):after,.row.g-sm-42.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-42.row--bordered>.col:not(:last-child):after,.row.gy-sm-42.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-sm-42.row--unbordered>.col:not(:last-child):after,.row.g-sm-42.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-42.row--unbordered>.col:not(:last-child):after,.row.gy-sm-42.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-42.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-42.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-42.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-42.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-sm-42.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-42.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-42.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-42.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-42.row--md-bordered>.col:not(:last-child):after,.row.g-sm-42.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-42.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-42.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-sm-42.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-42.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-42.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-42.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-42.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-42.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-42.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-42.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-sm-42.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-42.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-42.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-42.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-42.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-42.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-42.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-42.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-sm-42.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-42.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-42.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-42.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-42.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-42.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-42.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-42.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-sm-42.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-42.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-42.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-42.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-42.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-42.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-42.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-42.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-sm-42.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-42.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-42.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-42.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-43.row--bordered>.col:not(:last-child):after,.row.g-sm-43.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-43.row--bordered>.col:not(:last-child):after,.row.gy-sm-43.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-sm-43.row--unbordered>.col:not(:last-child):after,.row.g-sm-43.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-43.row--unbordered>.col:not(:last-child):after,.row.gy-sm-43.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-43.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-43.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-43.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-43.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-sm-43.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-43.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-43.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-43.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-43.row--md-bordered>.col:not(:last-child):after,.row.g-sm-43.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-43.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-43.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-sm-43.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-43.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-43.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-43.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-43.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-43.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-43.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-43.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-sm-43.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-43.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-43.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-43.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-43.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-43.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-43.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-43.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-sm-43.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-43.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-43.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-43.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-43.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-43.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-43.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-43.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-sm-43.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-43.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-43.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-43.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-43.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-43.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-43.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-43.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-sm-43.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-43.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-43.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-43.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-44.row--bordered>.col:not(:last-child):after,.row.g-sm-44.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-44.row--bordered>.col:not(:last-child):after,.row.gy-sm-44.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-sm-44.row--unbordered>.col:not(:last-child):after,.row.g-sm-44.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-44.row--unbordered>.col:not(:last-child):after,.row.gy-sm-44.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-44.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-44.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-44.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-44.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-sm-44.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-44.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-44.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-44.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-44.row--md-bordered>.col:not(:last-child):after,.row.g-sm-44.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-44.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-44.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-sm-44.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-44.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-44.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-44.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-44.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-44.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-44.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-44.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-sm-44.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-44.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-44.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-44.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-44.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-44.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-44.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-44.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-sm-44.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-44.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-44.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-44.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-44.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-44.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-44.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-44.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-sm-44.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-44.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-44.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-44.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-44.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-44.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-44.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-44.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-sm-44.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-44.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-44.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-44.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-45.row--bordered>.col:not(:last-child):after,.row.g-sm-45.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-45.row--bordered>.col:not(:last-child):after,.row.gy-sm-45.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-sm-45.row--unbordered>.col:not(:last-child):after,.row.g-sm-45.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-45.row--unbordered>.col:not(:last-child):after,.row.gy-sm-45.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-45.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-45.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-45.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-45.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-sm-45.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-45.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-45.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-45.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-45.row--md-bordered>.col:not(:last-child):after,.row.g-sm-45.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-45.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-45.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-sm-45.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-45.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-45.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-45.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-45.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-45.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-45.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-45.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-sm-45.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-45.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-45.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-45.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-45.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-45.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-45.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-45.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-sm-45.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-45.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-45.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-45.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-45.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-45.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-45.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-45.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-sm-45.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-45.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-45.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-45.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-45.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-45.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-45.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-45.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-sm-45.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-45.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-45.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-45.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-46.row--bordered>.col:not(:last-child):after,.row.g-sm-46.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-46.row--bordered>.col:not(:last-child):after,.row.gy-sm-46.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-sm-46.row--unbordered>.col:not(:last-child):after,.row.g-sm-46.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-46.row--unbordered>.col:not(:last-child):after,.row.gy-sm-46.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-46.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-46.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-46.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-46.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-sm-46.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-46.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-46.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-46.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-46.row--md-bordered>.col:not(:last-child):after,.row.g-sm-46.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-46.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-46.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-sm-46.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-46.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-46.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-46.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-46.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-46.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-46.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-46.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-sm-46.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-46.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-46.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-46.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-46.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-46.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-46.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-46.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-sm-46.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-46.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-46.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-46.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-46.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-46.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-46.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-46.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-sm-46.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-46.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-46.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-46.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-46.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-46.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-46.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-46.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-sm-46.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-46.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-46.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-46.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-47.row--bordered>.col:not(:last-child):after,.row.g-sm-47.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-47.row--bordered>.col:not(:last-child):after,.row.gy-sm-47.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-sm-47.row--unbordered>.col:not(:last-child):after,.row.g-sm-47.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-47.row--unbordered>.col:not(:last-child):after,.row.gy-sm-47.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-47.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-47.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-47.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-47.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-sm-47.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-47.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-47.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-47.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-47.row--md-bordered>.col:not(:last-child):after,.row.g-sm-47.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-47.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-47.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-sm-47.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-47.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-47.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-47.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-47.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-47.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-47.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-47.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-sm-47.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-47.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-47.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-47.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-47.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-47.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-47.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-47.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-sm-47.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-47.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-47.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-47.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-47.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-47.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-47.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-47.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-sm-47.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-47.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-47.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-47.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-47.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-47.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-47.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-47.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-sm-47.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-47.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-47.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-47.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-48.row--bordered>.col:not(:last-child):after,.row.g-sm-48.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-48.row--bordered>.col:not(:last-child):after,.row.gy-sm-48.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-sm-48.row--unbordered>.col:not(:last-child):after,.row.g-sm-48.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-48.row--unbordered>.col:not(:last-child):after,.row.gy-sm-48.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-48.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-48.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-48.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-48.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-sm-48.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-48.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-48.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-48.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-48.row--md-bordered>.col:not(:last-child):after,.row.g-sm-48.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-48.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-48.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-sm-48.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-48.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-48.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-48.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-48.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-48.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-48.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-48.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-sm-48.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-48.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-48.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-48.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-48.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-48.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-48.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-48.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-sm-48.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-48.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-48.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-48.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-48.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-48.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-48.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-48.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-sm-48.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-48.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-48.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-48.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-48.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-48.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-48.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-48.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-sm-48.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-48.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-48.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-48.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-49.row--bordered>.col:not(:last-child):after,.row.g-sm-49.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-49.row--bordered>.col:not(:last-child):after,.row.gy-sm-49.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-sm-49.row--unbordered>.col:not(:last-child):after,.row.g-sm-49.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-49.row--unbordered>.col:not(:last-child):after,.row.gy-sm-49.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-49.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-49.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-49.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-49.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-sm-49.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-49.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-49.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-49.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-49.row--md-bordered>.col:not(:last-child):after,.row.g-sm-49.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-49.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-49.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-sm-49.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-49.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-49.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-49.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-49.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-49.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-49.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-49.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-sm-49.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-49.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-49.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-49.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-49.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-49.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-49.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-49.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-sm-49.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-49.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-49.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-49.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-49.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-49.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-49.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-49.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-sm-49.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-49.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-49.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-49.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-49.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-49.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-49.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-49.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-sm-49.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-49.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-49.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-49.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px){.row.g-sm-50.row--bordered>.col:not(:last-child):after,.row.g-sm-50.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-50.row--bordered>.col:not(:last-child):after,.row.gy-sm-50.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-sm-50.row--unbordered>.col:not(:last-child):after,.row.g-sm-50.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-50.row--unbordered>.col:not(:last-child):after,.row.gy-sm-50.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=576px){.row.g-sm-50.row--sm-bordered>.col:not(:last-child):after,.row.g-sm-50.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-50.row--sm-bordered>.col:not(:last-child):after,.row.gy-sm-50.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-sm-50.row--sm-unbordered>.col:not(:last-child):after,.row.g-sm-50.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-50.row--sm-unbordered>.col:not(:last-child):after,.row.gy-sm-50.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=768px){.row.g-sm-50.row--md-bordered>.col:not(:last-child):after,.row.g-sm-50.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-50.row--md-bordered>.col:not(:last-child):after,.row.gy-sm-50.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-sm-50.row--md-unbordered>.col:not(:last-child):after,.row.g-sm-50.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-50.row--md-unbordered>.col:not(:last-child):after,.row.gy-sm-50.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=992px){.row.g-sm-50.row--lg-bordered>.col:not(:last-child):after,.row.g-sm-50.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-50.row--lg-bordered>.col:not(:last-child):after,.row.gy-sm-50.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-sm-50.row--lg-unbordered>.col:not(:last-child):after,.row.g-sm-50.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-50.row--lg-unbordered>.col:not(:last-child):after,.row.gy-sm-50.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1200px){.row.g-sm-50.row--xl-bordered>.col:not(:last-child):after,.row.g-sm-50.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-50.row--xl-bordered>.col:not(:last-child):after,.row.gy-sm-50.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-sm-50.row--xl-unbordered>.col:not(:last-child):after,.row.g-sm-50.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-50.row--xl-unbordered>.col:not(:last-child):after,.row.gy-sm-50.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1400px){.row.g-sm-50.row--xxl-bordered>.col:not(:last-child):after,.row.g-sm-50.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-50.row--xxl-bordered>.col:not(:last-child):after,.row.gy-sm-50.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-sm-50.row--xxl-unbordered>.col:not(:last-child):after,.row.g-sm-50.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-50.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-sm-50.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=576px) and (width>=1600px){.row.g-sm-50.row--xxxl-bordered>.col:not(:last-child):after,.row.g-sm-50.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-sm-50.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-sm-50.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-sm-50.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-sm-50.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-sm-50.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-sm-50.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-0.row--bordered>.col:not(:last-child):after,.row.g-md-0.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-0.row--bordered>.col:not(:last-child):after,.row.gy-md-0.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-md-0.row--unbordered>.col:not(:last-child):after,.row.g-md-0.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-0.row--unbordered>.col:not(:last-child):after,.row.gy-md-0.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-0.row--sm-bordered>.col:not(:last-child):after,.row.g-md-0.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-0.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-0.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-md-0.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-0.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-0.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-0.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-0.row--md-bordered>.col:not(:last-child):after,.row.g-md-0.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-0.row--md-bordered>.col:not(:last-child):after,.row.gy-md-0.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-md-0.row--md-unbordered>.col:not(:last-child):after,.row.g-md-0.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-0.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-0.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-0.row--lg-bordered>.col:not(:last-child):after,.row.g-md-0.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-0.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-0.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-md-0.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-0.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-0.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-0.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-0.row--xl-bordered>.col:not(:last-child):after,.row.g-md-0.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-0.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-0.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-md-0.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-0.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-0.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-0.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-0.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-0.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-0.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-0.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-md-0.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-0.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-0.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-0.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-0.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-0.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-0.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-0.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-md-0.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-0.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-0.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-0.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-1.row--bordered>.col:not(:last-child):after,.row.g-md-1.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-1.row--bordered>.col:not(:last-child):after,.row.gy-md-1.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-md-1.row--unbordered>.col:not(:last-child):after,.row.g-md-1.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-1.row--unbordered>.col:not(:last-child):after,.row.gy-md-1.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-1.row--sm-bordered>.col:not(:last-child):after,.row.g-md-1.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-1.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-1.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-md-1.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-1.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-1.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-1.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-1.row--md-bordered>.col:not(:last-child):after,.row.g-md-1.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-1.row--md-bordered>.col:not(:last-child):after,.row.gy-md-1.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-md-1.row--md-unbordered>.col:not(:last-child):after,.row.g-md-1.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-1.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-1.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-1.row--lg-bordered>.col:not(:last-child):after,.row.g-md-1.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-1.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-1.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-md-1.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-1.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-1.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-1.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-1.row--xl-bordered>.col:not(:last-child):after,.row.g-md-1.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-1.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-1.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-md-1.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-1.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-1.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-1.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-1.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-1.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-1.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-1.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-md-1.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-1.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-1.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-1.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-1.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-1.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-1.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-1.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-md-1.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-1.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-1.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-1.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-2.row--bordered>.col:not(:last-child):after,.row.g-md-2.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-2.row--bordered>.col:not(:last-child):after,.row.gy-md-2.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-md-2.row--unbordered>.col:not(:last-child):after,.row.g-md-2.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-2.row--unbordered>.col:not(:last-child):after,.row.gy-md-2.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-2.row--sm-bordered>.col:not(:last-child):after,.row.g-md-2.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-2.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-2.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-md-2.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-2.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-2.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-2.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-2.row--md-bordered>.col:not(:last-child):after,.row.g-md-2.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-2.row--md-bordered>.col:not(:last-child):after,.row.gy-md-2.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-md-2.row--md-unbordered>.col:not(:last-child):after,.row.g-md-2.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-2.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-2.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-2.row--lg-bordered>.col:not(:last-child):after,.row.g-md-2.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-2.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-2.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-md-2.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-2.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-2.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-2.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-2.row--xl-bordered>.col:not(:last-child):after,.row.g-md-2.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-2.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-2.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-md-2.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-2.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-2.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-2.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-2.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-2.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-2.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-2.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-md-2.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-2.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-2.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-2.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-2.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-2.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-2.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-2.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-md-2.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-2.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-2.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-2.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-3.row--bordered>.col:not(:last-child):after,.row.g-md-3.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-3.row--bordered>.col:not(:last-child):after,.row.gy-md-3.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-md-3.row--unbordered>.col:not(:last-child):after,.row.g-md-3.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-3.row--unbordered>.col:not(:last-child):after,.row.gy-md-3.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-3.row--sm-bordered>.col:not(:last-child):after,.row.g-md-3.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-3.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-3.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-md-3.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-3.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-3.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-3.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-3.row--md-bordered>.col:not(:last-child):after,.row.g-md-3.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-3.row--md-bordered>.col:not(:last-child):after,.row.gy-md-3.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-md-3.row--md-unbordered>.col:not(:last-child):after,.row.g-md-3.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-3.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-3.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-3.row--lg-bordered>.col:not(:last-child):after,.row.g-md-3.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-3.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-3.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-md-3.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-3.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-3.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-3.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-3.row--xl-bordered>.col:not(:last-child):after,.row.g-md-3.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-3.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-3.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-md-3.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-3.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-3.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-3.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-3.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-3.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-3.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-3.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-md-3.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-3.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-3.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-3.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-3.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-3.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-3.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-3.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-md-3.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-3.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-3.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-3.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-4.row--bordered>.col:not(:last-child):after,.row.g-md-4.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-4.row--bordered>.col:not(:last-child):after,.row.gy-md-4.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-md-4.row--unbordered>.col:not(:last-child):after,.row.g-md-4.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-4.row--unbordered>.col:not(:last-child):after,.row.gy-md-4.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-4.row--sm-bordered>.col:not(:last-child):after,.row.g-md-4.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-4.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-4.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-md-4.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-4.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-4.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-4.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-4.row--md-bordered>.col:not(:last-child):after,.row.g-md-4.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-4.row--md-bordered>.col:not(:last-child):after,.row.gy-md-4.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-md-4.row--md-unbordered>.col:not(:last-child):after,.row.g-md-4.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-4.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-4.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-4.row--lg-bordered>.col:not(:last-child):after,.row.g-md-4.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-4.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-4.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-md-4.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-4.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-4.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-4.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-4.row--xl-bordered>.col:not(:last-child):after,.row.g-md-4.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-4.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-4.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-md-4.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-4.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-4.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-4.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-4.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-4.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-4.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-4.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-md-4.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-4.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-4.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-4.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-4.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-4.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-4.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-4.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-md-4.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-4.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-4.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-4.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-5.row--bordered>.col:not(:last-child):after,.row.g-md-5.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-5.row--bordered>.col:not(:last-child):after,.row.gy-md-5.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-md-5.row--unbordered>.col:not(:last-child):after,.row.g-md-5.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-5.row--unbordered>.col:not(:last-child):after,.row.gy-md-5.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-5.row--sm-bordered>.col:not(:last-child):after,.row.g-md-5.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-5.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-5.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-md-5.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-5.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-5.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-5.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-5.row--md-bordered>.col:not(:last-child):after,.row.g-md-5.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-5.row--md-bordered>.col:not(:last-child):after,.row.gy-md-5.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-md-5.row--md-unbordered>.col:not(:last-child):after,.row.g-md-5.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-5.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-5.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-5.row--lg-bordered>.col:not(:last-child):after,.row.g-md-5.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-5.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-5.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-md-5.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-5.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-5.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-5.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-5.row--xl-bordered>.col:not(:last-child):after,.row.g-md-5.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-5.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-5.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-md-5.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-5.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-5.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-5.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-5.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-5.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-5.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-5.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-md-5.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-5.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-5.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-5.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-5.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-5.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-5.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-5.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-md-5.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-5.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-5.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-5.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-6.row--bordered>.col:not(:last-child):after,.row.g-md-6.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-6.row--bordered>.col:not(:last-child):after,.row.gy-md-6.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-md-6.row--unbordered>.col:not(:last-child):after,.row.g-md-6.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-6.row--unbordered>.col:not(:last-child):after,.row.gy-md-6.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-6.row--sm-bordered>.col:not(:last-child):after,.row.g-md-6.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-6.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-6.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-md-6.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-6.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-6.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-6.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-6.row--md-bordered>.col:not(:last-child):after,.row.g-md-6.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-6.row--md-bordered>.col:not(:last-child):after,.row.gy-md-6.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-md-6.row--md-unbordered>.col:not(:last-child):after,.row.g-md-6.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-6.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-6.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-6.row--lg-bordered>.col:not(:last-child):after,.row.g-md-6.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-6.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-6.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-md-6.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-6.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-6.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-6.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-6.row--xl-bordered>.col:not(:last-child):after,.row.g-md-6.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-6.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-6.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-md-6.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-6.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-6.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-6.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-6.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-6.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-6.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-6.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-md-6.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-6.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-6.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-6.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-6.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-6.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-6.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-6.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-md-6.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-6.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-6.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-6.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-7.row--bordered>.col:not(:last-child):after,.row.g-md-7.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-7.row--bordered>.col:not(:last-child):after,.row.gy-md-7.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-md-7.row--unbordered>.col:not(:last-child):after,.row.g-md-7.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-7.row--unbordered>.col:not(:last-child):after,.row.gy-md-7.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-7.row--sm-bordered>.col:not(:last-child):after,.row.g-md-7.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-7.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-7.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-md-7.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-7.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-7.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-7.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-7.row--md-bordered>.col:not(:last-child):after,.row.g-md-7.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-7.row--md-bordered>.col:not(:last-child):after,.row.gy-md-7.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-md-7.row--md-unbordered>.col:not(:last-child):after,.row.g-md-7.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-7.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-7.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-7.row--lg-bordered>.col:not(:last-child):after,.row.g-md-7.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-7.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-7.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-md-7.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-7.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-7.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-7.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-7.row--xl-bordered>.col:not(:last-child):after,.row.g-md-7.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-7.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-7.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-md-7.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-7.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-7.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-7.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-7.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-7.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-7.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-7.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-md-7.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-7.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-7.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-7.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-7.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-7.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-7.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-7.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-md-7.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-7.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-7.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-7.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-8.row--bordered>.col:not(:last-child):after,.row.g-md-8.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-8.row--bordered>.col:not(:last-child):after,.row.gy-md-8.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-md-8.row--unbordered>.col:not(:last-child):after,.row.g-md-8.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-8.row--unbordered>.col:not(:last-child):after,.row.gy-md-8.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-8.row--sm-bordered>.col:not(:last-child):after,.row.g-md-8.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-8.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-8.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-md-8.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-8.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-8.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-8.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-8.row--md-bordered>.col:not(:last-child):after,.row.g-md-8.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-8.row--md-bordered>.col:not(:last-child):after,.row.gy-md-8.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-md-8.row--md-unbordered>.col:not(:last-child):after,.row.g-md-8.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-8.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-8.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-8.row--lg-bordered>.col:not(:last-child):after,.row.g-md-8.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-8.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-8.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-md-8.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-8.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-8.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-8.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-8.row--xl-bordered>.col:not(:last-child):after,.row.g-md-8.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-8.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-8.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-md-8.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-8.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-8.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-8.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-8.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-8.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-8.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-8.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-md-8.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-8.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-8.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-8.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-8.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-8.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-8.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-8.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-md-8.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-8.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-8.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-8.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-9.row--bordered>.col:not(:last-child):after,.row.g-md-9.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-9.row--bordered>.col:not(:last-child):after,.row.gy-md-9.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-md-9.row--unbordered>.col:not(:last-child):after,.row.g-md-9.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-9.row--unbordered>.col:not(:last-child):after,.row.gy-md-9.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-9.row--sm-bordered>.col:not(:last-child):after,.row.g-md-9.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-9.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-9.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-md-9.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-9.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-9.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-9.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-9.row--md-bordered>.col:not(:last-child):after,.row.g-md-9.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-9.row--md-bordered>.col:not(:last-child):after,.row.gy-md-9.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-md-9.row--md-unbordered>.col:not(:last-child):after,.row.g-md-9.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-9.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-9.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-9.row--lg-bordered>.col:not(:last-child):after,.row.g-md-9.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-9.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-9.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-md-9.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-9.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-9.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-9.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-9.row--xl-bordered>.col:not(:last-child):after,.row.g-md-9.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-9.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-9.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-md-9.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-9.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-9.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-9.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-9.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-9.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-9.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-9.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-md-9.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-9.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-9.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-9.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-9.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-9.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-9.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-9.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-md-9.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-9.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-9.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-9.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-10.row--bordered>.col:not(:last-child):after,.row.g-md-10.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-10.row--bordered>.col:not(:last-child):after,.row.gy-md-10.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-md-10.row--unbordered>.col:not(:last-child):after,.row.g-md-10.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-10.row--unbordered>.col:not(:last-child):after,.row.gy-md-10.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-10.row--sm-bordered>.col:not(:last-child):after,.row.g-md-10.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-10.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-10.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-md-10.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-10.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-10.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-10.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-10.row--md-bordered>.col:not(:last-child):after,.row.g-md-10.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-10.row--md-bordered>.col:not(:last-child):after,.row.gy-md-10.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-md-10.row--md-unbordered>.col:not(:last-child):after,.row.g-md-10.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-10.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-10.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-10.row--lg-bordered>.col:not(:last-child):after,.row.g-md-10.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-10.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-10.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-md-10.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-10.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-10.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-10.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-10.row--xl-bordered>.col:not(:last-child):after,.row.g-md-10.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-10.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-10.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-md-10.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-10.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-10.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-10.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-10.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-10.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-10.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-10.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-md-10.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-10.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-10.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-10.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-10.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-10.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-10.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-10.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-md-10.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-10.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-10.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-10.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-11.row--bordered>.col:not(:last-child):after,.row.g-md-11.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-11.row--bordered>.col:not(:last-child):after,.row.gy-md-11.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-md-11.row--unbordered>.col:not(:last-child):after,.row.g-md-11.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-11.row--unbordered>.col:not(:last-child):after,.row.gy-md-11.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-11.row--sm-bordered>.col:not(:last-child):after,.row.g-md-11.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-11.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-11.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-md-11.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-11.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-11.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-11.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-11.row--md-bordered>.col:not(:last-child):after,.row.g-md-11.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-11.row--md-bordered>.col:not(:last-child):after,.row.gy-md-11.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-md-11.row--md-unbordered>.col:not(:last-child):after,.row.g-md-11.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-11.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-11.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-11.row--lg-bordered>.col:not(:last-child):after,.row.g-md-11.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-11.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-11.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-md-11.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-11.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-11.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-11.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-11.row--xl-bordered>.col:not(:last-child):after,.row.g-md-11.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-11.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-11.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-md-11.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-11.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-11.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-11.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-11.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-11.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-11.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-11.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-md-11.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-11.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-11.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-11.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-11.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-11.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-11.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-11.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-md-11.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-11.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-11.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-11.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-12.row--bordered>.col:not(:last-child):after,.row.g-md-12.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-12.row--bordered>.col:not(:last-child):after,.row.gy-md-12.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-md-12.row--unbordered>.col:not(:last-child):after,.row.g-md-12.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-12.row--unbordered>.col:not(:last-child):after,.row.gy-md-12.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-12.row--sm-bordered>.col:not(:last-child):after,.row.g-md-12.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-12.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-12.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-md-12.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-12.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-12.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-12.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-12.row--md-bordered>.col:not(:last-child):after,.row.g-md-12.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-12.row--md-bordered>.col:not(:last-child):after,.row.gy-md-12.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-md-12.row--md-unbordered>.col:not(:last-child):after,.row.g-md-12.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-12.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-12.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-12.row--lg-bordered>.col:not(:last-child):after,.row.g-md-12.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-12.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-12.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-md-12.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-12.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-12.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-12.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-12.row--xl-bordered>.col:not(:last-child):after,.row.g-md-12.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-12.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-12.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-md-12.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-12.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-12.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-12.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-12.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-12.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-12.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-12.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-md-12.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-12.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-12.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-12.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-12.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-12.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-12.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-12.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-md-12.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-12.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-12.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-12.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-13.row--bordered>.col:not(:last-child):after,.row.g-md-13.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-13.row--bordered>.col:not(:last-child):after,.row.gy-md-13.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-md-13.row--unbordered>.col:not(:last-child):after,.row.g-md-13.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-13.row--unbordered>.col:not(:last-child):after,.row.gy-md-13.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-13.row--sm-bordered>.col:not(:last-child):after,.row.g-md-13.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-13.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-13.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-md-13.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-13.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-13.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-13.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-13.row--md-bordered>.col:not(:last-child):after,.row.g-md-13.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-13.row--md-bordered>.col:not(:last-child):after,.row.gy-md-13.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-md-13.row--md-unbordered>.col:not(:last-child):after,.row.g-md-13.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-13.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-13.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-13.row--lg-bordered>.col:not(:last-child):after,.row.g-md-13.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-13.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-13.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-md-13.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-13.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-13.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-13.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-13.row--xl-bordered>.col:not(:last-child):after,.row.g-md-13.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-13.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-13.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-md-13.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-13.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-13.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-13.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-13.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-13.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-13.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-13.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-md-13.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-13.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-13.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-13.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-13.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-13.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-13.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-13.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-md-13.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-13.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-13.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-13.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-14.row--bordered>.col:not(:last-child):after,.row.g-md-14.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-14.row--bordered>.col:not(:last-child):after,.row.gy-md-14.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-md-14.row--unbordered>.col:not(:last-child):after,.row.g-md-14.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-14.row--unbordered>.col:not(:last-child):after,.row.gy-md-14.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-14.row--sm-bordered>.col:not(:last-child):after,.row.g-md-14.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-14.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-14.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-md-14.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-14.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-14.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-14.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-14.row--md-bordered>.col:not(:last-child):after,.row.g-md-14.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-14.row--md-bordered>.col:not(:last-child):after,.row.gy-md-14.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-md-14.row--md-unbordered>.col:not(:last-child):after,.row.g-md-14.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-14.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-14.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-14.row--lg-bordered>.col:not(:last-child):after,.row.g-md-14.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-14.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-14.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-md-14.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-14.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-14.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-14.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-14.row--xl-bordered>.col:not(:last-child):after,.row.g-md-14.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-14.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-14.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-md-14.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-14.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-14.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-14.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-14.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-14.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-14.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-14.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-md-14.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-14.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-14.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-14.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-14.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-14.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-14.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-14.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-md-14.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-14.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-14.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-14.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-15.row--bordered>.col:not(:last-child):after,.row.g-md-15.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-15.row--bordered>.col:not(:last-child):after,.row.gy-md-15.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-md-15.row--unbordered>.col:not(:last-child):after,.row.g-md-15.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-15.row--unbordered>.col:not(:last-child):after,.row.gy-md-15.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-15.row--sm-bordered>.col:not(:last-child):after,.row.g-md-15.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-15.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-15.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-md-15.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-15.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-15.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-15.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-15.row--md-bordered>.col:not(:last-child):after,.row.g-md-15.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-15.row--md-bordered>.col:not(:last-child):after,.row.gy-md-15.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-md-15.row--md-unbordered>.col:not(:last-child):after,.row.g-md-15.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-15.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-15.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-15.row--lg-bordered>.col:not(:last-child):after,.row.g-md-15.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-15.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-15.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-md-15.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-15.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-15.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-15.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-15.row--xl-bordered>.col:not(:last-child):after,.row.g-md-15.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-15.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-15.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-md-15.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-15.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-15.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-15.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-15.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-15.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-15.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-15.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-md-15.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-15.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-15.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-15.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-15.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-15.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-15.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-15.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-md-15.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-15.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-15.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-15.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-16.row--bordered>.col:not(:last-child):after,.row.g-md-16.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-16.row--bordered>.col:not(:last-child):after,.row.gy-md-16.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-md-16.row--unbordered>.col:not(:last-child):after,.row.g-md-16.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-16.row--unbordered>.col:not(:last-child):after,.row.gy-md-16.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-16.row--sm-bordered>.col:not(:last-child):after,.row.g-md-16.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-16.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-16.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-md-16.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-16.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-16.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-16.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-16.row--md-bordered>.col:not(:last-child):after,.row.g-md-16.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-16.row--md-bordered>.col:not(:last-child):after,.row.gy-md-16.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-md-16.row--md-unbordered>.col:not(:last-child):after,.row.g-md-16.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-16.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-16.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-16.row--lg-bordered>.col:not(:last-child):after,.row.g-md-16.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-16.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-16.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-md-16.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-16.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-16.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-16.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-16.row--xl-bordered>.col:not(:last-child):after,.row.g-md-16.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-16.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-16.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-md-16.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-16.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-16.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-16.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-16.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-16.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-16.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-16.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-md-16.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-16.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-16.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-16.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-16.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-16.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-16.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-16.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-md-16.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-16.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-16.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-16.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-17.row--bordered>.col:not(:last-child):after,.row.g-md-17.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-17.row--bordered>.col:not(:last-child):after,.row.gy-md-17.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-md-17.row--unbordered>.col:not(:last-child):after,.row.g-md-17.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-17.row--unbordered>.col:not(:last-child):after,.row.gy-md-17.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-17.row--sm-bordered>.col:not(:last-child):after,.row.g-md-17.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-17.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-17.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-md-17.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-17.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-17.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-17.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-17.row--md-bordered>.col:not(:last-child):after,.row.g-md-17.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-17.row--md-bordered>.col:not(:last-child):after,.row.gy-md-17.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-md-17.row--md-unbordered>.col:not(:last-child):after,.row.g-md-17.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-17.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-17.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-17.row--lg-bordered>.col:not(:last-child):after,.row.g-md-17.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-17.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-17.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-md-17.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-17.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-17.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-17.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-17.row--xl-bordered>.col:not(:last-child):after,.row.g-md-17.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-17.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-17.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-md-17.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-17.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-17.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-17.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-17.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-17.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-17.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-17.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-md-17.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-17.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-17.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-17.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-17.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-17.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-17.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-17.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-md-17.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-17.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-17.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-17.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-18.row--bordered>.col:not(:last-child):after,.row.g-md-18.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-18.row--bordered>.col:not(:last-child):after,.row.gy-md-18.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-md-18.row--unbordered>.col:not(:last-child):after,.row.g-md-18.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-18.row--unbordered>.col:not(:last-child):after,.row.gy-md-18.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-18.row--sm-bordered>.col:not(:last-child):after,.row.g-md-18.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-18.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-18.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-md-18.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-18.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-18.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-18.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-18.row--md-bordered>.col:not(:last-child):after,.row.g-md-18.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-18.row--md-bordered>.col:not(:last-child):after,.row.gy-md-18.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-md-18.row--md-unbordered>.col:not(:last-child):after,.row.g-md-18.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-18.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-18.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-18.row--lg-bordered>.col:not(:last-child):after,.row.g-md-18.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-18.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-18.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-md-18.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-18.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-18.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-18.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-18.row--xl-bordered>.col:not(:last-child):after,.row.g-md-18.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-18.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-18.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-md-18.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-18.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-18.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-18.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-18.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-18.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-18.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-18.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-md-18.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-18.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-18.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-18.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-18.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-18.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-18.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-18.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-md-18.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-18.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-18.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-18.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-19.row--bordered>.col:not(:last-child):after,.row.g-md-19.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-19.row--bordered>.col:not(:last-child):after,.row.gy-md-19.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-md-19.row--unbordered>.col:not(:last-child):after,.row.g-md-19.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-19.row--unbordered>.col:not(:last-child):after,.row.gy-md-19.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-19.row--sm-bordered>.col:not(:last-child):after,.row.g-md-19.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-19.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-19.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-md-19.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-19.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-19.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-19.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-19.row--md-bordered>.col:not(:last-child):after,.row.g-md-19.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-19.row--md-bordered>.col:not(:last-child):after,.row.gy-md-19.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-md-19.row--md-unbordered>.col:not(:last-child):after,.row.g-md-19.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-19.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-19.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-19.row--lg-bordered>.col:not(:last-child):after,.row.g-md-19.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-19.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-19.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-md-19.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-19.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-19.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-19.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-19.row--xl-bordered>.col:not(:last-child):after,.row.g-md-19.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-19.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-19.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-md-19.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-19.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-19.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-19.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-19.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-19.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-19.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-19.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-md-19.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-19.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-19.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-19.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-19.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-19.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-19.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-19.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-md-19.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-19.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-19.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-19.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-20.row--bordered>.col:not(:last-child):after,.row.g-md-20.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-20.row--bordered>.col:not(:last-child):after,.row.gy-md-20.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-md-20.row--unbordered>.col:not(:last-child):after,.row.g-md-20.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-20.row--unbordered>.col:not(:last-child):after,.row.gy-md-20.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-20.row--sm-bordered>.col:not(:last-child):after,.row.g-md-20.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-20.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-20.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-md-20.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-20.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-20.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-20.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-20.row--md-bordered>.col:not(:last-child):after,.row.g-md-20.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-20.row--md-bordered>.col:not(:last-child):after,.row.gy-md-20.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-md-20.row--md-unbordered>.col:not(:last-child):after,.row.g-md-20.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-20.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-20.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-20.row--lg-bordered>.col:not(:last-child):after,.row.g-md-20.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-20.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-20.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-md-20.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-20.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-20.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-20.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-20.row--xl-bordered>.col:not(:last-child):after,.row.g-md-20.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-20.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-20.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-md-20.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-20.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-20.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-20.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-20.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-20.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-20.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-20.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-md-20.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-20.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-20.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-20.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-20.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-20.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-20.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-20.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-md-20.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-20.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-20.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-20.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-21.row--bordered>.col:not(:last-child):after,.row.g-md-21.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-21.row--bordered>.col:not(:last-child):after,.row.gy-md-21.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-md-21.row--unbordered>.col:not(:last-child):after,.row.g-md-21.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-21.row--unbordered>.col:not(:last-child):after,.row.gy-md-21.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-21.row--sm-bordered>.col:not(:last-child):after,.row.g-md-21.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-21.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-21.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-md-21.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-21.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-21.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-21.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-21.row--md-bordered>.col:not(:last-child):after,.row.g-md-21.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-21.row--md-bordered>.col:not(:last-child):after,.row.gy-md-21.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-md-21.row--md-unbordered>.col:not(:last-child):after,.row.g-md-21.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-21.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-21.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-21.row--lg-bordered>.col:not(:last-child):after,.row.g-md-21.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-21.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-21.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-md-21.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-21.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-21.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-21.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-21.row--xl-bordered>.col:not(:last-child):after,.row.g-md-21.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-21.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-21.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-md-21.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-21.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-21.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-21.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-21.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-21.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-21.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-21.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-md-21.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-21.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-21.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-21.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-21.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-21.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-21.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-21.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-md-21.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-21.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-21.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-21.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-22.row--bordered>.col:not(:last-child):after,.row.g-md-22.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-22.row--bordered>.col:not(:last-child):after,.row.gy-md-22.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-md-22.row--unbordered>.col:not(:last-child):after,.row.g-md-22.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-22.row--unbordered>.col:not(:last-child):after,.row.gy-md-22.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-22.row--sm-bordered>.col:not(:last-child):after,.row.g-md-22.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-22.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-22.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-md-22.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-22.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-22.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-22.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-22.row--md-bordered>.col:not(:last-child):after,.row.g-md-22.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-22.row--md-bordered>.col:not(:last-child):after,.row.gy-md-22.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-md-22.row--md-unbordered>.col:not(:last-child):after,.row.g-md-22.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-22.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-22.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-22.row--lg-bordered>.col:not(:last-child):after,.row.g-md-22.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-22.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-22.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-md-22.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-22.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-22.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-22.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-22.row--xl-bordered>.col:not(:last-child):after,.row.g-md-22.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-22.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-22.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-md-22.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-22.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-22.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-22.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-22.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-22.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-22.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-22.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-md-22.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-22.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-22.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-22.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-22.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-22.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-22.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-22.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-md-22.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-22.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-22.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-22.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-23.row--bordered>.col:not(:last-child):after,.row.g-md-23.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-23.row--bordered>.col:not(:last-child):after,.row.gy-md-23.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-md-23.row--unbordered>.col:not(:last-child):after,.row.g-md-23.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-23.row--unbordered>.col:not(:last-child):after,.row.gy-md-23.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-23.row--sm-bordered>.col:not(:last-child):after,.row.g-md-23.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-23.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-23.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-md-23.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-23.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-23.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-23.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-23.row--md-bordered>.col:not(:last-child):after,.row.g-md-23.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-23.row--md-bordered>.col:not(:last-child):after,.row.gy-md-23.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-md-23.row--md-unbordered>.col:not(:last-child):after,.row.g-md-23.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-23.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-23.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-23.row--lg-bordered>.col:not(:last-child):after,.row.g-md-23.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-23.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-23.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-md-23.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-23.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-23.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-23.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-23.row--xl-bordered>.col:not(:last-child):after,.row.g-md-23.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-23.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-23.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-md-23.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-23.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-23.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-23.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-23.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-23.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-23.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-23.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-md-23.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-23.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-23.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-23.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-23.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-23.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-23.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-23.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-md-23.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-23.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-23.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-23.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-24.row--bordered>.col:not(:last-child):after,.row.g-md-24.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-24.row--bordered>.col:not(:last-child):after,.row.gy-md-24.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-md-24.row--unbordered>.col:not(:last-child):after,.row.g-md-24.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-24.row--unbordered>.col:not(:last-child):after,.row.gy-md-24.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-24.row--sm-bordered>.col:not(:last-child):after,.row.g-md-24.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-24.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-24.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-md-24.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-24.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-24.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-24.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-24.row--md-bordered>.col:not(:last-child):after,.row.g-md-24.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-24.row--md-bordered>.col:not(:last-child):after,.row.gy-md-24.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-md-24.row--md-unbordered>.col:not(:last-child):after,.row.g-md-24.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-24.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-24.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-24.row--lg-bordered>.col:not(:last-child):after,.row.g-md-24.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-24.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-24.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-md-24.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-24.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-24.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-24.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-24.row--xl-bordered>.col:not(:last-child):after,.row.g-md-24.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-24.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-24.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-md-24.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-24.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-24.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-24.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-24.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-24.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-24.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-24.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-md-24.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-24.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-24.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-24.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-24.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-24.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-24.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-24.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-md-24.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-24.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-24.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-24.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-25.row--bordered>.col:not(:last-child):after,.row.g-md-25.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-25.row--bordered>.col:not(:last-child):after,.row.gy-md-25.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-md-25.row--unbordered>.col:not(:last-child):after,.row.g-md-25.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-25.row--unbordered>.col:not(:last-child):after,.row.gy-md-25.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-25.row--sm-bordered>.col:not(:last-child):after,.row.g-md-25.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-25.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-25.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-md-25.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-25.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-25.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-25.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-25.row--md-bordered>.col:not(:last-child):after,.row.g-md-25.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-25.row--md-bordered>.col:not(:last-child):after,.row.gy-md-25.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-md-25.row--md-unbordered>.col:not(:last-child):after,.row.g-md-25.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-25.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-25.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-25.row--lg-bordered>.col:not(:last-child):after,.row.g-md-25.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-25.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-25.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-md-25.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-25.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-25.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-25.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-25.row--xl-bordered>.col:not(:last-child):after,.row.g-md-25.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-25.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-25.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-md-25.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-25.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-25.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-25.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-25.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-25.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-25.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-25.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-md-25.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-25.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-25.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-25.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-25.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-25.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-25.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-25.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-md-25.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-25.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-25.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-25.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-26.row--bordered>.col:not(:last-child):after,.row.g-md-26.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-26.row--bordered>.col:not(:last-child):after,.row.gy-md-26.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-md-26.row--unbordered>.col:not(:last-child):after,.row.g-md-26.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-26.row--unbordered>.col:not(:last-child):after,.row.gy-md-26.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-26.row--sm-bordered>.col:not(:last-child):after,.row.g-md-26.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-26.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-26.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-md-26.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-26.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-26.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-26.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-26.row--md-bordered>.col:not(:last-child):after,.row.g-md-26.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-26.row--md-bordered>.col:not(:last-child):after,.row.gy-md-26.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-md-26.row--md-unbordered>.col:not(:last-child):after,.row.g-md-26.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-26.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-26.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-26.row--lg-bordered>.col:not(:last-child):after,.row.g-md-26.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-26.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-26.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-md-26.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-26.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-26.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-26.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-26.row--xl-bordered>.col:not(:last-child):after,.row.g-md-26.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-26.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-26.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-md-26.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-26.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-26.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-26.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-26.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-26.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-26.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-26.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-md-26.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-26.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-26.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-26.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-26.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-26.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-26.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-26.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-md-26.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-26.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-26.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-26.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-27.row--bordered>.col:not(:last-child):after,.row.g-md-27.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-27.row--bordered>.col:not(:last-child):after,.row.gy-md-27.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-md-27.row--unbordered>.col:not(:last-child):after,.row.g-md-27.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-27.row--unbordered>.col:not(:last-child):after,.row.gy-md-27.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-27.row--sm-bordered>.col:not(:last-child):after,.row.g-md-27.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-27.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-27.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-md-27.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-27.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-27.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-27.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-27.row--md-bordered>.col:not(:last-child):after,.row.g-md-27.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-27.row--md-bordered>.col:not(:last-child):after,.row.gy-md-27.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-md-27.row--md-unbordered>.col:not(:last-child):after,.row.g-md-27.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-27.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-27.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-27.row--lg-bordered>.col:not(:last-child):after,.row.g-md-27.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-27.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-27.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-md-27.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-27.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-27.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-27.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-27.row--xl-bordered>.col:not(:last-child):after,.row.g-md-27.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-27.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-27.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-md-27.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-27.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-27.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-27.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-27.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-27.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-27.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-27.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-md-27.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-27.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-27.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-27.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-27.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-27.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-27.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-27.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-md-27.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-27.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-27.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-27.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-28.row--bordered>.col:not(:last-child):after,.row.g-md-28.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-28.row--bordered>.col:not(:last-child):after,.row.gy-md-28.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-md-28.row--unbordered>.col:not(:last-child):after,.row.g-md-28.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-28.row--unbordered>.col:not(:last-child):after,.row.gy-md-28.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-28.row--sm-bordered>.col:not(:last-child):after,.row.g-md-28.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-28.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-28.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-md-28.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-28.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-28.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-28.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-28.row--md-bordered>.col:not(:last-child):after,.row.g-md-28.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-28.row--md-bordered>.col:not(:last-child):after,.row.gy-md-28.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-md-28.row--md-unbordered>.col:not(:last-child):after,.row.g-md-28.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-28.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-28.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-28.row--lg-bordered>.col:not(:last-child):after,.row.g-md-28.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-28.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-28.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-md-28.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-28.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-28.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-28.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-28.row--xl-bordered>.col:not(:last-child):after,.row.g-md-28.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-28.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-28.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-md-28.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-28.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-28.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-28.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-28.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-28.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-28.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-28.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-md-28.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-28.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-28.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-28.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-28.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-28.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-28.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-28.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-md-28.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-28.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-28.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-28.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-29.row--bordered>.col:not(:last-child):after,.row.g-md-29.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-29.row--bordered>.col:not(:last-child):after,.row.gy-md-29.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-md-29.row--unbordered>.col:not(:last-child):after,.row.g-md-29.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-29.row--unbordered>.col:not(:last-child):after,.row.gy-md-29.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-29.row--sm-bordered>.col:not(:last-child):after,.row.g-md-29.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-29.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-29.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-md-29.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-29.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-29.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-29.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-29.row--md-bordered>.col:not(:last-child):after,.row.g-md-29.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-29.row--md-bordered>.col:not(:last-child):after,.row.gy-md-29.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-md-29.row--md-unbordered>.col:not(:last-child):after,.row.g-md-29.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-29.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-29.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-29.row--lg-bordered>.col:not(:last-child):after,.row.g-md-29.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-29.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-29.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-md-29.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-29.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-29.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-29.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-29.row--xl-bordered>.col:not(:last-child):after,.row.g-md-29.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-29.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-29.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-md-29.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-29.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-29.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-29.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-29.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-29.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-29.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-29.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-md-29.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-29.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-29.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-29.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-29.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-29.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-29.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-29.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-md-29.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-29.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-29.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-29.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-30.row--bordered>.col:not(:last-child):after,.row.g-md-30.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-30.row--bordered>.col:not(:last-child):after,.row.gy-md-30.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-md-30.row--unbordered>.col:not(:last-child):after,.row.g-md-30.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-30.row--unbordered>.col:not(:last-child):after,.row.gy-md-30.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-30.row--sm-bordered>.col:not(:last-child):after,.row.g-md-30.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-30.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-30.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-md-30.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-30.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-30.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-30.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-30.row--md-bordered>.col:not(:last-child):after,.row.g-md-30.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-30.row--md-bordered>.col:not(:last-child):after,.row.gy-md-30.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-md-30.row--md-unbordered>.col:not(:last-child):after,.row.g-md-30.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-30.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-30.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-30.row--lg-bordered>.col:not(:last-child):after,.row.g-md-30.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-30.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-30.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-md-30.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-30.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-30.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-30.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-30.row--xl-bordered>.col:not(:last-child):after,.row.g-md-30.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-30.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-30.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-md-30.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-30.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-30.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-30.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-30.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-30.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-30.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-30.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-md-30.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-30.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-30.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-30.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-30.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-30.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-30.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-30.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-md-30.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-30.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-30.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-30.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-31.row--bordered>.col:not(:last-child):after,.row.g-md-31.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-31.row--bordered>.col:not(:last-child):after,.row.gy-md-31.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-md-31.row--unbordered>.col:not(:last-child):after,.row.g-md-31.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-31.row--unbordered>.col:not(:last-child):after,.row.gy-md-31.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-31.row--sm-bordered>.col:not(:last-child):after,.row.g-md-31.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-31.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-31.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-md-31.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-31.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-31.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-31.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-31.row--md-bordered>.col:not(:last-child):after,.row.g-md-31.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-31.row--md-bordered>.col:not(:last-child):after,.row.gy-md-31.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-md-31.row--md-unbordered>.col:not(:last-child):after,.row.g-md-31.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-31.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-31.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-31.row--lg-bordered>.col:not(:last-child):after,.row.g-md-31.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-31.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-31.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-md-31.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-31.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-31.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-31.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-31.row--xl-bordered>.col:not(:last-child):after,.row.g-md-31.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-31.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-31.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-md-31.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-31.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-31.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-31.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-31.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-31.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-31.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-31.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-md-31.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-31.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-31.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-31.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-31.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-31.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-31.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-31.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-md-31.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-31.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-31.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-31.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-32.row--bordered>.col:not(:last-child):after,.row.g-md-32.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-32.row--bordered>.col:not(:last-child):after,.row.gy-md-32.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-md-32.row--unbordered>.col:not(:last-child):after,.row.g-md-32.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-32.row--unbordered>.col:not(:last-child):after,.row.gy-md-32.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-32.row--sm-bordered>.col:not(:last-child):after,.row.g-md-32.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-32.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-32.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-md-32.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-32.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-32.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-32.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-32.row--md-bordered>.col:not(:last-child):after,.row.g-md-32.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-32.row--md-bordered>.col:not(:last-child):after,.row.gy-md-32.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-md-32.row--md-unbordered>.col:not(:last-child):after,.row.g-md-32.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-32.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-32.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-32.row--lg-bordered>.col:not(:last-child):after,.row.g-md-32.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-32.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-32.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-md-32.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-32.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-32.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-32.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-32.row--xl-bordered>.col:not(:last-child):after,.row.g-md-32.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-32.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-32.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-md-32.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-32.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-32.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-32.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-32.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-32.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-32.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-32.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-md-32.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-32.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-32.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-32.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-32.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-32.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-32.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-32.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-md-32.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-32.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-32.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-32.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-33.row--bordered>.col:not(:last-child):after,.row.g-md-33.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-33.row--bordered>.col:not(:last-child):after,.row.gy-md-33.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-md-33.row--unbordered>.col:not(:last-child):after,.row.g-md-33.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-33.row--unbordered>.col:not(:last-child):after,.row.gy-md-33.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-33.row--sm-bordered>.col:not(:last-child):after,.row.g-md-33.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-33.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-33.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-md-33.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-33.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-33.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-33.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-33.row--md-bordered>.col:not(:last-child):after,.row.g-md-33.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-33.row--md-bordered>.col:not(:last-child):after,.row.gy-md-33.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-md-33.row--md-unbordered>.col:not(:last-child):after,.row.g-md-33.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-33.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-33.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-33.row--lg-bordered>.col:not(:last-child):after,.row.g-md-33.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-33.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-33.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-md-33.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-33.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-33.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-33.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-33.row--xl-bordered>.col:not(:last-child):after,.row.g-md-33.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-33.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-33.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-md-33.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-33.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-33.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-33.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-33.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-33.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-33.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-33.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-md-33.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-33.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-33.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-33.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-33.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-33.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-33.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-33.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-md-33.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-33.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-33.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-33.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-34.row--bordered>.col:not(:last-child):after,.row.g-md-34.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-34.row--bordered>.col:not(:last-child):after,.row.gy-md-34.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-md-34.row--unbordered>.col:not(:last-child):after,.row.g-md-34.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-34.row--unbordered>.col:not(:last-child):after,.row.gy-md-34.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-34.row--sm-bordered>.col:not(:last-child):after,.row.g-md-34.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-34.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-34.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-md-34.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-34.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-34.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-34.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-34.row--md-bordered>.col:not(:last-child):after,.row.g-md-34.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-34.row--md-bordered>.col:not(:last-child):after,.row.gy-md-34.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-md-34.row--md-unbordered>.col:not(:last-child):after,.row.g-md-34.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-34.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-34.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-34.row--lg-bordered>.col:not(:last-child):after,.row.g-md-34.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-34.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-34.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-md-34.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-34.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-34.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-34.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-34.row--xl-bordered>.col:not(:last-child):after,.row.g-md-34.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-34.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-34.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-md-34.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-34.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-34.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-34.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-34.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-34.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-34.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-34.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-md-34.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-34.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-34.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-34.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-34.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-34.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-34.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-34.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-md-34.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-34.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-34.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-34.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-35.row--bordered>.col:not(:last-child):after,.row.g-md-35.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-35.row--bordered>.col:not(:last-child):after,.row.gy-md-35.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-md-35.row--unbordered>.col:not(:last-child):after,.row.g-md-35.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-35.row--unbordered>.col:not(:last-child):after,.row.gy-md-35.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-35.row--sm-bordered>.col:not(:last-child):after,.row.g-md-35.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-35.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-35.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-md-35.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-35.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-35.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-35.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-35.row--md-bordered>.col:not(:last-child):after,.row.g-md-35.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-35.row--md-bordered>.col:not(:last-child):after,.row.gy-md-35.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-md-35.row--md-unbordered>.col:not(:last-child):after,.row.g-md-35.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-35.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-35.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-35.row--lg-bordered>.col:not(:last-child):after,.row.g-md-35.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-35.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-35.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-md-35.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-35.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-35.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-35.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-35.row--xl-bordered>.col:not(:last-child):after,.row.g-md-35.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-35.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-35.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-md-35.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-35.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-35.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-35.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-35.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-35.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-35.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-35.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-md-35.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-35.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-35.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-35.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-35.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-35.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-35.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-35.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-md-35.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-35.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-35.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-35.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-36.row--bordered>.col:not(:last-child):after,.row.g-md-36.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-36.row--bordered>.col:not(:last-child):after,.row.gy-md-36.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-md-36.row--unbordered>.col:not(:last-child):after,.row.g-md-36.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-36.row--unbordered>.col:not(:last-child):after,.row.gy-md-36.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-36.row--sm-bordered>.col:not(:last-child):after,.row.g-md-36.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-36.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-36.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-md-36.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-36.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-36.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-36.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-36.row--md-bordered>.col:not(:last-child):after,.row.g-md-36.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-36.row--md-bordered>.col:not(:last-child):after,.row.gy-md-36.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-md-36.row--md-unbordered>.col:not(:last-child):after,.row.g-md-36.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-36.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-36.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-36.row--lg-bordered>.col:not(:last-child):after,.row.g-md-36.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-36.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-36.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-md-36.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-36.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-36.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-36.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-36.row--xl-bordered>.col:not(:last-child):after,.row.g-md-36.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-36.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-36.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-md-36.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-36.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-36.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-36.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-36.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-36.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-36.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-36.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-md-36.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-36.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-36.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-36.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-36.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-36.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-36.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-36.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-md-36.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-36.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-36.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-36.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-37.row--bordered>.col:not(:last-child):after,.row.g-md-37.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-37.row--bordered>.col:not(:last-child):after,.row.gy-md-37.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-md-37.row--unbordered>.col:not(:last-child):after,.row.g-md-37.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-37.row--unbordered>.col:not(:last-child):after,.row.gy-md-37.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-37.row--sm-bordered>.col:not(:last-child):after,.row.g-md-37.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-37.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-37.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-md-37.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-37.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-37.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-37.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-37.row--md-bordered>.col:not(:last-child):after,.row.g-md-37.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-37.row--md-bordered>.col:not(:last-child):after,.row.gy-md-37.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-md-37.row--md-unbordered>.col:not(:last-child):after,.row.g-md-37.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-37.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-37.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-37.row--lg-bordered>.col:not(:last-child):after,.row.g-md-37.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-37.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-37.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-md-37.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-37.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-37.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-37.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-37.row--xl-bordered>.col:not(:last-child):after,.row.g-md-37.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-37.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-37.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-md-37.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-37.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-37.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-37.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-37.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-37.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-37.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-37.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-md-37.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-37.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-37.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-37.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-37.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-37.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-37.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-37.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-md-37.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-37.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-37.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-37.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-38.row--bordered>.col:not(:last-child):after,.row.g-md-38.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-38.row--bordered>.col:not(:last-child):after,.row.gy-md-38.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-md-38.row--unbordered>.col:not(:last-child):after,.row.g-md-38.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-38.row--unbordered>.col:not(:last-child):after,.row.gy-md-38.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-38.row--sm-bordered>.col:not(:last-child):after,.row.g-md-38.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-38.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-38.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-md-38.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-38.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-38.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-38.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-38.row--md-bordered>.col:not(:last-child):after,.row.g-md-38.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-38.row--md-bordered>.col:not(:last-child):after,.row.gy-md-38.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-md-38.row--md-unbordered>.col:not(:last-child):after,.row.g-md-38.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-38.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-38.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-38.row--lg-bordered>.col:not(:last-child):after,.row.g-md-38.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-38.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-38.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-md-38.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-38.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-38.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-38.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-38.row--xl-bordered>.col:not(:last-child):after,.row.g-md-38.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-38.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-38.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-md-38.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-38.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-38.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-38.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-38.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-38.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-38.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-38.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-md-38.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-38.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-38.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-38.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-38.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-38.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-38.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-38.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-md-38.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-38.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-38.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-38.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-39.row--bordered>.col:not(:last-child):after,.row.g-md-39.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-39.row--bordered>.col:not(:last-child):after,.row.gy-md-39.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-md-39.row--unbordered>.col:not(:last-child):after,.row.g-md-39.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-39.row--unbordered>.col:not(:last-child):after,.row.gy-md-39.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-39.row--sm-bordered>.col:not(:last-child):after,.row.g-md-39.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-39.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-39.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-md-39.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-39.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-39.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-39.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-39.row--md-bordered>.col:not(:last-child):after,.row.g-md-39.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-39.row--md-bordered>.col:not(:last-child):after,.row.gy-md-39.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-md-39.row--md-unbordered>.col:not(:last-child):after,.row.g-md-39.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-39.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-39.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-39.row--lg-bordered>.col:not(:last-child):after,.row.g-md-39.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-39.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-39.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-md-39.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-39.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-39.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-39.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-39.row--xl-bordered>.col:not(:last-child):after,.row.g-md-39.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-39.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-39.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-md-39.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-39.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-39.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-39.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-39.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-39.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-39.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-39.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-md-39.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-39.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-39.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-39.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-39.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-39.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-39.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-39.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-md-39.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-39.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-39.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-39.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-40.row--bordered>.col:not(:last-child):after,.row.g-md-40.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-40.row--bordered>.col:not(:last-child):after,.row.gy-md-40.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-md-40.row--unbordered>.col:not(:last-child):after,.row.g-md-40.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-40.row--unbordered>.col:not(:last-child):after,.row.gy-md-40.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-40.row--sm-bordered>.col:not(:last-child):after,.row.g-md-40.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-40.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-40.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-md-40.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-40.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-40.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-40.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-40.row--md-bordered>.col:not(:last-child):after,.row.g-md-40.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-40.row--md-bordered>.col:not(:last-child):after,.row.gy-md-40.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-md-40.row--md-unbordered>.col:not(:last-child):after,.row.g-md-40.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-40.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-40.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-40.row--lg-bordered>.col:not(:last-child):after,.row.g-md-40.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-40.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-40.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-md-40.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-40.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-40.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-40.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-40.row--xl-bordered>.col:not(:last-child):after,.row.g-md-40.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-40.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-40.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-md-40.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-40.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-40.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-40.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-40.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-40.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-40.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-40.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-md-40.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-40.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-40.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-40.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-40.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-40.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-40.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-40.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-md-40.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-40.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-40.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-40.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-41.row--bordered>.col:not(:last-child):after,.row.g-md-41.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-41.row--bordered>.col:not(:last-child):after,.row.gy-md-41.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-md-41.row--unbordered>.col:not(:last-child):after,.row.g-md-41.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-41.row--unbordered>.col:not(:last-child):after,.row.gy-md-41.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-41.row--sm-bordered>.col:not(:last-child):after,.row.g-md-41.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-41.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-41.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-md-41.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-41.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-41.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-41.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-41.row--md-bordered>.col:not(:last-child):after,.row.g-md-41.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-41.row--md-bordered>.col:not(:last-child):after,.row.gy-md-41.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-md-41.row--md-unbordered>.col:not(:last-child):after,.row.g-md-41.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-41.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-41.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-41.row--lg-bordered>.col:not(:last-child):after,.row.g-md-41.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-41.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-41.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-md-41.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-41.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-41.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-41.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-41.row--xl-bordered>.col:not(:last-child):after,.row.g-md-41.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-41.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-41.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-md-41.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-41.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-41.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-41.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-41.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-41.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-41.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-41.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-md-41.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-41.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-41.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-41.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-41.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-41.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-41.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-41.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-md-41.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-41.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-41.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-41.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-42.row--bordered>.col:not(:last-child):after,.row.g-md-42.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-42.row--bordered>.col:not(:last-child):after,.row.gy-md-42.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-md-42.row--unbordered>.col:not(:last-child):after,.row.g-md-42.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-42.row--unbordered>.col:not(:last-child):after,.row.gy-md-42.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-42.row--sm-bordered>.col:not(:last-child):after,.row.g-md-42.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-42.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-42.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-md-42.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-42.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-42.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-42.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-42.row--md-bordered>.col:not(:last-child):after,.row.g-md-42.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-42.row--md-bordered>.col:not(:last-child):after,.row.gy-md-42.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-md-42.row--md-unbordered>.col:not(:last-child):after,.row.g-md-42.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-42.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-42.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-42.row--lg-bordered>.col:not(:last-child):after,.row.g-md-42.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-42.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-42.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-md-42.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-42.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-42.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-42.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-42.row--xl-bordered>.col:not(:last-child):after,.row.g-md-42.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-42.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-42.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-md-42.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-42.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-42.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-42.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-42.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-42.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-42.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-42.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-md-42.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-42.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-42.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-42.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-42.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-42.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-42.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-42.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-md-42.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-42.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-42.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-42.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-43.row--bordered>.col:not(:last-child):after,.row.g-md-43.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-43.row--bordered>.col:not(:last-child):after,.row.gy-md-43.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-md-43.row--unbordered>.col:not(:last-child):after,.row.g-md-43.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-43.row--unbordered>.col:not(:last-child):after,.row.gy-md-43.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-43.row--sm-bordered>.col:not(:last-child):after,.row.g-md-43.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-43.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-43.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-md-43.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-43.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-43.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-43.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-43.row--md-bordered>.col:not(:last-child):after,.row.g-md-43.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-43.row--md-bordered>.col:not(:last-child):after,.row.gy-md-43.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-md-43.row--md-unbordered>.col:not(:last-child):after,.row.g-md-43.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-43.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-43.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-43.row--lg-bordered>.col:not(:last-child):after,.row.g-md-43.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-43.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-43.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-md-43.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-43.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-43.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-43.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-43.row--xl-bordered>.col:not(:last-child):after,.row.g-md-43.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-43.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-43.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-md-43.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-43.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-43.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-43.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-43.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-43.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-43.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-43.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-md-43.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-43.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-43.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-43.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-43.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-43.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-43.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-43.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-md-43.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-43.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-43.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-43.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-44.row--bordered>.col:not(:last-child):after,.row.g-md-44.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-44.row--bordered>.col:not(:last-child):after,.row.gy-md-44.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-md-44.row--unbordered>.col:not(:last-child):after,.row.g-md-44.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-44.row--unbordered>.col:not(:last-child):after,.row.gy-md-44.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-44.row--sm-bordered>.col:not(:last-child):after,.row.g-md-44.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-44.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-44.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-md-44.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-44.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-44.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-44.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-44.row--md-bordered>.col:not(:last-child):after,.row.g-md-44.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-44.row--md-bordered>.col:not(:last-child):after,.row.gy-md-44.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-md-44.row--md-unbordered>.col:not(:last-child):after,.row.g-md-44.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-44.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-44.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-44.row--lg-bordered>.col:not(:last-child):after,.row.g-md-44.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-44.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-44.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-md-44.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-44.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-44.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-44.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-44.row--xl-bordered>.col:not(:last-child):after,.row.g-md-44.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-44.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-44.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-md-44.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-44.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-44.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-44.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-44.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-44.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-44.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-44.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-md-44.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-44.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-44.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-44.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-44.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-44.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-44.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-44.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-md-44.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-44.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-44.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-44.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-45.row--bordered>.col:not(:last-child):after,.row.g-md-45.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-45.row--bordered>.col:not(:last-child):after,.row.gy-md-45.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-md-45.row--unbordered>.col:not(:last-child):after,.row.g-md-45.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-45.row--unbordered>.col:not(:last-child):after,.row.gy-md-45.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-45.row--sm-bordered>.col:not(:last-child):after,.row.g-md-45.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-45.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-45.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-md-45.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-45.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-45.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-45.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-45.row--md-bordered>.col:not(:last-child):after,.row.g-md-45.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-45.row--md-bordered>.col:not(:last-child):after,.row.gy-md-45.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-md-45.row--md-unbordered>.col:not(:last-child):after,.row.g-md-45.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-45.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-45.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-45.row--lg-bordered>.col:not(:last-child):after,.row.g-md-45.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-45.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-45.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-md-45.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-45.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-45.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-45.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-45.row--xl-bordered>.col:not(:last-child):after,.row.g-md-45.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-45.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-45.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-md-45.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-45.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-45.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-45.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-45.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-45.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-45.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-45.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-md-45.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-45.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-45.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-45.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-45.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-45.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-45.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-45.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-md-45.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-45.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-45.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-45.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-46.row--bordered>.col:not(:last-child):after,.row.g-md-46.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-46.row--bordered>.col:not(:last-child):after,.row.gy-md-46.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-md-46.row--unbordered>.col:not(:last-child):after,.row.g-md-46.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-46.row--unbordered>.col:not(:last-child):after,.row.gy-md-46.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-46.row--sm-bordered>.col:not(:last-child):after,.row.g-md-46.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-46.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-46.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-md-46.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-46.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-46.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-46.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-46.row--md-bordered>.col:not(:last-child):after,.row.g-md-46.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-46.row--md-bordered>.col:not(:last-child):after,.row.gy-md-46.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-md-46.row--md-unbordered>.col:not(:last-child):after,.row.g-md-46.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-46.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-46.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-46.row--lg-bordered>.col:not(:last-child):after,.row.g-md-46.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-46.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-46.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-md-46.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-46.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-46.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-46.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-46.row--xl-bordered>.col:not(:last-child):after,.row.g-md-46.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-46.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-46.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-md-46.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-46.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-46.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-46.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-46.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-46.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-46.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-46.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-md-46.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-46.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-46.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-46.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-46.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-46.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-46.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-46.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-md-46.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-46.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-46.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-46.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-47.row--bordered>.col:not(:last-child):after,.row.g-md-47.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-47.row--bordered>.col:not(:last-child):after,.row.gy-md-47.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-md-47.row--unbordered>.col:not(:last-child):after,.row.g-md-47.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-47.row--unbordered>.col:not(:last-child):after,.row.gy-md-47.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-47.row--sm-bordered>.col:not(:last-child):after,.row.g-md-47.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-47.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-47.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-md-47.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-47.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-47.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-47.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-47.row--md-bordered>.col:not(:last-child):after,.row.g-md-47.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-47.row--md-bordered>.col:not(:last-child):after,.row.gy-md-47.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-md-47.row--md-unbordered>.col:not(:last-child):after,.row.g-md-47.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-47.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-47.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-47.row--lg-bordered>.col:not(:last-child):after,.row.g-md-47.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-47.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-47.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-md-47.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-47.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-47.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-47.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-47.row--xl-bordered>.col:not(:last-child):after,.row.g-md-47.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-47.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-47.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-md-47.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-47.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-47.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-47.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-47.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-47.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-47.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-47.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-md-47.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-47.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-47.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-47.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-47.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-47.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-47.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-47.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-md-47.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-47.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-47.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-47.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-48.row--bordered>.col:not(:last-child):after,.row.g-md-48.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-48.row--bordered>.col:not(:last-child):after,.row.gy-md-48.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-md-48.row--unbordered>.col:not(:last-child):after,.row.g-md-48.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-48.row--unbordered>.col:not(:last-child):after,.row.gy-md-48.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-48.row--sm-bordered>.col:not(:last-child):after,.row.g-md-48.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-48.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-48.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-md-48.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-48.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-48.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-48.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-48.row--md-bordered>.col:not(:last-child):after,.row.g-md-48.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-48.row--md-bordered>.col:not(:last-child):after,.row.gy-md-48.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-md-48.row--md-unbordered>.col:not(:last-child):after,.row.g-md-48.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-48.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-48.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-48.row--lg-bordered>.col:not(:last-child):after,.row.g-md-48.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-48.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-48.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-md-48.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-48.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-48.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-48.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-48.row--xl-bordered>.col:not(:last-child):after,.row.g-md-48.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-48.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-48.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-md-48.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-48.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-48.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-48.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-48.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-48.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-48.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-48.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-md-48.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-48.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-48.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-48.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-48.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-48.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-48.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-48.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-md-48.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-48.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-48.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-48.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-49.row--bordered>.col:not(:last-child):after,.row.g-md-49.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-49.row--bordered>.col:not(:last-child):after,.row.gy-md-49.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-md-49.row--unbordered>.col:not(:last-child):after,.row.g-md-49.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-49.row--unbordered>.col:not(:last-child):after,.row.gy-md-49.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-49.row--sm-bordered>.col:not(:last-child):after,.row.g-md-49.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-49.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-49.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-md-49.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-49.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-49.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-49.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-49.row--md-bordered>.col:not(:last-child):after,.row.g-md-49.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-49.row--md-bordered>.col:not(:last-child):after,.row.gy-md-49.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-md-49.row--md-unbordered>.col:not(:last-child):after,.row.g-md-49.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-49.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-49.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-49.row--lg-bordered>.col:not(:last-child):after,.row.g-md-49.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-49.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-49.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-md-49.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-49.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-49.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-49.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-49.row--xl-bordered>.col:not(:last-child):after,.row.g-md-49.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-49.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-49.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-md-49.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-49.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-49.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-49.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-49.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-49.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-49.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-49.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-md-49.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-49.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-49.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-49.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-49.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-49.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-49.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-49.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-md-49.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-49.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-49.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-49.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px){.row.g-md-50.row--bordered>.col:not(:last-child):after,.row.g-md-50.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-md-50.row--bordered>.col:not(:last-child):after,.row.gy-md-50.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-md-50.row--unbordered>.col:not(:last-child):after,.row.g-md-50.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-50.row--unbordered>.col:not(:last-child):after,.row.gy-md-50.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=576px){.row.g-md-50.row--sm-bordered>.col:not(:last-child):after,.row.g-md-50.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-50.row--sm-bordered>.col:not(:last-child):after,.row.gy-md-50.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-md-50.row--sm-unbordered>.col:not(:last-child):after,.row.g-md-50.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-50.row--sm-unbordered>.col:not(:last-child):after,.row.gy-md-50.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=768px){.row.g-md-50.row--md-bordered>.col:not(:last-child):after,.row.g-md-50.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-50.row--md-bordered>.col:not(:last-child):after,.row.gy-md-50.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-md-50.row--md-unbordered>.col:not(:last-child):after,.row.g-md-50.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-50.row--md-unbordered>.col:not(:last-child):after,.row.gy-md-50.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=992px){.row.g-md-50.row--lg-bordered>.col:not(:last-child):after,.row.g-md-50.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-50.row--lg-bordered>.col:not(:last-child):after,.row.gy-md-50.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-md-50.row--lg-unbordered>.col:not(:last-child):after,.row.g-md-50.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-50.row--lg-unbordered>.col:not(:last-child):after,.row.gy-md-50.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1200px){.row.g-md-50.row--xl-bordered>.col:not(:last-child):after,.row.g-md-50.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-50.row--xl-bordered>.col:not(:last-child):after,.row.gy-md-50.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-md-50.row--xl-unbordered>.col:not(:last-child):after,.row.g-md-50.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-50.row--xl-unbordered>.col:not(:last-child):after,.row.gy-md-50.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1400px){.row.g-md-50.row--xxl-bordered>.col:not(:last-child):after,.row.g-md-50.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-50.row--xxl-bordered>.col:not(:last-child):after,.row.gy-md-50.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-md-50.row--xxl-unbordered>.col:not(:last-child):after,.row.g-md-50.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-50.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-md-50.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=768px) and (width>=1600px){.row.g-md-50.row--xxxl-bordered>.col:not(:last-child):after,.row.g-md-50.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-md-50.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-md-50.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-md-50.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-md-50.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-md-50.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-md-50.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-0.row--bordered>.col:not(:last-child):after,.row.g-lg-0.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-0.row--bordered>.col:not(:last-child):after,.row.gy-lg-0.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-lg-0.row--unbordered>.col:not(:last-child):after,.row.g-lg-0.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-0.row--unbordered>.col:not(:last-child):after,.row.gy-lg-0.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-0.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-0.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-0.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-0.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-lg-0.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-0.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-0.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-0.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-0.row--md-bordered>.col:not(:last-child):after,.row.g-lg-0.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-0.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-0.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-lg-0.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-0.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-0.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-0.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-0.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-0.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-0.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-0.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-lg-0.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-0.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-0.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-0.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-0.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-0.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-0.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-0.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-lg-0.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-0.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-0.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-0.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-0.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-0.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-0.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-0.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-lg-0.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-0.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-0.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-0.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-0.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-0.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-0.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-0.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-lg-0.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-0.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-0.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-0.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-1.row--bordered>.col:not(:last-child):after,.row.g-lg-1.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-1.row--bordered>.col:not(:last-child):after,.row.gy-lg-1.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-lg-1.row--unbordered>.col:not(:last-child):after,.row.g-lg-1.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-1.row--unbordered>.col:not(:last-child):after,.row.gy-lg-1.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-1.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-1.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-1.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-1.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-lg-1.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-1.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-1.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-1.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-1.row--md-bordered>.col:not(:last-child):after,.row.g-lg-1.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-1.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-1.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-lg-1.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-1.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-1.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-1.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-1.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-1.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-1.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-1.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-lg-1.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-1.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-1.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-1.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-1.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-1.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-1.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-1.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-lg-1.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-1.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-1.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-1.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-1.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-1.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-1.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-1.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-lg-1.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-1.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-1.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-1.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-1.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-1.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-1.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-1.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-lg-1.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-1.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-1.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-1.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-2.row--bordered>.col:not(:last-child):after,.row.g-lg-2.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-2.row--bordered>.col:not(:last-child):after,.row.gy-lg-2.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-lg-2.row--unbordered>.col:not(:last-child):after,.row.g-lg-2.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-2.row--unbordered>.col:not(:last-child):after,.row.gy-lg-2.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-2.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-2.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-2.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-2.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-lg-2.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-2.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-2.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-2.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-2.row--md-bordered>.col:not(:last-child):after,.row.g-lg-2.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-2.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-2.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-lg-2.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-2.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-2.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-2.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-2.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-2.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-2.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-2.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-lg-2.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-2.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-2.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-2.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-2.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-2.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-2.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-2.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-lg-2.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-2.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-2.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-2.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-2.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-2.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-2.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-2.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-lg-2.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-2.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-2.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-2.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-2.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-2.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-2.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-2.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-lg-2.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-2.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-2.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-2.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-3.row--bordered>.col:not(:last-child):after,.row.g-lg-3.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-3.row--bordered>.col:not(:last-child):after,.row.gy-lg-3.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-lg-3.row--unbordered>.col:not(:last-child):after,.row.g-lg-3.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-3.row--unbordered>.col:not(:last-child):after,.row.gy-lg-3.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-3.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-3.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-3.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-3.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-lg-3.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-3.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-3.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-3.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-3.row--md-bordered>.col:not(:last-child):after,.row.g-lg-3.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-3.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-3.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-lg-3.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-3.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-3.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-3.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-3.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-3.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-3.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-3.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-lg-3.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-3.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-3.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-3.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-3.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-3.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-3.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-3.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-lg-3.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-3.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-3.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-3.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-3.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-3.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-3.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-3.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-lg-3.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-3.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-3.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-3.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-3.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-3.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-3.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-3.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-lg-3.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-3.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-3.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-3.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-4.row--bordered>.col:not(:last-child):after,.row.g-lg-4.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-4.row--bordered>.col:not(:last-child):after,.row.gy-lg-4.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-lg-4.row--unbordered>.col:not(:last-child):after,.row.g-lg-4.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-4.row--unbordered>.col:not(:last-child):after,.row.gy-lg-4.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-4.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-4.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-4.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-4.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-lg-4.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-4.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-4.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-4.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-4.row--md-bordered>.col:not(:last-child):after,.row.g-lg-4.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-4.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-4.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-lg-4.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-4.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-4.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-4.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-4.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-4.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-4.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-4.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-lg-4.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-4.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-4.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-4.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-4.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-4.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-4.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-4.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-lg-4.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-4.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-4.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-4.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-4.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-4.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-4.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-4.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-lg-4.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-4.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-4.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-4.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-4.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-4.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-4.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-4.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-lg-4.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-4.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-4.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-4.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-5.row--bordered>.col:not(:last-child):after,.row.g-lg-5.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-5.row--bordered>.col:not(:last-child):after,.row.gy-lg-5.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-lg-5.row--unbordered>.col:not(:last-child):after,.row.g-lg-5.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-5.row--unbordered>.col:not(:last-child):after,.row.gy-lg-5.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-5.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-5.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-5.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-5.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-lg-5.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-5.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-5.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-5.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-5.row--md-bordered>.col:not(:last-child):after,.row.g-lg-5.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-5.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-5.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-lg-5.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-5.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-5.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-5.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-5.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-5.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-5.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-5.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-lg-5.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-5.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-5.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-5.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-5.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-5.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-5.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-5.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-lg-5.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-5.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-5.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-5.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-5.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-5.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-5.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-5.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-lg-5.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-5.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-5.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-5.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-5.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-5.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-5.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-5.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-lg-5.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-5.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-5.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-5.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-6.row--bordered>.col:not(:last-child):after,.row.g-lg-6.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-6.row--bordered>.col:not(:last-child):after,.row.gy-lg-6.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-lg-6.row--unbordered>.col:not(:last-child):after,.row.g-lg-6.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-6.row--unbordered>.col:not(:last-child):after,.row.gy-lg-6.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-6.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-6.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-6.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-6.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-lg-6.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-6.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-6.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-6.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-6.row--md-bordered>.col:not(:last-child):after,.row.g-lg-6.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-6.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-6.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-lg-6.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-6.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-6.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-6.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-6.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-6.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-6.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-6.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-lg-6.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-6.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-6.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-6.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-6.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-6.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-6.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-6.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-lg-6.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-6.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-6.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-6.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-6.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-6.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-6.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-6.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-lg-6.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-6.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-6.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-6.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-6.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-6.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-6.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-6.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-lg-6.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-6.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-6.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-6.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-7.row--bordered>.col:not(:last-child):after,.row.g-lg-7.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-7.row--bordered>.col:not(:last-child):after,.row.gy-lg-7.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-lg-7.row--unbordered>.col:not(:last-child):after,.row.g-lg-7.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-7.row--unbordered>.col:not(:last-child):after,.row.gy-lg-7.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-7.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-7.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-7.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-7.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-lg-7.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-7.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-7.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-7.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-7.row--md-bordered>.col:not(:last-child):after,.row.g-lg-7.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-7.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-7.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-lg-7.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-7.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-7.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-7.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-7.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-7.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-7.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-7.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-lg-7.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-7.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-7.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-7.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-7.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-7.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-7.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-7.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-lg-7.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-7.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-7.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-7.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-7.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-7.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-7.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-7.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-lg-7.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-7.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-7.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-7.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-7.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-7.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-7.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-7.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-lg-7.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-7.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-7.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-7.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-8.row--bordered>.col:not(:last-child):after,.row.g-lg-8.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-8.row--bordered>.col:not(:last-child):after,.row.gy-lg-8.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-lg-8.row--unbordered>.col:not(:last-child):after,.row.g-lg-8.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-8.row--unbordered>.col:not(:last-child):after,.row.gy-lg-8.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-8.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-8.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-8.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-8.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-lg-8.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-8.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-8.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-8.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-8.row--md-bordered>.col:not(:last-child):after,.row.g-lg-8.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-8.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-8.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-lg-8.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-8.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-8.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-8.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-8.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-8.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-8.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-8.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-lg-8.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-8.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-8.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-8.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-8.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-8.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-8.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-8.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-lg-8.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-8.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-8.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-8.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-8.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-8.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-8.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-8.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-lg-8.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-8.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-8.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-8.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-8.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-8.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-8.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-8.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-lg-8.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-8.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-8.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-8.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-9.row--bordered>.col:not(:last-child):after,.row.g-lg-9.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-9.row--bordered>.col:not(:last-child):after,.row.gy-lg-9.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-lg-9.row--unbordered>.col:not(:last-child):after,.row.g-lg-9.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-9.row--unbordered>.col:not(:last-child):after,.row.gy-lg-9.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-9.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-9.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-9.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-9.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-lg-9.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-9.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-9.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-9.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-9.row--md-bordered>.col:not(:last-child):after,.row.g-lg-9.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-9.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-9.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-lg-9.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-9.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-9.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-9.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-9.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-9.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-9.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-9.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-lg-9.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-9.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-9.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-9.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-9.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-9.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-9.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-9.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-lg-9.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-9.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-9.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-9.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-9.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-9.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-9.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-9.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-lg-9.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-9.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-9.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-9.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-9.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-9.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-9.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-9.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-lg-9.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-9.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-9.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-9.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-10.row--bordered>.col:not(:last-child):after,.row.g-lg-10.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-10.row--bordered>.col:not(:last-child):after,.row.gy-lg-10.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-lg-10.row--unbordered>.col:not(:last-child):after,.row.g-lg-10.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-10.row--unbordered>.col:not(:last-child):after,.row.gy-lg-10.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-10.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-10.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-10.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-10.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-lg-10.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-10.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-10.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-10.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-10.row--md-bordered>.col:not(:last-child):after,.row.g-lg-10.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-10.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-10.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-lg-10.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-10.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-10.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-10.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-10.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-10.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-10.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-10.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-lg-10.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-10.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-10.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-10.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-10.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-10.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-10.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-10.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-lg-10.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-10.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-10.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-10.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-10.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-10.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-10.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-10.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-lg-10.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-10.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-10.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-10.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-10.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-10.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-10.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-10.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-lg-10.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-10.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-10.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-10.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-11.row--bordered>.col:not(:last-child):after,.row.g-lg-11.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-11.row--bordered>.col:not(:last-child):after,.row.gy-lg-11.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-lg-11.row--unbordered>.col:not(:last-child):after,.row.g-lg-11.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-11.row--unbordered>.col:not(:last-child):after,.row.gy-lg-11.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-11.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-11.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-11.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-11.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-lg-11.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-11.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-11.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-11.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-11.row--md-bordered>.col:not(:last-child):after,.row.g-lg-11.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-11.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-11.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-lg-11.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-11.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-11.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-11.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-11.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-11.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-11.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-11.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-lg-11.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-11.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-11.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-11.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-11.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-11.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-11.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-11.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-lg-11.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-11.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-11.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-11.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-11.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-11.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-11.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-11.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-lg-11.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-11.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-11.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-11.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-11.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-11.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-11.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-11.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-lg-11.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-11.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-11.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-11.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-12.row--bordered>.col:not(:last-child):after,.row.g-lg-12.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-12.row--bordered>.col:not(:last-child):after,.row.gy-lg-12.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-lg-12.row--unbordered>.col:not(:last-child):after,.row.g-lg-12.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-12.row--unbordered>.col:not(:last-child):after,.row.gy-lg-12.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-12.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-12.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-12.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-12.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-lg-12.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-12.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-12.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-12.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-12.row--md-bordered>.col:not(:last-child):after,.row.g-lg-12.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-12.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-12.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-lg-12.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-12.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-12.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-12.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-12.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-12.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-12.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-12.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-lg-12.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-12.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-12.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-12.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-12.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-12.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-12.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-12.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-lg-12.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-12.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-12.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-12.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-12.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-12.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-12.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-12.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-lg-12.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-12.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-12.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-12.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-12.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-12.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-12.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-12.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-lg-12.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-12.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-12.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-12.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-13.row--bordered>.col:not(:last-child):after,.row.g-lg-13.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-13.row--bordered>.col:not(:last-child):after,.row.gy-lg-13.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-lg-13.row--unbordered>.col:not(:last-child):after,.row.g-lg-13.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-13.row--unbordered>.col:not(:last-child):after,.row.gy-lg-13.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-13.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-13.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-13.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-13.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-lg-13.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-13.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-13.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-13.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-13.row--md-bordered>.col:not(:last-child):after,.row.g-lg-13.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-13.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-13.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-lg-13.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-13.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-13.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-13.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-13.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-13.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-13.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-13.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-lg-13.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-13.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-13.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-13.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-13.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-13.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-13.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-13.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-lg-13.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-13.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-13.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-13.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-13.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-13.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-13.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-13.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-lg-13.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-13.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-13.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-13.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-13.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-13.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-13.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-13.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-lg-13.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-13.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-13.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-13.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-14.row--bordered>.col:not(:last-child):after,.row.g-lg-14.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-14.row--bordered>.col:not(:last-child):after,.row.gy-lg-14.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-lg-14.row--unbordered>.col:not(:last-child):after,.row.g-lg-14.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-14.row--unbordered>.col:not(:last-child):after,.row.gy-lg-14.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-14.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-14.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-14.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-14.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-lg-14.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-14.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-14.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-14.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-14.row--md-bordered>.col:not(:last-child):after,.row.g-lg-14.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-14.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-14.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-lg-14.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-14.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-14.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-14.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-14.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-14.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-14.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-14.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-lg-14.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-14.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-14.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-14.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-14.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-14.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-14.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-14.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-lg-14.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-14.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-14.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-14.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-14.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-14.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-14.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-14.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-lg-14.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-14.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-14.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-14.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-14.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-14.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-14.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-14.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-lg-14.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-14.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-14.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-14.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-15.row--bordered>.col:not(:last-child):after,.row.g-lg-15.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-15.row--bordered>.col:not(:last-child):after,.row.gy-lg-15.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-lg-15.row--unbordered>.col:not(:last-child):after,.row.g-lg-15.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-15.row--unbordered>.col:not(:last-child):after,.row.gy-lg-15.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-15.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-15.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-15.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-15.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-lg-15.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-15.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-15.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-15.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-15.row--md-bordered>.col:not(:last-child):after,.row.g-lg-15.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-15.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-15.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-lg-15.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-15.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-15.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-15.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-15.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-15.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-15.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-15.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-lg-15.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-15.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-15.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-15.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-15.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-15.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-15.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-15.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-lg-15.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-15.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-15.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-15.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-15.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-15.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-15.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-15.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-lg-15.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-15.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-15.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-15.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-15.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-15.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-15.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-15.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-lg-15.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-15.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-15.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-15.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-16.row--bordered>.col:not(:last-child):after,.row.g-lg-16.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-16.row--bordered>.col:not(:last-child):after,.row.gy-lg-16.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-lg-16.row--unbordered>.col:not(:last-child):after,.row.g-lg-16.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-16.row--unbordered>.col:not(:last-child):after,.row.gy-lg-16.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-16.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-16.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-16.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-16.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-lg-16.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-16.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-16.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-16.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-16.row--md-bordered>.col:not(:last-child):after,.row.g-lg-16.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-16.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-16.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-lg-16.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-16.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-16.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-16.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-16.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-16.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-16.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-16.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-lg-16.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-16.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-16.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-16.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-16.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-16.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-16.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-16.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-lg-16.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-16.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-16.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-16.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-16.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-16.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-16.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-16.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-lg-16.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-16.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-16.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-16.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-16.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-16.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-16.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-16.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-lg-16.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-16.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-16.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-16.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-17.row--bordered>.col:not(:last-child):after,.row.g-lg-17.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-17.row--bordered>.col:not(:last-child):after,.row.gy-lg-17.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-lg-17.row--unbordered>.col:not(:last-child):after,.row.g-lg-17.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-17.row--unbordered>.col:not(:last-child):after,.row.gy-lg-17.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-17.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-17.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-17.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-17.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-lg-17.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-17.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-17.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-17.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-17.row--md-bordered>.col:not(:last-child):after,.row.g-lg-17.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-17.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-17.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-lg-17.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-17.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-17.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-17.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-17.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-17.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-17.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-17.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-lg-17.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-17.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-17.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-17.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-17.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-17.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-17.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-17.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-lg-17.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-17.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-17.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-17.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-17.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-17.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-17.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-17.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-lg-17.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-17.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-17.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-17.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-17.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-17.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-17.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-17.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-lg-17.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-17.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-17.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-17.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-18.row--bordered>.col:not(:last-child):after,.row.g-lg-18.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-18.row--bordered>.col:not(:last-child):after,.row.gy-lg-18.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-lg-18.row--unbordered>.col:not(:last-child):after,.row.g-lg-18.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-18.row--unbordered>.col:not(:last-child):after,.row.gy-lg-18.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-18.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-18.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-18.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-18.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-lg-18.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-18.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-18.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-18.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-18.row--md-bordered>.col:not(:last-child):after,.row.g-lg-18.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-18.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-18.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-lg-18.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-18.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-18.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-18.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-18.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-18.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-18.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-18.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-lg-18.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-18.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-18.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-18.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-18.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-18.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-18.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-18.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-lg-18.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-18.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-18.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-18.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-18.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-18.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-18.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-18.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-lg-18.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-18.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-18.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-18.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-18.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-18.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-18.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-18.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-lg-18.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-18.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-18.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-18.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-19.row--bordered>.col:not(:last-child):after,.row.g-lg-19.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-19.row--bordered>.col:not(:last-child):after,.row.gy-lg-19.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-lg-19.row--unbordered>.col:not(:last-child):after,.row.g-lg-19.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-19.row--unbordered>.col:not(:last-child):after,.row.gy-lg-19.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-19.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-19.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-19.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-19.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-lg-19.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-19.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-19.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-19.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-19.row--md-bordered>.col:not(:last-child):after,.row.g-lg-19.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-19.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-19.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-lg-19.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-19.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-19.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-19.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-19.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-19.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-19.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-19.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-lg-19.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-19.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-19.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-19.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-19.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-19.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-19.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-19.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-lg-19.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-19.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-19.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-19.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-19.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-19.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-19.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-19.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-lg-19.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-19.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-19.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-19.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-19.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-19.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-19.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-19.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-lg-19.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-19.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-19.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-19.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-20.row--bordered>.col:not(:last-child):after,.row.g-lg-20.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-20.row--bordered>.col:not(:last-child):after,.row.gy-lg-20.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-lg-20.row--unbordered>.col:not(:last-child):after,.row.g-lg-20.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-20.row--unbordered>.col:not(:last-child):after,.row.gy-lg-20.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-20.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-20.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-20.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-20.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-lg-20.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-20.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-20.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-20.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-20.row--md-bordered>.col:not(:last-child):after,.row.g-lg-20.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-20.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-20.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-lg-20.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-20.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-20.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-20.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-20.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-20.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-20.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-20.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-lg-20.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-20.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-20.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-20.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-20.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-20.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-20.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-20.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-lg-20.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-20.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-20.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-20.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-20.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-20.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-20.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-20.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-lg-20.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-20.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-20.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-20.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-20.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-20.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-20.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-20.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-lg-20.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-20.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-20.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-20.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-21.row--bordered>.col:not(:last-child):after,.row.g-lg-21.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-21.row--bordered>.col:not(:last-child):after,.row.gy-lg-21.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-lg-21.row--unbordered>.col:not(:last-child):after,.row.g-lg-21.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-21.row--unbordered>.col:not(:last-child):after,.row.gy-lg-21.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-21.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-21.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-21.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-21.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-lg-21.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-21.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-21.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-21.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-21.row--md-bordered>.col:not(:last-child):after,.row.g-lg-21.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-21.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-21.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-lg-21.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-21.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-21.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-21.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-21.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-21.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-21.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-21.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-lg-21.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-21.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-21.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-21.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-21.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-21.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-21.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-21.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-lg-21.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-21.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-21.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-21.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-21.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-21.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-21.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-21.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-lg-21.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-21.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-21.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-21.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-21.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-21.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-21.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-21.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-lg-21.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-21.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-21.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-21.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-22.row--bordered>.col:not(:last-child):after,.row.g-lg-22.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-22.row--bordered>.col:not(:last-child):after,.row.gy-lg-22.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-lg-22.row--unbordered>.col:not(:last-child):after,.row.g-lg-22.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-22.row--unbordered>.col:not(:last-child):after,.row.gy-lg-22.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-22.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-22.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-22.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-22.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-lg-22.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-22.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-22.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-22.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-22.row--md-bordered>.col:not(:last-child):after,.row.g-lg-22.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-22.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-22.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-lg-22.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-22.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-22.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-22.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-22.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-22.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-22.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-22.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-lg-22.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-22.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-22.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-22.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-22.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-22.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-22.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-22.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-lg-22.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-22.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-22.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-22.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-22.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-22.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-22.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-22.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-lg-22.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-22.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-22.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-22.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-22.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-22.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-22.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-22.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-lg-22.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-22.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-22.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-22.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-23.row--bordered>.col:not(:last-child):after,.row.g-lg-23.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-23.row--bordered>.col:not(:last-child):after,.row.gy-lg-23.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-lg-23.row--unbordered>.col:not(:last-child):after,.row.g-lg-23.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-23.row--unbordered>.col:not(:last-child):after,.row.gy-lg-23.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-23.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-23.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-23.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-23.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-lg-23.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-23.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-23.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-23.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-23.row--md-bordered>.col:not(:last-child):after,.row.g-lg-23.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-23.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-23.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-lg-23.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-23.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-23.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-23.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-23.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-23.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-23.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-23.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-lg-23.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-23.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-23.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-23.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-23.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-23.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-23.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-23.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-lg-23.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-23.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-23.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-23.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-23.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-23.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-23.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-23.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-lg-23.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-23.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-23.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-23.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-23.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-23.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-23.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-23.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-lg-23.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-23.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-23.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-23.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-24.row--bordered>.col:not(:last-child):after,.row.g-lg-24.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-24.row--bordered>.col:not(:last-child):after,.row.gy-lg-24.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-lg-24.row--unbordered>.col:not(:last-child):after,.row.g-lg-24.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-24.row--unbordered>.col:not(:last-child):after,.row.gy-lg-24.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-24.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-24.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-24.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-24.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-lg-24.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-24.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-24.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-24.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-24.row--md-bordered>.col:not(:last-child):after,.row.g-lg-24.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-24.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-24.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-lg-24.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-24.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-24.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-24.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-24.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-24.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-24.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-24.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-lg-24.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-24.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-24.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-24.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-24.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-24.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-24.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-24.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-lg-24.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-24.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-24.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-24.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-24.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-24.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-24.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-24.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-lg-24.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-24.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-24.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-24.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-24.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-24.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-24.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-24.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-lg-24.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-24.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-24.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-24.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-25.row--bordered>.col:not(:last-child):after,.row.g-lg-25.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-25.row--bordered>.col:not(:last-child):after,.row.gy-lg-25.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-lg-25.row--unbordered>.col:not(:last-child):after,.row.g-lg-25.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-25.row--unbordered>.col:not(:last-child):after,.row.gy-lg-25.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-25.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-25.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-25.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-25.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-lg-25.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-25.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-25.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-25.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-25.row--md-bordered>.col:not(:last-child):after,.row.g-lg-25.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-25.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-25.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-lg-25.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-25.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-25.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-25.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-25.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-25.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-25.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-25.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-lg-25.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-25.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-25.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-25.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-25.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-25.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-25.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-25.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-lg-25.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-25.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-25.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-25.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-25.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-25.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-25.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-25.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-lg-25.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-25.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-25.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-25.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-25.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-25.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-25.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-25.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-lg-25.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-25.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-25.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-25.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-26.row--bordered>.col:not(:last-child):after,.row.g-lg-26.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-26.row--bordered>.col:not(:last-child):after,.row.gy-lg-26.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-lg-26.row--unbordered>.col:not(:last-child):after,.row.g-lg-26.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-26.row--unbordered>.col:not(:last-child):after,.row.gy-lg-26.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-26.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-26.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-26.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-26.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-lg-26.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-26.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-26.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-26.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-26.row--md-bordered>.col:not(:last-child):after,.row.g-lg-26.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-26.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-26.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-lg-26.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-26.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-26.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-26.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-26.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-26.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-26.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-26.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-lg-26.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-26.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-26.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-26.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-26.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-26.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-26.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-26.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-lg-26.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-26.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-26.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-26.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-26.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-26.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-26.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-26.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-lg-26.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-26.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-26.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-26.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-26.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-26.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-26.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-26.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-lg-26.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-26.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-26.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-26.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-27.row--bordered>.col:not(:last-child):after,.row.g-lg-27.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-27.row--bordered>.col:not(:last-child):after,.row.gy-lg-27.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-lg-27.row--unbordered>.col:not(:last-child):after,.row.g-lg-27.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-27.row--unbordered>.col:not(:last-child):after,.row.gy-lg-27.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-27.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-27.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-27.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-27.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-lg-27.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-27.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-27.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-27.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-27.row--md-bordered>.col:not(:last-child):after,.row.g-lg-27.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-27.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-27.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-lg-27.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-27.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-27.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-27.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-27.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-27.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-27.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-27.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-lg-27.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-27.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-27.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-27.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-27.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-27.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-27.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-27.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-lg-27.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-27.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-27.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-27.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-27.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-27.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-27.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-27.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-lg-27.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-27.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-27.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-27.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-27.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-27.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-27.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-27.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-lg-27.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-27.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-27.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-27.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-28.row--bordered>.col:not(:last-child):after,.row.g-lg-28.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-28.row--bordered>.col:not(:last-child):after,.row.gy-lg-28.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-lg-28.row--unbordered>.col:not(:last-child):after,.row.g-lg-28.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-28.row--unbordered>.col:not(:last-child):after,.row.gy-lg-28.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-28.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-28.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-28.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-28.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-lg-28.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-28.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-28.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-28.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-28.row--md-bordered>.col:not(:last-child):after,.row.g-lg-28.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-28.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-28.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-lg-28.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-28.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-28.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-28.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-28.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-28.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-28.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-28.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-lg-28.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-28.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-28.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-28.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-28.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-28.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-28.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-28.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-lg-28.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-28.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-28.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-28.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-28.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-28.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-28.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-28.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-lg-28.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-28.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-28.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-28.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-28.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-28.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-28.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-28.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-lg-28.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-28.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-28.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-28.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-29.row--bordered>.col:not(:last-child):after,.row.g-lg-29.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-29.row--bordered>.col:not(:last-child):after,.row.gy-lg-29.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-lg-29.row--unbordered>.col:not(:last-child):after,.row.g-lg-29.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-29.row--unbordered>.col:not(:last-child):after,.row.gy-lg-29.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-29.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-29.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-29.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-29.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-lg-29.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-29.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-29.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-29.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-29.row--md-bordered>.col:not(:last-child):after,.row.g-lg-29.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-29.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-29.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-lg-29.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-29.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-29.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-29.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-29.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-29.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-29.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-29.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-lg-29.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-29.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-29.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-29.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-29.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-29.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-29.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-29.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-lg-29.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-29.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-29.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-29.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-29.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-29.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-29.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-29.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-lg-29.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-29.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-29.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-29.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-29.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-29.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-29.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-29.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-lg-29.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-29.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-29.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-29.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-30.row--bordered>.col:not(:last-child):after,.row.g-lg-30.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-30.row--bordered>.col:not(:last-child):after,.row.gy-lg-30.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-lg-30.row--unbordered>.col:not(:last-child):after,.row.g-lg-30.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-30.row--unbordered>.col:not(:last-child):after,.row.gy-lg-30.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-30.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-30.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-30.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-30.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-lg-30.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-30.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-30.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-30.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-30.row--md-bordered>.col:not(:last-child):after,.row.g-lg-30.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-30.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-30.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-lg-30.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-30.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-30.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-30.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-30.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-30.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-30.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-30.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-lg-30.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-30.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-30.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-30.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-30.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-30.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-30.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-30.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-lg-30.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-30.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-30.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-30.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-30.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-30.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-30.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-30.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-lg-30.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-30.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-30.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-30.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-30.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-30.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-30.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-30.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-lg-30.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-30.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-30.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-30.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-31.row--bordered>.col:not(:last-child):after,.row.g-lg-31.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-31.row--bordered>.col:not(:last-child):after,.row.gy-lg-31.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-lg-31.row--unbordered>.col:not(:last-child):after,.row.g-lg-31.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-31.row--unbordered>.col:not(:last-child):after,.row.gy-lg-31.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-31.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-31.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-31.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-31.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-lg-31.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-31.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-31.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-31.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-31.row--md-bordered>.col:not(:last-child):after,.row.g-lg-31.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-31.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-31.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-lg-31.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-31.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-31.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-31.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-31.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-31.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-31.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-31.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-lg-31.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-31.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-31.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-31.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-31.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-31.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-31.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-31.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-lg-31.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-31.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-31.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-31.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-31.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-31.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-31.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-31.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-lg-31.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-31.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-31.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-31.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-31.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-31.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-31.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-31.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-lg-31.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-31.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-31.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-31.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-32.row--bordered>.col:not(:last-child):after,.row.g-lg-32.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-32.row--bordered>.col:not(:last-child):after,.row.gy-lg-32.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-lg-32.row--unbordered>.col:not(:last-child):after,.row.g-lg-32.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-32.row--unbordered>.col:not(:last-child):after,.row.gy-lg-32.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-32.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-32.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-32.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-32.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-lg-32.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-32.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-32.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-32.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-32.row--md-bordered>.col:not(:last-child):after,.row.g-lg-32.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-32.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-32.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-lg-32.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-32.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-32.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-32.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-32.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-32.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-32.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-32.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-lg-32.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-32.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-32.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-32.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-32.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-32.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-32.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-32.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-lg-32.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-32.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-32.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-32.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-32.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-32.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-32.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-32.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-lg-32.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-32.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-32.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-32.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-32.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-32.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-32.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-32.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-lg-32.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-32.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-32.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-32.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-33.row--bordered>.col:not(:last-child):after,.row.g-lg-33.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-33.row--bordered>.col:not(:last-child):after,.row.gy-lg-33.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-lg-33.row--unbordered>.col:not(:last-child):after,.row.g-lg-33.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-33.row--unbordered>.col:not(:last-child):after,.row.gy-lg-33.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-33.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-33.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-33.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-33.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-lg-33.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-33.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-33.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-33.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-33.row--md-bordered>.col:not(:last-child):after,.row.g-lg-33.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-33.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-33.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-lg-33.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-33.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-33.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-33.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-33.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-33.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-33.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-33.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-lg-33.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-33.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-33.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-33.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-33.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-33.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-33.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-33.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-lg-33.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-33.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-33.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-33.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-33.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-33.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-33.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-33.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-lg-33.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-33.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-33.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-33.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-33.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-33.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-33.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-33.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-lg-33.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-33.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-33.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-33.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-34.row--bordered>.col:not(:last-child):after,.row.g-lg-34.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-34.row--bordered>.col:not(:last-child):after,.row.gy-lg-34.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-lg-34.row--unbordered>.col:not(:last-child):after,.row.g-lg-34.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-34.row--unbordered>.col:not(:last-child):after,.row.gy-lg-34.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-34.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-34.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-34.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-34.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-lg-34.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-34.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-34.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-34.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-34.row--md-bordered>.col:not(:last-child):after,.row.g-lg-34.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-34.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-34.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-lg-34.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-34.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-34.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-34.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-34.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-34.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-34.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-34.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-lg-34.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-34.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-34.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-34.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-34.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-34.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-34.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-34.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-lg-34.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-34.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-34.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-34.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-34.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-34.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-34.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-34.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-lg-34.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-34.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-34.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-34.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-34.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-34.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-34.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-34.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-lg-34.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-34.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-34.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-34.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-35.row--bordered>.col:not(:last-child):after,.row.g-lg-35.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-35.row--bordered>.col:not(:last-child):after,.row.gy-lg-35.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-lg-35.row--unbordered>.col:not(:last-child):after,.row.g-lg-35.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-35.row--unbordered>.col:not(:last-child):after,.row.gy-lg-35.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-35.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-35.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-35.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-35.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-lg-35.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-35.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-35.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-35.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-35.row--md-bordered>.col:not(:last-child):after,.row.g-lg-35.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-35.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-35.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-lg-35.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-35.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-35.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-35.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-35.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-35.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-35.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-35.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-lg-35.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-35.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-35.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-35.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-35.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-35.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-35.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-35.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-lg-35.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-35.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-35.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-35.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-35.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-35.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-35.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-35.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-lg-35.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-35.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-35.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-35.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-35.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-35.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-35.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-35.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-lg-35.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-35.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-35.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-35.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-36.row--bordered>.col:not(:last-child):after,.row.g-lg-36.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-36.row--bordered>.col:not(:last-child):after,.row.gy-lg-36.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-lg-36.row--unbordered>.col:not(:last-child):after,.row.g-lg-36.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-36.row--unbordered>.col:not(:last-child):after,.row.gy-lg-36.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-36.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-36.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-36.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-36.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-lg-36.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-36.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-36.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-36.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-36.row--md-bordered>.col:not(:last-child):after,.row.g-lg-36.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-36.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-36.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-lg-36.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-36.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-36.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-36.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-36.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-36.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-36.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-36.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-lg-36.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-36.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-36.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-36.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-36.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-36.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-36.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-36.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-lg-36.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-36.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-36.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-36.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-36.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-36.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-36.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-36.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-lg-36.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-36.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-36.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-36.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-36.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-36.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-36.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-36.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-lg-36.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-36.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-36.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-36.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-37.row--bordered>.col:not(:last-child):after,.row.g-lg-37.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-37.row--bordered>.col:not(:last-child):after,.row.gy-lg-37.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-lg-37.row--unbordered>.col:not(:last-child):after,.row.g-lg-37.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-37.row--unbordered>.col:not(:last-child):after,.row.gy-lg-37.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-37.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-37.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-37.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-37.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-lg-37.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-37.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-37.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-37.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-37.row--md-bordered>.col:not(:last-child):after,.row.g-lg-37.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-37.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-37.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-lg-37.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-37.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-37.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-37.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-37.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-37.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-37.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-37.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-lg-37.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-37.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-37.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-37.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-37.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-37.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-37.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-37.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-lg-37.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-37.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-37.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-37.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-37.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-37.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-37.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-37.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-lg-37.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-37.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-37.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-37.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-37.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-37.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-37.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-37.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-lg-37.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-37.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-37.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-37.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-38.row--bordered>.col:not(:last-child):after,.row.g-lg-38.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-38.row--bordered>.col:not(:last-child):after,.row.gy-lg-38.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-lg-38.row--unbordered>.col:not(:last-child):after,.row.g-lg-38.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-38.row--unbordered>.col:not(:last-child):after,.row.gy-lg-38.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-38.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-38.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-38.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-38.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-lg-38.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-38.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-38.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-38.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-38.row--md-bordered>.col:not(:last-child):after,.row.g-lg-38.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-38.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-38.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-lg-38.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-38.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-38.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-38.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-38.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-38.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-38.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-38.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-lg-38.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-38.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-38.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-38.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-38.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-38.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-38.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-38.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-lg-38.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-38.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-38.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-38.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-38.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-38.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-38.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-38.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-lg-38.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-38.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-38.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-38.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-38.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-38.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-38.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-38.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-lg-38.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-38.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-38.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-38.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-39.row--bordered>.col:not(:last-child):after,.row.g-lg-39.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-39.row--bordered>.col:not(:last-child):after,.row.gy-lg-39.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-lg-39.row--unbordered>.col:not(:last-child):after,.row.g-lg-39.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-39.row--unbordered>.col:not(:last-child):after,.row.gy-lg-39.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-39.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-39.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-39.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-39.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-lg-39.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-39.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-39.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-39.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-39.row--md-bordered>.col:not(:last-child):after,.row.g-lg-39.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-39.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-39.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-lg-39.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-39.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-39.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-39.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-39.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-39.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-39.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-39.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-lg-39.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-39.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-39.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-39.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-39.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-39.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-39.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-39.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-lg-39.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-39.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-39.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-39.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-39.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-39.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-39.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-39.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-lg-39.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-39.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-39.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-39.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-39.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-39.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-39.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-39.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-lg-39.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-39.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-39.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-39.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-40.row--bordered>.col:not(:last-child):after,.row.g-lg-40.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-40.row--bordered>.col:not(:last-child):after,.row.gy-lg-40.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-lg-40.row--unbordered>.col:not(:last-child):after,.row.g-lg-40.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-40.row--unbordered>.col:not(:last-child):after,.row.gy-lg-40.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-40.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-40.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-40.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-40.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-lg-40.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-40.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-40.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-40.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-40.row--md-bordered>.col:not(:last-child):after,.row.g-lg-40.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-40.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-40.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-lg-40.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-40.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-40.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-40.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-40.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-40.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-40.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-40.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-lg-40.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-40.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-40.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-40.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-40.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-40.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-40.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-40.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-lg-40.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-40.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-40.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-40.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-40.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-40.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-40.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-40.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-lg-40.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-40.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-40.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-40.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-40.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-40.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-40.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-40.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-lg-40.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-40.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-40.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-40.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-41.row--bordered>.col:not(:last-child):after,.row.g-lg-41.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-41.row--bordered>.col:not(:last-child):after,.row.gy-lg-41.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-lg-41.row--unbordered>.col:not(:last-child):after,.row.g-lg-41.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-41.row--unbordered>.col:not(:last-child):after,.row.gy-lg-41.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-41.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-41.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-41.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-41.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-lg-41.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-41.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-41.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-41.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-41.row--md-bordered>.col:not(:last-child):after,.row.g-lg-41.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-41.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-41.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-lg-41.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-41.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-41.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-41.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-41.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-41.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-41.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-41.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-lg-41.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-41.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-41.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-41.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-41.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-41.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-41.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-41.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-lg-41.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-41.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-41.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-41.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-41.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-41.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-41.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-41.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-lg-41.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-41.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-41.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-41.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-41.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-41.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-41.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-41.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-lg-41.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-41.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-41.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-41.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-42.row--bordered>.col:not(:last-child):after,.row.g-lg-42.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-42.row--bordered>.col:not(:last-child):after,.row.gy-lg-42.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-lg-42.row--unbordered>.col:not(:last-child):after,.row.g-lg-42.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-42.row--unbordered>.col:not(:last-child):after,.row.gy-lg-42.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-42.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-42.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-42.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-42.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-lg-42.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-42.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-42.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-42.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-42.row--md-bordered>.col:not(:last-child):after,.row.g-lg-42.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-42.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-42.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-lg-42.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-42.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-42.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-42.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-42.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-42.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-42.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-42.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-lg-42.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-42.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-42.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-42.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-42.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-42.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-42.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-42.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-lg-42.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-42.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-42.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-42.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-42.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-42.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-42.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-42.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-lg-42.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-42.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-42.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-42.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-42.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-42.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-42.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-42.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-lg-42.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-42.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-42.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-42.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-43.row--bordered>.col:not(:last-child):after,.row.g-lg-43.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-43.row--bordered>.col:not(:last-child):after,.row.gy-lg-43.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-lg-43.row--unbordered>.col:not(:last-child):after,.row.g-lg-43.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-43.row--unbordered>.col:not(:last-child):after,.row.gy-lg-43.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-43.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-43.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-43.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-43.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-lg-43.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-43.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-43.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-43.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-43.row--md-bordered>.col:not(:last-child):after,.row.g-lg-43.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-43.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-43.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-lg-43.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-43.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-43.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-43.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-43.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-43.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-43.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-43.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-lg-43.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-43.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-43.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-43.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-43.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-43.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-43.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-43.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-lg-43.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-43.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-43.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-43.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-43.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-43.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-43.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-43.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-lg-43.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-43.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-43.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-43.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-43.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-43.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-43.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-43.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-lg-43.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-43.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-43.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-43.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-44.row--bordered>.col:not(:last-child):after,.row.g-lg-44.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-44.row--bordered>.col:not(:last-child):after,.row.gy-lg-44.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-lg-44.row--unbordered>.col:not(:last-child):after,.row.g-lg-44.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-44.row--unbordered>.col:not(:last-child):after,.row.gy-lg-44.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-44.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-44.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-44.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-44.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-lg-44.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-44.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-44.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-44.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-44.row--md-bordered>.col:not(:last-child):after,.row.g-lg-44.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-44.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-44.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-lg-44.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-44.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-44.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-44.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-44.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-44.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-44.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-44.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-lg-44.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-44.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-44.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-44.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-44.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-44.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-44.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-44.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-lg-44.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-44.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-44.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-44.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-44.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-44.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-44.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-44.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-lg-44.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-44.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-44.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-44.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-44.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-44.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-44.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-44.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-lg-44.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-44.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-44.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-44.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-45.row--bordered>.col:not(:last-child):after,.row.g-lg-45.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-45.row--bordered>.col:not(:last-child):after,.row.gy-lg-45.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-lg-45.row--unbordered>.col:not(:last-child):after,.row.g-lg-45.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-45.row--unbordered>.col:not(:last-child):after,.row.gy-lg-45.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-45.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-45.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-45.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-45.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-lg-45.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-45.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-45.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-45.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-45.row--md-bordered>.col:not(:last-child):after,.row.g-lg-45.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-45.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-45.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-lg-45.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-45.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-45.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-45.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-45.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-45.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-45.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-45.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-lg-45.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-45.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-45.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-45.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-45.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-45.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-45.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-45.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-lg-45.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-45.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-45.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-45.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-45.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-45.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-45.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-45.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-lg-45.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-45.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-45.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-45.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-45.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-45.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-45.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-45.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-lg-45.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-45.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-45.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-45.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-46.row--bordered>.col:not(:last-child):after,.row.g-lg-46.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-46.row--bordered>.col:not(:last-child):after,.row.gy-lg-46.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-lg-46.row--unbordered>.col:not(:last-child):after,.row.g-lg-46.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-46.row--unbordered>.col:not(:last-child):after,.row.gy-lg-46.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-46.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-46.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-46.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-46.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-lg-46.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-46.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-46.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-46.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-46.row--md-bordered>.col:not(:last-child):after,.row.g-lg-46.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-46.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-46.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-lg-46.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-46.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-46.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-46.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-46.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-46.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-46.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-46.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-lg-46.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-46.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-46.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-46.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-46.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-46.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-46.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-46.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-lg-46.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-46.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-46.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-46.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-46.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-46.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-46.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-46.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-lg-46.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-46.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-46.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-46.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-46.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-46.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-46.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-46.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-lg-46.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-46.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-46.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-46.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-47.row--bordered>.col:not(:last-child):after,.row.g-lg-47.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-47.row--bordered>.col:not(:last-child):after,.row.gy-lg-47.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-lg-47.row--unbordered>.col:not(:last-child):after,.row.g-lg-47.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-47.row--unbordered>.col:not(:last-child):after,.row.gy-lg-47.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-47.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-47.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-47.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-47.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-lg-47.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-47.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-47.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-47.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-47.row--md-bordered>.col:not(:last-child):after,.row.g-lg-47.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-47.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-47.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-lg-47.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-47.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-47.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-47.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-47.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-47.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-47.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-47.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-lg-47.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-47.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-47.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-47.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-47.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-47.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-47.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-47.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-lg-47.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-47.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-47.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-47.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-47.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-47.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-47.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-47.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-lg-47.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-47.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-47.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-47.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-47.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-47.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-47.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-47.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-lg-47.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-47.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-47.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-47.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-48.row--bordered>.col:not(:last-child):after,.row.g-lg-48.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-48.row--bordered>.col:not(:last-child):after,.row.gy-lg-48.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-lg-48.row--unbordered>.col:not(:last-child):after,.row.g-lg-48.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-48.row--unbordered>.col:not(:last-child):after,.row.gy-lg-48.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-48.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-48.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-48.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-48.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-lg-48.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-48.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-48.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-48.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-48.row--md-bordered>.col:not(:last-child):after,.row.g-lg-48.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-48.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-48.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-lg-48.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-48.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-48.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-48.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-48.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-48.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-48.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-48.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-lg-48.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-48.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-48.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-48.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-48.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-48.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-48.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-48.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-lg-48.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-48.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-48.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-48.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-48.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-48.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-48.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-48.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-lg-48.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-48.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-48.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-48.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-48.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-48.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-48.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-48.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-lg-48.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-48.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-48.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-48.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-49.row--bordered>.col:not(:last-child):after,.row.g-lg-49.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-49.row--bordered>.col:not(:last-child):after,.row.gy-lg-49.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-lg-49.row--unbordered>.col:not(:last-child):after,.row.g-lg-49.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-49.row--unbordered>.col:not(:last-child):after,.row.gy-lg-49.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-49.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-49.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-49.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-49.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-lg-49.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-49.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-49.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-49.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-49.row--md-bordered>.col:not(:last-child):after,.row.g-lg-49.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-49.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-49.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-lg-49.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-49.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-49.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-49.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-49.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-49.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-49.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-49.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-lg-49.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-49.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-49.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-49.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-49.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-49.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-49.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-49.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-lg-49.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-49.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-49.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-49.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-49.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-49.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-49.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-49.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-lg-49.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-49.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-49.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-49.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-49.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-49.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-49.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-49.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-lg-49.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-49.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-49.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-49.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px){.row.g-lg-50.row--bordered>.col:not(:last-child):after,.row.g-lg-50.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-50.row--bordered>.col:not(:last-child):after,.row.gy-lg-50.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-lg-50.row--unbordered>.col:not(:last-child):after,.row.g-lg-50.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-50.row--unbordered>.col:not(:last-child):after,.row.gy-lg-50.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=576px){.row.g-lg-50.row--sm-bordered>.col:not(:last-child):after,.row.g-lg-50.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-50.row--sm-bordered>.col:not(:last-child):after,.row.gy-lg-50.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-lg-50.row--sm-unbordered>.col:not(:last-child):after,.row.g-lg-50.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-50.row--sm-unbordered>.col:not(:last-child):after,.row.gy-lg-50.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=768px){.row.g-lg-50.row--md-bordered>.col:not(:last-child):after,.row.g-lg-50.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-50.row--md-bordered>.col:not(:last-child):after,.row.gy-lg-50.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-lg-50.row--md-unbordered>.col:not(:last-child):after,.row.g-lg-50.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-50.row--md-unbordered>.col:not(:last-child):after,.row.gy-lg-50.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=992px){.row.g-lg-50.row--lg-bordered>.col:not(:last-child):after,.row.g-lg-50.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-50.row--lg-bordered>.col:not(:last-child):after,.row.gy-lg-50.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-lg-50.row--lg-unbordered>.col:not(:last-child):after,.row.g-lg-50.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-50.row--lg-unbordered>.col:not(:last-child):after,.row.gy-lg-50.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1200px){.row.g-lg-50.row--xl-bordered>.col:not(:last-child):after,.row.g-lg-50.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-50.row--xl-bordered>.col:not(:last-child):after,.row.gy-lg-50.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-lg-50.row--xl-unbordered>.col:not(:last-child):after,.row.g-lg-50.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-50.row--xl-unbordered>.col:not(:last-child):after,.row.gy-lg-50.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1400px){.row.g-lg-50.row--xxl-bordered>.col:not(:last-child):after,.row.g-lg-50.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-50.row--xxl-bordered>.col:not(:last-child):after,.row.gy-lg-50.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-lg-50.row--xxl-unbordered>.col:not(:last-child):after,.row.g-lg-50.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-50.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-lg-50.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=992px) and (width>=1600px){.row.g-lg-50.row--xxxl-bordered>.col:not(:last-child):after,.row.g-lg-50.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-lg-50.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-lg-50.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-lg-50.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-lg-50.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-lg-50.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-lg-50.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-0.row--bordered>.col:not(:last-child):after,.row.g-xl-0.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-0.row--bordered>.col:not(:last-child):after,.row.gy-xl-0.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-xl-0.row--unbordered>.col:not(:last-child):after,.row.g-xl-0.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-0.row--unbordered>.col:not(:last-child):after,.row.gy-xl-0.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-0.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-0.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-0.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-0.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-xl-0.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-0.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-0.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-0.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-0.row--md-bordered>.col:not(:last-child):after,.row.g-xl-0.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-0.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-0.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-xl-0.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-0.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-0.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-0.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-0.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-0.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-0.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-0.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-xl-0.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-0.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-0.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-0.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-0.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-0.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-0.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-0.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-xl-0.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-0.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-0.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-0.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-0.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-0.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-0.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-0.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-xl-0.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-0.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-0.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-0.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-0.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-0.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-0.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-0.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-xl-0.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-0.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-0.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-0.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-1.row--bordered>.col:not(:last-child):after,.row.g-xl-1.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-1.row--bordered>.col:not(:last-child):after,.row.gy-xl-1.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-xl-1.row--unbordered>.col:not(:last-child):after,.row.g-xl-1.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-1.row--unbordered>.col:not(:last-child):after,.row.gy-xl-1.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-1.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-1.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-1.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-1.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-xl-1.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-1.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-1.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-1.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-1.row--md-bordered>.col:not(:last-child):after,.row.g-xl-1.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-1.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-1.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-xl-1.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-1.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-1.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-1.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-1.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-1.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-1.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-1.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-xl-1.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-1.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-1.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-1.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-1.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-1.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-1.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-1.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-xl-1.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-1.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-1.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-1.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-1.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-1.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-1.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-1.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-xl-1.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-1.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-1.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-1.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-1.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-1.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-1.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-1.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-xl-1.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-1.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-1.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-1.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-2.row--bordered>.col:not(:last-child):after,.row.g-xl-2.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-2.row--bordered>.col:not(:last-child):after,.row.gy-xl-2.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-xl-2.row--unbordered>.col:not(:last-child):after,.row.g-xl-2.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-2.row--unbordered>.col:not(:last-child):after,.row.gy-xl-2.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-2.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-2.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-2.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-2.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-xl-2.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-2.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-2.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-2.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-2.row--md-bordered>.col:not(:last-child):after,.row.g-xl-2.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-2.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-2.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-xl-2.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-2.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-2.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-2.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-2.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-2.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-2.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-2.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-xl-2.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-2.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-2.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-2.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-2.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-2.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-2.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-2.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-xl-2.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-2.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-2.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-2.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-2.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-2.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-2.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-2.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-xl-2.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-2.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-2.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-2.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-2.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-2.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-2.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-2.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-xl-2.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-2.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-2.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-2.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-3.row--bordered>.col:not(:last-child):after,.row.g-xl-3.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-3.row--bordered>.col:not(:last-child):after,.row.gy-xl-3.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-xl-3.row--unbordered>.col:not(:last-child):after,.row.g-xl-3.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-3.row--unbordered>.col:not(:last-child):after,.row.gy-xl-3.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-3.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-3.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-3.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-3.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-xl-3.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-3.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-3.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-3.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-3.row--md-bordered>.col:not(:last-child):after,.row.g-xl-3.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-3.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-3.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-xl-3.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-3.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-3.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-3.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-3.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-3.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-3.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-3.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-xl-3.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-3.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-3.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-3.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-3.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-3.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-3.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-3.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-xl-3.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-3.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-3.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-3.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-3.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-3.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-3.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-3.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-xl-3.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-3.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-3.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-3.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-3.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-3.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-3.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-3.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-xl-3.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-3.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-3.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-3.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-4.row--bordered>.col:not(:last-child):after,.row.g-xl-4.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-4.row--bordered>.col:not(:last-child):after,.row.gy-xl-4.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-xl-4.row--unbordered>.col:not(:last-child):after,.row.g-xl-4.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-4.row--unbordered>.col:not(:last-child):after,.row.gy-xl-4.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-4.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-4.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-4.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-4.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-xl-4.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-4.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-4.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-4.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-4.row--md-bordered>.col:not(:last-child):after,.row.g-xl-4.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-4.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-4.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-xl-4.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-4.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-4.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-4.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-4.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-4.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-4.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-4.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-xl-4.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-4.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-4.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-4.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-4.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-4.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-4.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-4.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-xl-4.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-4.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-4.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-4.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-4.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-4.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-4.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-4.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-xl-4.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-4.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-4.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-4.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-4.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-4.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-4.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-4.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-xl-4.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-4.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-4.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-4.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-5.row--bordered>.col:not(:last-child):after,.row.g-xl-5.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-5.row--bordered>.col:not(:last-child):after,.row.gy-xl-5.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-xl-5.row--unbordered>.col:not(:last-child):after,.row.g-xl-5.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-5.row--unbordered>.col:not(:last-child):after,.row.gy-xl-5.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-5.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-5.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-5.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-5.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-xl-5.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-5.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-5.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-5.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-5.row--md-bordered>.col:not(:last-child):after,.row.g-xl-5.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-5.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-5.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-xl-5.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-5.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-5.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-5.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-5.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-5.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-5.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-5.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-xl-5.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-5.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-5.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-5.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-5.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-5.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-5.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-5.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-xl-5.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-5.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-5.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-5.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-5.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-5.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-5.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-5.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-xl-5.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-5.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-5.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-5.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-5.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-5.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-5.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-5.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-xl-5.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-5.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-5.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-5.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-6.row--bordered>.col:not(:last-child):after,.row.g-xl-6.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-6.row--bordered>.col:not(:last-child):after,.row.gy-xl-6.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-xl-6.row--unbordered>.col:not(:last-child):after,.row.g-xl-6.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-6.row--unbordered>.col:not(:last-child):after,.row.gy-xl-6.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-6.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-6.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-6.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-6.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-xl-6.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-6.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-6.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-6.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-6.row--md-bordered>.col:not(:last-child):after,.row.g-xl-6.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-6.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-6.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-xl-6.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-6.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-6.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-6.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-6.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-6.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-6.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-6.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-xl-6.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-6.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-6.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-6.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-6.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-6.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-6.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-6.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-xl-6.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-6.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-6.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-6.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-6.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-6.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-6.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-6.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-xl-6.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-6.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-6.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-6.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-6.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-6.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-6.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-6.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-xl-6.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-6.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-6.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-6.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-7.row--bordered>.col:not(:last-child):after,.row.g-xl-7.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-7.row--bordered>.col:not(:last-child):after,.row.gy-xl-7.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-xl-7.row--unbordered>.col:not(:last-child):after,.row.g-xl-7.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-7.row--unbordered>.col:not(:last-child):after,.row.gy-xl-7.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-7.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-7.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-7.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-7.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-xl-7.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-7.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-7.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-7.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-7.row--md-bordered>.col:not(:last-child):after,.row.g-xl-7.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-7.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-7.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-xl-7.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-7.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-7.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-7.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-7.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-7.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-7.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-7.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-xl-7.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-7.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-7.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-7.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-7.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-7.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-7.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-7.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-xl-7.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-7.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-7.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-7.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-7.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-7.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-7.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-7.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-xl-7.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-7.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-7.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-7.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-7.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-7.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-7.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-7.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-xl-7.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-7.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-7.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-7.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-8.row--bordered>.col:not(:last-child):after,.row.g-xl-8.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-8.row--bordered>.col:not(:last-child):after,.row.gy-xl-8.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-xl-8.row--unbordered>.col:not(:last-child):after,.row.g-xl-8.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-8.row--unbordered>.col:not(:last-child):after,.row.gy-xl-8.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-8.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-8.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-8.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-8.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-xl-8.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-8.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-8.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-8.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-8.row--md-bordered>.col:not(:last-child):after,.row.g-xl-8.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-8.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-8.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-xl-8.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-8.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-8.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-8.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-8.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-8.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-8.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-8.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-xl-8.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-8.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-8.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-8.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-8.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-8.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-8.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-8.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-xl-8.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-8.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-8.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-8.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-8.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-8.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-8.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-8.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-xl-8.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-8.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-8.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-8.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-8.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-8.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-8.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-8.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-xl-8.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-8.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-8.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-8.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-9.row--bordered>.col:not(:last-child):after,.row.g-xl-9.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-9.row--bordered>.col:not(:last-child):after,.row.gy-xl-9.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-xl-9.row--unbordered>.col:not(:last-child):after,.row.g-xl-9.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-9.row--unbordered>.col:not(:last-child):after,.row.gy-xl-9.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-9.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-9.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-9.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-9.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-xl-9.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-9.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-9.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-9.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-9.row--md-bordered>.col:not(:last-child):after,.row.g-xl-9.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-9.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-9.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-xl-9.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-9.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-9.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-9.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-9.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-9.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-9.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-9.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-xl-9.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-9.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-9.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-9.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-9.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-9.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-9.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-9.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-xl-9.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-9.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-9.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-9.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-9.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-9.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-9.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-9.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-xl-9.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-9.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-9.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-9.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-9.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-9.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-9.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-9.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-xl-9.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-9.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-9.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-9.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-10.row--bordered>.col:not(:last-child):after,.row.g-xl-10.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-10.row--bordered>.col:not(:last-child):after,.row.gy-xl-10.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-xl-10.row--unbordered>.col:not(:last-child):after,.row.g-xl-10.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-10.row--unbordered>.col:not(:last-child):after,.row.gy-xl-10.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-10.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-10.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-10.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-10.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-xl-10.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-10.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-10.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-10.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-10.row--md-bordered>.col:not(:last-child):after,.row.g-xl-10.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-10.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-10.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-xl-10.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-10.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-10.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-10.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-10.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-10.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-10.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-10.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-xl-10.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-10.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-10.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-10.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-10.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-10.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-10.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-10.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-xl-10.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-10.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-10.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-10.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-10.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-10.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-10.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-10.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-xl-10.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-10.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-10.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-10.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-10.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-10.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-10.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-10.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-xl-10.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-10.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-10.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-10.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-11.row--bordered>.col:not(:last-child):after,.row.g-xl-11.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-11.row--bordered>.col:not(:last-child):after,.row.gy-xl-11.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-xl-11.row--unbordered>.col:not(:last-child):after,.row.g-xl-11.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-11.row--unbordered>.col:not(:last-child):after,.row.gy-xl-11.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-11.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-11.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-11.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-11.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-xl-11.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-11.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-11.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-11.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-11.row--md-bordered>.col:not(:last-child):after,.row.g-xl-11.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-11.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-11.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-xl-11.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-11.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-11.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-11.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-11.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-11.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-11.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-11.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-xl-11.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-11.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-11.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-11.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-11.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-11.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-11.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-11.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-xl-11.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-11.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-11.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-11.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-11.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-11.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-11.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-11.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-xl-11.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-11.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-11.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-11.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-11.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-11.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-11.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-11.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-xl-11.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-11.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-11.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-11.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-12.row--bordered>.col:not(:last-child):after,.row.g-xl-12.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-12.row--bordered>.col:not(:last-child):after,.row.gy-xl-12.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-xl-12.row--unbordered>.col:not(:last-child):after,.row.g-xl-12.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-12.row--unbordered>.col:not(:last-child):after,.row.gy-xl-12.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-12.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-12.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-12.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-12.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-xl-12.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-12.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-12.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-12.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-12.row--md-bordered>.col:not(:last-child):after,.row.g-xl-12.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-12.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-12.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-xl-12.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-12.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-12.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-12.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-12.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-12.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-12.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-12.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-xl-12.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-12.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-12.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-12.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-12.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-12.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-12.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-12.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-xl-12.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-12.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-12.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-12.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-12.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-12.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-12.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-12.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-xl-12.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-12.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-12.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-12.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-12.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-12.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-12.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-12.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-xl-12.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-12.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-12.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-12.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-13.row--bordered>.col:not(:last-child):after,.row.g-xl-13.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-13.row--bordered>.col:not(:last-child):after,.row.gy-xl-13.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-xl-13.row--unbordered>.col:not(:last-child):after,.row.g-xl-13.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-13.row--unbordered>.col:not(:last-child):after,.row.gy-xl-13.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-13.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-13.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-13.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-13.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-xl-13.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-13.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-13.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-13.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-13.row--md-bordered>.col:not(:last-child):after,.row.g-xl-13.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-13.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-13.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-xl-13.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-13.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-13.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-13.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-13.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-13.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-13.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-13.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-xl-13.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-13.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-13.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-13.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-13.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-13.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-13.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-13.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-xl-13.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-13.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-13.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-13.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-13.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-13.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-13.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-13.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-xl-13.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-13.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-13.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-13.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-13.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-13.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-13.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-13.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-xl-13.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-13.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-13.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-13.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-14.row--bordered>.col:not(:last-child):after,.row.g-xl-14.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-14.row--bordered>.col:not(:last-child):after,.row.gy-xl-14.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-xl-14.row--unbordered>.col:not(:last-child):after,.row.g-xl-14.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-14.row--unbordered>.col:not(:last-child):after,.row.gy-xl-14.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-14.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-14.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-14.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-14.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-xl-14.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-14.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-14.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-14.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-14.row--md-bordered>.col:not(:last-child):after,.row.g-xl-14.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-14.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-14.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-xl-14.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-14.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-14.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-14.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-14.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-14.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-14.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-14.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-xl-14.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-14.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-14.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-14.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-14.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-14.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-14.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-14.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-xl-14.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-14.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-14.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-14.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-14.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-14.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-14.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-14.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-xl-14.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-14.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-14.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-14.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-14.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-14.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-14.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-14.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-xl-14.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-14.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-14.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-14.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-15.row--bordered>.col:not(:last-child):after,.row.g-xl-15.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-15.row--bordered>.col:not(:last-child):after,.row.gy-xl-15.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-xl-15.row--unbordered>.col:not(:last-child):after,.row.g-xl-15.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-15.row--unbordered>.col:not(:last-child):after,.row.gy-xl-15.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-15.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-15.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-15.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-15.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-xl-15.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-15.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-15.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-15.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-15.row--md-bordered>.col:not(:last-child):after,.row.g-xl-15.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-15.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-15.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-xl-15.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-15.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-15.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-15.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-15.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-15.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-15.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-15.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-xl-15.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-15.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-15.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-15.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-15.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-15.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-15.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-15.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-xl-15.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-15.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-15.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-15.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-15.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-15.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-15.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-15.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-xl-15.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-15.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-15.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-15.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-15.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-15.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-15.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-15.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-xl-15.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-15.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-15.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-15.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-16.row--bordered>.col:not(:last-child):after,.row.g-xl-16.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-16.row--bordered>.col:not(:last-child):after,.row.gy-xl-16.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-xl-16.row--unbordered>.col:not(:last-child):after,.row.g-xl-16.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-16.row--unbordered>.col:not(:last-child):after,.row.gy-xl-16.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-16.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-16.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-16.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-16.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-xl-16.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-16.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-16.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-16.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-16.row--md-bordered>.col:not(:last-child):after,.row.g-xl-16.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-16.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-16.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-xl-16.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-16.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-16.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-16.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-16.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-16.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-16.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-16.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-xl-16.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-16.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-16.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-16.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-16.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-16.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-16.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-16.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-xl-16.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-16.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-16.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-16.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-16.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-16.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-16.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-16.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-xl-16.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-16.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-16.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-16.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-16.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-16.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-16.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-16.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-xl-16.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-16.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-16.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-16.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-17.row--bordered>.col:not(:last-child):after,.row.g-xl-17.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-17.row--bordered>.col:not(:last-child):after,.row.gy-xl-17.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-xl-17.row--unbordered>.col:not(:last-child):after,.row.g-xl-17.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-17.row--unbordered>.col:not(:last-child):after,.row.gy-xl-17.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-17.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-17.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-17.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-17.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-xl-17.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-17.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-17.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-17.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-17.row--md-bordered>.col:not(:last-child):after,.row.g-xl-17.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-17.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-17.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-xl-17.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-17.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-17.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-17.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-17.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-17.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-17.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-17.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-xl-17.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-17.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-17.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-17.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-17.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-17.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-17.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-17.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-xl-17.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-17.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-17.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-17.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-17.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-17.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-17.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-17.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-xl-17.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-17.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-17.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-17.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-17.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-17.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-17.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-17.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-xl-17.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-17.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-17.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-17.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-18.row--bordered>.col:not(:last-child):after,.row.g-xl-18.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-18.row--bordered>.col:not(:last-child):after,.row.gy-xl-18.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-xl-18.row--unbordered>.col:not(:last-child):after,.row.g-xl-18.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-18.row--unbordered>.col:not(:last-child):after,.row.gy-xl-18.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-18.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-18.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-18.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-18.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-xl-18.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-18.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-18.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-18.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-18.row--md-bordered>.col:not(:last-child):after,.row.g-xl-18.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-18.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-18.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-xl-18.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-18.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-18.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-18.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-18.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-18.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-18.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-18.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-xl-18.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-18.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-18.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-18.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-18.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-18.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-18.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-18.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-xl-18.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-18.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-18.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-18.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-18.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-18.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-18.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-18.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-xl-18.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-18.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-18.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-18.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-18.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-18.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-18.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-18.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-xl-18.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-18.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-18.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-18.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-19.row--bordered>.col:not(:last-child):after,.row.g-xl-19.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-19.row--bordered>.col:not(:last-child):after,.row.gy-xl-19.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-xl-19.row--unbordered>.col:not(:last-child):after,.row.g-xl-19.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-19.row--unbordered>.col:not(:last-child):after,.row.gy-xl-19.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-19.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-19.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-19.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-19.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-xl-19.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-19.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-19.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-19.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-19.row--md-bordered>.col:not(:last-child):after,.row.g-xl-19.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-19.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-19.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-xl-19.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-19.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-19.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-19.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-19.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-19.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-19.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-19.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-xl-19.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-19.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-19.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-19.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-19.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-19.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-19.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-19.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-xl-19.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-19.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-19.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-19.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-19.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-19.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-19.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-19.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-xl-19.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-19.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-19.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-19.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-19.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-19.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-19.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-19.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-xl-19.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-19.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-19.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-19.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-20.row--bordered>.col:not(:last-child):after,.row.g-xl-20.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-20.row--bordered>.col:not(:last-child):after,.row.gy-xl-20.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-xl-20.row--unbordered>.col:not(:last-child):after,.row.g-xl-20.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-20.row--unbordered>.col:not(:last-child):after,.row.gy-xl-20.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-20.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-20.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-20.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-20.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-xl-20.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-20.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-20.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-20.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-20.row--md-bordered>.col:not(:last-child):after,.row.g-xl-20.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-20.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-20.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-xl-20.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-20.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-20.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-20.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-20.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-20.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-20.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-20.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-xl-20.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-20.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-20.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-20.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-20.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-20.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-20.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-20.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-xl-20.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-20.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-20.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-20.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-20.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-20.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-20.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-20.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-xl-20.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-20.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-20.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-20.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-20.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-20.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-20.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-20.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-xl-20.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-20.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-20.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-20.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-21.row--bordered>.col:not(:last-child):after,.row.g-xl-21.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-21.row--bordered>.col:not(:last-child):after,.row.gy-xl-21.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-xl-21.row--unbordered>.col:not(:last-child):after,.row.g-xl-21.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-21.row--unbordered>.col:not(:last-child):after,.row.gy-xl-21.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-21.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-21.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-21.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-21.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-xl-21.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-21.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-21.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-21.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-21.row--md-bordered>.col:not(:last-child):after,.row.g-xl-21.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-21.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-21.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-xl-21.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-21.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-21.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-21.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-21.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-21.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-21.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-21.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-xl-21.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-21.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-21.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-21.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-21.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-21.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-21.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-21.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-xl-21.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-21.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-21.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-21.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-21.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-21.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-21.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-21.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-xl-21.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-21.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-21.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-21.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-21.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-21.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-21.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-21.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-xl-21.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-21.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-21.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-21.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-22.row--bordered>.col:not(:last-child):after,.row.g-xl-22.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-22.row--bordered>.col:not(:last-child):after,.row.gy-xl-22.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-xl-22.row--unbordered>.col:not(:last-child):after,.row.g-xl-22.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-22.row--unbordered>.col:not(:last-child):after,.row.gy-xl-22.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-22.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-22.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-22.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-22.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-xl-22.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-22.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-22.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-22.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-22.row--md-bordered>.col:not(:last-child):after,.row.g-xl-22.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-22.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-22.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-xl-22.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-22.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-22.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-22.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-22.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-22.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-22.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-22.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-xl-22.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-22.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-22.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-22.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-22.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-22.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-22.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-22.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-xl-22.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-22.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-22.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-22.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-22.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-22.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-22.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-22.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-xl-22.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-22.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-22.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-22.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-22.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-22.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-22.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-22.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-xl-22.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-22.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-22.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-22.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-23.row--bordered>.col:not(:last-child):after,.row.g-xl-23.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-23.row--bordered>.col:not(:last-child):after,.row.gy-xl-23.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-xl-23.row--unbordered>.col:not(:last-child):after,.row.g-xl-23.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-23.row--unbordered>.col:not(:last-child):after,.row.gy-xl-23.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-23.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-23.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-23.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-23.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-xl-23.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-23.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-23.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-23.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-23.row--md-bordered>.col:not(:last-child):after,.row.g-xl-23.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-23.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-23.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-xl-23.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-23.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-23.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-23.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-23.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-23.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-23.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-23.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-xl-23.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-23.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-23.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-23.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-23.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-23.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-23.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-23.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-xl-23.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-23.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-23.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-23.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-23.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-23.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-23.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-23.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-xl-23.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-23.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-23.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-23.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-23.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-23.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-23.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-23.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-xl-23.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-23.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-23.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-23.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-24.row--bordered>.col:not(:last-child):after,.row.g-xl-24.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-24.row--bordered>.col:not(:last-child):after,.row.gy-xl-24.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-xl-24.row--unbordered>.col:not(:last-child):after,.row.g-xl-24.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-24.row--unbordered>.col:not(:last-child):after,.row.gy-xl-24.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-24.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-24.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-24.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-24.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-xl-24.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-24.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-24.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-24.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-24.row--md-bordered>.col:not(:last-child):after,.row.g-xl-24.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-24.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-24.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-xl-24.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-24.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-24.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-24.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-24.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-24.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-24.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-24.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-xl-24.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-24.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-24.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-24.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-24.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-24.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-24.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-24.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-xl-24.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-24.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-24.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-24.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-24.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-24.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-24.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-24.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-xl-24.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-24.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-24.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-24.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-24.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-24.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-24.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-24.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-xl-24.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-24.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-24.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-24.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-25.row--bordered>.col:not(:last-child):after,.row.g-xl-25.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-25.row--bordered>.col:not(:last-child):after,.row.gy-xl-25.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-xl-25.row--unbordered>.col:not(:last-child):after,.row.g-xl-25.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-25.row--unbordered>.col:not(:last-child):after,.row.gy-xl-25.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-25.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-25.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-25.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-25.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-xl-25.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-25.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-25.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-25.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-25.row--md-bordered>.col:not(:last-child):after,.row.g-xl-25.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-25.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-25.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-xl-25.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-25.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-25.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-25.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-25.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-25.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-25.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-25.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-xl-25.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-25.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-25.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-25.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-25.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-25.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-25.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-25.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-xl-25.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-25.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-25.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-25.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-25.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-25.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-25.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-25.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-xl-25.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-25.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-25.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-25.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-25.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-25.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-25.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-25.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-xl-25.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-25.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-25.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-25.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-26.row--bordered>.col:not(:last-child):after,.row.g-xl-26.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-26.row--bordered>.col:not(:last-child):after,.row.gy-xl-26.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-xl-26.row--unbordered>.col:not(:last-child):after,.row.g-xl-26.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-26.row--unbordered>.col:not(:last-child):after,.row.gy-xl-26.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-26.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-26.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-26.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-26.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-xl-26.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-26.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-26.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-26.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-26.row--md-bordered>.col:not(:last-child):after,.row.g-xl-26.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-26.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-26.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-xl-26.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-26.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-26.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-26.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-26.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-26.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-26.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-26.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-xl-26.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-26.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-26.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-26.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-26.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-26.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-26.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-26.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-xl-26.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-26.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-26.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-26.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-26.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-26.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-26.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-26.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-xl-26.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-26.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-26.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-26.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-26.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-26.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-26.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-26.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-xl-26.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-26.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-26.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-26.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-27.row--bordered>.col:not(:last-child):after,.row.g-xl-27.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-27.row--bordered>.col:not(:last-child):after,.row.gy-xl-27.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-xl-27.row--unbordered>.col:not(:last-child):after,.row.g-xl-27.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-27.row--unbordered>.col:not(:last-child):after,.row.gy-xl-27.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-27.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-27.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-27.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-27.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-xl-27.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-27.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-27.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-27.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-27.row--md-bordered>.col:not(:last-child):after,.row.g-xl-27.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-27.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-27.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-xl-27.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-27.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-27.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-27.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-27.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-27.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-27.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-27.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-xl-27.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-27.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-27.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-27.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-27.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-27.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-27.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-27.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-xl-27.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-27.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-27.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-27.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-27.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-27.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-27.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-27.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-xl-27.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-27.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-27.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-27.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-27.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-27.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-27.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-27.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-xl-27.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-27.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-27.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-27.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-28.row--bordered>.col:not(:last-child):after,.row.g-xl-28.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-28.row--bordered>.col:not(:last-child):after,.row.gy-xl-28.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-xl-28.row--unbordered>.col:not(:last-child):after,.row.g-xl-28.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-28.row--unbordered>.col:not(:last-child):after,.row.gy-xl-28.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-28.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-28.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-28.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-28.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-xl-28.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-28.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-28.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-28.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-28.row--md-bordered>.col:not(:last-child):after,.row.g-xl-28.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-28.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-28.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-xl-28.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-28.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-28.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-28.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-28.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-28.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-28.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-28.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-xl-28.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-28.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-28.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-28.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-28.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-28.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-28.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-28.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-xl-28.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-28.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-28.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-28.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-28.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-28.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-28.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-28.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-xl-28.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-28.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-28.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-28.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-28.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-28.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-28.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-28.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-xl-28.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-28.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-28.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-28.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-29.row--bordered>.col:not(:last-child):after,.row.g-xl-29.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-29.row--bordered>.col:not(:last-child):after,.row.gy-xl-29.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-xl-29.row--unbordered>.col:not(:last-child):after,.row.g-xl-29.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-29.row--unbordered>.col:not(:last-child):after,.row.gy-xl-29.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-29.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-29.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-29.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-29.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-xl-29.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-29.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-29.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-29.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-29.row--md-bordered>.col:not(:last-child):after,.row.g-xl-29.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-29.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-29.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-xl-29.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-29.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-29.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-29.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-29.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-29.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-29.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-29.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-xl-29.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-29.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-29.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-29.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-29.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-29.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-29.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-29.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-xl-29.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-29.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-29.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-29.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-29.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-29.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-29.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-29.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-xl-29.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-29.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-29.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-29.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-29.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-29.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-29.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-29.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-xl-29.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-29.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-29.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-29.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-30.row--bordered>.col:not(:last-child):after,.row.g-xl-30.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-30.row--bordered>.col:not(:last-child):after,.row.gy-xl-30.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-xl-30.row--unbordered>.col:not(:last-child):after,.row.g-xl-30.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-30.row--unbordered>.col:not(:last-child):after,.row.gy-xl-30.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-30.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-30.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-30.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-30.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-xl-30.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-30.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-30.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-30.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-30.row--md-bordered>.col:not(:last-child):after,.row.g-xl-30.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-30.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-30.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-xl-30.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-30.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-30.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-30.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-30.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-30.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-30.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-30.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-xl-30.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-30.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-30.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-30.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-30.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-30.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-30.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-30.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-xl-30.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-30.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-30.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-30.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-30.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-30.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-30.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-30.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-xl-30.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-30.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-30.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-30.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-30.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-30.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-30.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-30.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-xl-30.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-30.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-30.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-30.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-31.row--bordered>.col:not(:last-child):after,.row.g-xl-31.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-31.row--bordered>.col:not(:last-child):after,.row.gy-xl-31.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-xl-31.row--unbordered>.col:not(:last-child):after,.row.g-xl-31.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-31.row--unbordered>.col:not(:last-child):after,.row.gy-xl-31.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-31.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-31.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-31.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-31.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-xl-31.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-31.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-31.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-31.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-31.row--md-bordered>.col:not(:last-child):after,.row.g-xl-31.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-31.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-31.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-xl-31.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-31.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-31.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-31.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-31.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-31.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-31.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-31.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-xl-31.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-31.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-31.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-31.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-31.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-31.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-31.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-31.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-xl-31.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-31.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-31.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-31.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-31.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-31.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-31.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-31.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-xl-31.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-31.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-31.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-31.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-31.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-31.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-31.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-31.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-xl-31.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-31.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-31.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-31.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-32.row--bordered>.col:not(:last-child):after,.row.g-xl-32.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-32.row--bordered>.col:not(:last-child):after,.row.gy-xl-32.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-xl-32.row--unbordered>.col:not(:last-child):after,.row.g-xl-32.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-32.row--unbordered>.col:not(:last-child):after,.row.gy-xl-32.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-32.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-32.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-32.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-32.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-xl-32.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-32.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-32.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-32.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-32.row--md-bordered>.col:not(:last-child):after,.row.g-xl-32.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-32.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-32.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-xl-32.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-32.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-32.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-32.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-32.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-32.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-32.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-32.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-xl-32.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-32.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-32.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-32.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-32.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-32.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-32.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-32.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-xl-32.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-32.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-32.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-32.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-32.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-32.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-32.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-32.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-xl-32.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-32.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-32.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-32.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-32.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-32.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-32.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-32.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-xl-32.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-32.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-32.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-32.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-33.row--bordered>.col:not(:last-child):after,.row.g-xl-33.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-33.row--bordered>.col:not(:last-child):after,.row.gy-xl-33.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-xl-33.row--unbordered>.col:not(:last-child):after,.row.g-xl-33.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-33.row--unbordered>.col:not(:last-child):after,.row.gy-xl-33.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-33.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-33.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-33.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-33.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-xl-33.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-33.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-33.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-33.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-33.row--md-bordered>.col:not(:last-child):after,.row.g-xl-33.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-33.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-33.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-xl-33.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-33.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-33.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-33.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-33.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-33.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-33.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-33.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-xl-33.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-33.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-33.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-33.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-33.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-33.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-33.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-33.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-xl-33.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-33.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-33.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-33.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-33.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-33.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-33.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-33.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-xl-33.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-33.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-33.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-33.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-33.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-33.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-33.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-33.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-xl-33.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-33.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-33.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-33.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-34.row--bordered>.col:not(:last-child):after,.row.g-xl-34.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-34.row--bordered>.col:not(:last-child):after,.row.gy-xl-34.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-xl-34.row--unbordered>.col:not(:last-child):after,.row.g-xl-34.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-34.row--unbordered>.col:not(:last-child):after,.row.gy-xl-34.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-34.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-34.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-34.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-34.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-xl-34.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-34.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-34.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-34.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-34.row--md-bordered>.col:not(:last-child):after,.row.g-xl-34.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-34.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-34.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-xl-34.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-34.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-34.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-34.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-34.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-34.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-34.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-34.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-xl-34.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-34.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-34.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-34.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-34.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-34.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-34.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-34.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-xl-34.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-34.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-34.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-34.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-34.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-34.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-34.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-34.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-xl-34.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-34.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-34.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-34.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-34.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-34.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-34.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-34.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-xl-34.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-34.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-34.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-34.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-35.row--bordered>.col:not(:last-child):after,.row.g-xl-35.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-35.row--bordered>.col:not(:last-child):after,.row.gy-xl-35.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-xl-35.row--unbordered>.col:not(:last-child):after,.row.g-xl-35.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-35.row--unbordered>.col:not(:last-child):after,.row.gy-xl-35.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-35.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-35.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-35.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-35.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-xl-35.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-35.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-35.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-35.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-35.row--md-bordered>.col:not(:last-child):after,.row.g-xl-35.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-35.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-35.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-xl-35.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-35.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-35.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-35.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-35.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-35.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-35.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-35.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-xl-35.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-35.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-35.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-35.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-35.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-35.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-35.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-35.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-xl-35.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-35.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-35.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-35.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-35.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-35.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-35.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-35.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-xl-35.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-35.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-35.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-35.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-35.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-35.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-35.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-35.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-xl-35.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-35.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-35.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-35.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-36.row--bordered>.col:not(:last-child):after,.row.g-xl-36.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-36.row--bordered>.col:not(:last-child):after,.row.gy-xl-36.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-xl-36.row--unbordered>.col:not(:last-child):after,.row.g-xl-36.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-36.row--unbordered>.col:not(:last-child):after,.row.gy-xl-36.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-36.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-36.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-36.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-36.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-xl-36.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-36.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-36.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-36.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-36.row--md-bordered>.col:not(:last-child):after,.row.g-xl-36.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-36.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-36.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-xl-36.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-36.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-36.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-36.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-36.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-36.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-36.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-36.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-xl-36.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-36.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-36.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-36.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-36.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-36.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-36.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-36.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-xl-36.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-36.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-36.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-36.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-36.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-36.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-36.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-36.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-xl-36.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-36.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-36.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-36.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-36.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-36.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-36.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-36.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-xl-36.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-36.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-36.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-36.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-37.row--bordered>.col:not(:last-child):after,.row.g-xl-37.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-37.row--bordered>.col:not(:last-child):after,.row.gy-xl-37.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-xl-37.row--unbordered>.col:not(:last-child):after,.row.g-xl-37.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-37.row--unbordered>.col:not(:last-child):after,.row.gy-xl-37.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-37.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-37.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-37.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-37.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-xl-37.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-37.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-37.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-37.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-37.row--md-bordered>.col:not(:last-child):after,.row.g-xl-37.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-37.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-37.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-xl-37.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-37.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-37.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-37.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-37.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-37.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-37.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-37.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-xl-37.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-37.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-37.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-37.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-37.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-37.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-37.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-37.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-xl-37.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-37.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-37.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-37.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-37.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-37.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-37.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-37.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-xl-37.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-37.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-37.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-37.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-37.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-37.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-37.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-37.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-xl-37.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-37.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-37.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-37.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-38.row--bordered>.col:not(:last-child):after,.row.g-xl-38.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-38.row--bordered>.col:not(:last-child):after,.row.gy-xl-38.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-xl-38.row--unbordered>.col:not(:last-child):after,.row.g-xl-38.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-38.row--unbordered>.col:not(:last-child):after,.row.gy-xl-38.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-38.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-38.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-38.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-38.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-xl-38.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-38.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-38.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-38.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-38.row--md-bordered>.col:not(:last-child):after,.row.g-xl-38.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-38.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-38.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-xl-38.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-38.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-38.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-38.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-38.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-38.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-38.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-38.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-xl-38.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-38.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-38.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-38.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-38.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-38.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-38.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-38.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-xl-38.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-38.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-38.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-38.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-38.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-38.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-38.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-38.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-xl-38.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-38.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-38.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-38.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-38.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-38.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-38.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-38.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-xl-38.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-38.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-38.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-38.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-39.row--bordered>.col:not(:last-child):after,.row.g-xl-39.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-39.row--bordered>.col:not(:last-child):after,.row.gy-xl-39.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-xl-39.row--unbordered>.col:not(:last-child):after,.row.g-xl-39.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-39.row--unbordered>.col:not(:last-child):after,.row.gy-xl-39.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-39.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-39.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-39.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-39.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-xl-39.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-39.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-39.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-39.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-39.row--md-bordered>.col:not(:last-child):after,.row.g-xl-39.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-39.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-39.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-xl-39.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-39.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-39.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-39.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-39.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-39.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-39.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-39.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-xl-39.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-39.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-39.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-39.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-39.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-39.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-39.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-39.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-xl-39.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-39.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-39.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-39.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-39.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-39.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-39.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-39.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-xl-39.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-39.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-39.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-39.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-39.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-39.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-39.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-39.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-xl-39.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-39.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-39.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-39.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-40.row--bordered>.col:not(:last-child):after,.row.g-xl-40.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-40.row--bordered>.col:not(:last-child):after,.row.gy-xl-40.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-xl-40.row--unbordered>.col:not(:last-child):after,.row.g-xl-40.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-40.row--unbordered>.col:not(:last-child):after,.row.gy-xl-40.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-40.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-40.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-40.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-40.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-xl-40.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-40.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-40.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-40.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-40.row--md-bordered>.col:not(:last-child):after,.row.g-xl-40.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-40.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-40.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-xl-40.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-40.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-40.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-40.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-40.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-40.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-40.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-40.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-xl-40.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-40.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-40.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-40.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-40.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-40.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-40.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-40.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-xl-40.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-40.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-40.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-40.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-40.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-40.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-40.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-40.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-xl-40.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-40.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-40.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-40.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-40.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-40.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-40.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-40.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-xl-40.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-40.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-40.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-40.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-41.row--bordered>.col:not(:last-child):after,.row.g-xl-41.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-41.row--bordered>.col:not(:last-child):after,.row.gy-xl-41.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-xl-41.row--unbordered>.col:not(:last-child):after,.row.g-xl-41.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-41.row--unbordered>.col:not(:last-child):after,.row.gy-xl-41.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-41.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-41.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-41.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-41.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-xl-41.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-41.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-41.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-41.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-41.row--md-bordered>.col:not(:last-child):after,.row.g-xl-41.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-41.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-41.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-xl-41.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-41.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-41.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-41.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-41.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-41.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-41.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-41.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-xl-41.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-41.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-41.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-41.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-41.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-41.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-41.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-41.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-xl-41.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-41.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-41.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-41.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-41.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-41.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-41.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-41.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-xl-41.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-41.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-41.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-41.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-41.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-41.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-41.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-41.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-xl-41.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-41.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-41.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-41.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-42.row--bordered>.col:not(:last-child):after,.row.g-xl-42.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-42.row--bordered>.col:not(:last-child):after,.row.gy-xl-42.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-xl-42.row--unbordered>.col:not(:last-child):after,.row.g-xl-42.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-42.row--unbordered>.col:not(:last-child):after,.row.gy-xl-42.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-42.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-42.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-42.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-42.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-xl-42.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-42.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-42.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-42.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-42.row--md-bordered>.col:not(:last-child):after,.row.g-xl-42.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-42.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-42.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-xl-42.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-42.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-42.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-42.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-42.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-42.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-42.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-42.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-xl-42.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-42.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-42.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-42.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-42.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-42.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-42.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-42.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-xl-42.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-42.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-42.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-42.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-42.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-42.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-42.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-42.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-xl-42.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-42.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-42.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-42.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-42.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-42.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-42.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-42.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-xl-42.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-42.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-42.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-42.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-43.row--bordered>.col:not(:last-child):after,.row.g-xl-43.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-43.row--bordered>.col:not(:last-child):after,.row.gy-xl-43.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-xl-43.row--unbordered>.col:not(:last-child):after,.row.g-xl-43.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-43.row--unbordered>.col:not(:last-child):after,.row.gy-xl-43.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-43.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-43.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-43.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-43.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-xl-43.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-43.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-43.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-43.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-43.row--md-bordered>.col:not(:last-child):after,.row.g-xl-43.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-43.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-43.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-xl-43.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-43.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-43.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-43.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-43.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-43.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-43.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-43.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-xl-43.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-43.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-43.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-43.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-43.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-43.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-43.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-43.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-xl-43.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-43.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-43.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-43.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-43.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-43.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-43.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-43.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-xl-43.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-43.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-43.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-43.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-43.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-43.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-43.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-43.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-xl-43.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-43.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-43.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-43.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-44.row--bordered>.col:not(:last-child):after,.row.g-xl-44.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-44.row--bordered>.col:not(:last-child):after,.row.gy-xl-44.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-xl-44.row--unbordered>.col:not(:last-child):after,.row.g-xl-44.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-44.row--unbordered>.col:not(:last-child):after,.row.gy-xl-44.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-44.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-44.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-44.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-44.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-xl-44.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-44.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-44.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-44.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-44.row--md-bordered>.col:not(:last-child):after,.row.g-xl-44.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-44.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-44.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-xl-44.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-44.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-44.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-44.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-44.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-44.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-44.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-44.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-xl-44.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-44.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-44.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-44.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-44.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-44.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-44.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-44.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-xl-44.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-44.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-44.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-44.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-44.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-44.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-44.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-44.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-xl-44.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-44.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-44.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-44.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-44.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-44.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-44.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-44.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-xl-44.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-44.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-44.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-44.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-45.row--bordered>.col:not(:last-child):after,.row.g-xl-45.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-45.row--bordered>.col:not(:last-child):after,.row.gy-xl-45.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-xl-45.row--unbordered>.col:not(:last-child):after,.row.g-xl-45.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-45.row--unbordered>.col:not(:last-child):after,.row.gy-xl-45.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-45.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-45.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-45.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-45.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-xl-45.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-45.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-45.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-45.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-45.row--md-bordered>.col:not(:last-child):after,.row.g-xl-45.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-45.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-45.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-xl-45.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-45.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-45.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-45.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-45.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-45.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-45.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-45.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-xl-45.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-45.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-45.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-45.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-45.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-45.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-45.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-45.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-xl-45.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-45.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-45.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-45.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-45.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-45.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-45.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-45.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-xl-45.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-45.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-45.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-45.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-45.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-45.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-45.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-45.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-xl-45.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-45.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-45.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-45.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-46.row--bordered>.col:not(:last-child):after,.row.g-xl-46.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-46.row--bordered>.col:not(:last-child):after,.row.gy-xl-46.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-xl-46.row--unbordered>.col:not(:last-child):after,.row.g-xl-46.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-46.row--unbordered>.col:not(:last-child):after,.row.gy-xl-46.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-46.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-46.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-46.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-46.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-xl-46.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-46.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-46.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-46.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-46.row--md-bordered>.col:not(:last-child):after,.row.g-xl-46.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-46.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-46.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-xl-46.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-46.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-46.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-46.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-46.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-46.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-46.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-46.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-xl-46.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-46.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-46.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-46.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-46.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-46.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-46.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-46.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-xl-46.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-46.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-46.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-46.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-46.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-46.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-46.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-46.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-xl-46.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-46.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-46.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-46.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-46.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-46.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-46.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-46.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-xl-46.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-46.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-46.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-46.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-47.row--bordered>.col:not(:last-child):after,.row.g-xl-47.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-47.row--bordered>.col:not(:last-child):after,.row.gy-xl-47.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-xl-47.row--unbordered>.col:not(:last-child):after,.row.g-xl-47.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-47.row--unbordered>.col:not(:last-child):after,.row.gy-xl-47.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-47.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-47.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-47.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-47.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-xl-47.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-47.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-47.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-47.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-47.row--md-bordered>.col:not(:last-child):after,.row.g-xl-47.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-47.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-47.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-xl-47.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-47.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-47.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-47.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-47.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-47.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-47.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-47.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-xl-47.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-47.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-47.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-47.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-47.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-47.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-47.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-47.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-xl-47.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-47.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-47.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-47.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-47.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-47.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-47.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-47.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-xl-47.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-47.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-47.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-47.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-47.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-47.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-47.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-47.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-xl-47.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-47.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-47.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-47.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-48.row--bordered>.col:not(:last-child):after,.row.g-xl-48.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-48.row--bordered>.col:not(:last-child):after,.row.gy-xl-48.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-xl-48.row--unbordered>.col:not(:last-child):after,.row.g-xl-48.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-48.row--unbordered>.col:not(:last-child):after,.row.gy-xl-48.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-48.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-48.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-48.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-48.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-xl-48.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-48.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-48.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-48.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-48.row--md-bordered>.col:not(:last-child):after,.row.g-xl-48.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-48.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-48.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-xl-48.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-48.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-48.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-48.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-48.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-48.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-48.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-48.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-xl-48.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-48.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-48.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-48.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-48.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-48.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-48.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-48.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-xl-48.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-48.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-48.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-48.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-48.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-48.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-48.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-48.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-xl-48.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-48.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-48.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-48.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-48.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-48.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-48.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-48.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-xl-48.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-48.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-48.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-48.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-49.row--bordered>.col:not(:last-child):after,.row.g-xl-49.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-49.row--bordered>.col:not(:last-child):after,.row.gy-xl-49.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-xl-49.row--unbordered>.col:not(:last-child):after,.row.g-xl-49.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-49.row--unbordered>.col:not(:last-child):after,.row.gy-xl-49.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-49.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-49.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-49.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-49.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-xl-49.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-49.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-49.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-49.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-49.row--md-bordered>.col:not(:last-child):after,.row.g-xl-49.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-49.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-49.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-xl-49.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-49.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-49.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-49.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-49.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-49.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-49.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-49.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-xl-49.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-49.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-49.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-49.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-49.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-49.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-49.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-49.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-xl-49.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-49.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-49.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-49.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-49.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-49.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-49.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-49.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-xl-49.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-49.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-49.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-49.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-49.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-49.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-49.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-49.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-xl-49.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-49.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-49.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-49.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px){.row.g-xl-50.row--bordered>.col:not(:last-child):after,.row.g-xl-50.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-50.row--bordered>.col:not(:last-child):after,.row.gy-xl-50.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-xl-50.row--unbordered>.col:not(:last-child):after,.row.g-xl-50.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-50.row--unbordered>.col:not(:last-child):after,.row.gy-xl-50.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=576px){.row.g-xl-50.row--sm-bordered>.col:not(:last-child):after,.row.g-xl-50.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-50.row--sm-bordered>.col:not(:last-child):after,.row.gy-xl-50.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-xl-50.row--sm-unbordered>.col:not(:last-child):after,.row.g-xl-50.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-50.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xl-50.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=768px){.row.g-xl-50.row--md-bordered>.col:not(:last-child):after,.row.g-xl-50.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-50.row--md-bordered>.col:not(:last-child):after,.row.gy-xl-50.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-xl-50.row--md-unbordered>.col:not(:last-child):after,.row.g-xl-50.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-50.row--md-unbordered>.col:not(:last-child):after,.row.gy-xl-50.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=992px){.row.g-xl-50.row--lg-bordered>.col:not(:last-child):after,.row.g-xl-50.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-50.row--lg-bordered>.col:not(:last-child):after,.row.gy-xl-50.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-xl-50.row--lg-unbordered>.col:not(:last-child):after,.row.g-xl-50.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-50.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xl-50.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1200px){.row.g-xl-50.row--xl-bordered>.col:not(:last-child):after,.row.g-xl-50.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-50.row--xl-bordered>.col:not(:last-child):after,.row.gy-xl-50.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-xl-50.row--xl-unbordered>.col:not(:last-child):after,.row.g-xl-50.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-50.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xl-50.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1400px){.row.g-xl-50.row--xxl-bordered>.col:not(:last-child):after,.row.g-xl-50.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-50.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xl-50.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-xl-50.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xl-50.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-50.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xl-50.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1200px) and (width>=1600px){.row.g-xl-50.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xl-50.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xl-50.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xl-50.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-xl-50.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xl-50.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xl-50.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xl-50.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-0.row--bordered>.col:not(:last-child):after,.row.g-xxl-0.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-0.row--bordered>.col:not(:last-child):after,.row.gy-xxl-0.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-xxl-0.row--unbordered>.col:not(:last-child):after,.row.g-xxl-0.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-0.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-0.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-0.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-0.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-0.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-0.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-xxl-0.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-0.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-0.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-0.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-0.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-0.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-0.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-0.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-xxl-0.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-0.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-0.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-0.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-0.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-0.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-0.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-0.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-xxl-0.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-0.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-0.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-0.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-0.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-0.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-0.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-0.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-xxl-0.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-0.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-0.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-0.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-0.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-0.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-0.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-0.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-xxl-0.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-0.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-0.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-0.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-0.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-0.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-0.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-0.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-xxl-0.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-0.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-0.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-0.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-1.row--bordered>.col:not(:last-child):after,.row.g-xxl-1.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-1.row--bordered>.col:not(:last-child):after,.row.gy-xxl-1.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-xxl-1.row--unbordered>.col:not(:last-child):after,.row.g-xxl-1.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-1.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-1.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-1.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-1.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-1.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-1.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-xxl-1.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-1.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-1.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-1.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-1.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-1.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-1.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-1.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-xxl-1.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-1.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-1.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-1.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-1.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-1.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-1.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-1.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-xxl-1.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-1.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-1.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-1.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-1.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-1.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-1.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-1.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-xxl-1.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-1.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-1.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-1.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-1.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-1.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-1.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-1.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-xxl-1.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-1.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-1.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-1.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-1.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-1.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-1.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-1.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-xxl-1.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-1.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-1.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-1.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-2.row--bordered>.col:not(:last-child):after,.row.g-xxl-2.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-2.row--bordered>.col:not(:last-child):after,.row.gy-xxl-2.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-xxl-2.row--unbordered>.col:not(:last-child):after,.row.g-xxl-2.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-2.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-2.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-2.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-2.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-2.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-2.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-xxl-2.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-2.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-2.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-2.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-2.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-2.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-2.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-2.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-xxl-2.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-2.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-2.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-2.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-2.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-2.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-2.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-2.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-xxl-2.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-2.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-2.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-2.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-2.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-2.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-2.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-2.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-xxl-2.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-2.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-2.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-2.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-2.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-2.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-2.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-2.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-xxl-2.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-2.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-2.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-2.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-2.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-2.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-2.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-2.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-xxl-2.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-2.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-2.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-2.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-3.row--bordered>.col:not(:last-child):after,.row.g-xxl-3.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-3.row--bordered>.col:not(:last-child):after,.row.gy-xxl-3.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-xxl-3.row--unbordered>.col:not(:last-child):after,.row.g-xxl-3.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-3.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-3.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-3.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-3.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-3.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-3.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-xxl-3.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-3.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-3.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-3.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-3.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-3.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-3.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-3.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-xxl-3.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-3.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-3.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-3.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-3.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-3.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-3.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-3.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-xxl-3.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-3.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-3.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-3.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-3.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-3.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-3.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-3.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-xxl-3.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-3.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-3.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-3.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-3.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-3.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-3.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-3.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-xxl-3.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-3.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-3.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-3.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-3.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-3.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-3.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-3.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-xxl-3.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-3.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-3.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-3.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-4.row--bordered>.col:not(:last-child):after,.row.g-xxl-4.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-4.row--bordered>.col:not(:last-child):after,.row.gy-xxl-4.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-xxl-4.row--unbordered>.col:not(:last-child):after,.row.g-xxl-4.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-4.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-4.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-4.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-4.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-4.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-4.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-xxl-4.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-4.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-4.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-4.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-4.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-4.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-4.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-4.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-xxl-4.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-4.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-4.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-4.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-4.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-4.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-4.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-4.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-xxl-4.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-4.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-4.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-4.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-4.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-4.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-4.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-4.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-xxl-4.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-4.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-4.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-4.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-4.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-4.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-4.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-4.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-xxl-4.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-4.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-4.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-4.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-4.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-4.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-4.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-4.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-xxl-4.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-4.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-4.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-4.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-5.row--bordered>.col:not(:last-child):after,.row.g-xxl-5.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-5.row--bordered>.col:not(:last-child):after,.row.gy-xxl-5.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-xxl-5.row--unbordered>.col:not(:last-child):after,.row.g-xxl-5.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-5.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-5.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-5.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-5.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-5.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-5.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-xxl-5.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-5.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-5.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-5.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-5.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-5.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-5.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-5.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-xxl-5.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-5.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-5.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-5.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-5.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-5.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-5.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-5.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-xxl-5.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-5.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-5.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-5.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-5.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-5.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-5.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-5.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-xxl-5.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-5.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-5.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-5.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-5.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-5.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-5.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-5.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-xxl-5.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-5.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-5.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-5.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-5.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-5.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-5.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-5.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-xxl-5.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-5.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-5.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-5.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-6.row--bordered>.col:not(:last-child):after,.row.g-xxl-6.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-6.row--bordered>.col:not(:last-child):after,.row.gy-xxl-6.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-xxl-6.row--unbordered>.col:not(:last-child):after,.row.g-xxl-6.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-6.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-6.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-6.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-6.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-6.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-6.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-xxl-6.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-6.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-6.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-6.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-6.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-6.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-6.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-6.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-xxl-6.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-6.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-6.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-6.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-6.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-6.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-6.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-6.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-xxl-6.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-6.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-6.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-6.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-6.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-6.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-6.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-6.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-xxl-6.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-6.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-6.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-6.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-6.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-6.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-6.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-6.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-xxl-6.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-6.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-6.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-6.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-6.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-6.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-6.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-6.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-xxl-6.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-6.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-6.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-6.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-7.row--bordered>.col:not(:last-child):after,.row.g-xxl-7.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-7.row--bordered>.col:not(:last-child):after,.row.gy-xxl-7.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-xxl-7.row--unbordered>.col:not(:last-child):after,.row.g-xxl-7.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-7.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-7.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-7.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-7.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-7.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-7.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-xxl-7.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-7.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-7.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-7.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-7.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-7.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-7.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-7.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-xxl-7.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-7.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-7.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-7.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-7.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-7.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-7.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-7.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-xxl-7.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-7.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-7.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-7.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-7.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-7.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-7.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-7.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-xxl-7.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-7.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-7.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-7.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-7.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-7.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-7.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-7.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-xxl-7.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-7.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-7.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-7.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-7.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-7.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-7.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-7.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-xxl-7.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-7.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-7.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-7.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-8.row--bordered>.col:not(:last-child):after,.row.g-xxl-8.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-8.row--bordered>.col:not(:last-child):after,.row.gy-xxl-8.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-xxl-8.row--unbordered>.col:not(:last-child):after,.row.g-xxl-8.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-8.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-8.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-8.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-8.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-8.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-8.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-xxl-8.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-8.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-8.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-8.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-8.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-8.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-8.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-8.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-xxl-8.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-8.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-8.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-8.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-8.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-8.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-8.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-8.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-xxl-8.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-8.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-8.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-8.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-8.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-8.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-8.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-8.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-xxl-8.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-8.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-8.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-8.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-8.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-8.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-8.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-8.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-xxl-8.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-8.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-8.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-8.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-8.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-8.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-8.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-8.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-xxl-8.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-8.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-8.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-8.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-9.row--bordered>.col:not(:last-child):after,.row.g-xxl-9.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-9.row--bordered>.col:not(:last-child):after,.row.gy-xxl-9.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-xxl-9.row--unbordered>.col:not(:last-child):after,.row.g-xxl-9.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-9.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-9.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-9.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-9.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-9.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-9.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-xxl-9.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-9.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-9.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-9.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-9.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-9.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-9.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-9.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-xxl-9.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-9.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-9.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-9.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-9.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-9.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-9.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-9.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-xxl-9.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-9.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-9.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-9.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-9.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-9.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-9.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-9.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-xxl-9.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-9.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-9.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-9.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-9.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-9.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-9.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-9.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-xxl-9.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-9.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-9.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-9.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-9.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-9.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-9.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-9.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-xxl-9.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-9.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-9.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-9.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-10.row--bordered>.col:not(:last-child):after,.row.g-xxl-10.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-10.row--bordered>.col:not(:last-child):after,.row.gy-xxl-10.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-xxl-10.row--unbordered>.col:not(:last-child):after,.row.g-xxl-10.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-10.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-10.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-10.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-10.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-10.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-10.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-xxl-10.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-10.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-10.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-10.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-10.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-10.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-10.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-10.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-xxl-10.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-10.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-10.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-10.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-10.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-10.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-10.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-10.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-xxl-10.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-10.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-10.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-10.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-10.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-10.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-10.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-10.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-xxl-10.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-10.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-10.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-10.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-10.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-10.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-10.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-10.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-xxl-10.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-10.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-10.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-10.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-10.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-10.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-10.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-10.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-xxl-10.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-10.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-10.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-10.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-11.row--bordered>.col:not(:last-child):after,.row.g-xxl-11.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-11.row--bordered>.col:not(:last-child):after,.row.gy-xxl-11.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-xxl-11.row--unbordered>.col:not(:last-child):after,.row.g-xxl-11.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-11.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-11.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-11.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-11.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-11.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-11.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-xxl-11.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-11.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-11.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-11.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-11.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-11.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-11.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-11.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-xxl-11.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-11.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-11.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-11.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-11.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-11.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-11.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-11.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-xxl-11.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-11.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-11.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-11.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-11.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-11.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-11.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-11.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-xxl-11.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-11.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-11.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-11.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-11.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-11.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-11.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-11.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-xxl-11.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-11.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-11.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-11.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-11.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-11.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-11.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-11.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-xxl-11.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-11.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-11.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-11.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-12.row--bordered>.col:not(:last-child):after,.row.g-xxl-12.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-12.row--bordered>.col:not(:last-child):after,.row.gy-xxl-12.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-xxl-12.row--unbordered>.col:not(:last-child):after,.row.g-xxl-12.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-12.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-12.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-12.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-12.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-12.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-12.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-xxl-12.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-12.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-12.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-12.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-12.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-12.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-12.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-12.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-xxl-12.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-12.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-12.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-12.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-12.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-12.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-12.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-12.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-xxl-12.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-12.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-12.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-12.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-12.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-12.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-12.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-12.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-xxl-12.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-12.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-12.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-12.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-12.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-12.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-12.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-12.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-xxl-12.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-12.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-12.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-12.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-12.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-12.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-12.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-12.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-xxl-12.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-12.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-12.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-12.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-13.row--bordered>.col:not(:last-child):after,.row.g-xxl-13.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-13.row--bordered>.col:not(:last-child):after,.row.gy-xxl-13.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-xxl-13.row--unbordered>.col:not(:last-child):after,.row.g-xxl-13.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-13.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-13.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-13.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-13.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-13.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-13.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-xxl-13.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-13.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-13.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-13.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-13.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-13.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-13.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-13.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-xxl-13.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-13.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-13.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-13.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-13.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-13.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-13.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-13.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-xxl-13.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-13.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-13.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-13.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-13.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-13.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-13.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-13.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-xxl-13.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-13.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-13.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-13.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-13.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-13.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-13.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-13.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-xxl-13.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-13.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-13.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-13.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-13.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-13.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-13.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-13.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-xxl-13.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-13.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-13.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-13.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-14.row--bordered>.col:not(:last-child):after,.row.g-xxl-14.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-14.row--bordered>.col:not(:last-child):after,.row.gy-xxl-14.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-xxl-14.row--unbordered>.col:not(:last-child):after,.row.g-xxl-14.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-14.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-14.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-14.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-14.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-14.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-14.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-xxl-14.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-14.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-14.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-14.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-14.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-14.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-14.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-14.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-xxl-14.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-14.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-14.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-14.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-14.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-14.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-14.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-14.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-xxl-14.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-14.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-14.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-14.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-14.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-14.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-14.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-14.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-xxl-14.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-14.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-14.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-14.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-14.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-14.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-14.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-14.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-xxl-14.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-14.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-14.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-14.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-14.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-14.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-14.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-14.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-xxl-14.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-14.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-14.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-14.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-15.row--bordered>.col:not(:last-child):after,.row.g-xxl-15.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-15.row--bordered>.col:not(:last-child):after,.row.gy-xxl-15.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-xxl-15.row--unbordered>.col:not(:last-child):after,.row.g-xxl-15.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-15.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-15.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-15.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-15.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-15.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-15.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-xxl-15.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-15.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-15.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-15.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-15.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-15.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-15.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-15.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-xxl-15.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-15.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-15.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-15.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-15.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-15.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-15.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-15.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-xxl-15.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-15.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-15.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-15.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-15.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-15.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-15.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-15.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-xxl-15.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-15.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-15.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-15.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-15.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-15.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-15.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-15.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-xxl-15.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-15.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-15.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-15.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-15.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-15.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-15.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-15.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-xxl-15.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-15.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-15.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-15.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-16.row--bordered>.col:not(:last-child):after,.row.g-xxl-16.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-16.row--bordered>.col:not(:last-child):after,.row.gy-xxl-16.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-xxl-16.row--unbordered>.col:not(:last-child):after,.row.g-xxl-16.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-16.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-16.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-16.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-16.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-16.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-16.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-xxl-16.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-16.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-16.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-16.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-16.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-16.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-16.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-16.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-xxl-16.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-16.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-16.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-16.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-16.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-16.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-16.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-16.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-xxl-16.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-16.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-16.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-16.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-16.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-16.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-16.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-16.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-xxl-16.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-16.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-16.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-16.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-16.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-16.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-16.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-16.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-xxl-16.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-16.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-16.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-16.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-16.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-16.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-16.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-16.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-xxl-16.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-16.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-16.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-16.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-17.row--bordered>.col:not(:last-child):after,.row.g-xxl-17.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-17.row--bordered>.col:not(:last-child):after,.row.gy-xxl-17.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-xxl-17.row--unbordered>.col:not(:last-child):after,.row.g-xxl-17.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-17.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-17.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-17.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-17.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-17.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-17.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-xxl-17.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-17.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-17.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-17.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-17.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-17.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-17.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-17.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-xxl-17.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-17.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-17.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-17.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-17.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-17.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-17.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-17.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-xxl-17.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-17.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-17.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-17.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-17.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-17.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-17.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-17.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-xxl-17.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-17.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-17.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-17.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-17.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-17.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-17.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-17.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-xxl-17.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-17.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-17.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-17.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-17.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-17.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-17.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-17.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-xxl-17.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-17.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-17.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-17.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-18.row--bordered>.col:not(:last-child):after,.row.g-xxl-18.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-18.row--bordered>.col:not(:last-child):after,.row.gy-xxl-18.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-xxl-18.row--unbordered>.col:not(:last-child):after,.row.g-xxl-18.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-18.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-18.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-18.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-18.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-18.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-18.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-xxl-18.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-18.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-18.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-18.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-18.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-18.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-18.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-18.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-xxl-18.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-18.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-18.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-18.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-18.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-18.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-18.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-18.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-xxl-18.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-18.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-18.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-18.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-18.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-18.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-18.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-18.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-xxl-18.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-18.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-18.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-18.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-18.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-18.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-18.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-18.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-xxl-18.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-18.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-18.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-18.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-18.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-18.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-18.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-18.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-xxl-18.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-18.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-18.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-18.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-19.row--bordered>.col:not(:last-child):after,.row.g-xxl-19.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-19.row--bordered>.col:not(:last-child):after,.row.gy-xxl-19.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-xxl-19.row--unbordered>.col:not(:last-child):after,.row.g-xxl-19.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-19.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-19.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-19.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-19.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-19.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-19.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-xxl-19.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-19.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-19.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-19.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-19.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-19.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-19.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-19.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-xxl-19.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-19.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-19.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-19.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-19.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-19.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-19.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-19.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-xxl-19.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-19.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-19.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-19.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-19.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-19.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-19.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-19.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-xxl-19.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-19.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-19.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-19.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-19.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-19.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-19.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-19.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-xxl-19.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-19.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-19.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-19.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-19.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-19.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-19.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-19.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-xxl-19.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-19.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-19.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-19.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-20.row--bordered>.col:not(:last-child):after,.row.g-xxl-20.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-20.row--bordered>.col:not(:last-child):after,.row.gy-xxl-20.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-xxl-20.row--unbordered>.col:not(:last-child):after,.row.g-xxl-20.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-20.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-20.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-20.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-20.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-20.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-20.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-xxl-20.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-20.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-20.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-20.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-20.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-20.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-20.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-20.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-xxl-20.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-20.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-20.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-20.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-20.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-20.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-20.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-20.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-xxl-20.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-20.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-20.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-20.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-20.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-20.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-20.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-20.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-xxl-20.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-20.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-20.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-20.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-20.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-20.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-20.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-20.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-xxl-20.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-20.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-20.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-20.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-20.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-20.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-20.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-20.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-xxl-20.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-20.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-20.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-20.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-21.row--bordered>.col:not(:last-child):after,.row.g-xxl-21.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-21.row--bordered>.col:not(:last-child):after,.row.gy-xxl-21.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-xxl-21.row--unbordered>.col:not(:last-child):after,.row.g-xxl-21.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-21.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-21.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-21.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-21.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-21.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-21.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-xxl-21.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-21.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-21.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-21.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-21.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-21.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-21.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-21.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-xxl-21.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-21.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-21.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-21.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-21.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-21.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-21.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-21.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-xxl-21.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-21.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-21.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-21.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-21.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-21.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-21.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-21.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-xxl-21.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-21.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-21.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-21.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-21.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-21.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-21.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-21.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-xxl-21.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-21.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-21.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-21.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-21.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-21.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-21.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-21.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-xxl-21.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-21.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-21.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-21.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-22.row--bordered>.col:not(:last-child):after,.row.g-xxl-22.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-22.row--bordered>.col:not(:last-child):after,.row.gy-xxl-22.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-xxl-22.row--unbordered>.col:not(:last-child):after,.row.g-xxl-22.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-22.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-22.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-22.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-22.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-22.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-22.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-xxl-22.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-22.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-22.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-22.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-22.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-22.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-22.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-22.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-xxl-22.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-22.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-22.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-22.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-22.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-22.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-22.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-22.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-xxl-22.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-22.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-22.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-22.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-22.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-22.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-22.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-22.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-xxl-22.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-22.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-22.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-22.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-22.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-22.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-22.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-22.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-xxl-22.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-22.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-22.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-22.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-22.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-22.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-22.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-22.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-xxl-22.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-22.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-22.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-22.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-23.row--bordered>.col:not(:last-child):after,.row.g-xxl-23.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-23.row--bordered>.col:not(:last-child):after,.row.gy-xxl-23.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-xxl-23.row--unbordered>.col:not(:last-child):after,.row.g-xxl-23.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-23.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-23.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-23.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-23.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-23.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-23.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-xxl-23.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-23.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-23.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-23.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-23.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-23.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-23.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-23.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-xxl-23.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-23.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-23.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-23.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-23.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-23.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-23.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-23.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-xxl-23.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-23.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-23.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-23.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-23.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-23.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-23.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-23.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-xxl-23.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-23.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-23.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-23.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-23.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-23.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-23.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-23.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-xxl-23.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-23.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-23.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-23.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-23.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-23.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-23.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-23.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-xxl-23.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-23.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-23.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-23.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-24.row--bordered>.col:not(:last-child):after,.row.g-xxl-24.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-24.row--bordered>.col:not(:last-child):after,.row.gy-xxl-24.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-xxl-24.row--unbordered>.col:not(:last-child):after,.row.g-xxl-24.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-24.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-24.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-24.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-24.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-24.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-24.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-xxl-24.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-24.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-24.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-24.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-24.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-24.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-24.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-24.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-xxl-24.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-24.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-24.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-24.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-24.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-24.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-24.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-24.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-xxl-24.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-24.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-24.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-24.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-24.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-24.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-24.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-24.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-xxl-24.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-24.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-24.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-24.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-24.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-24.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-24.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-24.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-xxl-24.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-24.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-24.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-24.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-24.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-24.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-24.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-24.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-xxl-24.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-24.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-24.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-24.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-25.row--bordered>.col:not(:last-child):after,.row.g-xxl-25.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-25.row--bordered>.col:not(:last-child):after,.row.gy-xxl-25.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-xxl-25.row--unbordered>.col:not(:last-child):after,.row.g-xxl-25.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-25.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-25.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-25.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-25.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-25.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-25.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-xxl-25.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-25.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-25.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-25.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-25.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-25.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-25.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-25.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-xxl-25.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-25.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-25.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-25.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-25.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-25.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-25.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-25.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-xxl-25.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-25.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-25.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-25.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-25.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-25.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-25.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-25.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-xxl-25.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-25.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-25.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-25.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-25.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-25.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-25.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-25.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-xxl-25.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-25.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-25.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-25.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-25.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-25.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-25.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-25.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-xxl-25.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-25.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-25.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-25.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-26.row--bordered>.col:not(:last-child):after,.row.g-xxl-26.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-26.row--bordered>.col:not(:last-child):after,.row.gy-xxl-26.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-xxl-26.row--unbordered>.col:not(:last-child):after,.row.g-xxl-26.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-26.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-26.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-26.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-26.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-26.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-26.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-xxl-26.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-26.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-26.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-26.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-26.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-26.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-26.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-26.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-xxl-26.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-26.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-26.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-26.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-26.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-26.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-26.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-26.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-xxl-26.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-26.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-26.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-26.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-26.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-26.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-26.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-26.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-xxl-26.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-26.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-26.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-26.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-26.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-26.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-26.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-26.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-xxl-26.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-26.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-26.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-26.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-26.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-26.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-26.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-26.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-xxl-26.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-26.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-26.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-26.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-27.row--bordered>.col:not(:last-child):after,.row.g-xxl-27.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-27.row--bordered>.col:not(:last-child):after,.row.gy-xxl-27.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-xxl-27.row--unbordered>.col:not(:last-child):after,.row.g-xxl-27.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-27.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-27.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-27.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-27.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-27.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-27.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-xxl-27.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-27.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-27.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-27.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-27.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-27.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-27.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-27.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-xxl-27.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-27.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-27.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-27.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-27.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-27.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-27.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-27.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-xxl-27.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-27.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-27.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-27.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-27.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-27.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-27.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-27.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-xxl-27.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-27.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-27.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-27.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-27.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-27.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-27.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-27.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-xxl-27.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-27.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-27.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-27.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-27.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-27.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-27.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-27.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-xxl-27.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-27.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-27.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-27.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-28.row--bordered>.col:not(:last-child):after,.row.g-xxl-28.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-28.row--bordered>.col:not(:last-child):after,.row.gy-xxl-28.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-xxl-28.row--unbordered>.col:not(:last-child):after,.row.g-xxl-28.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-28.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-28.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-28.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-28.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-28.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-28.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-xxl-28.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-28.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-28.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-28.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-28.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-28.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-28.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-28.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-xxl-28.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-28.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-28.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-28.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-28.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-28.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-28.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-28.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-xxl-28.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-28.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-28.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-28.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-28.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-28.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-28.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-28.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-xxl-28.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-28.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-28.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-28.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-28.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-28.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-28.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-28.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-xxl-28.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-28.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-28.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-28.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-28.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-28.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-28.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-28.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-xxl-28.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-28.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-28.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-28.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-29.row--bordered>.col:not(:last-child):after,.row.g-xxl-29.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-29.row--bordered>.col:not(:last-child):after,.row.gy-xxl-29.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-xxl-29.row--unbordered>.col:not(:last-child):after,.row.g-xxl-29.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-29.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-29.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-29.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-29.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-29.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-29.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-xxl-29.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-29.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-29.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-29.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-29.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-29.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-29.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-29.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-xxl-29.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-29.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-29.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-29.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-29.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-29.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-29.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-29.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-xxl-29.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-29.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-29.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-29.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-29.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-29.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-29.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-29.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-xxl-29.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-29.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-29.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-29.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-29.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-29.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-29.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-29.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-xxl-29.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-29.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-29.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-29.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-29.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-29.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-29.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-29.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-xxl-29.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-29.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-29.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-29.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-30.row--bordered>.col:not(:last-child):after,.row.g-xxl-30.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-30.row--bordered>.col:not(:last-child):after,.row.gy-xxl-30.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-xxl-30.row--unbordered>.col:not(:last-child):after,.row.g-xxl-30.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-30.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-30.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-30.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-30.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-30.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-30.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-xxl-30.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-30.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-30.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-30.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-30.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-30.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-30.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-30.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-xxl-30.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-30.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-30.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-30.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-30.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-30.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-30.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-30.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-xxl-30.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-30.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-30.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-30.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-30.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-30.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-30.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-30.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-xxl-30.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-30.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-30.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-30.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-30.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-30.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-30.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-30.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-xxl-30.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-30.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-30.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-30.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-30.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-30.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-30.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-30.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-xxl-30.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-30.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-30.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-30.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-31.row--bordered>.col:not(:last-child):after,.row.g-xxl-31.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-31.row--bordered>.col:not(:last-child):after,.row.gy-xxl-31.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-xxl-31.row--unbordered>.col:not(:last-child):after,.row.g-xxl-31.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-31.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-31.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-31.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-31.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-31.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-31.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-xxl-31.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-31.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-31.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-31.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-31.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-31.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-31.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-31.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-xxl-31.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-31.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-31.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-31.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-31.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-31.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-31.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-31.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-xxl-31.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-31.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-31.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-31.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-31.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-31.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-31.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-31.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-xxl-31.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-31.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-31.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-31.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-31.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-31.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-31.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-31.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-xxl-31.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-31.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-31.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-31.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-31.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-31.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-31.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-31.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-xxl-31.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-31.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-31.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-31.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-32.row--bordered>.col:not(:last-child):after,.row.g-xxl-32.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-32.row--bordered>.col:not(:last-child):after,.row.gy-xxl-32.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-xxl-32.row--unbordered>.col:not(:last-child):after,.row.g-xxl-32.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-32.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-32.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-32.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-32.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-32.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-32.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-xxl-32.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-32.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-32.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-32.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-32.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-32.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-32.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-32.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-xxl-32.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-32.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-32.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-32.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-32.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-32.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-32.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-32.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-xxl-32.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-32.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-32.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-32.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-32.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-32.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-32.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-32.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-xxl-32.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-32.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-32.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-32.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-32.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-32.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-32.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-32.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-xxl-32.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-32.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-32.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-32.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-32.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-32.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-32.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-32.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-xxl-32.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-32.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-32.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-32.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-33.row--bordered>.col:not(:last-child):after,.row.g-xxl-33.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-33.row--bordered>.col:not(:last-child):after,.row.gy-xxl-33.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-xxl-33.row--unbordered>.col:not(:last-child):after,.row.g-xxl-33.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-33.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-33.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-33.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-33.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-33.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-33.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-xxl-33.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-33.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-33.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-33.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-33.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-33.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-33.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-33.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-xxl-33.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-33.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-33.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-33.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-33.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-33.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-33.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-33.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-xxl-33.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-33.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-33.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-33.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-33.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-33.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-33.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-33.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-xxl-33.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-33.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-33.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-33.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-33.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-33.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-33.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-33.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-xxl-33.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-33.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-33.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-33.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-33.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-33.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-33.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-33.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-xxl-33.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-33.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-33.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-33.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-34.row--bordered>.col:not(:last-child):after,.row.g-xxl-34.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-34.row--bordered>.col:not(:last-child):after,.row.gy-xxl-34.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-xxl-34.row--unbordered>.col:not(:last-child):after,.row.g-xxl-34.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-34.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-34.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-34.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-34.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-34.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-34.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-xxl-34.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-34.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-34.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-34.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-34.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-34.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-34.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-34.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-xxl-34.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-34.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-34.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-34.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-34.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-34.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-34.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-34.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-xxl-34.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-34.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-34.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-34.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-34.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-34.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-34.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-34.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-xxl-34.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-34.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-34.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-34.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-34.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-34.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-34.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-34.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-xxl-34.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-34.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-34.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-34.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-34.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-34.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-34.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-34.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-xxl-34.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-34.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-34.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-34.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-35.row--bordered>.col:not(:last-child):after,.row.g-xxl-35.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-35.row--bordered>.col:not(:last-child):after,.row.gy-xxl-35.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-xxl-35.row--unbordered>.col:not(:last-child):after,.row.g-xxl-35.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-35.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-35.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-35.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-35.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-35.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-35.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-xxl-35.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-35.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-35.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-35.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-35.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-35.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-35.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-35.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-xxl-35.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-35.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-35.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-35.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-35.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-35.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-35.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-35.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-xxl-35.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-35.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-35.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-35.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-35.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-35.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-35.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-35.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-xxl-35.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-35.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-35.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-35.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-35.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-35.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-35.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-35.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-xxl-35.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-35.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-35.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-35.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-35.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-35.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-35.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-35.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-xxl-35.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-35.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-35.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-35.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-36.row--bordered>.col:not(:last-child):after,.row.g-xxl-36.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-36.row--bordered>.col:not(:last-child):after,.row.gy-xxl-36.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-xxl-36.row--unbordered>.col:not(:last-child):after,.row.g-xxl-36.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-36.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-36.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-36.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-36.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-36.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-36.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-xxl-36.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-36.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-36.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-36.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-36.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-36.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-36.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-36.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-xxl-36.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-36.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-36.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-36.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-36.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-36.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-36.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-36.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-xxl-36.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-36.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-36.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-36.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-36.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-36.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-36.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-36.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-xxl-36.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-36.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-36.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-36.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-36.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-36.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-36.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-36.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-xxl-36.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-36.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-36.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-36.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-36.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-36.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-36.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-36.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-xxl-36.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-36.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-36.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-36.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-37.row--bordered>.col:not(:last-child):after,.row.g-xxl-37.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-37.row--bordered>.col:not(:last-child):after,.row.gy-xxl-37.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-xxl-37.row--unbordered>.col:not(:last-child):after,.row.g-xxl-37.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-37.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-37.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-37.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-37.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-37.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-37.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-xxl-37.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-37.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-37.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-37.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-37.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-37.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-37.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-37.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-xxl-37.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-37.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-37.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-37.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-37.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-37.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-37.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-37.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-xxl-37.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-37.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-37.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-37.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-37.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-37.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-37.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-37.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-xxl-37.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-37.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-37.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-37.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-37.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-37.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-37.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-37.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-xxl-37.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-37.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-37.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-37.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-37.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-37.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-37.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-37.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-xxl-37.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-37.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-37.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-37.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-38.row--bordered>.col:not(:last-child):after,.row.g-xxl-38.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-38.row--bordered>.col:not(:last-child):after,.row.gy-xxl-38.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-xxl-38.row--unbordered>.col:not(:last-child):after,.row.g-xxl-38.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-38.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-38.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-38.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-38.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-38.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-38.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-xxl-38.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-38.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-38.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-38.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-38.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-38.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-38.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-38.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-xxl-38.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-38.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-38.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-38.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-38.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-38.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-38.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-38.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-xxl-38.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-38.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-38.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-38.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-38.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-38.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-38.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-38.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-xxl-38.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-38.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-38.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-38.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-38.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-38.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-38.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-38.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-xxl-38.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-38.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-38.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-38.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-38.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-38.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-38.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-38.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-xxl-38.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-38.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-38.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-38.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-39.row--bordered>.col:not(:last-child):after,.row.g-xxl-39.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-39.row--bordered>.col:not(:last-child):after,.row.gy-xxl-39.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-xxl-39.row--unbordered>.col:not(:last-child):after,.row.g-xxl-39.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-39.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-39.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-39.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-39.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-39.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-39.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-xxl-39.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-39.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-39.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-39.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-39.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-39.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-39.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-39.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-xxl-39.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-39.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-39.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-39.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-39.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-39.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-39.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-39.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-xxl-39.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-39.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-39.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-39.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-39.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-39.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-39.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-39.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-xxl-39.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-39.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-39.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-39.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-39.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-39.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-39.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-39.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-xxl-39.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-39.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-39.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-39.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-39.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-39.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-39.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-39.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-xxl-39.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-39.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-39.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-39.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-40.row--bordered>.col:not(:last-child):after,.row.g-xxl-40.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-40.row--bordered>.col:not(:last-child):after,.row.gy-xxl-40.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-xxl-40.row--unbordered>.col:not(:last-child):after,.row.g-xxl-40.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-40.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-40.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-40.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-40.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-40.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-40.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-xxl-40.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-40.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-40.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-40.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-40.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-40.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-40.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-40.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-xxl-40.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-40.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-40.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-40.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-40.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-40.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-40.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-40.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-xxl-40.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-40.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-40.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-40.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-40.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-40.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-40.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-40.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-xxl-40.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-40.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-40.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-40.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-40.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-40.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-40.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-40.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-xxl-40.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-40.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-40.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-40.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-40.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-40.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-40.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-40.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-xxl-40.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-40.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-40.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-40.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-41.row--bordered>.col:not(:last-child):after,.row.g-xxl-41.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-41.row--bordered>.col:not(:last-child):after,.row.gy-xxl-41.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-xxl-41.row--unbordered>.col:not(:last-child):after,.row.g-xxl-41.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-41.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-41.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-41.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-41.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-41.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-41.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-xxl-41.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-41.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-41.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-41.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-41.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-41.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-41.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-41.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-xxl-41.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-41.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-41.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-41.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-41.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-41.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-41.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-41.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-xxl-41.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-41.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-41.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-41.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-41.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-41.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-41.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-41.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-xxl-41.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-41.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-41.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-41.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-41.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-41.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-41.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-41.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-xxl-41.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-41.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-41.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-41.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-41.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-41.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-41.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-41.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-xxl-41.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-41.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-41.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-41.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-42.row--bordered>.col:not(:last-child):after,.row.g-xxl-42.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-42.row--bordered>.col:not(:last-child):after,.row.gy-xxl-42.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-xxl-42.row--unbordered>.col:not(:last-child):after,.row.g-xxl-42.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-42.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-42.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-42.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-42.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-42.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-42.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-xxl-42.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-42.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-42.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-42.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-42.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-42.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-42.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-42.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-xxl-42.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-42.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-42.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-42.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-42.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-42.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-42.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-42.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-xxl-42.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-42.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-42.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-42.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-42.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-42.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-42.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-42.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-xxl-42.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-42.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-42.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-42.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-42.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-42.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-42.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-42.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-xxl-42.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-42.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-42.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-42.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-42.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-42.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-42.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-42.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-xxl-42.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-42.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-42.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-42.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-43.row--bordered>.col:not(:last-child):after,.row.g-xxl-43.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-43.row--bordered>.col:not(:last-child):after,.row.gy-xxl-43.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-xxl-43.row--unbordered>.col:not(:last-child):after,.row.g-xxl-43.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-43.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-43.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-43.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-43.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-43.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-43.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-xxl-43.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-43.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-43.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-43.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-43.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-43.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-43.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-43.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-xxl-43.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-43.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-43.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-43.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-43.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-43.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-43.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-43.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-xxl-43.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-43.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-43.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-43.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-43.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-43.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-43.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-43.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-xxl-43.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-43.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-43.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-43.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-43.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-43.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-43.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-43.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-xxl-43.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-43.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-43.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-43.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-43.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-43.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-43.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-43.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-xxl-43.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-43.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-43.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-43.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-44.row--bordered>.col:not(:last-child):after,.row.g-xxl-44.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-44.row--bordered>.col:not(:last-child):after,.row.gy-xxl-44.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-xxl-44.row--unbordered>.col:not(:last-child):after,.row.g-xxl-44.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-44.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-44.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-44.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-44.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-44.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-44.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-xxl-44.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-44.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-44.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-44.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-44.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-44.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-44.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-44.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-xxl-44.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-44.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-44.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-44.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-44.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-44.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-44.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-44.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-xxl-44.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-44.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-44.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-44.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-44.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-44.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-44.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-44.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-xxl-44.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-44.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-44.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-44.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-44.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-44.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-44.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-44.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-xxl-44.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-44.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-44.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-44.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-44.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-44.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-44.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-44.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-xxl-44.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-44.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-44.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-44.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-45.row--bordered>.col:not(:last-child):after,.row.g-xxl-45.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-45.row--bordered>.col:not(:last-child):after,.row.gy-xxl-45.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-xxl-45.row--unbordered>.col:not(:last-child):after,.row.g-xxl-45.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-45.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-45.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-45.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-45.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-45.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-45.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-xxl-45.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-45.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-45.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-45.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-45.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-45.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-45.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-45.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-xxl-45.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-45.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-45.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-45.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-45.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-45.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-45.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-45.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-xxl-45.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-45.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-45.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-45.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-45.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-45.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-45.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-45.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-xxl-45.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-45.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-45.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-45.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-45.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-45.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-45.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-45.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-xxl-45.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-45.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-45.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-45.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-45.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-45.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-45.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-45.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-xxl-45.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-45.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-45.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-45.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-46.row--bordered>.col:not(:last-child):after,.row.g-xxl-46.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-46.row--bordered>.col:not(:last-child):after,.row.gy-xxl-46.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-xxl-46.row--unbordered>.col:not(:last-child):after,.row.g-xxl-46.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-46.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-46.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-46.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-46.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-46.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-46.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-xxl-46.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-46.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-46.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-46.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-46.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-46.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-46.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-46.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-xxl-46.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-46.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-46.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-46.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-46.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-46.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-46.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-46.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-xxl-46.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-46.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-46.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-46.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-46.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-46.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-46.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-46.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-xxl-46.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-46.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-46.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-46.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-46.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-46.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-46.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-46.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-xxl-46.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-46.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-46.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-46.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-46.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-46.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-46.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-46.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-xxl-46.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-46.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-46.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-46.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-47.row--bordered>.col:not(:last-child):after,.row.g-xxl-47.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-47.row--bordered>.col:not(:last-child):after,.row.gy-xxl-47.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-xxl-47.row--unbordered>.col:not(:last-child):after,.row.g-xxl-47.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-47.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-47.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-47.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-47.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-47.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-47.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-xxl-47.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-47.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-47.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-47.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-47.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-47.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-47.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-47.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-xxl-47.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-47.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-47.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-47.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-47.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-47.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-47.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-47.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-xxl-47.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-47.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-47.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-47.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-47.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-47.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-47.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-47.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-xxl-47.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-47.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-47.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-47.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-47.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-47.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-47.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-47.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-xxl-47.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-47.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-47.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-47.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-47.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-47.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-47.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-47.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-xxl-47.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-47.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-47.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-47.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-48.row--bordered>.col:not(:last-child):after,.row.g-xxl-48.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-48.row--bordered>.col:not(:last-child):after,.row.gy-xxl-48.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-xxl-48.row--unbordered>.col:not(:last-child):after,.row.g-xxl-48.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-48.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-48.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-48.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-48.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-48.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-48.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-xxl-48.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-48.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-48.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-48.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-48.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-48.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-48.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-48.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-xxl-48.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-48.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-48.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-48.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-48.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-48.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-48.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-48.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-xxl-48.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-48.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-48.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-48.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-48.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-48.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-48.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-48.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-xxl-48.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-48.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-48.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-48.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-48.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-48.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-48.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-48.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-xxl-48.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-48.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-48.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-48.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-48.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-48.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-48.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-48.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-xxl-48.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-48.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-48.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-48.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-49.row--bordered>.col:not(:last-child):after,.row.g-xxl-49.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-49.row--bordered>.col:not(:last-child):after,.row.gy-xxl-49.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-xxl-49.row--unbordered>.col:not(:last-child):after,.row.g-xxl-49.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-49.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-49.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-49.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-49.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-49.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-49.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-xxl-49.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-49.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-49.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-49.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-49.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-49.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-49.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-49.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-xxl-49.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-49.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-49.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-49.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-49.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-49.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-49.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-49.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-xxl-49.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-49.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-49.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-49.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-49.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-49.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-49.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-49.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-xxl-49.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-49.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-49.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-49.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-49.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-49.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-49.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-49.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-xxl-49.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-49.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-49.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-49.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-49.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-49.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-49.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-49.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-xxl-49.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-49.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-49.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-49.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px){.row.g-xxl-50.row--bordered>.col:not(:last-child):after,.row.g-xxl-50.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-50.row--bordered>.col:not(:last-child):after,.row.gy-xxl-50.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-xxl-50.row--unbordered>.col:not(:last-child):after,.row.g-xxl-50.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-50.row--unbordered>.col:not(:last-child):after,.row.gy-xxl-50.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=576px){.row.g-xxl-50.row--sm-bordered>.col:not(:last-child):after,.row.g-xxl-50.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-50.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxl-50.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-xxl-50.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxl-50.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-50.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxl-50.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=768px){.row.g-xxl-50.row--md-bordered>.col:not(:last-child):after,.row.g-xxl-50.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-50.row--md-bordered>.col:not(:last-child):after,.row.gy-xxl-50.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-xxl-50.row--md-unbordered>.col:not(:last-child):after,.row.g-xxl-50.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-50.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxl-50.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=992px){.row.g-xxl-50.row--lg-bordered>.col:not(:last-child):after,.row.g-xxl-50.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-50.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxl-50.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-xxl-50.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxl-50.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-50.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxl-50.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1200px){.row.g-xxl-50.row--xl-bordered>.col:not(:last-child):after,.row.g-xxl-50.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-50.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxl-50.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-xxl-50.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxl-50.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-50.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxl-50.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1400px){.row.g-xxl-50.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxl-50.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-50.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxl-50.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-xxl-50.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxl-50.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-50.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-50.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1400px) and (width>=1600px){.row.g-xxl-50.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxl-50.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-50.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxl-50.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-xxl-50.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxl-50.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxl-50.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxl-50.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-0.row--bordered>.col:not(:last-child):after,.row.g-xxxl-0.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-0.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-0.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-xxxl-0.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-0.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-0.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-0.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-0.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-0.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-0.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-0.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-xxxl-0.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-0.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-0.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-0.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-0.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-0.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-0.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-0.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-xxxl-0.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-0.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-0.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-0.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-0.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-0.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-0.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-0.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-xxxl-0.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-0.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-0.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-0.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-0.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-0.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-0.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-0.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-xxxl-0.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-0.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-0.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-0.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-0.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-0.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-0.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-0.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-xxxl-0.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-0.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-0.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-0.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-0.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-0.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-0.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-0.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:0;display:block}.row.g-xxxl-0.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-0.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-0.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-0.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-1.row--bordered>.col:not(:last-child):after,.row.g-xxxl-1.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-1.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-1.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-xxxl-1.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-1.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-1.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-1.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-1.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-1.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-1.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-1.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-xxxl-1.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-1.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-1.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-1.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-1.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-1.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-1.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-1.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-xxxl-1.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-1.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-1.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-1.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-1.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-1.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-1.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-1.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-xxxl-1.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-1.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-1.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-1.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-1.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-1.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-1.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-1.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-xxxl-1.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-1.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-1.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-1.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-1.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-1.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-1.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-1.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-xxxl-1.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-1.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-1.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-1.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-1.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-1.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-1.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-1.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:4px;display:block}.row.g-xxxl-1.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-1.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-1.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-1.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-2.row--bordered>.col:not(:last-child):after,.row.g-xxxl-2.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-2.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-2.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-xxxl-2.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-2.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-2.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-2.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-2.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-2.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-2.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-2.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-xxxl-2.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-2.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-2.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-2.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-2.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-2.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-2.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-2.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-xxxl-2.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-2.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-2.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-2.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-2.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-2.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-2.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-2.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-xxxl-2.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-2.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-2.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-2.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-2.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-2.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-2.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-2.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-xxxl-2.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-2.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-2.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-2.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-2.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-2.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-2.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-2.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-xxxl-2.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-2.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-2.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-2.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-2.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-2.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-2.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-2.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:8px;display:block}.row.g-xxxl-2.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-2.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-2.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-2.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-3.row--bordered>.col:not(:last-child):after,.row.g-xxxl-3.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-3.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-3.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-xxxl-3.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-3.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-3.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-3.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-3.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-3.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-3.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-3.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-xxxl-3.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-3.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-3.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-3.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-3.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-3.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-3.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-3.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-xxxl-3.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-3.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-3.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-3.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-3.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-3.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-3.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-3.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-xxxl-3.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-3.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-3.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-3.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-3.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-3.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-3.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-3.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-xxxl-3.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-3.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-3.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-3.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-3.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-3.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-3.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-3.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-xxxl-3.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-3.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-3.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-3.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-3.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-3.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-3.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-3.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:12px;display:block}.row.g-xxxl-3.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-3.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-3.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-3.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-4.row--bordered>.col:not(:last-child):after,.row.g-xxxl-4.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-4.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-4.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-xxxl-4.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-4.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-4.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-4.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-4.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-4.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-4.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-4.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-xxxl-4.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-4.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-4.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-4.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-4.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-4.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-4.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-4.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-xxxl-4.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-4.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-4.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-4.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-4.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-4.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-4.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-4.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-xxxl-4.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-4.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-4.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-4.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-4.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-4.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-4.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-4.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-xxxl-4.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-4.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-4.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-4.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-4.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-4.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-4.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-4.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-xxxl-4.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-4.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-4.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-4.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-4.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-4.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-4.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-4.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:16px;display:block}.row.g-xxxl-4.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-4.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-4.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-4.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-5.row--bordered>.col:not(:last-child):after,.row.g-xxxl-5.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-5.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-5.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-xxxl-5.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-5.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-5.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-5.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-5.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-5.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-5.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-5.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-xxxl-5.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-5.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-5.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-5.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-5.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-5.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-5.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-5.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-xxxl-5.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-5.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-5.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-5.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-5.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-5.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-5.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-5.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-xxxl-5.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-5.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-5.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-5.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-5.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-5.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-5.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-5.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-xxxl-5.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-5.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-5.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-5.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-5.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-5.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-5.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-5.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-xxxl-5.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-5.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-5.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-5.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-5.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-5.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-5.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-5.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:20px;display:block}.row.g-xxxl-5.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-5.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-5.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-5.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-6.row--bordered>.col:not(:last-child):after,.row.g-xxxl-6.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-6.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-6.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-xxxl-6.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-6.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-6.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-6.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-6.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-6.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-6.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-6.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-xxxl-6.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-6.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-6.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-6.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-6.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-6.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-6.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-6.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-xxxl-6.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-6.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-6.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-6.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-6.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-6.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-6.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-6.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-xxxl-6.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-6.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-6.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-6.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-6.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-6.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-6.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-6.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-xxxl-6.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-6.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-6.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-6.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-6.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-6.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-6.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-6.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-xxxl-6.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-6.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-6.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-6.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-6.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-6.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-6.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-6.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:24px;display:block}.row.g-xxxl-6.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-6.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-6.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-6.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-7.row--bordered>.col:not(:last-child):after,.row.g-xxxl-7.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-7.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-7.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-xxxl-7.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-7.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-7.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-7.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-7.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-7.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-7.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-7.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-xxxl-7.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-7.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-7.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-7.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-7.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-7.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-7.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-7.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-xxxl-7.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-7.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-7.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-7.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-7.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-7.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-7.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-7.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-xxxl-7.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-7.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-7.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-7.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-7.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-7.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-7.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-7.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-xxxl-7.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-7.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-7.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-7.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-7.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-7.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-7.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-7.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-xxxl-7.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-7.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-7.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-7.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-7.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-7.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-7.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-7.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:28px;display:block}.row.g-xxxl-7.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-7.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-7.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-7.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-8.row--bordered>.col:not(:last-child):after,.row.g-xxxl-8.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-8.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-8.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-xxxl-8.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-8.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-8.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-8.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-8.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-8.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-8.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-8.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-xxxl-8.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-8.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-8.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-8.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-8.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-8.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-8.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-8.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-xxxl-8.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-8.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-8.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-8.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-8.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-8.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-8.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-8.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-xxxl-8.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-8.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-8.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-8.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-8.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-8.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-8.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-8.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-xxxl-8.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-8.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-8.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-8.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-8.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-8.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-8.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-8.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-xxxl-8.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-8.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-8.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-8.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-8.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-8.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-8.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-8.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:32px;display:block}.row.g-xxxl-8.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-8.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-8.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-8.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-9.row--bordered>.col:not(:last-child):after,.row.g-xxxl-9.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-9.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-9.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-xxxl-9.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-9.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-9.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-9.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-9.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-9.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-9.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-9.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-xxxl-9.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-9.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-9.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-9.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-9.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-9.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-9.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-9.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-xxxl-9.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-9.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-9.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-9.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-9.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-9.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-9.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-9.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-xxxl-9.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-9.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-9.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-9.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-9.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-9.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-9.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-9.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-xxxl-9.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-9.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-9.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-9.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-9.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-9.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-9.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-9.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-xxxl-9.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-9.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-9.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-9.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-9.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-9.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-9.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-9.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:36px;display:block}.row.g-xxxl-9.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-9.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-9.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-9.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-10.row--bordered>.col:not(:last-child):after,.row.g-xxxl-10.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-10.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-10.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-xxxl-10.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-10.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-10.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-10.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-10.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-10.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-10.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-10.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-xxxl-10.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-10.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-10.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-10.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-10.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-10.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-10.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-10.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-xxxl-10.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-10.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-10.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-10.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-10.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-10.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-10.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-10.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-xxxl-10.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-10.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-10.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-10.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-10.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-10.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-10.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-10.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-xxxl-10.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-10.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-10.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-10.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-10.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-10.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-10.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-10.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-xxxl-10.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-10.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-10.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-10.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-10.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-10.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-10.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-10.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:40px;display:block}.row.g-xxxl-10.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-10.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-10.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-10.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-11.row--bordered>.col:not(:last-child):after,.row.g-xxxl-11.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-11.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-11.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-xxxl-11.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-11.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-11.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-11.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-11.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-11.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-11.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-11.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-xxxl-11.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-11.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-11.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-11.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-11.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-11.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-11.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-11.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-xxxl-11.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-11.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-11.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-11.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-11.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-11.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-11.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-11.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-xxxl-11.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-11.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-11.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-11.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-11.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-11.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-11.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-11.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-xxxl-11.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-11.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-11.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-11.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-11.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-11.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-11.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-11.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-xxxl-11.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-11.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-11.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-11.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-11.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-11.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-11.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-11.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:44px;display:block}.row.g-xxxl-11.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-11.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-11.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-11.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-12.row--bordered>.col:not(:last-child):after,.row.g-xxxl-12.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-12.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-12.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-xxxl-12.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-12.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-12.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-12.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-12.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-12.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-12.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-12.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-xxxl-12.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-12.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-12.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-12.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-12.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-12.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-12.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-12.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-xxxl-12.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-12.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-12.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-12.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-12.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-12.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-12.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-12.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-xxxl-12.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-12.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-12.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-12.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-12.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-12.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-12.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-12.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-xxxl-12.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-12.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-12.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-12.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-12.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-12.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-12.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-12.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-xxxl-12.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-12.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-12.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-12.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-12.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-12.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-12.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-12.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:48px;display:block}.row.g-xxxl-12.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-12.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-12.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-12.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-13.row--bordered>.col:not(:last-child):after,.row.g-xxxl-13.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-13.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-13.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-xxxl-13.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-13.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-13.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-13.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-13.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-13.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-13.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-13.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-xxxl-13.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-13.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-13.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-13.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-13.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-13.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-13.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-13.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-xxxl-13.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-13.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-13.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-13.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-13.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-13.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-13.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-13.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-xxxl-13.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-13.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-13.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-13.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-13.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-13.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-13.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-13.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-xxxl-13.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-13.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-13.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-13.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-13.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-13.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-13.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-13.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-xxxl-13.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-13.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-13.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-13.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-13.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-13.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-13.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-13.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:52px;display:block}.row.g-xxxl-13.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-13.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-13.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-13.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-14.row--bordered>.col:not(:last-child):after,.row.g-xxxl-14.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-14.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-14.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-xxxl-14.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-14.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-14.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-14.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-14.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-14.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-14.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-14.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-xxxl-14.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-14.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-14.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-14.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-14.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-14.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-14.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-14.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-xxxl-14.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-14.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-14.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-14.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-14.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-14.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-14.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-14.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-xxxl-14.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-14.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-14.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-14.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-14.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-14.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-14.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-14.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-xxxl-14.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-14.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-14.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-14.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-14.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-14.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-14.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-14.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-xxxl-14.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-14.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-14.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-14.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-14.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-14.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-14.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-14.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:56px;display:block}.row.g-xxxl-14.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-14.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-14.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-14.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-15.row--bordered>.col:not(:last-child):after,.row.g-xxxl-15.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-15.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-15.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-xxxl-15.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-15.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-15.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-15.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-15.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-15.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-15.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-15.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-xxxl-15.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-15.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-15.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-15.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-15.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-15.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-15.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-15.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-xxxl-15.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-15.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-15.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-15.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-15.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-15.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-15.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-15.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-xxxl-15.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-15.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-15.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-15.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-15.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-15.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-15.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-15.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-xxxl-15.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-15.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-15.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-15.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-15.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-15.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-15.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-15.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-xxxl-15.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-15.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-15.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-15.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-15.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-15.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-15.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-15.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:60px;display:block}.row.g-xxxl-15.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-15.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-15.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-15.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-16.row--bordered>.col:not(:last-child):after,.row.g-xxxl-16.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-16.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-16.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-xxxl-16.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-16.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-16.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-16.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-16.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-16.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-16.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-16.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-xxxl-16.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-16.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-16.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-16.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-16.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-16.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-16.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-16.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-xxxl-16.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-16.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-16.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-16.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-16.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-16.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-16.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-16.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-xxxl-16.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-16.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-16.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-16.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-16.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-16.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-16.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-16.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-xxxl-16.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-16.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-16.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-16.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-16.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-16.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-16.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-16.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-xxxl-16.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-16.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-16.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-16.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-16.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-16.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-16.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-16.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:64px;display:block}.row.g-xxxl-16.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-16.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-16.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-16.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-17.row--bordered>.col:not(:last-child):after,.row.g-xxxl-17.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-17.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-17.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-xxxl-17.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-17.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-17.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-17.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-17.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-17.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-17.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-17.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-xxxl-17.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-17.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-17.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-17.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-17.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-17.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-17.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-17.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-xxxl-17.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-17.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-17.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-17.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-17.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-17.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-17.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-17.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-xxxl-17.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-17.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-17.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-17.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-17.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-17.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-17.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-17.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-xxxl-17.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-17.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-17.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-17.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-17.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-17.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-17.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-17.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-xxxl-17.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-17.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-17.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-17.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-17.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-17.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-17.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-17.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:68px;display:block}.row.g-xxxl-17.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-17.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-17.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-17.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-18.row--bordered>.col:not(:last-child):after,.row.g-xxxl-18.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-18.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-18.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-xxxl-18.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-18.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-18.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-18.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-18.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-18.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-18.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-18.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-xxxl-18.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-18.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-18.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-18.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-18.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-18.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-18.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-18.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-xxxl-18.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-18.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-18.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-18.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-18.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-18.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-18.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-18.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-xxxl-18.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-18.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-18.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-18.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-18.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-18.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-18.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-18.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-xxxl-18.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-18.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-18.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-18.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-18.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-18.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-18.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-18.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-xxxl-18.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-18.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-18.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-18.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-18.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-18.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-18.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-18.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:72px;display:block}.row.g-xxxl-18.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-18.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-18.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-18.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-19.row--bordered>.col:not(:last-child):after,.row.g-xxxl-19.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-19.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-19.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-xxxl-19.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-19.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-19.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-19.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-19.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-19.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-19.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-19.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-xxxl-19.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-19.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-19.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-19.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-19.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-19.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-19.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-19.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-xxxl-19.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-19.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-19.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-19.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-19.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-19.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-19.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-19.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-xxxl-19.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-19.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-19.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-19.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-19.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-19.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-19.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-19.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-xxxl-19.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-19.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-19.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-19.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-19.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-19.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-19.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-19.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-xxxl-19.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-19.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-19.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-19.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-19.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-19.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-19.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-19.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:76px;display:block}.row.g-xxxl-19.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-19.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-19.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-19.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-20.row--bordered>.col:not(:last-child):after,.row.g-xxxl-20.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-20.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-20.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-xxxl-20.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-20.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-20.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-20.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-20.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-20.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-20.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-20.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-xxxl-20.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-20.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-20.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-20.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-20.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-20.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-20.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-20.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-xxxl-20.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-20.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-20.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-20.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-20.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-20.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-20.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-20.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-xxxl-20.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-20.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-20.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-20.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-20.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-20.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-20.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-20.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-xxxl-20.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-20.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-20.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-20.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-20.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-20.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-20.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-20.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-xxxl-20.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-20.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-20.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-20.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-20.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-20.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-20.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-20.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:80px;display:block}.row.g-xxxl-20.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-20.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-20.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-20.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-21.row--bordered>.col:not(:last-child):after,.row.g-xxxl-21.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-21.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-21.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-xxxl-21.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-21.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-21.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-21.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-21.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-21.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-21.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-21.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-xxxl-21.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-21.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-21.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-21.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-21.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-21.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-21.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-21.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-xxxl-21.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-21.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-21.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-21.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-21.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-21.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-21.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-21.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-xxxl-21.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-21.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-21.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-21.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-21.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-21.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-21.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-21.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-xxxl-21.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-21.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-21.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-21.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-21.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-21.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-21.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-21.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-xxxl-21.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-21.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-21.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-21.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-21.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-21.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-21.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-21.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:84px;display:block}.row.g-xxxl-21.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-21.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-21.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-21.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-22.row--bordered>.col:not(:last-child):after,.row.g-xxxl-22.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-22.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-22.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-xxxl-22.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-22.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-22.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-22.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-22.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-22.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-22.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-22.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-xxxl-22.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-22.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-22.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-22.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-22.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-22.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-22.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-22.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-xxxl-22.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-22.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-22.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-22.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-22.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-22.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-22.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-22.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-xxxl-22.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-22.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-22.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-22.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-22.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-22.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-22.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-22.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-xxxl-22.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-22.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-22.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-22.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-22.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-22.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-22.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-22.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-xxxl-22.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-22.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-22.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-22.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-22.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-22.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-22.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-22.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:88px;display:block}.row.g-xxxl-22.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-22.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-22.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-22.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-23.row--bordered>.col:not(:last-child):after,.row.g-xxxl-23.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-23.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-23.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-xxxl-23.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-23.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-23.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-23.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-23.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-23.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-23.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-23.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-xxxl-23.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-23.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-23.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-23.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-23.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-23.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-23.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-23.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-xxxl-23.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-23.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-23.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-23.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-23.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-23.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-23.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-23.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-xxxl-23.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-23.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-23.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-23.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-23.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-23.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-23.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-23.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-xxxl-23.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-23.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-23.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-23.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-23.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-23.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-23.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-23.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-xxxl-23.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-23.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-23.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-23.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-23.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-23.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-23.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-23.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:92px;display:block}.row.g-xxxl-23.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-23.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-23.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-23.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-24.row--bordered>.col:not(:last-child):after,.row.g-xxxl-24.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-24.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-24.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-xxxl-24.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-24.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-24.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-24.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-24.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-24.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-24.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-24.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-xxxl-24.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-24.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-24.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-24.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-24.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-24.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-24.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-24.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-xxxl-24.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-24.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-24.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-24.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-24.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-24.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-24.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-24.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-xxxl-24.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-24.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-24.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-24.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-24.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-24.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-24.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-24.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-xxxl-24.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-24.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-24.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-24.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-24.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-24.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-24.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-24.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-xxxl-24.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-24.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-24.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-24.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-24.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-24.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-24.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-24.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:96px;display:block}.row.g-xxxl-24.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-24.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-24.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-24.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-25.row--bordered>.col:not(:last-child):after,.row.g-xxxl-25.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-25.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-25.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-xxxl-25.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-25.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-25.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-25.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-25.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-25.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-25.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-25.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-xxxl-25.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-25.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-25.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-25.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-25.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-25.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-25.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-25.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-xxxl-25.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-25.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-25.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-25.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-25.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-25.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-25.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-25.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-xxxl-25.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-25.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-25.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-25.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-25.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-25.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-25.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-25.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-xxxl-25.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-25.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-25.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-25.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-25.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-25.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-25.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-25.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-xxxl-25.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-25.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-25.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-25.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-25.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-25.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-25.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-25.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:100px;display:block}.row.g-xxxl-25.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-25.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-25.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-25.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-26.row--bordered>.col:not(:last-child):after,.row.g-xxxl-26.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-26.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-26.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-xxxl-26.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-26.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-26.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-26.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-26.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-26.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-26.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-26.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-xxxl-26.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-26.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-26.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-26.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-26.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-26.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-26.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-26.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-xxxl-26.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-26.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-26.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-26.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-26.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-26.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-26.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-26.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-xxxl-26.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-26.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-26.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-26.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-26.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-26.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-26.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-26.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-xxxl-26.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-26.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-26.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-26.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-26.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-26.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-26.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-26.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-xxxl-26.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-26.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-26.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-26.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-26.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-26.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-26.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-26.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:104px;display:block}.row.g-xxxl-26.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-26.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-26.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-26.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-27.row--bordered>.col:not(:last-child):after,.row.g-xxxl-27.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-27.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-27.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-xxxl-27.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-27.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-27.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-27.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-27.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-27.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-27.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-27.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-xxxl-27.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-27.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-27.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-27.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-27.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-27.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-27.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-27.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-xxxl-27.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-27.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-27.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-27.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-27.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-27.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-27.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-27.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-xxxl-27.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-27.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-27.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-27.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-27.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-27.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-27.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-27.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-xxxl-27.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-27.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-27.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-27.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-27.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-27.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-27.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-27.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-xxxl-27.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-27.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-27.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-27.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-27.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-27.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-27.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-27.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:108px;display:block}.row.g-xxxl-27.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-27.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-27.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-27.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-28.row--bordered>.col:not(:last-child):after,.row.g-xxxl-28.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-28.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-28.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-xxxl-28.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-28.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-28.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-28.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-28.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-28.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-28.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-28.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-xxxl-28.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-28.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-28.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-28.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-28.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-28.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-28.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-28.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-xxxl-28.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-28.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-28.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-28.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-28.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-28.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-28.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-28.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-xxxl-28.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-28.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-28.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-28.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-28.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-28.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-28.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-28.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-xxxl-28.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-28.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-28.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-28.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-28.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-28.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-28.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-28.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-xxxl-28.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-28.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-28.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-28.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-28.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-28.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-28.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-28.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:112px;display:block}.row.g-xxxl-28.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-28.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-28.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-28.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-29.row--bordered>.col:not(:last-child):after,.row.g-xxxl-29.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-29.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-29.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-xxxl-29.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-29.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-29.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-29.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-29.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-29.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-29.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-29.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-xxxl-29.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-29.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-29.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-29.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-29.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-29.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-29.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-29.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-xxxl-29.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-29.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-29.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-29.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-29.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-29.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-29.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-29.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-xxxl-29.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-29.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-29.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-29.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-29.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-29.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-29.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-29.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-xxxl-29.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-29.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-29.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-29.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-29.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-29.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-29.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-29.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-xxxl-29.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-29.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-29.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-29.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-29.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-29.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-29.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-29.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:116px;display:block}.row.g-xxxl-29.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-29.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-29.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-29.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-30.row--bordered>.col:not(:last-child):after,.row.g-xxxl-30.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-30.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-30.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-xxxl-30.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-30.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-30.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-30.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-30.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-30.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-30.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-30.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-xxxl-30.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-30.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-30.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-30.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-30.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-30.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-30.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-30.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-xxxl-30.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-30.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-30.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-30.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-30.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-30.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-30.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-30.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-xxxl-30.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-30.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-30.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-30.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-30.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-30.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-30.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-30.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-xxxl-30.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-30.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-30.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-30.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-30.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-30.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-30.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-30.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-xxxl-30.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-30.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-30.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-30.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-30.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-30.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-30.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-30.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:120px;display:block}.row.g-xxxl-30.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-30.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-30.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-30.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-31.row--bordered>.col:not(:last-child):after,.row.g-xxxl-31.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-31.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-31.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-xxxl-31.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-31.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-31.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-31.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-31.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-31.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-31.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-31.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-xxxl-31.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-31.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-31.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-31.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-31.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-31.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-31.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-31.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-xxxl-31.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-31.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-31.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-31.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-31.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-31.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-31.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-31.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-xxxl-31.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-31.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-31.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-31.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-31.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-31.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-31.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-31.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-xxxl-31.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-31.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-31.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-31.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-31.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-31.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-31.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-31.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-xxxl-31.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-31.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-31.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-31.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-31.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-31.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-31.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-31.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:124px;display:block}.row.g-xxxl-31.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-31.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-31.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-31.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-32.row--bordered>.col:not(:last-child):after,.row.g-xxxl-32.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-32.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-32.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-xxxl-32.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-32.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-32.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-32.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-32.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-32.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-32.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-32.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-xxxl-32.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-32.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-32.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-32.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-32.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-32.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-32.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-32.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-xxxl-32.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-32.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-32.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-32.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-32.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-32.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-32.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-32.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-xxxl-32.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-32.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-32.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-32.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-32.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-32.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-32.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-32.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-xxxl-32.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-32.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-32.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-32.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-32.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-32.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-32.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-32.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-xxxl-32.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-32.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-32.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-32.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-32.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-32.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-32.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-32.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:128px;display:block}.row.g-xxxl-32.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-32.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-32.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-32.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-33.row--bordered>.col:not(:last-child):after,.row.g-xxxl-33.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-33.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-33.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-xxxl-33.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-33.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-33.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-33.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-33.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-33.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-33.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-33.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-xxxl-33.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-33.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-33.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-33.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-33.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-33.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-33.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-33.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-xxxl-33.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-33.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-33.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-33.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-33.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-33.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-33.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-33.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-xxxl-33.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-33.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-33.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-33.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-33.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-33.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-33.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-33.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-xxxl-33.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-33.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-33.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-33.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-33.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-33.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-33.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-33.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-xxxl-33.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-33.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-33.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-33.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-33.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-33.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-33.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-33.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:132px;display:block}.row.g-xxxl-33.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-33.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-33.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-33.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-34.row--bordered>.col:not(:last-child):after,.row.g-xxxl-34.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-34.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-34.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-xxxl-34.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-34.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-34.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-34.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-34.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-34.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-34.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-34.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-xxxl-34.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-34.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-34.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-34.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-34.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-34.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-34.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-34.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-xxxl-34.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-34.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-34.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-34.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-34.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-34.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-34.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-34.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-xxxl-34.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-34.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-34.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-34.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-34.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-34.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-34.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-34.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-xxxl-34.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-34.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-34.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-34.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-34.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-34.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-34.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-34.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-xxxl-34.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-34.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-34.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-34.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-34.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-34.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-34.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-34.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:136px;display:block}.row.g-xxxl-34.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-34.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-34.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-34.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-35.row--bordered>.col:not(:last-child):after,.row.g-xxxl-35.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-35.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-35.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-xxxl-35.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-35.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-35.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-35.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-35.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-35.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-35.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-35.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-xxxl-35.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-35.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-35.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-35.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-35.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-35.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-35.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-35.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-xxxl-35.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-35.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-35.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-35.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-35.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-35.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-35.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-35.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-xxxl-35.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-35.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-35.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-35.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-35.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-35.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-35.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-35.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-xxxl-35.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-35.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-35.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-35.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-35.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-35.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-35.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-35.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-xxxl-35.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-35.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-35.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-35.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-35.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-35.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-35.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-35.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:140px;display:block}.row.g-xxxl-35.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-35.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-35.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-35.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-36.row--bordered>.col:not(:last-child):after,.row.g-xxxl-36.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-36.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-36.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-xxxl-36.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-36.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-36.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-36.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-36.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-36.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-36.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-36.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-xxxl-36.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-36.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-36.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-36.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-36.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-36.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-36.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-36.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-xxxl-36.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-36.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-36.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-36.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-36.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-36.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-36.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-36.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-xxxl-36.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-36.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-36.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-36.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-36.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-36.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-36.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-36.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-xxxl-36.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-36.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-36.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-36.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-36.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-36.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-36.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-36.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-xxxl-36.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-36.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-36.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-36.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-36.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-36.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-36.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-36.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:144px;display:block}.row.g-xxxl-36.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-36.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-36.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-36.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-37.row--bordered>.col:not(:last-child):after,.row.g-xxxl-37.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-37.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-37.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-xxxl-37.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-37.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-37.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-37.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-37.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-37.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-37.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-37.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-xxxl-37.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-37.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-37.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-37.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-37.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-37.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-37.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-37.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-xxxl-37.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-37.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-37.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-37.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-37.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-37.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-37.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-37.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-xxxl-37.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-37.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-37.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-37.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-37.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-37.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-37.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-37.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-xxxl-37.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-37.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-37.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-37.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-37.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-37.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-37.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-37.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-xxxl-37.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-37.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-37.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-37.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-37.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-37.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-37.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-37.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:148px;display:block}.row.g-xxxl-37.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-37.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-37.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-37.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-38.row--bordered>.col:not(:last-child):after,.row.g-xxxl-38.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-38.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-38.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-xxxl-38.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-38.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-38.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-38.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-38.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-38.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-38.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-38.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-xxxl-38.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-38.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-38.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-38.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-38.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-38.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-38.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-38.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-xxxl-38.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-38.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-38.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-38.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-38.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-38.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-38.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-38.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-xxxl-38.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-38.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-38.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-38.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-38.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-38.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-38.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-38.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-xxxl-38.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-38.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-38.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-38.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-38.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-38.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-38.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-38.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-xxxl-38.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-38.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-38.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-38.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-38.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-38.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-38.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-38.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:152px;display:block}.row.g-xxxl-38.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-38.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-38.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-38.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-39.row--bordered>.col:not(:last-child):after,.row.g-xxxl-39.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-39.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-39.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-xxxl-39.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-39.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-39.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-39.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-39.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-39.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-39.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-39.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-xxxl-39.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-39.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-39.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-39.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-39.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-39.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-39.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-39.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-xxxl-39.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-39.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-39.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-39.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-39.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-39.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-39.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-39.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-xxxl-39.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-39.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-39.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-39.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-39.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-39.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-39.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-39.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-xxxl-39.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-39.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-39.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-39.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-39.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-39.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-39.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-39.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-xxxl-39.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-39.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-39.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-39.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-39.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-39.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-39.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-39.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:156px;display:block}.row.g-xxxl-39.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-39.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-39.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-39.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-40.row--bordered>.col:not(:last-child):after,.row.g-xxxl-40.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-40.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-40.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-xxxl-40.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-40.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-40.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-40.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-40.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-40.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-40.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-40.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-xxxl-40.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-40.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-40.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-40.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-40.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-40.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-40.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-40.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-xxxl-40.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-40.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-40.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-40.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-40.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-40.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-40.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-40.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-xxxl-40.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-40.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-40.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-40.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-40.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-40.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-40.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-40.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-xxxl-40.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-40.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-40.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-40.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-40.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-40.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-40.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-40.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-xxxl-40.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-40.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-40.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-40.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-40.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-40.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-40.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-40.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:160px;display:block}.row.g-xxxl-40.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-40.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-40.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-40.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-41.row--bordered>.col:not(:last-child):after,.row.g-xxxl-41.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-41.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-41.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-xxxl-41.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-41.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-41.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-41.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-41.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-41.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-41.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-41.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-xxxl-41.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-41.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-41.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-41.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-41.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-41.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-41.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-41.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-xxxl-41.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-41.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-41.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-41.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-41.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-41.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-41.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-41.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-xxxl-41.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-41.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-41.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-41.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-41.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-41.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-41.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-41.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-xxxl-41.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-41.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-41.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-41.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-41.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-41.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-41.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-41.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-xxxl-41.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-41.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-41.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-41.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-41.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-41.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-41.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-41.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:164px;display:block}.row.g-xxxl-41.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-41.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-41.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-41.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-42.row--bordered>.col:not(:last-child):after,.row.g-xxxl-42.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-42.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-42.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-xxxl-42.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-42.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-42.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-42.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-42.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-42.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-42.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-42.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-xxxl-42.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-42.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-42.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-42.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-42.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-42.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-42.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-42.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-xxxl-42.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-42.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-42.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-42.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-42.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-42.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-42.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-42.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-xxxl-42.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-42.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-42.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-42.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-42.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-42.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-42.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-42.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-xxxl-42.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-42.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-42.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-42.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-42.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-42.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-42.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-42.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-xxxl-42.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-42.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-42.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-42.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-42.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-42.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-42.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-42.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:168px;display:block}.row.g-xxxl-42.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-42.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-42.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-42.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-43.row--bordered>.col:not(:last-child):after,.row.g-xxxl-43.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-43.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-43.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-xxxl-43.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-43.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-43.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-43.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-43.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-43.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-43.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-43.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-xxxl-43.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-43.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-43.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-43.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-43.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-43.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-43.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-43.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-xxxl-43.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-43.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-43.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-43.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-43.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-43.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-43.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-43.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-xxxl-43.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-43.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-43.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-43.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-43.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-43.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-43.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-43.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-xxxl-43.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-43.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-43.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-43.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-43.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-43.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-43.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-43.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-xxxl-43.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-43.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-43.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-43.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-43.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-43.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-43.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-43.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:172px;display:block}.row.g-xxxl-43.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-43.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-43.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-43.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-44.row--bordered>.col:not(:last-child):after,.row.g-xxxl-44.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-44.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-44.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-xxxl-44.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-44.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-44.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-44.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-44.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-44.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-44.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-44.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-xxxl-44.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-44.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-44.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-44.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-44.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-44.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-44.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-44.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-xxxl-44.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-44.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-44.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-44.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-44.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-44.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-44.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-44.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-xxxl-44.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-44.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-44.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-44.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-44.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-44.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-44.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-44.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-xxxl-44.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-44.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-44.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-44.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-44.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-44.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-44.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-44.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-xxxl-44.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-44.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-44.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-44.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-44.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-44.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-44.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-44.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:176px;display:block}.row.g-xxxl-44.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-44.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-44.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-44.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-45.row--bordered>.col:not(:last-child):after,.row.g-xxxl-45.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-45.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-45.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-xxxl-45.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-45.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-45.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-45.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-45.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-45.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-45.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-45.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-xxxl-45.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-45.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-45.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-45.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-45.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-45.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-45.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-45.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-xxxl-45.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-45.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-45.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-45.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-45.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-45.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-45.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-45.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-xxxl-45.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-45.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-45.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-45.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-45.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-45.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-45.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-45.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-xxxl-45.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-45.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-45.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-45.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-45.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-45.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-45.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-45.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-xxxl-45.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-45.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-45.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-45.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-45.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-45.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-45.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-45.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:180px;display:block}.row.g-xxxl-45.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-45.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-45.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-45.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-46.row--bordered>.col:not(:last-child):after,.row.g-xxxl-46.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-46.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-46.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-xxxl-46.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-46.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-46.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-46.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-46.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-46.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-46.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-46.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-xxxl-46.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-46.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-46.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-46.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-46.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-46.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-46.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-46.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-xxxl-46.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-46.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-46.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-46.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-46.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-46.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-46.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-46.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-xxxl-46.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-46.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-46.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-46.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-46.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-46.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-46.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-46.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-xxxl-46.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-46.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-46.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-46.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-46.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-46.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-46.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-46.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-xxxl-46.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-46.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-46.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-46.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-46.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-46.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-46.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-46.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:184px;display:block}.row.g-xxxl-46.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-46.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-46.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-46.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-47.row--bordered>.col:not(:last-child):after,.row.g-xxxl-47.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-47.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-47.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-xxxl-47.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-47.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-47.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-47.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-47.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-47.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-47.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-47.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-xxxl-47.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-47.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-47.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-47.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-47.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-47.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-47.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-47.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-xxxl-47.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-47.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-47.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-47.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-47.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-47.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-47.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-47.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-xxxl-47.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-47.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-47.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-47.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-47.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-47.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-47.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-47.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-xxxl-47.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-47.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-47.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-47.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-47.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-47.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-47.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-47.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-xxxl-47.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-47.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-47.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-47.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-47.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-47.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-47.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-47.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:188px;display:block}.row.g-xxxl-47.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-47.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-47.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-47.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-48.row--bordered>.col:not(:last-child):after,.row.g-xxxl-48.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-48.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-48.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-xxxl-48.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-48.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-48.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-48.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-48.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-48.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-48.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-48.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-xxxl-48.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-48.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-48.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-48.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-48.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-48.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-48.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-48.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-xxxl-48.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-48.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-48.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-48.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-48.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-48.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-48.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-48.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-xxxl-48.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-48.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-48.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-48.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-48.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-48.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-48.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-48.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-xxxl-48.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-48.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-48.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-48.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-48.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-48.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-48.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-48.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-xxxl-48.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-48.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-48.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-48.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-48.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-48.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-48.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-48.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:192px;display:block}.row.g-xxxl-48.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-48.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-48.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-48.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-49.row--bordered>.col:not(:last-child):after,.row.g-xxxl-49.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-49.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-49.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-xxxl-49.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-49.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-49.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-49.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-49.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-49.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-49.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-49.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-xxxl-49.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-49.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-49.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-49.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-49.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-49.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-49.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-49.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-xxxl-49.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-49.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-49.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-49.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-49.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-49.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-49.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-49.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-xxxl-49.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-49.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-49.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-49.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-49.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-49.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-49.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-49.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-xxxl-49.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-49.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-49.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-49.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-49.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-49.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-49.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-49.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-xxxl-49.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-49.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-49.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-49.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-49.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-49.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-49.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-49.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:196px;display:block}.row.g-xxxl-49.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-49.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-49.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-49.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px){.row.g-xxxl-50.row--bordered>.col:not(:last-child):after,.row.g-xxxl-50.row--bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-50.row--bordered>.col:not(:last-child):after,.row.gy-xxxl-50.row--bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-xxxl-50.row--unbordered>.col:not(:last-child):after,.row.g-xxxl-50.row--unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-50.row--unbordered>.col:not(:last-child):after,.row.gy-xxxl-50.row--unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=576px){.row.g-xxxl-50.row--sm-bordered>.col:not(:last-child):after,.row.g-xxxl-50.row--sm-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-50.row--sm-bordered>.col:not(:last-child):after,.row.gy-xxxl-50.row--sm-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-xxxl-50.row--sm-unbordered>.col:not(:last-child):after,.row.g-xxxl-50.row--sm-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-50.row--sm-unbordered>.col:not(:last-child):after,.row.gy-xxxl-50.row--sm-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=768px){.row.g-xxxl-50.row--md-bordered>.col:not(:last-child):after,.row.g-xxxl-50.row--md-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-50.row--md-bordered>.col:not(:last-child):after,.row.gy-xxxl-50.row--md-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-xxxl-50.row--md-unbordered>.col:not(:last-child):after,.row.g-xxxl-50.row--md-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-50.row--md-unbordered>.col:not(:last-child):after,.row.gy-xxxl-50.row--md-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=992px){.row.g-xxxl-50.row--lg-bordered>.col:not(:last-child):after,.row.g-xxxl-50.row--lg-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-50.row--lg-bordered>.col:not(:last-child):after,.row.gy-xxxl-50.row--lg-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-xxxl-50.row--lg-unbordered>.col:not(:last-child):after,.row.g-xxxl-50.row--lg-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-50.row--lg-unbordered>.col:not(:last-child):after,.row.gy-xxxl-50.row--lg-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1200px){.row.g-xxxl-50.row--xl-bordered>.col:not(:last-child):after,.row.g-xxxl-50.row--xl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-50.row--xl-bordered>.col:not(:last-child):after,.row.gy-xxxl-50.row--xl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-xxxl-50.row--xl-unbordered>.col:not(:last-child):after,.row.g-xxxl-50.row--xl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-50.row--xl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-50.row--xl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1400px){.row.g-xxxl-50.row--xxl-bordered>.col:not(:last-child):after,.row.g-xxxl-50.row--xxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-50.row--xxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-50.row--xxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-xxxl-50.row--xxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-50.row--xxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-50.row--xxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-50.row--xxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}@media (width>=1600px) and (width>=1600px){.row.g-xxxl-50.row--xxxl-bordered>.col:not(:last-child):after,.row.g-xxxl-50.row--xxxl-bordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-50.row--xxxl-bordered>.col:not(:last-child):after,.row.gy-xxxl-50.row--xxxl-bordered>[class*=col-]:not(:last-child):after{content:"";opacity:.1;border-bottom:1px solid;margin-top:200px;display:block}.row.g-xxxl-50.row--xxxl-unbordered>.col:not(:last-child):after,.row.g-xxxl-50.row--xxxl-unbordered>[class*=col-]:not(:last-child):after,.row.gy-xxxl-50.row--xxxl-unbordered>.col:not(:last-child):after,.row.gy-xxxl-50.row--xxxl-unbordered>[class*=col-]:not(:last-child):after{content:none}}.row--equalized>*{flex-direction:column;display:flex}.row--equalized>*>*{flex:auto}.hero{position:relative}.hero .hero__breadcrumb{z-index:1;width:100%;top:calc(var(--main-header-height) + var(--breadcrumb-height));color:#fff;position:absolute}@media (width<=1199.98px){.hero .hero__breadcrumb .container{padding:0 24px}}.hero .hero__breadcrumb .main-breadcrumb{background-color:transparent;padding-top:0}.hero .hero__breadcrumb .main-breadcrumb .container{padding-inline:0}.hero .hero__breadcrumb .main-breadcrumb .breadcrumb{--bs-breadcrumb-bg:transparent;height:unset}.hero .hero__background{position:absolute;inset:0}.hero .hero__background:before{content:"";background:linear-gradient(rgba(0,0,0,.9) 0%,transparent 100%);height:140px;position:absolute;inset:0}.hero .hero__background:after{content:"";background:linear-gradient(transparent 0%,rgba(0,0,0,.8) 100%);position:absolute;inset:0}.hero .hero__overlay{align-items:flex-end;min-height:600px;display:flex}@media (width>=992px){.hero .hero__overlay{min-height:700px}}.hero .hero__background-media{object-fit:cover;border-radius:0;width:100%;height:100%}.hero .hero__background--youtube{overflow:hidden}.hero .hero__background--youtube .youtube-background{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero .hero__background--youtube .youtube-background .ratio{width:100%;height:100%}.hero .hero__background--youtube .youtube-background .ratio iframe{aspect-ratio:16/9;pointer-events:none;width:auto;min-width:100%;height:auto;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero .hero__gap{width:100%;height:43px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.hero .icon--arrow-down{position:absolute;bottom:0;left:50%;transform:translate(-50%)}@media (width<=1199.98px){.menu--primary .menu__item-wrapper--primary{inset:0;top:var(--main-header-height);opacity:0;pointer-events:none;z-index:1;background-color:#450920;flex-direction:column;transition:opacity .3s,transform .3s;display:none;position:fixed;overflow:auto}.menu--primary .menu__item-wrapper--primary .menu__items{flex-grow:0;flex-shrink:0;padding-block:32px}.menu--primary .menu__item-wrapper--primary.is-visible{display:flex}.menu--primary .menu__item-wrapper--primary.is-open{opacity:1;pointer-events:unset;transform:none}.menu--primary .menu__item-wrapper--primary .accordion-body .btn__text,.menu--primary .menu__item-wrapper--primary .menu__item-extra .btn__text{font-size:1rem!important}.menu--primary .menu__item-wrapper--primary .accordion-body .icon,.menu--primary .menu__item-wrapper--primary .menu__item-extra .icon{margin-top:0!important}.menu--primary .menu__item-wrapper--primary .btn__gap{color:#f7f0f0;opacity:0;width:30px;transition:opacity .3s;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.menu--primary .menu__item-wrapper--primary .menu__item-links{color:#450920;flex-direction:column;flex-grow:1;flex-shrink:0;gap:12px;display:flex}.menu--primary .menu__item-wrapper--primary .menu__item-links .menu__link .btn,.menu--primary .menu__item-wrapper--primary .menu__item-links .menu__tab .btn{justify-content:space-between}.menu--primary .menu__item-wrapper--primary .menu__item-links .menu__link .btn .btn__icon,.menu--primary .menu__item-wrapper--primary .menu__item-links .menu__tab .btn .btn__icon{color:#f7f0f0;order:1;transform:rotate(-90deg)}.menu--primary .menu__item-wrapper--primary .menu__item-links .menu__item-submenu{opacity:0;z-index:2;background-color:#f7f0f0;padding-top:16px;transition:opacity .3s,transform .3s;display:none;position:fixed;inset:0;overflow:auto}.menu--primary .menu__item-wrapper--primary .menu__item-links .menu__item-submenu.is-visible{display:block}.menu--primary .menu__item-wrapper--primary .menu__item-links .menu__item-submenu.is-open{opacity:1;pointer-events:unset;transform:none}.menu--primary .menu__item-wrapper--primary .menu__item-links .menu__item-submenu .menu__item-back{background-color:#f7f0f0}.menu--primary .menu__item-wrapper--primary .menu__item-links .menu__item-submenu .menu__item-back .btn__text{font-size:1rem}.menu--primary .menu__item-wrapper--primary .menu__item-links .menu__item-submenu .menu__item-back .btn__icon{order:0}.menu--primary .menu__item-wrapper--primary .menu__item-links .menu__item-submenu .menu__item-back .icon--back .icon{transform:rotate(180deg)}.menu--primary .menu__item-wrapper--primary .menu__item-links .menu__item-submenu .menu__item-submenu-body{color:#450920;background-color:#f7f0f0;margin-top:-32px}.menu--primary .menu__item-wrapper--primary .menu__item-links .menu__item-submenu .menu__item-submenu-body .card--shape-top__header{-webkit-mask-position:0,33px 0;mask-position:0,33px 0}.menu--primary .menu__item-wrapper--primary .menu__item-links .menu__item-submenu .menu__item-submenu-body .btn .btn__icon{transform:rotate(0)}}@media (width>=1200px){.menu--primary .menu__item-wrapper--primary .menu__item-links{justify-content:flex-end;gap:40px;display:flex}.menu--primary .menu__item-wrapper--primary .menu__tab>.btn,.menu--primary .menu__item-wrapper--primary .menu__link>.btn{padding-block:calc((var(--main-header-height) - 28.8px)/2);margin-block:calc((var(--main-header-height) - 28.8px)/-2);gap:4px;line-height:1.2;display:flex;position:relative}.menu--primary .menu__item-wrapper--primary .menu__item-extra{position:absolute;top:50%;right:0;transform:translateY(-50%)}.menu--primary .menu__item-wrapper--primary .btn__gap{color:#f7f0f0;opacity:0;transition:opacity .3s;position:absolute;bottom:-3px;left:50%;transform:translate(-50%)}.menu--primary .menu__item-wrapper--primary .menu__item-submenu{inset-inline:0;top:calc(var(--main-header-height)/2);z-index:1;opacity:0;pointer-events:none;max-width:1230px;margin:auto;transition:opacity .3s;display:none;position:absolute;bottom:auto}.menu--primary .menu__item-wrapper--primary .menu__item-submenu+.btn .btn__icon{transition:transform .3s}.menu--primary .menu__item-wrapper--primary .menu__item-submenu.is-visible{display:block}.menu--primary .menu__item-wrapper--primary .menu__item-submenu.is-visible+.btn{z-index:1;position:relative}.menu--primary .menu__item-wrapper--primary .menu__item-submenu.is-open{opacity:1;pointer-events:unset}.menu--primary .menu__item-wrapper--primary .menu__item-submenu.is-open+.btn .btn__icon{transform:rotate(180deg)}.menu--primary .menu__item-wrapper--primary .menu__item-submenu.is-open+.btn .btn__gap{opacity:1}.menu--primary .menu__item-wrapper--primary .menu__item-submenu .btn-none{opacity:.8;transition:opacity .3s}.menu--primary .menu__item-wrapper--primary .menu__item-submenu .btn-none:hover{opacity:1}.menu--primary .menu__item-wrapper--primary .menu__item-submenu .menu__item-submenu-body{color:#450920;background-color:#f7f0f0;border-radius:8px}.menu--primary .menu__item-wrapper--primary .menu__item-submenu .menu__item-submenu-body .card--shape-top__header{-webkit-mask-position:0,47px 0;mask-position:0,47px 0}}.modal{--bs-modal-margin:0;--bs-modal-border-radius:0;--bs-modal-border-width:0;--bs-modal-header-padding:24px;--bs-modal-padding:24px}@media (width>=992px){.modal{margin-top:20px}}.modal .modal-dialog{max-width:980px}@media (width>=992px){.modal .modal-dialog{border-radius:8px}}.modal .modal-body{padding-top:0;overflow:auto}@media (width>=992px){.modal .modal-body{padding:0 80px 80px}}.modal .modal-header__close{color:#fff;background-color:#450920;border:0;border-radius:50%;width:40px;height:40px}.modal .modal-content{min-height:100vh;max-height:100vh;overflow:hidden}@media (width>=992px){.modal .modal-content{min-height:unset;border-radius:8px;max-height:calc(100vh - 64px);box-shadow:0 24px 32px rgba(69,9,32,.16)}}.vehicle-overview__sticky-filter-button{justify-content:center;margin:-24px;display:flex;position:sticky;bottom:-8px}.vehicle--intro-image{grid-area:vehicle-image}body:has(.conversion--overlay.open) .vehicle--intro-card{position:relative}.vehicle--intro-card{grid-area:vehicle-card}@media (width>=1200px){.vehicle--intro-card{height:fit-content;top:calc(var(--main-header-height) + 40px);padding-left:60px;position:sticky}}.vehicle-content{grid-area:vehicle-content}.vehicle--intro{grid-template-columns:100%;grid-template-areas:"vehicle-image""vehicle-card""vehicle-content";grid-auto-rows:auto;column-gap:20px;display:grid}@media (width>=1200px){.vehicle--intro{grid-template-columns:repeat(12,1fr);grid-template-areas:"vehicle-image vehicle-image vehicle-image vehicle-image vehicle-image vehicle-image vehicle-image vehicle-card vehicle-card vehicle-card vehicle-card vehicle-card""vehicle-content vehicle-content vehicle-content vehicle-content vehicle-content vehicle-content vehicle-content vehicle-card vehicle-card vehicle-card vehicle-card vehicle-card";column-gap:20px}}.vehicle-specs{padding-top:var(--pane-padding-top)}.vehicle--images{position:relative}.vehicle--images .vehicle__image{border-radius:8px}.vehicle--images .carousel--vehicle-thumbs .swiper-slide{border-radius:8px;transition:box-shadow .3s;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(69,9,32,.2)}.vehicle--images .carousel--vehicle-thumbs .swiper-slide.swiper-slide-active{box-shadow:inset 0 0 0 1px #450920}@media (width<=991.98px){.vehicle--images .carousel-vehicle-thumbs-next,.vehicle--images .carousel-vehicle-thumbs-prev{display:none}}.vehicle--images .swiper-button-prev,.vehicle--images .swiper-button-next{top:unset}@media (width<=991.98px){.vehicle--images .swiper-button-prev,.vehicle--images .swiper-button-next{display:none}}@media (width>=992px){.vehicle--images .swiper-button-prev,.vehicle--images .swiper-button-next{bottom:calc((var(--container-content-width)/12*7/4 - 10px)/3*1)}}.vehicle--images .swiper-button-prev{transform:translateY(50%)scaleX(-1)}.vehicle--images .swiper-button-next{transform:translateY(50%)}:root{--pane-padding-top:48px;--pane-padding-bottom:48px;--pane-padding:48px}@media (width>=768px){:root{--pane-padding-top:72px;--pane-padding-bottom:72px;--pane-padding:72px}}@media (width>=1200px){:root{--pane-padding-top:100px;--pane-padding-bottom:100px;--pane-padding:100px}}.pane{color:var(--color);background-color:var(--background-color)}.pane__body,.hero .hero__overlay{padding-top:max(var(--pane-padding-top),.02px);padding-bottom:max(var(--pane-padding-bottom),.02px)}.pane--primary+.pane--primary,.pane--secondary+.pane--secondary,.pane--success+.pane--success,.pane--info+.pane--info,.pane--warning+.pane--warning,.pane--danger+.pane--danger,.pane--light+.pane--light,.pane--black+.pane--black,.pane--white+.pane--white,.pane--base+.pane--base,.pane--purple+.pane--purple,.pane--purple-light+.pane--purple-light,.pane--green+.pane--green,.pane--green-light+.pane--green-light,.pane--orange+.pane--orange,.pane--orange-light+.pane--orange-light{--pane-padding-top:.1px}.pane--review-default .pane__body,.pane--review-default .hero .hero__overlay,.hero .pane--review-default .hero__overlay{--pane-padding-top:32px;--pane-padding-bottom:32px}@media (width<=575.98px){.pane--text-media .pane__body,.pane--text-media .hero .hero__overlay,.hero .pane--text-media .hero__overlay{--pane-padding-top:0px}}.pane--usps .pane__body,.pane--usps .hero .hero__overlay,.hero .pane--usps .hero__overlay{--pane-padding-top:40px;--pane-padding-bottom:40px}.pane--vehicle-intro{position:relative}@media (width<=991.98px){.pane--vehicle-intro{overflow:hidden}}.pane--vehicle-intro:before{content:"";background-color:#f7f0f0;height:400px;position:absolute;inset:0}@media (width>=992px){.pane--vehicle-intro:before{height:530px}}.pane--vehicle-overview .pane__body,.pane--vehicle-overview .hero .hero__overlay,.hero .pane--vehicle-overview .hero__overlay{--pane-padding-top:40px}:root{--main-header-height:72px}@media (width>=1200px){:root{--main-header-height:94px}}.main-header__primary{color:#fff;z-index:1027;width:100%;transition:background-color .3s,color .3s;display:flex;position:sticky;top:0}.main-header__primary .icon--open{margin:0}.main-header__primary.is-scroll{--logo-color:#f26363;--main-header-height:64px;color:#fff!important;background-color:#450920!important}@media (width>=1200px){.main-header__primary.is-scroll{--main-header-height:72px}}.main-header__primary .main-header__bar{width:100%;height:var(--main-header-height);z-index:2;background-color:transparent;align-items:center;transition:background-color .3s,height .3s;display:flex}.main-header__primary .main-header__bar .menu__items .btn__text,.main-header__primary .main-header__bar .menu__items .btn__icon{transition:opacity .3s}.main-header__primary .main-header__bar .menu__items .menu__tab:hover .btn__text,.main-header__primary .main-header__bar .menu__items .menu__tab:hover .btn__icon,.main-header__primary .main-header__bar .menu__items .menu__link:hover .btn__text,.main-header__primary .main-header__bar .menu__items .menu__link:hover .btn__icon,.main-header__primary .main-header__bar .menu__items .menu__extra:hover .btn__text,.main-header__primary .main-header__bar .menu__items .menu__extra:hover .btn__icon{opacity:1}@media (width>=1200px){.main-header__primary .main-header__bar .menu__items:hover .btn__text,.main-header__primary .main-header__bar .menu__items:hover .btn__icon{opacity:.6}.main-header__primary .main-header__bar .menu__item-extra .menu__extra .btn__text{display:none}}@media (width>=1400px){.main-header__primary .main-header__bar .menu__item-extra .menu__extra .btn__text{display:flex}}@media (width<=1199.98px){.main-header__primary .main-header__bar>.container{padding:0 24px}}.main-header__primary .main-header__wrapper{align-items:center;display:flex;position:relative}.main-header__primary .main-header__wrapper .main-header__wrapper_logo-menu{justify-content:space-between;align-items:center;width:100%;display:flex}@media (width>=1200px){.main-header__primary .main-header__wrapper .main-header__wrapper_logo-menu{width:auto;position:absolute}}.main-header__primary .main-header__wrapper .main-header__wrapper_logo-menu .main-header__logo .logo-link{color:inherit}.main-header__primary .header-image{border-radius:50%;width:80px;height:80px}.main-header__primary .accordion .accordion-header{cursor:pointer;padding-top:20px}.main-header__primary .accordion .accordion-header .accordion-toggle{padding-bottom:20px}.main-header__primary .accordion .accordion-header .accordion-toggle .icon{transition:all .3s}.main-header__primary .accordion .accordion-item{background:#f7f0f0}.main-header__primary .accordion .accordion-item:not(:first-child) .accordion-header{border-top:1px solid rgba(69,9,32,.1)}.main-header__primary .accordion .accordion-body{padding:0}.main-header__primary .accordion .accordion-toggle[aria-expanded=true] .icon{transform:rotate(180deg)}@media (width>=1200px){.main-header__backdrop{z-index:1;opacity:0;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);pointer-events:none;background:rgba(0,0,0,.6);transition:opacity .3s;display:none;position:fixed;inset:0}}body.menu-visible{overflow:hidden}body.menu-visible .main-header__backdrop{display:block}body.menu-open .main-header__menu-button .icon--open{opacity:0}body.menu-open .main-header__menu-button .icon--close{opacity:1}@media (width<=1199.98px){body.menu-open .main-header__menu-button{background-color:#450920!important}body.menu-open .menu__extra{color:#450920!important}body.menu-open .main-header__bar,body.menu-open .menu__item-wrapper{background-color:#f7f0f0!important}body.menu-open .main-header__bar .menu__link,body.menu-open .main-header__bar .menu__tab,body.menu-open .main-header__bar .btn__icon,body.menu-open .menu__item-wrapper .menu__link,body.menu-open .menu__item-wrapper .menu__tab,body.menu-open .menu__item-wrapper .btn__icon{color:#450920!important}body.menu-open .main-header__bar .btn-none .btn__text,body.menu-open .menu__item-wrapper .btn-none .btn__text{font-size:20px}body.menu-open .logo-link{color:#450920!important}}body.menu-open .main-header__backdrop{opacity:1;pointer-events:unset}.main-header__menu-button{color:#450920;background-color:#fff;border-radius:50%;justify-content:center;width:40px;height:40px;display:flex}.main-header__menu-button:hover,.main-header__menu-button:focus{background-color:#fff}.main-header__menu-button .btn__icon{position:relative}.main-header__menu-button .icon--open{opacity:1;color:#450920;transition:opacity .3s}.main-header__menu-button .icon--close{opacity:0;color:#fff;transition:opacity .3s;position:absolute}@media (width>=1200px){.menu__item-links{max-width:615px}}@media (width>=1400px){.menu__item-links{max-width:765px}}.main-content .hero{margin-top:calc(var(--pane-padding-top)*-1 - var(--breadcrumb-height))}.main-footer .main-footer-content{--background-color:#450920;--background-color-rgb:69, 9, 32;--color:#fff;--color-rgb:255 255 255;color:var(--color);background-color:var(--background-color);padding-top:var(--pane-padding-top);padding-bottom:24px}@media (width>=992px){.main-footer .main-footer-content{background-image:url("data:image/svg+xml,%3Csvg width=%27299%27 height=%27419%27 viewBox=%270 0 299 419%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M194.724 -205.258C182.377 -170.978 174.372 -139.213 168.882 -109.505C163.849 -81.6248 161.329 -55.3449 160.182 -30.8934C158.805 -3.92824 159.028 20.98 159.024 44.2887C159.021 58.9137 159.018 72.1676 158.787 84.736C157.633 139.809 149.626 179.801 105.742 223.685C61.8579 267.569 22.0944 275.804 -32.9782 276.958C-45.7752 277.418 -59.0292 277.42 -73.8827 277.195C-97.4198 276.971 -122.328 277.205 -149.065 278.353C-173.745 279.729 -200.025 282.248 -228.362 287.282C-258.984 292.772 -291.435 301.006 -326.172 313.81C-313.84 350.37 -296.251 385.786 -273.178 418.459C-265.179 415.944 -257.638 413.429 -250.096 411.37C-214.217 401.537 -181.31 396.503 -150.917 394.44C-123.952 392.606 -98.8149 392.601 -74.8207 392.824C-61.5668 392.822 -48.0843 393.047 -34.8303 392.587C37.8382 391.201 112.565 379.989 187.077 305.477C261.589 230.965 273.03 156.009 274.188 83.1125C274.419 69.63 274.422 56.3761 274.424 43.1222C274.201 19.128 274.206 -6.46579 276.04 -33.4311C278.103 -63.8242 289.083 -116.842 298.916 -152.721C266.243 -175.795 231.055 -193.612 194.267 -206.172L194.724 -205.258Z%27 fill=%27url%28%23paint0_linear_746_1165%29%27/%3E%3Cdefs%3E%3ClinearGradient id=%27paint0_linear_746_1165%27 x1=%27178%27 y1=%273.99999%27 x2=%27-81.6828%27 y2=%27523.484%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23F26363%27 stop-opacity=%270%27/%3E%3Cstop offset=%271%27 stop-color=%27%23F26363%27/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"),url("data:image/svg+xml,%3Csvg width=%27474%27 height=%27319%27 viewBox=%270 0 474 319%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath opacity=%270.4%27 d=%27M774.661 59.0287C738.801 65.4759 707.289 74.4264 678.815 84.5256C652.154 94.1068 628.135 105.065 606.386 116.297C582.345 128.587 560.886 141.235 540.697 152.885C528.03 160.195 516.55 166.819 505.55 172.904C457.279 199.44 418.642 212.503 358.695 196.44C298.748 180.377 271.735 150.058 243.199 102.941C236.402 92.0884 229.773 80.6116 222.541 67.6353C210.966 47.1398 198.31 25.6854 183.947 3.10482C170.416 -17.5806 155.094 -39.0801 136.567 -61.1041C116.5 -84.8784 93.1446 -108.865 64.6874 -132.546C39.1916 -103.586 17.3143 -70.6461 0.5553 -34.3274C6.73292 -28.6581 12.6819 -23.3845 18.2352 -17.8825C44.6908 8.27286 65.5043 34.2544 82.4874 59.5441C97.5581 81.9799 110.131 103.746 121.934 124.638C128.564 136.115 135.109 147.904 142.135 159.152C179.669 221.392 226.743 280.501 328.528 307.774C430.313 335.047 500.947 307.478 564.657 272.032C576.449 265.491 587.928 258.866 599.408 252.242C620.076 240.051 642.243 227.259 666.513 215.364C693.865 201.954 745.27 184.954 781.259 175.531C784.905 135.698 782.741 96.3163 775.225 58.1761L774.661 59.0287Z%27 fill=%27url%28%23paint0_linear_746_1166%29%27/%3E%3Cdefs%3E%3ClinearGradient id=%27paint0_linear_746_1166%27 x1=%27585.076%27 y1=%27149.175%27 x2=%275.34851%27 y2=%27184.025%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27white%27 stop-opacity=%270%27/%3E%3Cstop offset=%271%27 stop-color=%27white%27/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");background-position:0 0,100% 0;background-repeat:no-repeat}}.main-footer .main-footer-content .main-footer__primary .accordion--footer{margin-bottom:0}.main-footer .main-footer-content .main-footer__primary .accordion--footer .accordion__title{color:var(--color);font-size:20px;font-weight:700}.main-footer .main-footer-content .main-footer__primary .accordion--footer .accordion-button{padding-block:0}.main-footer .main-footer-content .main-footer__primary .accordion--footer .accordion__content{padding-top:8px}@media (width>=992px){.main-footer .main-footer-content .main-footer__primary .accordion--footer .accordion__content{padding:0}.main-footer .main-footer-content .main-footer__primary .accordion--footer .collapse,.main-footer .main-footer-content .main-footer__primary .accordion--footer .collapsing{display:block;height:unset!important}}.main-footer .main-footer-content .main-footer__primary .main-footer__links{flex-direction:column;gap:4px;display:flex}.main-footer .main-footer-content .main-footer__primary .main-footer__link{color:var(--color);opacity:.8;font-size:16px;text-decoration:none;transition:opacity .3s}.main-footer .main-footer-content .main-footer__primary .main-footer__link:hover,.main-footer .main-footer-content .main-footer__primary .main-footer__link:focus{opacity:1}.main-footer .main-footer-content .main-footer__social{color:var(--color);opacity:.8;transition:opacity .3s}.main-footer .main-footer-content .main-footer__social:hover,.main-footer .main-footer-content .main-footer__social:focus{opacity:1}.main-footer .main-footer-content .main-footer__image{width:60px}@media (width>=992px){.main-footer .main-footer-content .main-footer__image{width:80px}}.main-footer .main-footer-content .footer-line{object-fit:cover;width:100%;height:30px}.main-footer .main-footer-content .footer-link{color:#fff;text-decoration:none}.main-footer .main-footer-meta{background-color:#fff;align-items:center;padding-block:24px;display:flex}.main-footer .main-footer-meta .main-footer__meta-links{flex-direction:column;align-items:center;gap:4px;display:flex}@media (width>=992px){.main-footer .main-footer-meta .main-footer__meta-links{flex-direction:row;gap:24px}}.main-footer .main-footer-meta .main-footer__meta-links .main-footer__meta-link{color:#450920;font-size:14px;text-decoration:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.bg-primary{--background-color:#f26363;--background-color-rgb:242, 99, 99;--color:#fff;--color-rgb:255 255 255;color:var(--color);background-color:var(--background-color)}.bg-secondary{--background-color:#227c9d;--background-color-rgb:34, 124, 157;--color:#fff;--color-rgb:255 255 255;color:var(--color);background-color:var(--background-color)}.bg-success{--background-color:#6fab3d;--background-color-rgb:111, 171, 61;--color:#fff;--color-rgb:255 255 255;color:var(--color);background-color:var(--background-color)}.bg-info{--background-color:#176ce2;--background-color-rgb:23, 108, 226;--color:#fff;--color-rgb:255 255 255;color:var(--color);background-color:var(--background-color)}.bg-warning{--background-color:#f0940b;--background-color-rgb:240, 148, 11;--color:#fff;--color-rgb:255 255 255;color:var(--color);background-color:var(--background-color)}.bg-danger{--background-color:#e02315;--background-color-rgb:224, 35, 21;--color:#fff;--color-rgb:255 255 255;color:var(--color);background-color:var(--background-color)}.bg-light{--background-color:#f7f0f0;--background-color-rgb:247, 240, 240;--color:#450920;--color-rgb:69 9 32;color:var(--color);background-color:var(--background-color)}.bg-black{--background-color:#000;--background-color-rgb:0, 0, 0;--color:#fff;--color-rgb:255 255 255;color:var(--color);background-color:var(--background-color)}.bg-white{--background-color:#fff;--background-color-rgb:255, 255, 255;--color:#450920;--color-rgb:69 9 32;color:var(--color);background-color:var(--background-color)}.bg-base{--background-color:#450920;--background-color-rgb:69, 9, 32;--color:#fff;--color-rgb:255 255 255;color:var(--color);background-color:var(--background-color)}.bg-purple{--background-color:#976b9e;--background-color-rgb:151, 107, 158;--color:#fff;--color-rgb:255 255 255;color:var(--color);background-color:var(--background-color)}.bg-purple-light{--background-color:#e5dae7;--background-color-rgb:229, 218, 231;--color:#450920;--color-rgb:69 9 32;color:var(--color);background-color:var(--background-color)}.bg-green{--background-color:#6aa087;--background-color-rgb:106, 160, 135;--color:#fff;--color-rgb:255 255 255;color:var(--color);background-color:var(--background-color)}.bg-green-light{--background-color:#e6efeb;--background-color-rgb:230, 239, 235;--color:#450920;--color-rgb:69 9 32;color:var(--color);background-color:var(--background-color)}.bg-orange{--background-color:#ffa90a;--background-color-rgb:255, 169, 10;--color:#450920;--color-rgb:69 9 32;color:var(--color);background-color:var(--background-color)}.bg-orange-light{--background-color:#ffeac2;--background-color-rgb:255, 234, 194;--color:#450920;--color-rgb:69 9 32;color:var(--color);background-color:var(--background-color)}.border-radius-0{border-radius:0}.border-radius-tl-0{border-top-left-radius:0}.border-radius-tr-0{border-top-right-radius:0}.border-radius-bl-0{border-bottom-left-radius:0}.border-radius-br-0{border-bottom-right-radius:0}.border-radius-1{border-radius:4px}.border-radius-tl-1{border-top-left-radius:4px}.border-radius-tr-1{border-top-right-radius:4px}.border-radius-bl-1{border-bottom-left-radius:4px}.border-radius-br-1{border-bottom-right-radius:4px}.border-radius-2{border-radius:8px}.border-radius-tl-2{border-top-left-radius:8px}.border-radius-tr-2{border-top-right-radius:8px}.border-radius-bl-2{border-bottom-left-radius:8px}.border-radius-br-2{border-bottom-right-radius:8px}.border-radius-3{border-radius:12px}.border-radius-tl-3{border-top-left-radius:12px}.border-radius-tr-3{border-top-right-radius:12px}.border-radius-bl-3{border-bottom-left-radius:12px}.border-radius-br-3{border-bottom-right-radius:12px}.border-radius-p50{border-radius:50%}.border-radius-tl-p50{border-top-left-radius:50%}.border-radius-tr-p50{border-top-right-radius:50%}.border-radius-bl-p50{border-bottom-left-radius:50%}.border-radius-br-p50{border-bottom-right-radius:50%}@media (width>=576px){.border-radius-sm-0{border-radius:0}.border-radius-tl-sm-0{border-top-left-radius:0}.border-radius-tr-sm-0{border-top-right-radius:0}.border-radius-bl-sm-0{border-bottom-left-radius:0}.border-radius-br-sm-0{border-bottom-right-radius:0}.border-radius-sm-1{border-radius:4px}.border-radius-tl-sm-1{border-top-left-radius:4px}.border-radius-tr-sm-1{border-top-right-radius:4px}.border-radius-bl-sm-1{border-bottom-left-radius:4px}.border-radius-br-sm-1{border-bottom-right-radius:4px}.border-radius-sm-2{border-radius:8px}.border-radius-tl-sm-2{border-top-left-radius:8px}.border-radius-tr-sm-2{border-top-right-radius:8px}.border-radius-bl-sm-2{border-bottom-left-radius:8px}.border-radius-br-sm-2{border-bottom-right-radius:8px}.border-radius-sm-3{border-radius:12px}.border-radius-tl-sm-3{border-top-left-radius:12px}.border-radius-tr-sm-3{border-top-right-radius:12px}.border-radius-bl-sm-3{border-bottom-left-radius:12px}.border-radius-br-sm-3{border-bottom-right-radius:12px}.border-radius-sm-p50{border-radius:50%}.border-radius-tl-sm-p50{border-top-left-radius:50%}.border-radius-tr-sm-p50{border-top-right-radius:50%}.border-radius-bl-sm-p50{border-bottom-left-radius:50%}.border-radius-br-sm-p50{border-bottom-right-radius:50%}}@media (width>=768px){.border-radius-md-0{border-radius:0}.border-radius-tl-md-0{border-top-left-radius:0}.border-radius-tr-md-0{border-top-right-radius:0}.border-radius-bl-md-0{border-bottom-left-radius:0}.border-radius-br-md-0{border-bottom-right-radius:0}.border-radius-md-1{border-radius:4px}.border-radius-tl-md-1{border-top-left-radius:4px}.border-radius-tr-md-1{border-top-right-radius:4px}.border-radius-bl-md-1{border-bottom-left-radius:4px}.border-radius-br-md-1{border-bottom-right-radius:4px}.border-radius-md-2{border-radius:8px}.border-radius-tl-md-2{border-top-left-radius:8px}.border-radius-tr-md-2{border-top-right-radius:8px}.border-radius-bl-md-2{border-bottom-left-radius:8px}.border-radius-br-md-2{border-bottom-right-radius:8px}.border-radius-md-3{border-radius:12px}.border-radius-tl-md-3{border-top-left-radius:12px}.border-radius-tr-md-3{border-top-right-radius:12px}.border-radius-bl-md-3{border-bottom-left-radius:12px}.border-radius-br-md-3{border-bottom-right-radius:12px}.border-radius-md-p50{border-radius:50%}.border-radius-tl-md-p50{border-top-left-radius:50%}.border-radius-tr-md-p50{border-top-right-radius:50%}.border-radius-bl-md-p50{border-bottom-left-radius:50%}.border-radius-br-md-p50{border-bottom-right-radius:50%}}@media (width>=992px){.border-radius-lg-0{border-radius:0}.border-radius-tl-lg-0{border-top-left-radius:0}.border-radius-tr-lg-0{border-top-right-radius:0}.border-radius-bl-lg-0{border-bottom-left-radius:0}.border-radius-br-lg-0{border-bottom-right-radius:0}.border-radius-lg-1{border-radius:4px}.border-radius-tl-lg-1{border-top-left-radius:4px}.border-radius-tr-lg-1{border-top-right-radius:4px}.border-radius-bl-lg-1{border-bottom-left-radius:4px}.border-radius-br-lg-1{border-bottom-right-radius:4px}.border-radius-lg-2{border-radius:8px}.border-radius-tl-lg-2{border-top-left-radius:8px}.border-radius-tr-lg-2{border-top-right-radius:8px}.border-radius-bl-lg-2{border-bottom-left-radius:8px}.border-radius-br-lg-2{border-bottom-right-radius:8px}.border-radius-lg-3{border-radius:12px}.border-radius-tl-lg-3{border-top-left-radius:12px}.border-radius-tr-lg-3{border-top-right-radius:12px}.border-radius-bl-lg-3{border-bottom-left-radius:12px}.border-radius-br-lg-3{border-bottom-right-radius:12px}.border-radius-lg-p50{border-radius:50%}.border-radius-tl-lg-p50{border-top-left-radius:50%}.border-radius-tr-lg-p50{border-top-right-radius:50%}.border-radius-bl-lg-p50{border-bottom-left-radius:50%}.border-radius-br-lg-p50{border-bottom-right-radius:50%}}@media (width>=1200px){.border-radius-xl-0{border-radius:0}.border-radius-tl-xl-0{border-top-left-radius:0}.border-radius-tr-xl-0{border-top-right-radius:0}.border-radius-bl-xl-0{border-bottom-left-radius:0}.border-radius-br-xl-0{border-bottom-right-radius:0}.border-radius-xl-1{border-radius:4px}.border-radius-tl-xl-1{border-top-left-radius:4px}.border-radius-tr-xl-1{border-top-right-radius:4px}.border-radius-bl-xl-1{border-bottom-left-radius:4px}.border-radius-br-xl-1{border-bottom-right-radius:4px}.border-radius-xl-2{border-radius:8px}.border-radius-tl-xl-2{border-top-left-radius:8px}.border-radius-tr-xl-2{border-top-right-radius:8px}.border-radius-bl-xl-2{border-bottom-left-radius:8px}.border-radius-br-xl-2{border-bottom-right-radius:8px}.border-radius-xl-3{border-radius:12px}.border-radius-tl-xl-3{border-top-left-radius:12px}.border-radius-tr-xl-3{border-top-right-radius:12px}.border-radius-bl-xl-3{border-bottom-left-radius:12px}.border-radius-br-xl-3{border-bottom-right-radius:12px}.border-radius-xl-p50{border-radius:50%}.border-radius-tl-xl-p50{border-top-left-radius:50%}.border-radius-tr-xl-p50{border-top-right-radius:50%}.border-radius-bl-xl-p50{border-bottom-left-radius:50%}.border-radius-br-xl-p50{border-bottom-right-radius:50%}}@media (width>=1400px){.border-radius-xxl-0{border-radius:0}.border-radius-tl-xxl-0{border-top-left-radius:0}.border-radius-tr-xxl-0{border-top-right-radius:0}.border-radius-bl-xxl-0{border-bottom-left-radius:0}.border-radius-br-xxl-0{border-bottom-right-radius:0}.border-radius-xxl-1{border-radius:4px}.border-radius-tl-xxl-1{border-top-left-radius:4px}.border-radius-tr-xxl-1{border-top-right-radius:4px}.border-radius-bl-xxl-1{border-bottom-left-radius:4px}.border-radius-br-xxl-1{border-bottom-right-radius:4px}.border-radius-xxl-2{border-radius:8px}.border-radius-tl-xxl-2{border-top-left-radius:8px}.border-radius-tr-xxl-2{border-top-right-radius:8px}.border-radius-bl-xxl-2{border-bottom-left-radius:8px}.border-radius-br-xxl-2{border-bottom-right-radius:8px}.border-radius-xxl-3{border-radius:12px}.border-radius-tl-xxl-3{border-top-left-radius:12px}.border-radius-tr-xxl-3{border-top-right-radius:12px}.border-radius-bl-xxl-3{border-bottom-left-radius:12px}.border-radius-br-xxl-3{border-bottom-right-radius:12px}.border-radius-xxl-p50{border-radius:50%}.border-radius-tl-xxl-p50{border-top-left-radius:50%}.border-radius-tr-xxl-p50{border-top-right-radius:50%}.border-radius-bl-xxl-p50{border-bottom-left-radius:50%}.border-radius-br-xxl-p50{border-bottom-right-radius:50%}}@media (width>=1600px){.border-radius-xxxl-0{border-radius:0}.border-radius-tl-xxxl-0{border-top-left-radius:0}.border-radius-tr-xxxl-0{border-top-right-radius:0}.border-radius-bl-xxxl-0{border-bottom-left-radius:0}.border-radius-br-xxxl-0{border-bottom-right-radius:0}.border-radius-xxxl-1{border-radius:4px}.border-radius-tl-xxxl-1{border-top-left-radius:4px}.border-radius-tr-xxxl-1{border-top-right-radius:4px}.border-radius-bl-xxxl-1{border-bottom-left-radius:4px}.border-radius-br-xxxl-1{border-bottom-right-radius:4px}.border-radius-xxxl-2{border-radius:8px}.border-radius-tl-xxxl-2{border-top-left-radius:8px}.border-radius-tr-xxxl-2{border-top-right-radius:8px}.border-radius-bl-xxxl-2{border-bottom-left-radius:8px}.border-radius-br-xxxl-2{border-bottom-right-radius:8px}.border-radius-xxxl-3{border-radius:12px}.border-radius-tl-xxxl-3{border-top-left-radius:12px}.border-radius-tr-xxxl-3{border-top-right-radius:12px}.border-radius-bl-xxxl-3{border-bottom-left-radius:12px}.border-radius-br-xxxl-3{border-bottom-right-radius:12px}.border-radius-xxxl-p50{border-radius:50%}.border-radius-tl-xxxl-p50{border-top-left-radius:50%}.border-radius-tr-xxxl-p50{border-top-right-radius:50%}.border-radius-bl-xxxl-p50{border-bottom-left-radius:50%}.border-radius-br-xxxl-p50{border-bottom-right-radius:50%}}.bust-out{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.bust-out-max-width{max-width:1180px;margin-left:calc(50% - 50vw + 20px);margin-right:calc(50% - 50vw + 20px);transform:translate(calc(50vw - 50% - 20px))}.bust-out-spacer-0{margin-left:0;margin-right:0}.bust-out-spacer-1{margin-left:-4px;margin-right:-4px}.bust-out-spacer-2{margin-left:-8px;margin-right:-8px}.bust-out-spacer-3{margin-left:-12px;margin-right:-12px}.bust-out-spacer-4{margin-left:-16px;margin-right:-16px}.bust-out-spacer-5{margin-left:-20px;margin-right:-20px}.bust-out-spacer-6{margin-left:-24px;margin-right:-24px}.bust-out-spacer-7{margin-left:-28px;margin-right:-28px}.bust-out-spacer-8{margin-left:-32px;margin-right:-32px}.bust-out-spacer-9{margin-left:-36px;margin-right:-36px}.bust-out-spacer-10{margin-left:-40px;margin-right:-40px}.bust-out-spacer-11{margin-left:-44px;margin-right:-44px}.bust-out-spacer-12{margin-left:-48px;margin-right:-48px}.bust-out-spacer-13{margin-left:-52px;margin-right:-52px}.bust-out-spacer-14{margin-left:-56px;margin-right:-56px}.bust-out-spacer-15{margin-left:-60px;margin-right:-60px}.bust-out-spacer-16{margin-left:-64px;margin-right:-64px}.bust-out-spacer-17{margin-left:-68px;margin-right:-68px}.bust-out-spacer-18{margin-left:-72px;margin-right:-72px}.bust-out-spacer-19{margin-left:-76px;margin-right:-76px}.bust-out-spacer-20{margin-left:-80px;margin-right:-80px}.bust-out-spacer-21{margin-left:-84px;margin-right:-84px}.bust-out-spacer-22{margin-left:-88px;margin-right:-88px}.bust-out-spacer-23{margin-left:-92px;margin-right:-92px}.bust-out-spacer-24{margin-left:-96px;margin-right:-96px}.bust-out-spacer-25{margin-left:-100px;margin-right:-100px}.bust-out-spacer-26{margin-left:-104px;margin-right:-104px}.bust-out-spacer-27{margin-left:-108px;margin-right:-108px}.bust-out-spacer-30{margin-left:-120px;margin-right:-120px}@media (width>=576px){.bust-out-sm-max-width{max-width:1180px;margin-left:calc(50% - 50vw + 20px);margin-right:calc(50% - 50vw + 20px);transform:translate(calc(50vw - 50% - 20px))}.bust-out-spacer-sm-0{margin-left:0;margin-right:0}.bust-out-spacer-sm-1{margin-left:-4px;margin-right:-4px}.bust-out-spacer-sm-2{margin-left:-8px;margin-right:-8px}.bust-out-spacer-sm-3{margin-left:-12px;margin-right:-12px}.bust-out-spacer-sm-4{margin-left:-16px;margin-right:-16px}.bust-out-spacer-sm-5{margin-left:-20px;margin-right:-20px}.bust-out-spacer-sm-6{margin-left:-24px;margin-right:-24px}.bust-out-spacer-sm-7{margin-left:-28px;margin-right:-28px}.bust-out-spacer-sm-8{margin-left:-32px;margin-right:-32px}.bust-out-spacer-sm-9{margin-left:-36px;margin-right:-36px}.bust-out-spacer-sm-10{margin-left:-40px;margin-right:-40px}.bust-out-spacer-sm-11{margin-left:-44px;margin-right:-44px}.bust-out-spacer-sm-12{margin-left:-48px;margin-right:-48px}.bust-out-spacer-sm-13{margin-left:-52px;margin-right:-52px}.bust-out-spacer-sm-14{margin-left:-56px;margin-right:-56px}.bust-out-spacer-sm-15{margin-left:-60px;margin-right:-60px}.bust-out-spacer-sm-16{margin-left:-64px;margin-right:-64px}.bust-out-spacer-sm-17{margin-left:-68px;margin-right:-68px}.bust-out-spacer-sm-18{margin-left:-72px;margin-right:-72px}.bust-out-spacer-sm-19{margin-left:-76px;margin-right:-76px}.bust-out-spacer-sm-20{margin-left:-80px;margin-right:-80px}.bust-out-spacer-sm-21{margin-left:-84px;margin-right:-84px}.bust-out-spacer-sm-22{margin-left:-88px;margin-right:-88px}.bust-out-spacer-sm-23{margin-left:-92px;margin-right:-92px}.bust-out-spacer-sm-24{margin-left:-96px;margin-right:-96px}.bust-out-spacer-sm-25{margin-left:-100px;margin-right:-100px}.bust-out-spacer-sm-26{margin-left:-104px;margin-right:-104px}.bust-out-spacer-sm-27{margin-left:-108px;margin-right:-108px}.bust-out-spacer-sm-30{margin-left:-120px;margin-right:-120px}}@media (width>=768px){.bust-out-md-max-width{max-width:1180px;margin-left:calc(50% - 50vw + 20px);margin-right:calc(50% - 50vw + 20px);transform:translate(calc(50vw - 50% - 20px))}.bust-out-spacer-md-0{margin-left:0;margin-right:0}.bust-out-spacer-md-1{margin-left:-4px;margin-right:-4px}.bust-out-spacer-md-2{margin-left:-8px;margin-right:-8px}.bust-out-spacer-md-3{margin-left:-12px;margin-right:-12px}.bust-out-spacer-md-4{margin-left:-16px;margin-right:-16px}.bust-out-spacer-md-5{margin-left:-20px;margin-right:-20px}.bust-out-spacer-md-6{margin-left:-24px;margin-right:-24px}.bust-out-spacer-md-7{margin-left:-28px;margin-right:-28px}.bust-out-spacer-md-8{margin-left:-32px;margin-right:-32px}.bust-out-spacer-md-9{margin-left:-36px;margin-right:-36px}.bust-out-spacer-md-10{margin-left:-40px;margin-right:-40px}.bust-out-spacer-md-11{margin-left:-44px;margin-right:-44px}.bust-out-spacer-md-12{margin-left:-48px;margin-right:-48px}.bust-out-spacer-md-13{margin-left:-52px;margin-right:-52px}.bust-out-spacer-md-14{margin-left:-56px;margin-right:-56px}.bust-out-spacer-md-15{margin-left:-60px;margin-right:-60px}.bust-out-spacer-md-16{margin-left:-64px;margin-right:-64px}.bust-out-spacer-md-17{margin-left:-68px;margin-right:-68px}.bust-out-spacer-md-18{margin-left:-72px;margin-right:-72px}.bust-out-spacer-md-19{margin-left:-76px;margin-right:-76px}.bust-out-spacer-md-20{margin-left:-80px;margin-right:-80px}.bust-out-spacer-md-21{margin-left:-84px;margin-right:-84px}.bust-out-spacer-md-22{margin-left:-88px;margin-right:-88px}.bust-out-spacer-md-23{margin-left:-92px;margin-right:-92px}.bust-out-spacer-md-24{margin-left:-96px;margin-right:-96px}.bust-out-spacer-md-25{margin-left:-100px;margin-right:-100px}.bust-out-spacer-md-26{margin-left:-104px;margin-right:-104px}.bust-out-spacer-md-27{margin-left:-108px;margin-right:-108px}.bust-out-spacer-md-30{margin-left:-120px;margin-right:-120px}}@media (width>=992px){.bust-out-lg-max-width{max-width:1180px;margin-left:calc(50% - 50vw + 20px);margin-right:calc(50% - 50vw + 20px);transform:translate(calc(50vw - 50% - 20px))}.bust-out-spacer-lg-0{margin-left:0;margin-right:0}.bust-out-spacer-lg-1{margin-left:-4px;margin-right:-4px}.bust-out-spacer-lg-2{margin-left:-8px;margin-right:-8px}.bust-out-spacer-lg-3{margin-left:-12px;margin-right:-12px}.bust-out-spacer-lg-4{margin-left:-16px;margin-right:-16px}.bust-out-spacer-lg-5{margin-left:-20px;margin-right:-20px}.bust-out-spacer-lg-6{margin-left:-24px;margin-right:-24px}.bust-out-spacer-lg-7{margin-left:-28px;margin-right:-28px}.bust-out-spacer-lg-8{margin-left:-32px;margin-right:-32px}.bust-out-spacer-lg-9{margin-left:-36px;margin-right:-36px}.bust-out-spacer-lg-10{margin-left:-40px;margin-right:-40px}.bust-out-spacer-lg-11{margin-left:-44px;margin-right:-44px}.bust-out-spacer-lg-12{margin-left:-48px;margin-right:-48px}.bust-out-spacer-lg-13{margin-left:-52px;margin-right:-52px}.bust-out-spacer-lg-14{margin-left:-56px;margin-right:-56px}.bust-out-spacer-lg-15{margin-left:-60px;margin-right:-60px}.bust-out-spacer-lg-16{margin-left:-64px;margin-right:-64px}.bust-out-spacer-lg-17{margin-left:-68px;margin-right:-68px}.bust-out-spacer-lg-18{margin-left:-72px;margin-right:-72px}.bust-out-spacer-lg-19{margin-left:-76px;margin-right:-76px}.bust-out-spacer-lg-20{margin-left:-80px;margin-right:-80px}.bust-out-spacer-lg-21{margin-left:-84px;margin-right:-84px}.bust-out-spacer-lg-22{margin-left:-88px;margin-right:-88px}.bust-out-spacer-lg-23{margin-left:-92px;margin-right:-92px}.bust-out-spacer-lg-24{margin-left:-96px;margin-right:-96px}.bust-out-spacer-lg-25{margin-left:-100px;margin-right:-100px}.bust-out-spacer-lg-26{margin-left:-104px;margin-right:-104px}.bust-out-spacer-lg-27{margin-left:-108px;margin-right:-108px}.bust-out-spacer-lg-30{margin-left:-120px;margin-right:-120px}}@media (width>=1200px){.bust-out-xl-max-width{max-width:1180px;margin-left:calc(50% - 50vw + 20px);margin-right:calc(50% - 50vw + 20px);transform:translate(calc(50vw - 50% - 20px))}.bust-out-spacer-xl-0{margin-left:0;margin-right:0}.bust-out-spacer-xl-1{margin-left:-4px;margin-right:-4px}.bust-out-spacer-xl-2{margin-left:-8px;margin-right:-8px}.bust-out-spacer-xl-3{margin-left:-12px;margin-right:-12px}.bust-out-spacer-xl-4{margin-left:-16px;margin-right:-16px}.bust-out-spacer-xl-5{margin-left:-20px;margin-right:-20px}.bust-out-spacer-xl-6{margin-left:-24px;margin-right:-24px}.bust-out-spacer-xl-7{margin-left:-28px;margin-right:-28px}.bust-out-spacer-xl-8{margin-left:-32px;margin-right:-32px}.bust-out-spacer-xl-9{margin-left:-36px;margin-right:-36px}.bust-out-spacer-xl-10{margin-left:-40px;margin-right:-40px}.bust-out-spacer-xl-11{margin-left:-44px;margin-right:-44px}.bust-out-spacer-xl-12{margin-left:-48px;margin-right:-48px}.bust-out-spacer-xl-13{margin-left:-52px;margin-right:-52px}.bust-out-spacer-xl-14{margin-left:-56px;margin-right:-56px}.bust-out-spacer-xl-15{margin-left:-60px;margin-right:-60px}.bust-out-spacer-xl-16{margin-left:-64px;margin-right:-64px}.bust-out-spacer-xl-17{margin-left:-68px;margin-right:-68px}.bust-out-spacer-xl-18{margin-left:-72px;margin-right:-72px}.bust-out-spacer-xl-19{margin-left:-76px;margin-right:-76px}.bust-out-spacer-xl-20{margin-left:-80px;margin-right:-80px}.bust-out-spacer-xl-21{margin-left:-84px;margin-right:-84px}.bust-out-spacer-xl-22{margin-left:-88px;margin-right:-88px}.bust-out-spacer-xl-23{margin-left:-92px;margin-right:-92px}.bust-out-spacer-xl-24{margin-left:-96px;margin-right:-96px}.bust-out-spacer-xl-25{margin-left:-100px;margin-right:-100px}.bust-out-spacer-xl-26{margin-left:-104px;margin-right:-104px}.bust-out-spacer-xl-27{margin-left:-108px;margin-right:-108px}.bust-out-spacer-xl-30{margin-left:-120px;margin-right:-120px}}@media (width>=1400px){.bust-out-xxl-max-width{max-width:1180px;margin-left:calc(50% - 50vw + 20px);margin-right:calc(50% - 50vw + 20px);transform:translate(calc(50vw - 50% - 20px))}.bust-out-spacer-xxl-0{margin-left:0;margin-right:0}.bust-out-spacer-xxl-1{margin-left:-4px;margin-right:-4px}.bust-out-spacer-xxl-2{margin-left:-8px;margin-right:-8px}.bust-out-spacer-xxl-3{margin-left:-12px;margin-right:-12px}.bust-out-spacer-xxl-4{margin-left:-16px;margin-right:-16px}.bust-out-spacer-xxl-5{margin-left:-20px;margin-right:-20px}.bust-out-spacer-xxl-6{margin-left:-24px;margin-right:-24px}.bust-out-spacer-xxl-7{margin-left:-28px;margin-right:-28px}.bust-out-spacer-xxl-8{margin-left:-32px;margin-right:-32px}.bust-out-spacer-xxl-9{margin-left:-36px;margin-right:-36px}.bust-out-spacer-xxl-10{margin-left:-40px;margin-right:-40px}.bust-out-spacer-xxl-11{margin-left:-44px;margin-right:-44px}.bust-out-spacer-xxl-12{margin-left:-48px;margin-right:-48px}.bust-out-spacer-xxl-13{margin-left:-52px;margin-right:-52px}.bust-out-spacer-xxl-14{margin-left:-56px;margin-right:-56px}.bust-out-spacer-xxl-15{margin-left:-60px;margin-right:-60px}.bust-out-spacer-xxl-16{margin-left:-64px;margin-right:-64px}.bust-out-spacer-xxl-17{margin-left:-68px;margin-right:-68px}.bust-out-spacer-xxl-18{margin-left:-72px;margin-right:-72px}.bust-out-spacer-xxl-19{margin-left:-76px;margin-right:-76px}.bust-out-spacer-xxl-20{margin-left:-80px;margin-right:-80px}.bust-out-spacer-xxl-21{margin-left:-84px;margin-right:-84px}.bust-out-spacer-xxl-22{margin-left:-88px;margin-right:-88px}.bust-out-spacer-xxl-23{margin-left:-92px;margin-right:-92px}.bust-out-spacer-xxl-24{margin-left:-96px;margin-right:-96px}.bust-out-spacer-xxl-25{margin-left:-100px;margin-right:-100px}.bust-out-spacer-xxl-26{margin-left:-104px;margin-right:-104px}.bust-out-spacer-xxl-27{margin-left:-108px;margin-right:-108px}.bust-out-spacer-xxl-30{margin-left:-120px;margin-right:-120px}}@media (width>=1600px){.bust-out-xxxl-max-width{max-width:1180px;margin-left:calc(50% - 50vw + 20px);margin-right:calc(50% - 50vw + 20px);transform:translate(calc(50vw - 50% - 20px))}.bust-out-spacer-xxxl-0{margin-left:0;margin-right:0}.bust-out-spacer-xxxl-1{margin-left:-4px;margin-right:-4px}.bust-out-spacer-xxxl-2{margin-left:-8px;margin-right:-8px}.bust-out-spacer-xxxl-3{margin-left:-12px;margin-right:-12px}.bust-out-spacer-xxxl-4{margin-left:-16px;margin-right:-16px}.bust-out-spacer-xxxl-5{margin-left:-20px;margin-right:-20px}.bust-out-spacer-xxxl-6{margin-left:-24px;margin-right:-24px}.bust-out-spacer-xxxl-7{margin-left:-28px;margin-right:-28px}.bust-out-spacer-xxxl-8{margin-left:-32px;margin-right:-32px}.bust-out-spacer-xxxl-9{margin-left:-36px;margin-right:-36px}.bust-out-spacer-xxxl-10{margin-left:-40px;margin-right:-40px}.bust-out-spacer-xxxl-11{margin-left:-44px;margin-right:-44px}.bust-out-spacer-xxxl-12{margin-left:-48px;margin-right:-48px}.bust-out-spacer-xxxl-13{margin-left:-52px;margin-right:-52px}.bust-out-spacer-xxxl-14{margin-left:-56px;margin-right:-56px}.bust-out-spacer-xxxl-15{margin-left:-60px;margin-right:-60px}.bust-out-spacer-xxxl-16{margin-left:-64px;margin-right:-64px}.bust-out-spacer-xxxl-17{margin-left:-68px;margin-right:-68px}.bust-out-spacer-xxxl-18{margin-left:-72px;margin-right:-72px}.bust-out-spacer-xxxl-19{margin-left:-76px;margin-right:-76px}.bust-out-spacer-xxxl-20{margin-left:-80px;margin-right:-80px}.bust-out-spacer-xxxl-21{margin-left:-84px;margin-right:-84px}.bust-out-spacer-xxxl-22{margin-left:-88px;margin-right:-88px}.bust-out-spacer-xxxl-23{margin-left:-92px;margin-right:-92px}.bust-out-spacer-xxxl-24{margin-left:-96px;margin-right:-96px}.bust-out-spacer-xxxl-25{margin-left:-100px;margin-right:-100px}.bust-out-spacer-xxxl-26{margin-left:-104px;margin-right:-104px}.bust-out-spacer-xxxl-27{margin-left:-108px;margin-right:-108px}.bust-out-spacer-xxxl-30{margin-left:-120px;margin-right:-120px}}.color-inherit{color:inherit!important}.icon--16{width:16px;height:16px}.icon--18{width:18px;height:18px}.icon--20{width:20px;height:20px}.icon--24{width:24px;height:24px}.icon--30{width:30px;height:30px}.icon--32{width:32px;height:32px}.icon--40{width:40px;height:40px}@media (width>=576px){.icon--sm-16{width:16px;height:16px}.icon--sm-18{width:18px;height:18px}.icon--sm-20{width:20px;height:20px}.icon--sm-24{width:24px;height:24px}.icon--sm-30{width:30px;height:30px}.icon--sm-32{width:32px;height:32px}.icon--sm-40{width:40px;height:40px}}@media (width>=768px){.icon--md-16{width:16px;height:16px}.icon--md-18{width:18px;height:18px}.icon--md-20{width:20px;height:20px}.icon--md-24{width:24px;height:24px}.icon--md-30{width:30px;height:30px}.icon--md-32{width:32px;height:32px}.icon--md-40{width:40px;height:40px}}@media (width>=992px){.icon--lg-16{width:16px;height:16px}.icon--lg-18{width:18px;height:18px}.icon--lg-20{width:20px;height:20px}.icon--lg-24{width:24px;height:24px}.icon--lg-30{width:30px;height:30px}.icon--lg-32{width:32px;height:32px}.icon--lg-40{width:40px;height:40px}}@media (width>=1200px){.icon--xl-16{width:16px;height:16px}.icon--xl-18{width:18px;height:18px}.icon--xl-20{width:20px;height:20px}.icon--xl-24{width:24px;height:24px}.icon--xl-30{width:30px;height:30px}.icon--xl-32{width:32px;height:32px}.icon--xl-40{width:40px;height:40px}}@media (width>=1400px){.icon--xxl-16{width:16px;height:16px}.icon--xxl-18{width:18px;height:18px}.icon--xxl-20{width:20px;height:20px}.icon--xxl-24{width:24px;height:24px}.icon--xxl-30{width:30px;height:30px}.icon--xxl-32{width:32px;height:32px}.icon--xxl-40{width:40px;height:40px}}@media (width>=1600px){.icon--xxxl-16{width:16px;height:16px}.icon--xxxl-18{width:18px;height:18px}.icon--xxxl-20{width:20px;height:20px}.icon--xxxl-24{width:24px;height:24px}.icon--xxxl-30{width:30px;height:30px}.icon--xxxl-32{width:32px;height:32px}.icon--xxxl-40{width:40px;height:40px}}.line-clamp-0{text-overflow:ellipsis;-webkit-line-clamp:0;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-1{text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-2{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-3{text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-4{text-overflow:ellipsis;-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-5{text-overflow:ellipsis;-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-6{text-overflow:ellipsis;-webkit-line-clamp:6;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-7{text-overflow:ellipsis;-webkit-line-clamp:7;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-8{text-overflow:ellipsis;-webkit-line-clamp:8;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media (width>=576px){.line-clamp-sm-0{text-overflow:ellipsis;-webkit-line-clamp:0;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-sm-1{text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-sm-2{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-sm-3{text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-sm-4{text-overflow:ellipsis;-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-sm-5{text-overflow:ellipsis;-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-sm-6{text-overflow:ellipsis;-webkit-line-clamp:6;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-sm-7{text-overflow:ellipsis;-webkit-line-clamp:7;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-sm-8{text-overflow:ellipsis;-webkit-line-clamp:8;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}@media (width>=768px){.line-clamp-md-0{text-overflow:ellipsis;-webkit-line-clamp:0;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-md-1{text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-md-2{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-md-3{text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-md-4{text-overflow:ellipsis;-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-md-5{text-overflow:ellipsis;-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-md-6{text-overflow:ellipsis;-webkit-line-clamp:6;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-md-7{text-overflow:ellipsis;-webkit-line-clamp:7;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-md-8{text-overflow:ellipsis;-webkit-line-clamp:8;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}@media (width>=992px){.line-clamp-lg-0{text-overflow:ellipsis;-webkit-line-clamp:0;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-lg-1{text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-lg-2{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-lg-3{text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-lg-4{text-overflow:ellipsis;-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-lg-5{text-overflow:ellipsis;-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-lg-6{text-overflow:ellipsis;-webkit-line-clamp:6;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-lg-7{text-overflow:ellipsis;-webkit-line-clamp:7;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-lg-8{text-overflow:ellipsis;-webkit-line-clamp:8;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}@media (width>=1200px){.line-clamp-xl-0{text-overflow:ellipsis;-webkit-line-clamp:0;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-xl-1{text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-xl-2{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-xl-3{text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-xl-4{text-overflow:ellipsis;-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-xl-5{text-overflow:ellipsis;-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-xl-6{text-overflow:ellipsis;-webkit-line-clamp:6;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-xl-7{text-overflow:ellipsis;-webkit-line-clamp:7;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-xl-8{text-overflow:ellipsis;-webkit-line-clamp:8;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}@media (width>=1400px){.line-clamp-xxl-0{text-overflow:ellipsis;-webkit-line-clamp:0;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-xxl-1{text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-xxl-2{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-xxl-3{text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-xxl-4{text-overflow:ellipsis;-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-xxl-5{text-overflow:ellipsis;-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-xxl-6{text-overflow:ellipsis;-webkit-line-clamp:6;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-xxl-7{text-overflow:ellipsis;-webkit-line-clamp:7;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-xxl-8{text-overflow:ellipsis;-webkit-line-clamp:8;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}@media (width>=1600px){.line-clamp-xxxl-0{text-overflow:ellipsis;-webkit-line-clamp:0;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-xxxl-1{text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-xxxl-2{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-xxxl-3{text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-xxxl-4{text-overflow:ellipsis;-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-xxxl-5{text-overflow:ellipsis;-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-xxxl-6{text-overflow:ellipsis;-webkit-line-clamp:6;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-xxxl-7{text-overflow:ellipsis;-webkit-line-clamp:7;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-xxxl-8{text-overflow:ellipsis;-webkit-line-clamp:8;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}.overflow-visible{overflow:visible!important}.overflow-hidden{overflow:hidden!important}@media (width>=576px){.overflow-sm-visible{overflow:visible!important}.overflow-sm-hidden{overflow:hidden!important}}@media (width>=768px){.overflow-md-visible{overflow:visible!important}.overflow-md-hidden{overflow:hidden!important}}@media (width>=992px){.overflow-lg-visible{overflow:visible!important}.overflow-lg-hidden{overflow:hidden!important}}@media (width>=1200px){.overflow-xl-visible{overflow:visible!important}.overflow-xl-hidden{overflow:hidden!important}}@media (width>=1400px){.overflow-xxl-visible{overflow:visible!important}.overflow-xxl-hidden{overflow:hidden!important}}@media (width>=1600px){.overflow-xxxl-visible{overflow:visible!important}.overflow-xxxl-hidden{overflow:hidden!important}}.text-root-orange-light,.text-root-orange,.text-root-green-light,.text-root-green,.text-root-purple-light,.text-root-purple,.text-root-base,.text-root-white,.text-root-black,.text-root-light,.text-root-danger,.text-root-warning,.text-root-info,.text-root-success,.text-root-secondary,.text-root-primary,.pane--primary,.pane--secondary,.pane--success,.pane--info,.pane--warning,.pane--danger,.pane--black,.pane--base,.pane--purple,.pane--green{color:var(--color-text-root)}.text-root-orange-light :is(a,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,.card.card--vehicle .card__title,h6,.h6,.card .card__title):not([class]){color:inherit}.text-root-orange :is(a,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,.card.card--vehicle .card__title,h6,.h6,.card .card__title):not([class]){color:inherit}.text-root-green-light :is(a,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,.card.card--vehicle .card__title,h6,.h6,.card .card__title):not([class]){color:inherit}.text-root-green :is(a,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,.card.card--vehicle .card__title,h6,.h6,.card .card__title):not([class]){color:inherit}.text-root-purple-light :is(a,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,.card.card--vehicle .card__title,h6,.h6,.card .card__title):not([class]){color:inherit}.text-root-purple :is(a,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,.card.card--vehicle .card__title,h6,.h6,.card .card__title):not([class]){color:inherit}.text-root-base :is(a,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,.card.card--vehicle .card__title,h6,.h6,.card .card__title):not([class]){color:inherit}.text-root-white :is(a,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,.card.card--vehicle .card__title,h6,.h6,.card .card__title):not([class]){color:inherit}.text-root-black :is(a,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,.card.card--vehicle .card__title,h6,.h6,.card .card__title):not([class]){color:inherit}.text-root-light :is(a,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,.card.card--vehicle .card__title,h6,.h6,.card .card__title):not([class]){color:inherit}.text-root-danger :is(a,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,.card.card--vehicle .card__title,h6,.h6,.card .card__title):not([class]){color:inherit}.text-root-warning :is(a,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,.card.card--vehicle .card__title,h6,.h6,.card .card__title):not([class]){color:inherit}.text-root-info :is(a,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,.card.card--vehicle .card__title,h6,.h6,.card .card__title):not([class]){color:inherit}.text-root-success :is(a,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,.card.card--vehicle .card__title,h6,.h6,.card .card__title):not([class]){color:inherit}.text-root-secondary :is(a,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,.card.card--vehicle .card__title,h6,.h6,.card .card__title):not([class]){color:inherit}.text-root-primary :is(a,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,.card.card--vehicle .card__title,h6,.h6,.card .card__title):not([class]){color:inherit}.pane--primary :is(a,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,.card.card--vehicle .card__title,h6,.h6,.card .card__title):not([class]){color:inherit}.pane--secondary :is(a,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,.card.card--vehicle .card__title,h6,.h6,.card .card__title):not([class]){color:inherit}.pane--success :is(a,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,.card.card--vehicle .card__title,h6,.h6,.card .card__title):not([class]){color:inherit}.pane--info :is(a,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,.card.card--vehicle .card__title,h6,.h6,.card .card__title):not([class]){color:inherit}.pane--warning :is(a,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,.card.card--vehicle .card__title,h6,.h6,.card .card__title):not([class]){color:inherit}.pane--danger :is(a,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,.card.card--vehicle .card__title,h6,.h6,.card .card__title):not([class]){color:inherit}.pane--black :is(a,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,.card.card--vehicle .card__title,h6,.h6,.card .card__title):not([class]){color:inherit}.pane--base :is(a,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,.card.card--vehicle .card__title,h6,.h6,.card .card__title):not([class]){color:inherit}.pane--purple :is(a,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,.card.card--vehicle .card__title,h6,.h6,.card .card__title):not([class]){color:inherit}.pane--green :is(a,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,.card.card--vehicle .card__title,h6,.h6,.card .card__title):not([class]){color:inherit}.text-root-orange-light :is(.lead,.accordion-button){color:inherit}.text-root-orange :is(.lead,.accordion-button){color:inherit}.text-root-green-light :is(.lead,.accordion-button){color:inherit}.text-root-green :is(.lead,.accordion-button){color:inherit}.text-root-purple-light :is(.lead,.accordion-button){color:inherit}.text-root-purple :is(.lead,.accordion-button){color:inherit}.text-root-base :is(.lead,.accordion-button){color:inherit}.text-root-white :is(.lead,.accordion-button){color:inherit}.text-root-black :is(.lead,.accordion-button){color:inherit}.text-root-light :is(.lead,.accordion-button){color:inherit}.text-root-danger :is(.lead,.accordion-button){color:inherit}.text-root-warning :is(.lead,.accordion-button){color:inherit}.text-root-info :is(.lead,.accordion-button){color:inherit}.text-root-success :is(.lead,.accordion-button){color:inherit}.text-root-secondary :is(.lead,.accordion-button){color:inherit}.text-root-primary :is(.lead,.accordion-button){color:inherit}.pane--primary :is(.lead,.accordion-button){color:inherit}.pane--secondary :is(.lead,.accordion-button){color:inherit}.pane--success :is(.lead,.accordion-button){color:inherit}.pane--info :is(.lead,.accordion-button){color:inherit}.pane--warning :is(.lead,.accordion-button){color:inherit}.pane--danger :is(.lead,.accordion-button){color:inherit}.pane--black :is(.lead,.accordion-button){color:inherit}.pane--base :is(.lead,.accordion-button){color:inherit}.pane--purple :is(.lead,.accordion-button){color:inherit}.pane--green :is(.lead,.accordion-button){color:inherit}.text-root-primary{--color-text-root:#f26363}.text-root-secondary{--color-text-root:#227c9d}.text-root-success{--color-text-root:#6fab3d}.text-root-info{--color-text-root:#176ce2}.text-root-warning{--color-text-root:#f0940b}.text-root-danger{--color-text-root:#e02315}.text-root-light{--color-text-root:#f7f0f0}.text-root-black{--color-text-root:#000}.text-root-white{--color-text-root:#fff}.text-root-base{--color-text-root:#450920}.text-root-purple{--color-text-root:#976b9e}.text-root-purple-light{--color-text-root:#e5dae7}.text-root-green{--color-text-root:#6aa087}.text-root-green-light{--color-text-root:#e6efeb}.text-root-orange{--color-text-root:#ffa90a}.text-root-orange-light{--color-text-root:#ffeac2}.text-xxs{font-size:.5rem}.text-xs{font-size:.625rem}.text-sm{font-size:.875rem}.text-md{font-size:1rem}.text-lg{font-size:1.125rem}.text--10{font-size:10px}.text--12{font-size:12px}.text--14{font-size:14px}.text--15{font-size:15px}.text--16{font-size:16px}.text--18{font-size:18px}.text--20{font-size:20px}.text--22{font-size:22px}@media (width>=576px){.text--sm-10{font-size:10px}.text--sm-12{font-size:12px}.text--sm-14{font-size:14px}.text--sm-15{font-size:15px}.text--sm-16{font-size:16px}.text--sm-18{font-size:18px}.text--sm-20{font-size:20px}.text--sm-22{font-size:22px}}@media (width>=768px){.text--md-10{font-size:10px}.text--md-12{font-size:12px}.text--md-14{font-size:14px}.text--md-15{font-size:15px}.text--md-16{font-size:16px}.text--md-18{font-size:18px}.text--md-20{font-size:20px}.text--md-22{font-size:22px}}@media (width>=992px){.text--lg-10{font-size:10px}.text--lg-12{font-size:12px}.text--lg-14{font-size:14px}.text--lg-15{font-size:15px}.text--lg-16{font-size:16px}.text--lg-18{font-size:18px}.text--lg-20{font-size:20px}.text--lg-22{font-size:22px}}@media (width>=1200px){.text--xl-10{font-size:10px}.text--xl-12{font-size:12px}.text--xl-14{font-size:14px}.text--xl-15{font-size:15px}.text--xl-16{font-size:16px}.text--xl-18{font-size:18px}.text--xl-20{font-size:20px}.text--xl-22{font-size:22px}}@media (width>=1400px){.text--xxl-10{font-size:10px}.text--xxl-12{font-size:12px}.text--xxl-14{font-size:14px}.text--xxl-15{font-size:15px}.text--xxl-16{font-size:16px}.text--xxl-18{font-size:18px}.text--xxl-20{font-size:20px}.text--xxl-22{font-size:22px}}@media (width>=1600px){.text--xxxl-10{font-size:10px}.text--xxxl-12{font-size:12px}.text--xxxl-14{font-size:14px}.text--xxxl-15{font-size:15px}.text--xxxl-16{font-size:16px}.text--xxxl-18{font-size:18px}.text--xxxl-20{font-size:20px}.text--xxxl-22{font-size:22px}}.text-muted--10{opacity:.1}.text-muted--20{opacity:.2}.text-muted--30{opacity:.3}.text-muted--40{opacity:.4}.text-muted--50{opacity:.5}.text-muted--60{opacity:.6}.text-muted--70{opacity:.7}.text-muted--80{opacity:.8}.text-muted--90{opacity:.9}.text-muted--100{opacity:1}