<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box &gt; .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-2be0c22b-f36d-473f-a041-b7a1631d13a7 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-2be0c22b-f36d-473f-a041-b7a1631d13a7 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2be0c22b-f36d-473f-a041-b7a1631d13a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68e90489-8b26-4784-a32c-88a57a31f620 {
  padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-68e90489-8b26-4784-a32c-88a57a31f620 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68e90489-8b26-4784-a32c-88a57a31f620 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-68e90489-8b26-4784-a32c-88a57a31f620 {
  
}
}@media (max-width: 767px){#s-68e90489-8b26-4784-a32c-88a57a31f620 {
  
}
}







#s-68e90489-8b26-4784-a32c-88a57a31f620 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68e90489-8b26-4784-a32c-88a57a31f620.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked &gt; div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content &gt; div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-44182f12-b877-4862-8c69-b97a6b2f46d6 {
  max-width: 9686px;
aspect-ratio: 14403/2974;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-44182f12-b877-4862-8c69-b97a6b2f46d6 {
  display: none;
}
#s-44182f12-b877-4862-8c69-b97a6b2f46d6, #wrap-s-44182f12-b877-4862-8c69-b97a6b2f46d6 { display: none !important; }}@media (max-width: 767px){#s-44182f12-b877-4862-8c69-b97a6b2f46d6 {
  display: none;
}
#s-44182f12-b877-4862-8c69-b97a6b2f46d6, #wrap-s-44182f12-b877-4862-8c69-b97a6b2f46d6 { display: none !important; }}




  #s-44182f12-b877-4862-8c69-b97a6b2f46d6 img.shogun-image,
  #s-44182f12-b877-4862-8c69-b97a6b2f46d6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44182f12-b877-4862-8c69-b97a6b2f46d6 {
    width: 100%;
    height: auto;
  }



  #s-44182f12-b877-4862-8c69-b97a6b2f46d6 img.shogun-image {
    

    
    
    
  }


#s-44182f12-b877-4862-8c69-b97a6b2f46d6 .shogun-image-content {
  
    align-items: center;
  
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row &gt; * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row &gt; div:empty {
  display: block;
}

#s-186f2541-81ed-40a9-9a8a-fdcf90f76c0a {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-186f2541-81ed-40a9-9a8a-fdcf90f76c0a"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-186f2541-81ed-40a9-9a8a-fdcf90f76c0a"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-186f2541-81ed-40a9-9a8a-fdcf90f76c0a"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-186f2541-81ed-40a9-9a8a-fdcf90f76c0a"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e5cf6e95-7ddc-4e5d-8876-a9b825ee9dbc {
  min-height: 50px;
}








#s-e5cf6e95-7ddc-4e5d-8876-a9b825ee9dbc &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5cf6e95-7ddc-4e5d-8876-a9b825ee9dbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-ba7bff48-9846-4d66-8f25-83776c0e35b3 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-ba7bff48-9846-4d66-8f25-83776c0e35b3 {
  padding-bottom: 10px;
text-align: center;
}
}
#s-ba7bff48-9846-4d66-8f25-83776c0e35b3 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  
  text-align: left;
}


@media (max-width: 767px){#s-ba7bff48-9846-4d66-8f25-83776c0e35b3 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-ba5df388-ba7b-4cb6-85ef-4b22fc354e66 {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}
@media (max-width: 767px){#s-ba5df388-ba7b-4cb6-85ef-4b22fc354e66 {
  text-align: center;
}
}
#s-ba5df388-ba7b-4cb6-85ef-4b22fc354e66 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  text-align: left;
}


@media (max-width: 767px){#s-ba5df388-ba7b-4cb6-85ef-4b22fc354e66 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  text-align: center;
}


}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-6b857cbe-0e4e-441f-b421-5aa611ac8902 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(26, 87, 69, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6b857cbe-0e4e-441f-b421-5aa611ac8902:hover {background-color: rgba(26, 87, 69, 0.87) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6b857cbe-0e4e-441f-b421-5aa611ac8902:active {background-color: rgba(26, 87, 69, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-6b857cbe-0e4e-441f-b421-5aa611ac8902 {
  margin-top: 10px;
display: none;
}
#s-6b857cbe-0e4e-441f-b421-5aa611ac8902, #wrap-s-6b857cbe-0e4e-441f-b421-5aa611ac8902 { display: none !important; }}

  #s-6b857cbe-0e4e-441f-b421-5aa611ac8902-root {
    text-align: left;
  }


#s-6b857cbe-0e4e-441f-b421-5aa611ac8902.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6b857cbe-0e4e-441f-b421-5aa611ac8902-root {
    text-align: left;
  }


#s-6b857cbe-0e4e-441f-b421-5aa611ac8902.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6b857cbe-0e4e-441f-b421-5aa611ac8902-root {
    text-align: left;
  }


#s-6b857cbe-0e4e-441f-b421-5aa611ac8902.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6b857cbe-0e4e-441f-b421-5aa611ac8902-root {
    text-align: left;
  }


#s-6b857cbe-0e4e-441f-b421-5aa611ac8902.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6b857cbe-0e4e-441f-b421-5aa611ac8902-root {
    text-align: left;
  }


#s-6b857cbe-0e4e-441f-b421-5aa611ac8902.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-62641bb9-dfdf-455f-82c9-4e7d5dd99e72 {
  min-height: 50px;
}








#s-62641bb9-dfdf-455f-82c9-4e7d5dd99e72 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-62641bb9-dfdf-455f-82c9-4e7d5dd99e72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6107ead-96b3-4e99-b854-5eafbfc8bd3e {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 32px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-b6107ead-96b3-4e99-b854-5eafbfc8bd3e {
  display: none;
}
#s-b6107ead-96b3-4e99-b854-5eafbfc8bd3e, #wrap-s-b6107ead-96b3-4e99-b854-5eafbfc8bd3e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6107ead-96b3-4e99-b854-5eafbfc8bd3e {
  display: none;
}
#s-b6107ead-96b3-4e99-b854-5eafbfc8bd3e, #wrap-s-b6107ead-96b3-4e99-b854-5eafbfc8bd3e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b6107ead-96b3-4e99-b854-5eafbfc8bd3e {
  display: none;
}
#s-b6107ead-96b3-4e99-b854-5eafbfc8bd3e, #wrap-s-b6107ead-96b3-4e99-b854-5eafbfc8bd3e { display: none !important; }}







#s-b6107ead-96b3-4e99-b854-5eafbfc8bd3e &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b6107ead-96b3-4e99-b854-5eafbfc8bd3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84f90a34-4bc9-4e9f-9286-044757182df7 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-84f90a34-4bc9-4e9f-9286-044757182df7 {
  padding-bottom: 10px;
text-align: center;
}
}
#s-84f90a34-4bc9-4e9f-9286-044757182df7 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  
  text-align: left;
}


@media (max-width: 767px){#s-84f90a34-4bc9-4e9f-9286-044757182df7 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-d04fe2ba-e155-41d1-90b4-d3f27a9284b8 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-d04fe2ba-e155-41d1-90b4-d3f27a9284b8 {
  text-align: center;
}
}
#s-d04fe2ba-e155-41d1-90b4-d3f27a9284b8 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  text-align: left;
}


@media (max-width: 767px){#s-d04fe2ba-e155-41d1-90b4-d3f27a9284b8 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-bad1661a-3506-4f50-a941-3b9a94f2b4b3 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(26, 87, 69, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bad1661a-3506-4f50-a941-3b9a94f2b4b3:hover {background-color: rgba(26, 87, 69, 0.89) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bad1661a-3506-4f50-a941-3b9a94f2b4b3:active {background-color: rgba(26, 87, 69, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-bad1661a-3506-4f50-a941-3b9a94f2b4b3 {
  display: none;
}
#s-bad1661a-3506-4f50-a941-3b9a94f2b4b3, #wrap-s-bad1661a-3506-4f50-a941-3b9a94f2b4b3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bad1661a-3506-4f50-a941-3b9a94f2b4b3 {
  display: none;
}
#s-bad1661a-3506-4f50-a941-3b9a94f2b4b3, #wrap-s-bad1661a-3506-4f50-a941-3b9a94f2b4b3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bad1661a-3506-4f50-a941-3b9a94f2b4b3 {
  display: none;
}
#s-bad1661a-3506-4f50-a941-3b9a94f2b4b3, #wrap-s-bad1661a-3506-4f50-a941-3b9a94f2b4b3 { display: none !important; }}

  #s-bad1661a-3506-4f50-a941-3b9a94f2b4b3-root {
    text-align: center;
  }


#s-bad1661a-3506-4f50-a941-3b9a94f2b4b3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bad1661a-3506-4f50-a941-3b9a94f2b4b3-root {
    text-align: center;
  }


#s-bad1661a-3506-4f50-a941-3b9a94f2b4b3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bad1661a-3506-4f50-a941-3b9a94f2b4b3-root {
    text-align: center;
  }


#s-bad1661a-3506-4f50-a941-3b9a94f2b4b3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bad1661a-3506-4f50-a941-3b9a94f2b4b3-root {
    text-align: center;
  }


#s-bad1661a-3506-4f50-a941-3b9a94f2b4b3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bad1661a-3506-4f50-a941-3b9a94f2b4b3-root {
    text-align: center;
  }


#s-bad1661a-3506-4f50-a941-3b9a94f2b4b3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked&gt;div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content&gt;div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-84b94540-e984-4c5b-84f0-0f5dc48115cc {
  max-width: 2500px;
aspect-ratio: 2500/2122;
text-align: center;
}



.shg-image-margin-container-s-84b94540-e984-4c5b-84f0-0f5dc48115cc {
  
  
  
  
}

#s-84b94540-e984-4c5b-84f0-0f5dc48115cc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b94540-e984-4c5b-84f0-0f5dc48115cc .shg-image-content-wrapper {
      aspect-ratio: 2500/2122;
      min-width: 100%;
      height: auto;
    }

    #s-84b94540-e984-4c5b-84f0-0f5dc48115cc .shogun-image-link {
      aspect-ratio: 2500/2122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b94540-e984-4c5b-84f0-0f5dc48115cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b94540-e984-4c5b-84f0-0f5dc48115cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2500px;
  }



  img.s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image {
    
    
    
    max-height: 2500px;
  }


.s-84b94540-e984-4c5b-84f0-0f5dc48115cc .shogun-image-content {
  
    align-items: center;
  
}

.s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84b94540-e984-4c5b-84f0-0f5dc48115cc {
      --shg-aspect-ratio: calc(2500/2122); 
    }

    .s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image-container {
      position: relative;
    }

    .s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b94540-e984-4c5b-84f0-0f5dc48115cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-84b94540-e984-4c5b-84f0-0f5dc48115cc {
  
  
  
  
}

#s-84b94540-e984-4c5b-84f0-0f5dc48115cc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b94540-e984-4c5b-84f0-0f5dc48115cc .shg-image-content-wrapper {
      aspect-ratio: 2500/2122;
      min-width: 100%;
      height: auto;
    }

    #s-84b94540-e984-4c5b-84f0-0f5dc48115cc .shogun-image-link {
      aspect-ratio: 2500/2122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b94540-e984-4c5b-84f0-0f5dc48115cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b94540-e984-4c5b-84f0-0f5dc48115cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2500px;
  }



  img.s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image {
    
    
    
    max-height: 2500px;
  }


.s-84b94540-e984-4c5b-84f0-0f5dc48115cc .shogun-image-content {
  
    align-items: center;
  
}

.s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84b94540-e984-4c5b-84f0-0f5dc48115cc {
      --shg-aspect-ratio: calc(2500/2122); 
    }

    .s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image-container {
      position: relative;
    }

    .s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b94540-e984-4c5b-84f0-0f5dc48115cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-84b94540-e984-4c5b-84f0-0f5dc48115cc {
  
  
  
  
}

#s-84b94540-e984-4c5b-84f0-0f5dc48115cc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b94540-e984-4c5b-84f0-0f5dc48115cc .shg-image-content-wrapper {
      aspect-ratio: 2500/2122;
      min-width: 100%;
      height: auto;
    }

    #s-84b94540-e984-4c5b-84f0-0f5dc48115cc .shogun-image-link {
      aspect-ratio: 2500/2122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b94540-e984-4c5b-84f0-0f5dc48115cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b94540-e984-4c5b-84f0-0f5dc48115cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2500px;
  }



  img.s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image {
    
    
    
    max-height: 2500px;
  }


.s-84b94540-e984-4c5b-84f0-0f5dc48115cc .shogun-image-content {
  
    align-items: center;
  
}

.s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84b94540-e984-4c5b-84f0-0f5dc48115cc {
      --shg-aspect-ratio: calc(2500/2122); 
    }

    .s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image-container {
      position: relative;
    }

    .s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b94540-e984-4c5b-84f0-0f5dc48115cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-84b94540-e984-4c5b-84f0-0f5dc48115cc {
  
  
  
  
}

#s-84b94540-e984-4c5b-84f0-0f5dc48115cc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b94540-e984-4c5b-84f0-0f5dc48115cc .shg-image-content-wrapper {
      aspect-ratio: 2500/2122;
      min-width: 100%;
      height: auto;
    }

    #s-84b94540-e984-4c5b-84f0-0f5dc48115cc .shogun-image-link {
      aspect-ratio: 2500/2122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b94540-e984-4c5b-84f0-0f5dc48115cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b94540-e984-4c5b-84f0-0f5dc48115cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2500px;
  }



  img.s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image {
    
    
    
    max-height: 2500px;
  }


.s-84b94540-e984-4c5b-84f0-0f5dc48115cc .shogun-image-content {
  
    align-items: center;
  
}

.s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84b94540-e984-4c5b-84f0-0f5dc48115cc {
      --shg-aspect-ratio: calc(2500/2122); 
    }

    .s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image-container {
      position: relative;
    }

    .s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b94540-e984-4c5b-84f0-0f5dc48115cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2500px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-84b94540-e984-4c5b-84f0-0f5dc48115cc {
  
  
  
  
}

#s-84b94540-e984-4c5b-84f0-0f5dc48115cc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b94540-e984-4c5b-84f0-0f5dc48115cc .shg-image-content-wrapper {
      aspect-ratio: 2500/2122;
      min-width: 100%;
      height: auto;
    }

    #s-84b94540-e984-4c5b-84f0-0f5dc48115cc .shogun-image-link {
      aspect-ratio: 2500/2122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b94540-e984-4c5b-84f0-0f5dc48115cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b94540-e984-4c5b-84f0-0f5dc48115cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2500px;
  }



  img.s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image {
    
    
    
    max-height: 2500px;
  }


.s-84b94540-e984-4c5b-84f0-0f5dc48115cc .shogun-image-content {
  
    align-items: center;
  
}

.s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84b94540-e984-4c5b-84f0-0f5dc48115cc {
      --shg-aspect-ratio: calc(2500/2122); 
    }

    .s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image-container {
      position: relative;
    }

    .s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b94540-e984-4c5b-84f0-0f5dc48115cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b94540-e984-4c5b-84f0-0f5dc48115cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2500px;
    }
  }

}
#s-fb067064-55bd-4602-9c7c-60fcbb4e4ea6 {
  margin-left: auto;
margin-right: auto;
padding-top: 64px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(26, 87, 69, 1);
}
@media (max-width: 767px){#s-fb067064-55bd-4602-9c7c-60fcbb4e4ea6 {
  padding-top: 32px;
}
}







#s-fb067064-55bd-4602-9c7c-60fcbb4e4ea6 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb067064-55bd-4602-9c7c-60fcbb4e4ea6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b28444f-efc4-4ff8-9565-b790a134bc0b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-2b28444f-efc4-4ff8-9565-b790a134bc0b {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 30px;
}
}
#s-2b28444f-efc4-4ff8-9565-b790a134bc0b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-2b28444f-efc4-4ff8-9565-b790a134bc0b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-2b28444f-efc4-4ff8-9565-b790a134bc0b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  
  
}


}
#s-5a4d329c-12d0-48c2-8a55-2a3c457b4e15 {
  margin-left: auto;
margin-right: auto;
padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(26, 87, 69, 1);
}
@media (max-width: 767px){#s-5a4d329c-12d0-48c2-8a55-2a3c457b4e15 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-5a4d329c-12d0-48c2-8a55-2a3c457b4e15 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a4d329c-12d0-48c2-8a55-2a3c457b4e15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a22c35e-9a71-46d0-8933-9e7c6ee8fe28 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-9a22c35e-9a71-46d0-8933-9e7c6ee8fe28"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a22c35e-9a71-46d0-8933-9e7c6ee8fe28"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9a22c35e-9a71-46d0-8933-9e7c6ee8fe28"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a22c35e-9a71-46d0-8933-9e7c6ee8fe28"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-10e743f7-3294-45c5-997a-bc86b374fa78 {
  min-height: 50px;
}








#s-10e743f7-3294-45c5-997a-bc86b374fa78 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10e743f7-3294-45c5-997a-bc86b374fa78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17ccb9dc-1fa2-4469-8e0a-2b84c0a1cd42 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
max-width: 550px;
text-align: center;
}
@media (max-width: 767px){#s-17ccb9dc-1fa2-4469-8e0a-2b84c0a1cd42 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-67527879-bfae-43fc-899b-676fe1471506 {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-67527879-bfae-43fc-899b-676fe1471506 {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-67527879-bfae-43fc-899b-676fe1471506 {
  margin-top: -20px;
margin-left: 5%;
padding-top: 32px;
padding-bottom: 32px;
}
}







#s-67527879-bfae-43fc-899b-676fe1471506 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-67527879-bfae-43fc-899b-676fe1471506.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-63977872-341e-41c0-a1c6-c64ef4a9c980 {
  display: none;
}
#s-63977872-341e-41c0-a1c6-c64ef4a9c980, #wrap-s-63977872-341e-41c0-a1c6-c64ef4a9c980 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63977872-341e-41c0-a1c6-c64ef4a9c980 {
  display: none;
}
#s-63977872-341e-41c0-a1c6-c64ef4a9c980, #wrap-s-63977872-341e-41c0-a1c6-c64ef4a9c980 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-63977872-341e-41c0-a1c6-c64ef4a9c980 {
  display: none;
}
#s-63977872-341e-41c0-a1c6-c64ef4a9c980, #wrap-s-63977872-341e-41c0-a1c6-c64ef4a9c980 { display: none !important; }}
@media (min-width: 0px) {
[id="s-63977872-341e-41c0-a1c6-c64ef4a9c980"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-63977872-341e-41c0-a1c6-c64ef4a9c980"] &gt; .shg-row &gt; .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-63977872-341e-41c0-a1c6-c64ef4a9c980"] &gt; .shg-row &gt; .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-63977872-341e-41c0-a1c6-c64ef4a9c980"] &gt; .shg-row &gt; .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-63977872-341e-41c0-a1c6-c64ef4a9c980"] &gt; .shg-row &gt; .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-63977872-341e-41c0-a1c6-c64ef4a9c980"] &gt; .shg-row &gt; .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-63977872-341e-41c0-a1c6-c64ef4a9c980"] &gt; .shg-row &gt; .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-4357a9ea-23b4-457b-adeb-c2857f76fb30 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4357a9ea-23b4-457b-adeb-c2857f76fb30 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-276b1257-9379-4383-be9f-e8f247e24874 {
  margin-left: -70%;
padding-top: 5px;
padding-bottom: 0px;
text-align: left;
}

#s-276b1257-9379-4383-be9f-e8f247e24874 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (max-width: 767px){#s-7cfa8c32-6957-4a5d-aaa7-464b8d7b66ce {
  display: none;
}
#s-7cfa8c32-6957-4a5d-aaa7-464b8d7b66ce, #wrap-s-7cfa8c32-6957-4a5d-aaa7-464b8d7b66ce { display: none !important; }}
@media (min-width: 0px) {
[id="s-7cfa8c32-6957-4a5d-aaa7-464b8d7b66ce"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7cfa8c32-6957-4a5d-aaa7-464b8d7b66ce"] &gt; .shg-row &gt; .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7cfa8c32-6957-4a5d-aaa7-464b8d7b66ce"] &gt; .shg-row &gt; .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7cfa8c32-6957-4a5d-aaa7-464b8d7b66ce"] &gt; .shg-row &gt; .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7cfa8c32-6957-4a5d-aaa7-464b8d7b66ce"] &gt; .shg-row &gt; .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cfa8c32-6957-4a5d-aaa7-464b8d7b66ce"] &gt; .shg-row &gt; .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7cfa8c32-6957-4a5d-aaa7-464b8d7b66ce"] &gt; .shg-row &gt; .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-1ebb8ec7-2580-4766-a329-2209e7e1254a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-1ebb8ec7-2580-4766-a329-2209e7e1254a {
  display: none;
}
#s-1ebb8ec7-2580-4766-a329-2209e7e1254a, #wrap-s-1ebb8ec7-2580-4766-a329-2209e7e1254a { display: none !important; }}
#s-1ebb8ec7-2580-4766-a329-2209e7e1254a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 70px;
  
  
  text-align: center;
}



#s-20b11bf5-c9be-4b6e-b338-683977513b3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-20b11bf5-c9be-4b6e-b338-683977513b3e {
  display: none;
}
#s-20b11bf5-c9be-4b6e-b338-683977513b3e, #wrap-s-20b11bf5-c9be-4b6e-b338-683977513b3e { display: none !important; }}
#s-20b11bf5-c9be-4b6e-b338-683977513b3e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 34px;
  
  
  text-align: left;
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-91628ffb-e2ea-47bf-a469-50361fadef1a {
  margin-top: 15px;
}

#s-99d7487d-daf2-4473-a401-479bea33d242 {
  margin-top: 25px;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(31, 102, 81, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}








#s-99d7487d-daf2-4473-a401-479bea33d242 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-99d7487d-daf2-4473-a401-479bea33d242.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-439623c4-020b-441c-93d0-aa7bee9538c4 {
  max-width: 130px;
text-align: left;
}



.shg-image-margin-container-s-439623c4-020b-441c-93d0-aa7bee9538c4 {
  
  
  
  
}

#s-439623c4-020b-441c-93d0-aa7bee9538c4 {
  margin: 0 !important;
}





  img.s-439623c4-020b-441c-93d0-aa7bee9538c4.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-439623c4-020b-441c-93d0-aa7bee9538c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-439623c4-020b-441c-93d0-aa7bee9538c4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-439623c4-020b-441c-93d0-aa7bee9538c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-439623c4-020b-441c-93d0-aa7bee9538c4.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-439623c4-020b-441c-93d0-aa7bee9538c4 {
  
  
  
  
}

#s-439623c4-020b-441c-93d0-aa7bee9538c4 {
  margin: 0 !important;
}





  img.s-439623c4-020b-441c-93d0-aa7bee9538c4.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-439623c4-020b-441c-93d0-aa7bee9538c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-439623c4-020b-441c-93d0-aa7bee9538c4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-439623c4-020b-441c-93d0-aa7bee9538c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-439623c4-020b-441c-93d0-aa7bee9538c4.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-439623c4-020b-441c-93d0-aa7bee9538c4 {
  
  
  
  
}

#s-439623c4-020b-441c-93d0-aa7bee9538c4 {
  margin: 0 !important;
}





  img.s-439623c4-020b-441c-93d0-aa7bee9538c4.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-439623c4-020b-441c-93d0-aa7bee9538c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-439623c4-020b-441c-93d0-aa7bee9538c4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-439623c4-020b-441c-93d0-aa7bee9538c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-439623c4-020b-441c-93d0-aa7bee9538c4.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-439623c4-020b-441c-93d0-aa7bee9538c4 {
  
  
  
  
}

#s-439623c4-020b-441c-93d0-aa7bee9538c4 {
  margin: 0 !important;
}





  img.s-439623c4-020b-441c-93d0-aa7bee9538c4.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-439623c4-020b-441c-93d0-aa7bee9538c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-439623c4-020b-441c-93d0-aa7bee9538c4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-439623c4-020b-441c-93d0-aa7bee9538c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-439623c4-020b-441c-93d0-aa7bee9538c4.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-439623c4-020b-441c-93d0-aa7bee9538c4 {
  
  
  
  
}

#s-439623c4-020b-441c-93d0-aa7bee9538c4 {
  margin: 0 !important;
}





  img.s-439623c4-020b-441c-93d0-aa7bee9538c4.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-439623c4-020b-441c-93d0-aa7bee9538c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-439623c4-020b-441c-93d0-aa7bee9538c4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-439623c4-020b-441c-93d0-aa7bee9538c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-439623c4-020b-441c-93d0-aa7bee9538c4.shogun-image {
  box-sizing: border-box;
}




}
#s-e81973b9-809d-4898-af77-e6f4dd028835 {
  margin-top: 5px;
}

#s-4aa311a2-18e7-425d-b849-cf9226809633 {
  margin-top: -20px;
margin-bottom: -40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}

#s-4aa311a2-18e7-425d-b849-cf9226809633 .shogun-heading-component h1 {
  color: rgba(31, 102, 81, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-c77e5ae0-7b15-4ebd-a1c7-464cb067956b {
  margin-top: 15px;
}
@media (min-width: 1200px){#s-c77e5ae0-7b15-4ebd-a1c7-464cb067956b {
  display: none;
}
#s-c77e5ae0-7b15-4ebd-a1c7-464cb067956b, #wrap-s-c77e5ae0-7b15-4ebd-a1c7-464cb067956b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c77e5ae0-7b15-4ebd-a1c7-464cb067956b {
  display: none;
}
#s-c77e5ae0-7b15-4ebd-a1c7-464cb067956b, #wrap-s-c77e5ae0-7b15-4ebd-a1c7-464cb067956b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c77e5ae0-7b15-4ebd-a1c7-464cb067956b {
  display: none;
}
#s-c77e5ae0-7b15-4ebd-a1c7-464cb067956b, #wrap-s-c77e5ae0-7b15-4ebd-a1c7-464cb067956b { display: none !important; }}
#s-894e3c8d-b5cb-49a6-8f68-437a1f675506 {
  margin-top: 25px;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(31, 102, 81, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}
@media (min-width: 1200px){#s-894e3c8d-b5cb-49a6-8f68-437a1f675506 {
  display: none;
}
#s-894e3c8d-b5cb-49a6-8f68-437a1f675506, #wrap-s-894e3c8d-b5cb-49a6-8f68-437a1f675506 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-894e3c8d-b5cb-49a6-8f68-437a1f675506 {
  display: none;
}
#s-894e3c8d-b5cb-49a6-8f68-437a1f675506, #wrap-s-894e3c8d-b5cb-49a6-8f68-437a1f675506 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-894e3c8d-b5cb-49a6-8f68-437a1f675506 {
  display: none;
}
#s-894e3c8d-b5cb-49a6-8f68-437a1f675506, #wrap-s-894e3c8d-b5cb-49a6-8f68-437a1f675506 { display: none !important; }}







#s-894e3c8d-b5cb-49a6-8f68-437a1f675506 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-894e3c8d-b5cb-49a6-8f68-437a1f675506.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c0a424c-7930-4eca-adaf-2bfdb99153a4 {
  max-width: 130px;
text-align: left;
}



.shg-image-margin-container-s-7c0a424c-7930-4eca-adaf-2bfdb99153a4 {
  
  
  
  
}

#s-7c0a424c-7930-4eca-adaf-2bfdb99153a4 {
  margin: 0 !important;
}





  img.s-7c0a424c-7930-4eca-adaf-2bfdb99153a4.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-7c0a424c-7930-4eca-adaf-2bfdb99153a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c0a424c-7930-4eca-adaf-2bfdb99153a4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7c0a424c-7930-4eca-adaf-2bfdb99153a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c0a424c-7930-4eca-adaf-2bfdb99153a4.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-7c0a424c-7930-4eca-adaf-2bfdb99153a4 {
  
  
  
  
}

#s-7c0a424c-7930-4eca-adaf-2bfdb99153a4 {
  margin: 0 !important;
}





  img.s-7c0a424c-7930-4eca-adaf-2bfdb99153a4.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-7c0a424c-7930-4eca-adaf-2bfdb99153a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c0a424c-7930-4eca-adaf-2bfdb99153a4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7c0a424c-7930-4eca-adaf-2bfdb99153a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c0a424c-7930-4eca-adaf-2bfdb99153a4.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-7c0a424c-7930-4eca-adaf-2bfdb99153a4 {
  
  
  
  
}

#s-7c0a424c-7930-4eca-adaf-2bfdb99153a4 {
  margin: 0 !important;
}





  img.s-7c0a424c-7930-4eca-adaf-2bfdb99153a4.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-7c0a424c-7930-4eca-adaf-2bfdb99153a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c0a424c-7930-4eca-adaf-2bfdb99153a4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7c0a424c-7930-4eca-adaf-2bfdb99153a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c0a424c-7930-4eca-adaf-2bfdb99153a4.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-7c0a424c-7930-4eca-adaf-2bfdb99153a4 {
  
  
  
  
}

#s-7c0a424c-7930-4eca-adaf-2bfdb99153a4 {
  margin: 0 !important;
}





  img.s-7c0a424c-7930-4eca-adaf-2bfdb99153a4.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-7c0a424c-7930-4eca-adaf-2bfdb99153a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c0a424c-7930-4eca-adaf-2bfdb99153a4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7c0a424c-7930-4eca-adaf-2bfdb99153a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c0a424c-7930-4eca-adaf-2bfdb99153a4.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-7c0a424c-7930-4eca-adaf-2bfdb99153a4 {
  
  
  
  
}

#s-7c0a424c-7930-4eca-adaf-2bfdb99153a4 {
  margin: 0 !important;
}





  img.s-7c0a424c-7930-4eca-adaf-2bfdb99153a4.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-7c0a424c-7930-4eca-adaf-2bfdb99153a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c0a424c-7930-4eca-adaf-2bfdb99153a4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7c0a424c-7930-4eca-adaf-2bfdb99153a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c0a424c-7930-4eca-adaf-2bfdb99153a4.shogun-image {
  box-sizing: border-box;
}




}
#s-d2e78a71-d797-46b1-b90f-7f7e3d543218 {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d2e78a71-d797-46b1-b90f-7f7e3d543218 .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Centra No2 Bold Italic";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-c69d9ed6-ebe4-4241-b0a2-566edfed3077 {
  margin-top: -20px;
margin-bottom: -40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}

#s-c69d9ed6-ebe4-4241-b0a2-566edfed3077 .shogun-heading-component h1 {
  color: rgba(31, 102, 81, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-a0323ff5-3ec3-49a8-b03a-2e25ad8e3786 {
  margin-left: auto;
margin-right: auto;
padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}
@media (max-width: 767px){#s-a0323ff5-3ec3-49a8-b03a-2e25ad8e3786 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-a0323ff5-3ec3-49a8-b03a-2e25ad8e3786 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0323ff5-3ec3-49a8-b03a-2e25ad8e3786.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-373c8877-cc09-4902-a587-67e7816e3f21 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-373c8877-cc09-4902-a587-67e7816e3f21"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-373c8877-cc09-4902-a587-67e7816e3f21"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-373c8877-cc09-4902-a587-67e7816e3f21"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-373c8877-cc09-4902-a587-67e7816e3f21"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-373c8877-cc09-4902-a587-67e7816e3f21"] &gt; .shg-row {
    flex-flow: column-reverse;
  }
}

#s-57c6750b-8016-4e1c-9ef8-a578c79368aa {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-57c6750b-8016-4e1c-9ef8-a578c79368aa {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-57c6750b-8016-4e1c-9ef8-a578c79368aa {
  margin-top: -20px;
margin-left: 5%;
padding-top: 32px;
padding-bottom: 32px;
}
}







#s-57c6750b-8016-4e1c-9ef8-a578c79368aa &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57c6750b-8016-4e1c-9ef8-a578c79368aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-92d02735-7d9b-4875-b48e-c198d6da3da2 {
  display: none;
}
#s-92d02735-7d9b-4875-b48e-c198d6da3da2, #wrap-s-92d02735-7d9b-4875-b48e-c198d6da3da2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92d02735-7d9b-4875-b48e-c198d6da3da2 {
  display: none;
}
#s-92d02735-7d9b-4875-b48e-c198d6da3da2, #wrap-s-92d02735-7d9b-4875-b48e-c198d6da3da2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-92d02735-7d9b-4875-b48e-c198d6da3da2 {
  display: none;
}
#s-92d02735-7d9b-4875-b48e-c198d6da3da2, #wrap-s-92d02735-7d9b-4875-b48e-c198d6da3da2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-92d02735-7d9b-4875-b48e-c198d6da3da2"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-92d02735-7d9b-4875-b48e-c198d6da3da2"] &gt; .shg-row &gt; .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-92d02735-7d9b-4875-b48e-c198d6da3da2"] &gt; .shg-row &gt; .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-92d02735-7d9b-4875-b48e-c198d6da3da2"] &gt; .shg-row &gt; .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-92d02735-7d9b-4875-b48e-c198d6da3da2"] &gt; .shg-row &gt; .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-92d02735-7d9b-4875-b48e-c198d6da3da2"] &gt; .shg-row &gt; .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-92d02735-7d9b-4875-b48e-c198d6da3da2"] &gt; .shg-row &gt; .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-0ab05a38-cefd-44d6-86cf-782f2fd1246b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0ab05a38-cefd-44d6-86cf-782f2fd1246b .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-a38cdd49-61cd-4e47-9cc2-4fd29c68cd8c {
  margin-left: -70%;
padding-top: 5px;
padding-bottom: 0px;
text-align: left;
}

#s-a38cdd49-61cd-4e47-9cc2-4fd29c68cd8c .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (max-width: 767px){#s-9ea06fa3-2e53-44f2-9e6f-c4a52abb43f2 {
  display: none;
}
#s-9ea06fa3-2e53-44f2-9e6f-c4a52abb43f2, #wrap-s-9ea06fa3-2e53-44f2-9e6f-c4a52abb43f2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9ea06fa3-2e53-44f2-9e6f-c4a52abb43f2"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ea06fa3-2e53-44f2-9e6f-c4a52abb43f2"] &gt; .shg-row &gt; .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9ea06fa3-2e53-44f2-9e6f-c4a52abb43f2"] &gt; .shg-row &gt; .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9ea06fa3-2e53-44f2-9e6f-c4a52abb43f2"] &gt; .shg-row &gt; .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9ea06fa3-2e53-44f2-9e6f-c4a52abb43f2"] &gt; .shg-row &gt; .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ea06fa3-2e53-44f2-9e6f-c4a52abb43f2"] &gt; .shg-row &gt; .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9ea06fa3-2e53-44f2-9e6f-c4a52abb43f2"] &gt; .shg-row &gt; .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-88b1b2b2-cb0c-4660-abf1-283924123b91 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-88b1b2b2-cb0c-4660-abf1-283924123b91 {
  display: none;
}
#s-88b1b2b2-cb0c-4660-abf1-283924123b91, #wrap-s-88b1b2b2-cb0c-4660-abf1-283924123b91 { display: none !important; }}
#s-88b1b2b2-cb0c-4660-abf1-283924123b91 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 70px;
  
  
  text-align: center;
}



#s-93ab1806-8d13-463d-bd09-192aa931d344 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-93ab1806-8d13-463d-bd09-192aa931d344 {
  display: none;
}
#s-93ab1806-8d13-463d-bd09-192aa931d344, #wrap-s-93ab1806-8d13-463d-bd09-192aa931d344 { display: none !important; }}
#s-93ab1806-8d13-463d-bd09-192aa931d344 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-93ab1806-8d13-463d-bd09-192aa931d344 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-93ab1806-8d13-463d-bd09-192aa931d344 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


}
#s-2dc3c150-0cbe-429c-b043-6abd1f8b2ffd {
  margin-top: 15px;
}

#s-117ec948-01ae-4c30-a4c2-ab0cb97cd135 {
  margin-top: 25px;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(31, 102, 81, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-117ec948-01ae-4c30-a4c2-ab0cb97cd135 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-117ec948-01ae-4c30-a4c2-ab0cb97cd135.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0787ca67-1232-4a6b-8a49-a52ab2e108f7 {
  max-width: 130px;
text-align: left;
}



.shg-image-margin-container-s-0787ca67-1232-4a6b-8a49-a52ab2e108f7 {
  
  
  
  
}

#s-0787ca67-1232-4a6b-8a49-a52ab2e108f7 {
  margin: 0 !important;
}





  img.s-0787ca67-1232-4a6b-8a49-a52ab2e108f7.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-0787ca67-1232-4a6b-8a49-a52ab2e108f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-0787ca67-1232-4a6b-8a49-a52ab2e108f7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0787ca67-1232-4a6b-8a49-a52ab2e108f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0787ca67-1232-4a6b-8a49-a52ab2e108f7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0787ca67-1232-4a6b-8a49-a52ab2e108f7 {
  
  
  
  
}

#s-0787ca67-1232-4a6b-8a49-a52ab2e108f7 {
  margin: 0 !important;
}





  img.s-0787ca67-1232-4a6b-8a49-a52ab2e108f7.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-0787ca67-1232-4a6b-8a49-a52ab2e108f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-0787ca67-1232-4a6b-8a49-a52ab2e108f7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0787ca67-1232-4a6b-8a49-a52ab2e108f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0787ca67-1232-4a6b-8a49-a52ab2e108f7.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-0787ca67-1232-4a6b-8a49-a52ab2e108f7 {
  
  
  
  
}

#s-0787ca67-1232-4a6b-8a49-a52ab2e108f7 {
  margin: 0 !important;
}





  img.s-0787ca67-1232-4a6b-8a49-a52ab2e108f7.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-0787ca67-1232-4a6b-8a49-a52ab2e108f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-0787ca67-1232-4a6b-8a49-a52ab2e108f7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0787ca67-1232-4a6b-8a49-a52ab2e108f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0787ca67-1232-4a6b-8a49-a52ab2e108f7.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-0787ca67-1232-4a6b-8a49-a52ab2e108f7 {
  
  
  
  
}

#s-0787ca67-1232-4a6b-8a49-a52ab2e108f7 {
  margin: 0 !important;
}





  img.s-0787ca67-1232-4a6b-8a49-a52ab2e108f7.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-0787ca67-1232-4a6b-8a49-a52ab2e108f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-0787ca67-1232-4a6b-8a49-a52ab2e108f7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0787ca67-1232-4a6b-8a49-a52ab2e108f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0787ca67-1232-4a6b-8a49-a52ab2e108f7.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-0787ca67-1232-4a6b-8a49-a52ab2e108f7 {
  
  
  
  
}

#s-0787ca67-1232-4a6b-8a49-a52ab2e108f7 {
  margin: 0 !important;
}





  img.s-0787ca67-1232-4a6b-8a49-a52ab2e108f7.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-0787ca67-1232-4a6b-8a49-a52ab2e108f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-0787ca67-1232-4a6b-8a49-a52ab2e108f7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0787ca67-1232-4a6b-8a49-a52ab2e108f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0787ca67-1232-4a6b-8a49-a52ab2e108f7.shogun-image {
  box-sizing: border-box;
}




}
#s-ffd11042-3e00-4580-a3c9-d7744b984401 {
  margin-top: 5px;
}

#s-9dd0e45b-f29d-4b27-ad7c-a2f5b5cfa819 {
  margin-top: -20px;
margin-bottom: -40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}

#s-9dd0e45b-f29d-4b27-ad7c-a2f5b5cfa819 .shogun-heading-component h1 {
  color: rgba(31, 102, 81, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-8649da10-3e59-4819-9710-07900bdb8bfc {
  margin-top: 15px;
}
@media (min-width: 1200px){#s-8649da10-3e59-4819-9710-07900bdb8bfc {
  display: none;
}
#s-8649da10-3e59-4819-9710-07900bdb8bfc, #wrap-s-8649da10-3e59-4819-9710-07900bdb8bfc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8649da10-3e59-4819-9710-07900bdb8bfc {
  display: none;
}
#s-8649da10-3e59-4819-9710-07900bdb8bfc, #wrap-s-8649da10-3e59-4819-9710-07900bdb8bfc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8649da10-3e59-4819-9710-07900bdb8bfc {
  display: none;
}
#s-8649da10-3e59-4819-9710-07900bdb8bfc, #wrap-s-8649da10-3e59-4819-9710-07900bdb8bfc { display: none !important; }}
#s-79d50543-9cde-43de-b4f0-9858d5dfbf7f {
  margin-top: 25px;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(31, 102, 81, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-79d50543-9cde-43de-b4f0-9858d5dfbf7f {
  display: none;
}
#s-79d50543-9cde-43de-b4f0-9858d5dfbf7f, #wrap-s-79d50543-9cde-43de-b4f0-9858d5dfbf7f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79d50543-9cde-43de-b4f0-9858d5dfbf7f {
  display: none;
}
#s-79d50543-9cde-43de-b4f0-9858d5dfbf7f, #wrap-s-79d50543-9cde-43de-b4f0-9858d5dfbf7f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79d50543-9cde-43de-b4f0-9858d5dfbf7f {
  display: none;
}
#s-79d50543-9cde-43de-b4f0-9858d5dfbf7f, #wrap-s-79d50543-9cde-43de-b4f0-9858d5dfbf7f { display: none !important; }}







#s-79d50543-9cde-43de-b4f0-9858d5dfbf7f &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79d50543-9cde-43de-b4f0-9858d5dfbf7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035 {
  max-width: 130px;
text-align: left;
}



.shg-image-margin-container-s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035 {
  
  
  
  
}

#s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035 {
  margin: 0 !important;
}





  img.s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035 {
  
  
  
  
}

#s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035 {
  margin: 0 !important;
}





  img.s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035 {
  
  
  
  
}

#s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035 {
  margin: 0 !important;
}





  img.s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035 {
  
  
  
  
}

#s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035 {
  margin: 0 !important;
}





  img.s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035 {
  
  
  
  
}

#s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035 {
  margin: 0 !important;
}





  img.s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cdc85fa-31c9-4a14-a318-4eadcdf5d035.shogun-image {
  box-sizing: border-box;
}




}
#s-fe80f3ed-f134-4ed8-896c-c83a10120f15 {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fe80f3ed-f134-4ed8-896c-c83a10120f15 .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Centra No2 Bold Italic";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-afe2ca6d-4ac9-4e0c-aa75-2bd7fa805851 {
  margin-top: -20px;
margin-bottom: -40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}

#s-afe2ca6d-4ac9-4e0c-aa75-2bd7fa805851 .shogun-heading-component h1 {
  color: rgba(31, 102, 81, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-fab4ca91-e5f9-47d4-bea0-24ca3a6aae4d {
  min-height: 50px;
}








#s-fab4ca91-e5f9-47d4-bea0-24ca3a6aae4d &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fab4ca91-e5f9-47d4-bea0-24ca3a6aae4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5d930c6-c7e6-4422-adcd-d4a07e90ae2c {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
max-width: 550px;
text-align: center;
}
@media (max-width: 767px){#s-f5d930c6-c7e6-4422-adcd-d4a07e90ae2c {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-7456be86-2a3d-4521-9e9c-fe3ea49eb215 {
  margin-left: auto;
margin-right: auto;
padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(26, 87, 69, 1);
}
@media (max-width: 767px){#s-7456be86-2a3d-4521-9e9c-fe3ea49eb215 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-7456be86-2a3d-4521-9e9c-fe3ea49eb215 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7456be86-2a3d-4521-9e9c-fe3ea49eb215.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e08e58d-bc17-4296-840d-c974caa3427b {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-4e08e58d-bc17-4296-840d-c974caa3427b"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e08e58d-bc17-4296-840d-c974caa3427b"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4e08e58d-bc17-4296-840d-c974caa3427b"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e08e58d-bc17-4296-840d-c974caa3427b"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-803841ef-56e7-4022-94ee-09336321fe83 {
  min-height: 50px;
}








#s-803841ef-56e7-4022-94ee-09336321fe83 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-803841ef-56e7-4022-94ee-09336321fe83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adc76ef1-a63f-49bf-8875-5626495c026f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-adc76ef1-a63f-49bf-8875-5626495c026f {
  margin-top: 0px;
margin-bottom: 0px;
}
}


.shg-image-margin-container-s-adc76ef1-a63f-49bf-8875-5626495c026f {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-adc76ef1-a63f-49bf-8875-5626495c026f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-adc76ef1-a63f-49bf-8875-5626495c026f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-adc76ef1-a63f-49bf-8875-5626495c026f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adc76ef1-a63f-49bf-8875-5626495c026f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-adc76ef1-a63f-49bf-8875-5626495c026f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 550px;
  }



  img.s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-adc76ef1-a63f-49bf-8875-5626495c026f .shogun-image-content {
  
    align-items: center;
  
}

.s-adc76ef1-a63f-49bf-8875-5626495c026f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-adc76ef1-a63f-49bf-8875-5626495c026f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image-container {
      position: relative;
    }

    .s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adc76ef1-a63f-49bf-8875-5626495c026f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 550px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-adc76ef1-a63f-49bf-8875-5626495c026f {
  
  
  
  
}

#s-adc76ef1-a63f-49bf-8875-5626495c026f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-adc76ef1-a63f-49bf-8875-5626495c026f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-adc76ef1-a63f-49bf-8875-5626495c026f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adc76ef1-a63f-49bf-8875-5626495c026f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-adc76ef1-a63f-49bf-8875-5626495c026f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 550px;
  }



  img.s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-adc76ef1-a63f-49bf-8875-5626495c026f .shogun-image-content {
  
    align-items: center;
  
}

.s-adc76ef1-a63f-49bf-8875-5626495c026f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-adc76ef1-a63f-49bf-8875-5626495c026f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image-container {
      position: relative;
    }

    .s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adc76ef1-a63f-49bf-8875-5626495c026f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-adc76ef1-a63f-49bf-8875-5626495c026f {
  
  
  
  
}

#s-adc76ef1-a63f-49bf-8875-5626495c026f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-adc76ef1-a63f-49bf-8875-5626495c026f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-adc76ef1-a63f-49bf-8875-5626495c026f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adc76ef1-a63f-49bf-8875-5626495c026f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-adc76ef1-a63f-49bf-8875-5626495c026f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 550px;
  }



  img.s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-adc76ef1-a63f-49bf-8875-5626495c026f .shogun-image-content {
  
    align-items: center;
  
}

.s-adc76ef1-a63f-49bf-8875-5626495c026f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-adc76ef1-a63f-49bf-8875-5626495c026f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image-container {
      position: relative;
    }

    .s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adc76ef1-a63f-49bf-8875-5626495c026f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-adc76ef1-a63f-49bf-8875-5626495c026f {
  
  
  
  
}

#s-adc76ef1-a63f-49bf-8875-5626495c026f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-adc76ef1-a63f-49bf-8875-5626495c026f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-adc76ef1-a63f-49bf-8875-5626495c026f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adc76ef1-a63f-49bf-8875-5626495c026f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-adc76ef1-a63f-49bf-8875-5626495c026f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 550px;
  }



  img.s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-adc76ef1-a63f-49bf-8875-5626495c026f .shogun-image-content {
  
    align-items: center;
  
}

.s-adc76ef1-a63f-49bf-8875-5626495c026f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-adc76ef1-a63f-49bf-8875-5626495c026f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image-container {
      position: relative;
    }

    .s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adc76ef1-a63f-49bf-8875-5626495c026f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 550px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-adc76ef1-a63f-49bf-8875-5626495c026f {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-adc76ef1-a63f-49bf-8875-5626495c026f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-adc76ef1-a63f-49bf-8875-5626495c026f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-adc76ef1-a63f-49bf-8875-5626495c026f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adc76ef1-a63f-49bf-8875-5626495c026f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-adc76ef1-a63f-49bf-8875-5626495c026f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 550px;
  }



  img.s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-adc76ef1-a63f-49bf-8875-5626495c026f .shogun-image-content {
  
    align-items: center;
  
}

.s-adc76ef1-a63f-49bf-8875-5626495c026f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-adc76ef1-a63f-49bf-8875-5626495c026f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image-container {
      position: relative;
    }

    .s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adc76ef1-a63f-49bf-8875-5626495c026f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adc76ef1-a63f-49bf-8875-5626495c026f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 550px;
    }
  }

}
#s-2cc4b7d6-7ccb-413b-bb8f-e7a19c7ed045 {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2cc4b7d6-7ccb-413b-bb8f-e7a19c7ed045 {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-2cc4b7d6-7ccb-413b-bb8f-e7a19c7ed045 {
  margin-top: -20px;
margin-left: 5%;
padding-top: 32px;
padding-bottom: 32px;
}
}







#s-2cc4b7d6-7ccb-413b-bb8f-e7a19c7ed045 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2cc4b7d6-7ccb-413b-bb8f-e7a19c7ed045.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-b34a0620-e317-4561-8dce-1206cbca9e06 {
  display: none;
}
#s-b34a0620-e317-4561-8dce-1206cbca9e06, #wrap-s-b34a0620-e317-4561-8dce-1206cbca9e06 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b34a0620-e317-4561-8dce-1206cbca9e06 {
  display: none;
}
#s-b34a0620-e317-4561-8dce-1206cbca9e06, #wrap-s-b34a0620-e317-4561-8dce-1206cbca9e06 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b34a0620-e317-4561-8dce-1206cbca9e06 {
  display: none;
}
#s-b34a0620-e317-4561-8dce-1206cbca9e06, #wrap-s-b34a0620-e317-4561-8dce-1206cbca9e06 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b34a0620-e317-4561-8dce-1206cbca9e06"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b34a0620-e317-4561-8dce-1206cbca9e06"] &gt; .shg-row &gt; .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b34a0620-e317-4561-8dce-1206cbca9e06"] &gt; .shg-row &gt; .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b34a0620-e317-4561-8dce-1206cbca9e06"] &gt; .shg-row &gt; .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b34a0620-e317-4561-8dce-1206cbca9e06"] &gt; .shg-row &gt; .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b34a0620-e317-4561-8dce-1206cbca9e06"] &gt; .shg-row &gt; .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b34a0620-e317-4561-8dce-1206cbca9e06"] &gt; .shg-row &gt; .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-662f7388-24fa-42fe-809e-3b436755fde6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-662f7388-24fa-42fe-809e-3b436755fde6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-3352b398-d0c4-4075-a4ed-b7063b930e8b {
  margin-left: -70%;
padding-top: 5px;
padding-bottom: 0px;
text-align: left;
}

#s-3352b398-d0c4-4075-a4ed-b7063b930e8b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (max-width: 767px){#s-fc24e5d6-2b98-4baf-a925-629e102e807e {
  display: none;
}
#s-fc24e5d6-2b98-4baf-a925-629e102e807e, #wrap-s-fc24e5d6-2b98-4baf-a925-629e102e807e { display: none !important; }}
@media (min-width: 0px) {
[id="s-fc24e5d6-2b98-4baf-a925-629e102e807e"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc24e5d6-2b98-4baf-a925-629e102e807e"] &gt; .shg-row &gt; .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fc24e5d6-2b98-4baf-a925-629e102e807e"] &gt; .shg-row &gt; .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fc24e5d6-2b98-4baf-a925-629e102e807e"] &gt; .shg-row &gt; .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fc24e5d6-2b98-4baf-a925-629e102e807e"] &gt; .shg-row &gt; .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc24e5d6-2b98-4baf-a925-629e102e807e"] &gt; .shg-row &gt; .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fc24e5d6-2b98-4baf-a925-629e102e807e"] &gt; .shg-row &gt; .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-91defb63-bf05-4f6f-b9d3-550de51dfa69 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-91defb63-bf05-4f6f-b9d3-550de51dfa69 {
  display: none;
}
#s-91defb63-bf05-4f6f-b9d3-550de51dfa69, #wrap-s-91defb63-bf05-4f6f-b9d3-550de51dfa69 { display: none !important; }}
#s-91defb63-bf05-4f6f-b9d3-550de51dfa69 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 70px;
  
  
  text-align: center;
}



#s-7d1468c9-c4f7-47db-b974-c74831e274ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-7d1468c9-c4f7-47db-b974-c74831e274ce {
  display: none;
}
#s-7d1468c9-c4f7-47db-b974-c74831e274ce, #wrap-s-7d1468c9-c4f7-47db-b974-c74831e274ce { display: none !important; }}
#s-7d1468c9-c4f7-47db-b974-c74831e274ce .shogun-heading-component h1 {
  color: rgba(253, 252, 252, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-7d1468c9-c4f7-47db-b974-c74831e274ce .shogun-heading-component h1 {
  color: rgba(253, 252, 252, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7d1468c9-c4f7-47db-b974-c74831e274ce .shogun-heading-component h1 {
  color: rgba(253, 252, 252, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


}
#s-02eaf9fe-c989-49a5-b66d-a461f5a975ed {
  margin-top: 15px;
}

#s-37aff8cd-2168-439e-9e01-98d49a4ba44b {
  margin-top: 25px;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(31, 102, 81, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}








#s-37aff8cd-2168-439e-9e01-98d49a4ba44b &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-37aff8cd-2168-439e-9e01-98d49a4ba44b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7ee64ee-2238-4a7e-a96f-581f63647a0b {
  max-width: 130px;
text-align: left;
}



.shg-image-margin-container-s-e7ee64ee-2238-4a7e-a96f-581f63647a0b {
  
  
  
  
}

#s-e7ee64ee-2238-4a7e-a96f-581f63647a0b {
  margin: 0 !important;
}





  img.s-e7ee64ee-2238-4a7e-a96f-581f63647a0b.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-e7ee64ee-2238-4a7e-a96f-581f63647a0b .shogun-image-content {
  
    align-items: center;
  
}

.s-e7ee64ee-2238-4a7e-a96f-581f63647a0b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e7ee64ee-2238-4a7e-a96f-581f63647a0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7ee64ee-2238-4a7e-a96f-581f63647a0b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e7ee64ee-2238-4a7e-a96f-581f63647a0b {
  
  
  
  
}

#s-e7ee64ee-2238-4a7e-a96f-581f63647a0b {
  margin: 0 !important;
}





  img.s-e7ee64ee-2238-4a7e-a96f-581f63647a0b.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-e7ee64ee-2238-4a7e-a96f-581f63647a0b .shogun-image-content {
  
    align-items: center;
  
}

.s-e7ee64ee-2238-4a7e-a96f-581f63647a0b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e7ee64ee-2238-4a7e-a96f-581f63647a0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7ee64ee-2238-4a7e-a96f-581f63647a0b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-e7ee64ee-2238-4a7e-a96f-581f63647a0b {
  
  
  
  
}

#s-e7ee64ee-2238-4a7e-a96f-581f63647a0b {
  margin: 0 !important;
}





  img.s-e7ee64ee-2238-4a7e-a96f-581f63647a0b.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-e7ee64ee-2238-4a7e-a96f-581f63647a0b .shogun-image-content {
  
    align-items: center;
  
}

.s-e7ee64ee-2238-4a7e-a96f-581f63647a0b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e7ee64ee-2238-4a7e-a96f-581f63647a0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7ee64ee-2238-4a7e-a96f-581f63647a0b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-e7ee64ee-2238-4a7e-a96f-581f63647a0b {
  
  
  
  
}

#s-e7ee64ee-2238-4a7e-a96f-581f63647a0b {
  margin: 0 !important;
}





  img.s-e7ee64ee-2238-4a7e-a96f-581f63647a0b.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-e7ee64ee-2238-4a7e-a96f-581f63647a0b .shogun-image-content {
  
    align-items: center;
  
}

.s-e7ee64ee-2238-4a7e-a96f-581f63647a0b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e7ee64ee-2238-4a7e-a96f-581f63647a0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7ee64ee-2238-4a7e-a96f-581f63647a0b.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-e7ee64ee-2238-4a7e-a96f-581f63647a0b {
  
  
  
  
}

#s-e7ee64ee-2238-4a7e-a96f-581f63647a0b {
  margin: 0 !important;
}





  img.s-e7ee64ee-2238-4a7e-a96f-581f63647a0b.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-e7ee64ee-2238-4a7e-a96f-581f63647a0b .shogun-image-content {
  
    align-items: center;
  
}

.s-e7ee64ee-2238-4a7e-a96f-581f63647a0b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e7ee64ee-2238-4a7e-a96f-581f63647a0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7ee64ee-2238-4a7e-a96f-581f63647a0b.shogun-image {
  box-sizing: border-box;
}




}
#s-1787e186-ad34-4911-a6ec-16e2f41eb4fb {
  margin-top: 5px;
}

#s-3e0431ab-d056-4342-910f-5cbd8171d719 {
  margin-top: -20px;
margin-bottom: -40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}

#s-3e0431ab-d056-4342-910f-5cbd8171d719 .shogun-heading-component h1 {
  color: rgba(31, 102, 81, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-d4fda23a-79ba-4956-bdbd-62a95942e736 {
  margin-top: 15px;
}
@media (min-width: 1200px){#s-d4fda23a-79ba-4956-bdbd-62a95942e736 {
  display: none;
}
#s-d4fda23a-79ba-4956-bdbd-62a95942e736, #wrap-s-d4fda23a-79ba-4956-bdbd-62a95942e736 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d4fda23a-79ba-4956-bdbd-62a95942e736 {
  display: none;
}
#s-d4fda23a-79ba-4956-bdbd-62a95942e736, #wrap-s-d4fda23a-79ba-4956-bdbd-62a95942e736 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d4fda23a-79ba-4956-bdbd-62a95942e736 {
  display: none;
}
#s-d4fda23a-79ba-4956-bdbd-62a95942e736, #wrap-s-d4fda23a-79ba-4956-bdbd-62a95942e736 { display: none !important; }}
#s-c8ae3422-5890-4ba2-98ce-55d1e881f999 {
  margin-top: 25px;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(31, 102, 81, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}
@media (min-width: 1200px){#s-c8ae3422-5890-4ba2-98ce-55d1e881f999 {
  display: none;
}
#s-c8ae3422-5890-4ba2-98ce-55d1e881f999, #wrap-s-c8ae3422-5890-4ba2-98ce-55d1e881f999 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c8ae3422-5890-4ba2-98ce-55d1e881f999 {
  display: none;
}
#s-c8ae3422-5890-4ba2-98ce-55d1e881f999, #wrap-s-c8ae3422-5890-4ba2-98ce-55d1e881f999 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c8ae3422-5890-4ba2-98ce-55d1e881f999 {
  display: none;
}
#s-c8ae3422-5890-4ba2-98ce-55d1e881f999, #wrap-s-c8ae3422-5890-4ba2-98ce-55d1e881f999 { display: none !important; }}







#s-c8ae3422-5890-4ba2-98ce-55d1e881f999 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8ae3422-5890-4ba2-98ce-55d1e881f999.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd0d3722-1a23-4fc4-b484-ad06b40f6671 {
  max-width: 130px;
text-align: left;
}



.shg-image-margin-container-s-cd0d3722-1a23-4fc4-b484-ad06b40f6671 {
  
  
  
  
}

#s-cd0d3722-1a23-4fc4-b484-ad06b40f6671 {
  margin: 0 !important;
}





  img.s-cd0d3722-1a23-4fc4-b484-ad06b40f6671.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-cd0d3722-1a23-4fc4-b484-ad06b40f6671 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd0d3722-1a23-4fc4-b484-ad06b40f6671.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cd0d3722-1a23-4fc4-b484-ad06b40f6671.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd0d3722-1a23-4fc4-b484-ad06b40f6671.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-cd0d3722-1a23-4fc4-b484-ad06b40f6671 {
  
  
  
  
}

#s-cd0d3722-1a23-4fc4-b484-ad06b40f6671 {
  margin: 0 !important;
}





  img.s-cd0d3722-1a23-4fc4-b484-ad06b40f6671.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-cd0d3722-1a23-4fc4-b484-ad06b40f6671 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd0d3722-1a23-4fc4-b484-ad06b40f6671.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cd0d3722-1a23-4fc4-b484-ad06b40f6671.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd0d3722-1a23-4fc4-b484-ad06b40f6671.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-cd0d3722-1a23-4fc4-b484-ad06b40f6671 {
  
  
  
  
}

#s-cd0d3722-1a23-4fc4-b484-ad06b40f6671 {
  margin: 0 !important;
}





  img.s-cd0d3722-1a23-4fc4-b484-ad06b40f6671.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-cd0d3722-1a23-4fc4-b484-ad06b40f6671 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd0d3722-1a23-4fc4-b484-ad06b40f6671.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cd0d3722-1a23-4fc4-b484-ad06b40f6671.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd0d3722-1a23-4fc4-b484-ad06b40f6671.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-cd0d3722-1a23-4fc4-b484-ad06b40f6671 {
  
  
  
  
}

#s-cd0d3722-1a23-4fc4-b484-ad06b40f6671 {
  margin: 0 !important;
}





  img.s-cd0d3722-1a23-4fc4-b484-ad06b40f6671.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-cd0d3722-1a23-4fc4-b484-ad06b40f6671 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd0d3722-1a23-4fc4-b484-ad06b40f6671.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cd0d3722-1a23-4fc4-b484-ad06b40f6671.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd0d3722-1a23-4fc4-b484-ad06b40f6671.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-cd0d3722-1a23-4fc4-b484-ad06b40f6671 {
  
  
  
  
}

#s-cd0d3722-1a23-4fc4-b484-ad06b40f6671 {
  margin: 0 !important;
}





  img.s-cd0d3722-1a23-4fc4-b484-ad06b40f6671.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-cd0d3722-1a23-4fc4-b484-ad06b40f6671 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd0d3722-1a23-4fc4-b484-ad06b40f6671.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cd0d3722-1a23-4fc4-b484-ad06b40f6671.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd0d3722-1a23-4fc4-b484-ad06b40f6671.shogun-image {
  box-sizing: border-box;
}




}
#s-80746aa0-e25e-4ac2-93c8-2d3bd58497ee {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-80746aa0-e25e-4ac2-93c8-2d3bd58497ee .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Centra No2 Bold Italic";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-9cf8d0b5-a98d-4f07-bdb1-05ad907c25f0 {
  margin-top: -20px;
margin-bottom: -40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}

#s-9cf8d0b5-a98d-4f07-bdb1-05ad907c25f0 .shogun-heading-component h1 {
  color: rgba(31, 102, 81, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-8a113b07-e4d0-4482-aa0b-41de05462ead {
  margin-left: auto;
margin-right: auto;
padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}
@media (max-width: 767px){#s-8a113b07-e4d0-4482-aa0b-41de05462ead {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-8a113b07-e4d0-4482-aa0b-41de05462ead &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a113b07-e4d0-4482-aa0b-41de05462ead.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4015aed9-b236-4ff1-862b-a189be6b8d85 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-4015aed9-b236-4ff1-862b-a189be6b8d85"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4015aed9-b236-4ff1-862b-a189be6b8d85"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4015aed9-b236-4ff1-862b-a189be6b8d85"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4015aed9-b236-4ff1-862b-a189be6b8d85"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-4015aed9-b236-4ff1-862b-a189be6b8d85"] &gt; .shg-row {
    flex-flow: column-reverse;
  }
}

#s-12e12d34-37f6-428e-ade6-bf417e3f8d88 {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-12e12d34-37f6-428e-ade6-bf417e3f8d88 {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-12e12d34-37f6-428e-ade6-bf417e3f8d88 {
  margin-top: -20px;
margin-left: 5%;
padding-top: 32px;
padding-bottom: 32px;
}
}







#s-12e12d34-37f6-428e-ade6-bf417e3f8d88 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12e12d34-37f6-428e-ade6-bf417e3f8d88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-0a4e25cb-e82d-489f-ac8a-6f1b8ca86ad7 {
  display: none;
}
#s-0a4e25cb-e82d-489f-ac8a-6f1b8ca86ad7, #wrap-s-0a4e25cb-e82d-489f-ac8a-6f1b8ca86ad7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a4e25cb-e82d-489f-ac8a-6f1b8ca86ad7 {
  display: none;
}
#s-0a4e25cb-e82d-489f-ac8a-6f1b8ca86ad7, #wrap-s-0a4e25cb-e82d-489f-ac8a-6f1b8ca86ad7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0a4e25cb-e82d-489f-ac8a-6f1b8ca86ad7 {
  display: none;
}
#s-0a4e25cb-e82d-489f-ac8a-6f1b8ca86ad7, #wrap-s-0a4e25cb-e82d-489f-ac8a-6f1b8ca86ad7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0a4e25cb-e82d-489f-ac8a-6f1b8ca86ad7"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0a4e25cb-e82d-489f-ac8a-6f1b8ca86ad7"] &gt; .shg-row &gt; .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0a4e25cb-e82d-489f-ac8a-6f1b8ca86ad7"] &gt; .shg-row &gt; .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0a4e25cb-e82d-489f-ac8a-6f1b8ca86ad7"] &gt; .shg-row &gt; .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0a4e25cb-e82d-489f-ac8a-6f1b8ca86ad7"] &gt; .shg-row &gt; .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a4e25cb-e82d-489f-ac8a-6f1b8ca86ad7"] &gt; .shg-row &gt; .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0a4e25cb-e82d-489f-ac8a-6f1b8ca86ad7"] &gt; .shg-row &gt; .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-f0f3a5d8-bb3d-4c8e-b7dd-428407ac6b1d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f0f3a5d8-bb3d-4c8e-b7dd-428407ac6b1d .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-c9f25cb1-8f22-40a4-842c-c1e30cd976a7 {
  margin-left: -70%;
padding-top: 5px;
padding-bottom: 0px;
text-align: left;
}

#s-c9f25cb1-8f22-40a4-842c-c1e30cd976a7 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (max-width: 767px){#s-f9d248da-9a4a-4ef7-a07a-855b181f08b7 {
  display: none;
}
#s-f9d248da-9a4a-4ef7-a07a-855b181f08b7, #wrap-s-f9d248da-9a4a-4ef7-a07a-855b181f08b7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f9d248da-9a4a-4ef7-a07a-855b181f08b7"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9d248da-9a4a-4ef7-a07a-855b181f08b7"] &gt; .shg-row &gt; .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f9d248da-9a4a-4ef7-a07a-855b181f08b7"] &gt; .shg-row &gt; .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f9d248da-9a4a-4ef7-a07a-855b181f08b7"] &gt; .shg-row &gt; .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f9d248da-9a4a-4ef7-a07a-855b181f08b7"] &gt; .shg-row &gt; .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9d248da-9a4a-4ef7-a07a-855b181f08b7"] &gt; .shg-row &gt; .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f9d248da-9a4a-4ef7-a07a-855b181f08b7"] &gt; .shg-row &gt; .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-204f1894-1ba7-4a30-92df-690d61f6f3da {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-204f1894-1ba7-4a30-92df-690d61f6f3da {
  display: none;
}
#s-204f1894-1ba7-4a30-92df-690d61f6f3da, #wrap-s-204f1894-1ba7-4a30-92df-690d61f6f3da { display: none !important; }}
#s-204f1894-1ba7-4a30-92df-690d61f6f3da .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 70px;
  
  
  text-align: center;
}



#s-357ed978-db5a-411e-a266-13b098f05ccd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-357ed978-db5a-411e-a266-13b098f05ccd {
  display: none;
}
#s-357ed978-db5a-411e-a266-13b098f05ccd, #wrap-s-357ed978-db5a-411e-a266-13b098f05ccd { display: none !important; }}
#s-357ed978-db5a-411e-a266-13b098f05ccd .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-357ed978-db5a-411e-a266-13b098f05ccd .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-357ed978-db5a-411e-a266-13b098f05ccd .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


}
#s-d784bc8c-2d88-426f-85fc-756fb4aac3d6 {
  margin-top: 15px;
}

#s-2205e0a1-ab15-4099-8cb4-e8769193b619 {
  margin-top: 25px;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(31, 102, 81, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2205e0a1-ab15-4099-8cb4-e8769193b619 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2205e0a1-ab15-4099-8cb4-e8769193b619.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29ec10e2-7fab-4ad3-b647-a86493505bcb {
  max-width: 130px;
text-align: left;
}



.shg-image-margin-container-s-29ec10e2-7fab-4ad3-b647-a86493505bcb {
  
  
  
  
}

#s-29ec10e2-7fab-4ad3-b647-a86493505bcb {
  margin: 0 !important;
}





  img.s-29ec10e2-7fab-4ad3-b647-a86493505bcb.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-29ec10e2-7fab-4ad3-b647-a86493505bcb .shogun-image-content {
  
    align-items: center;
  
}

.s-29ec10e2-7fab-4ad3-b647-a86493505bcb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-29ec10e2-7fab-4ad3-b647-a86493505bcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29ec10e2-7fab-4ad3-b647-a86493505bcb.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-29ec10e2-7fab-4ad3-b647-a86493505bcb {
  
  
  
  
}

#s-29ec10e2-7fab-4ad3-b647-a86493505bcb {
  margin: 0 !important;
}





  img.s-29ec10e2-7fab-4ad3-b647-a86493505bcb.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-29ec10e2-7fab-4ad3-b647-a86493505bcb .shogun-image-content {
  
    align-items: center;
  
}

.s-29ec10e2-7fab-4ad3-b647-a86493505bcb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-29ec10e2-7fab-4ad3-b647-a86493505bcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29ec10e2-7fab-4ad3-b647-a86493505bcb.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-29ec10e2-7fab-4ad3-b647-a86493505bcb {
  
  
  
  
}

#s-29ec10e2-7fab-4ad3-b647-a86493505bcb {
  margin: 0 !important;
}





  img.s-29ec10e2-7fab-4ad3-b647-a86493505bcb.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-29ec10e2-7fab-4ad3-b647-a86493505bcb .shogun-image-content {
  
    align-items: center;
  
}

.s-29ec10e2-7fab-4ad3-b647-a86493505bcb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-29ec10e2-7fab-4ad3-b647-a86493505bcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29ec10e2-7fab-4ad3-b647-a86493505bcb.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-29ec10e2-7fab-4ad3-b647-a86493505bcb {
  
  
  
  
}

#s-29ec10e2-7fab-4ad3-b647-a86493505bcb {
  margin: 0 !important;
}





  img.s-29ec10e2-7fab-4ad3-b647-a86493505bcb.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-29ec10e2-7fab-4ad3-b647-a86493505bcb .shogun-image-content {
  
    align-items: center;
  
}

.s-29ec10e2-7fab-4ad3-b647-a86493505bcb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-29ec10e2-7fab-4ad3-b647-a86493505bcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29ec10e2-7fab-4ad3-b647-a86493505bcb.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-29ec10e2-7fab-4ad3-b647-a86493505bcb {
  
  
  
  
}

#s-29ec10e2-7fab-4ad3-b647-a86493505bcb {
  margin: 0 !important;
}





  img.s-29ec10e2-7fab-4ad3-b647-a86493505bcb.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-29ec10e2-7fab-4ad3-b647-a86493505bcb .shogun-image-content {
  
    align-items: center;
  
}

.s-29ec10e2-7fab-4ad3-b647-a86493505bcb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-29ec10e2-7fab-4ad3-b647-a86493505bcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29ec10e2-7fab-4ad3-b647-a86493505bcb.shogun-image {
  box-sizing: border-box;
}




}
#s-d7bf30f5-c85d-4eb8-85bf-68d455c19f7d {
  margin-top: 5px;
}

#s-658af1b8-6cce-4a20-a46c-8c856ed0d72a {
  margin-top: -20px;
margin-bottom: -40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}

#s-658af1b8-6cce-4a20-a46c-8c856ed0d72a .shogun-heading-component h1 {
  color: rgba(31, 102, 81, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-1833a284-d7b2-4bc7-bdd8-211e4a5c1cf9 {
  margin-top: 15px;
}
@media (min-width: 1200px){#s-1833a284-d7b2-4bc7-bdd8-211e4a5c1cf9 {
  display: none;
}
#s-1833a284-d7b2-4bc7-bdd8-211e4a5c1cf9, #wrap-s-1833a284-d7b2-4bc7-bdd8-211e4a5c1cf9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1833a284-d7b2-4bc7-bdd8-211e4a5c1cf9 {
  display: none;
}
#s-1833a284-d7b2-4bc7-bdd8-211e4a5c1cf9, #wrap-s-1833a284-d7b2-4bc7-bdd8-211e4a5c1cf9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1833a284-d7b2-4bc7-bdd8-211e4a5c1cf9 {
  display: none;
}
#s-1833a284-d7b2-4bc7-bdd8-211e4a5c1cf9, #wrap-s-1833a284-d7b2-4bc7-bdd8-211e4a5c1cf9 { display: none !important; }}
#s-3d52be88-24d5-487f-9c4b-77d84955c157 {
  margin-top: 25px;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(31, 102, 81, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3d52be88-24d5-487f-9c4b-77d84955c157 {
  display: none;
}
#s-3d52be88-24d5-487f-9c4b-77d84955c157, #wrap-s-3d52be88-24d5-487f-9c4b-77d84955c157 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d52be88-24d5-487f-9c4b-77d84955c157 {
  display: none;
}
#s-3d52be88-24d5-487f-9c4b-77d84955c157, #wrap-s-3d52be88-24d5-487f-9c4b-77d84955c157 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3d52be88-24d5-487f-9c4b-77d84955c157 {
  display: none;
}
#s-3d52be88-24d5-487f-9c4b-77d84955c157, #wrap-s-3d52be88-24d5-487f-9c4b-77d84955c157 { display: none !important; }}







#s-3d52be88-24d5-487f-9c4b-77d84955c157 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d52be88-24d5-487f-9c4b-77d84955c157.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f {
  max-width: 130px;
text-align: left;
}



.shg-image-margin-container-s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f {
  
  
  
  
}

#s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f {
  margin: 0 !important;
}





  img.s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f .shogun-image-content {
  
    align-items: center;
  
}

.s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f {
  
  
  
  
}

#s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f {
  margin: 0 !important;
}





  img.s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f .shogun-image-content {
  
    align-items: center;
  
}

.s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f {
  
  
  
  
}

#s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f {
  margin: 0 !important;
}





  img.s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f .shogun-image-content {
  
    align-items: center;
  
}

.s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f {
  
  
  
  
}

#s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f {
  margin: 0 !important;
}





  img.s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f .shogun-image-content {
  
    align-items: center;
  
}

.s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f {
  
  
  
  
}

#s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f {
  margin: 0 !important;
}





  img.s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f .shogun-image-content {
  
    align-items: center;
  
}

.s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6abcc1e-950d-4a3e-9cb6-5d46acf35c8f.shogun-image {
  box-sizing: border-box;
}




}
#s-857a17e9-fd2a-494f-8deb-65421fad3d39 {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-857a17e9-fd2a-494f-8deb-65421fad3d39 .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Centra No2 Bold Italic";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-ba326321-5e7d-4b80-8e70-a6299b37c4f0 {
  margin-top: -20px;
margin-bottom: -40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}

#s-ba326321-5e7d-4b80-8e70-a6299b37c4f0 .shogun-heading-component h1 {
  color: rgba(31, 102, 81, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-414bf7d8-5af6-4184-8223-02d63334711b {
  min-height: 50px;
}








#s-414bf7d8-5af6-4184-8223-02d63334711b &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-414bf7d8-5af6-4184-8223-02d63334711b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c57ba053-f47d-4363-bc0f-eb1fad4e101a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-c57ba053-f47d-4363-bc0f-eb1fad4e101a {
  margin-top: 0px;
margin-bottom: 0px;
}
}


.shg-image-margin-container-s-c57ba053-f47d-4363-bc0f-eb1fad4e101a {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-c57ba053-f47d-4363-bc0f-eb1fad4e101a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c57ba053-f47d-4363-bc0f-eb1fad4e101a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c57ba053-f47d-4363-bc0f-eb1fad4e101a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c57ba053-f47d-4363-bc0f-eb1fad4e101a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c57ba053-f47d-4363-bc0f-eb1fad4e101a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 550px;
  }



  img.s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c57ba053-f47d-4363-bc0f-eb1fad4e101a .shogun-image-content {
  
    align-items: center;
  
}

.s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image-container {
      position: relative;
    }

    .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 550px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c57ba053-f47d-4363-bc0f-eb1fad4e101a {
  
  
  
  
}

#s-c57ba053-f47d-4363-bc0f-eb1fad4e101a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c57ba053-f47d-4363-bc0f-eb1fad4e101a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c57ba053-f47d-4363-bc0f-eb1fad4e101a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c57ba053-f47d-4363-bc0f-eb1fad4e101a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c57ba053-f47d-4363-bc0f-eb1fad4e101a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 550px;
  }



  img.s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c57ba053-f47d-4363-bc0f-eb1fad4e101a .shogun-image-content {
  
    align-items: center;
  
}

.s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image-container {
      position: relative;
    }

    .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-c57ba053-f47d-4363-bc0f-eb1fad4e101a {
  
  
  
  
}

#s-c57ba053-f47d-4363-bc0f-eb1fad4e101a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c57ba053-f47d-4363-bc0f-eb1fad4e101a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c57ba053-f47d-4363-bc0f-eb1fad4e101a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c57ba053-f47d-4363-bc0f-eb1fad4e101a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c57ba053-f47d-4363-bc0f-eb1fad4e101a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 550px;
  }



  img.s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c57ba053-f47d-4363-bc0f-eb1fad4e101a .shogun-image-content {
  
    align-items: center;
  
}

.s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image-container {
      position: relative;
    }

    .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-c57ba053-f47d-4363-bc0f-eb1fad4e101a {
  
  
  
  
}

#s-c57ba053-f47d-4363-bc0f-eb1fad4e101a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c57ba053-f47d-4363-bc0f-eb1fad4e101a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c57ba053-f47d-4363-bc0f-eb1fad4e101a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c57ba053-f47d-4363-bc0f-eb1fad4e101a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c57ba053-f47d-4363-bc0f-eb1fad4e101a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 550px;
  }



  img.s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c57ba053-f47d-4363-bc0f-eb1fad4e101a .shogun-image-content {
  
    align-items: center;
  
}

.s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image-container {
      position: relative;
    }

    .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 550px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-c57ba053-f47d-4363-bc0f-eb1fad4e101a {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-c57ba053-f47d-4363-bc0f-eb1fad4e101a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c57ba053-f47d-4363-bc0f-eb1fad4e101a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c57ba053-f47d-4363-bc0f-eb1fad4e101a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c57ba053-f47d-4363-bc0f-eb1fad4e101a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c57ba053-f47d-4363-bc0f-eb1fad4e101a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 550px;
  }



  img.s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c57ba053-f47d-4363-bc0f-eb1fad4e101a .shogun-image-content {
  
    align-items: center;
  
}

.s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image-container {
      position: relative;
    }

    .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c57ba053-f47d-4363-bc0f-eb1fad4e101a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 550px;
    }
  }

}
#s-3c36ad12-7767-4c91-8b37-17d7f709bd23 {
  margin-left: auto;
margin-right: auto;
padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(26, 87, 69, 1);
}
@media (max-width: 767px){#s-3c36ad12-7767-4c91-8b37-17d7f709bd23 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-3c36ad12-7767-4c91-8b37-17d7f709bd23 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c36ad12-7767-4c91-8b37-17d7f709bd23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-653c8bb6-3405-43b2-b42f-34e039108276 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-653c8bb6-3405-43b2-b42f-34e039108276"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-653c8bb6-3405-43b2-b42f-34e039108276"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-653c8bb6-3405-43b2-b42f-34e039108276"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-653c8bb6-3405-43b2-b42f-34e039108276"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bac24e68-7b0f-4e40-b228-5d05dabde9a7 {
  min-height: 50px;
}








#s-bac24e68-7b0f-4e40-b228-5d05dabde9a7 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bac24e68-7b0f-4e40-b228-5d05dabde9a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 {
  margin-top: 0px;
margin-bottom: 0px;
}
}


.shg-image-margin-container-s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 550px;
  }



  img.s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image-container {
      position: relative;
    }

    .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 550px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 {
  
  
  
  
}

#s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 550px;
  }



  img.s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image-container {
      position: relative;
    }

    .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 {
  
  
  
  
}

#s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 550px;
  }



  img.s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image-container {
      position: relative;
    }

    .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 {
  
  
  
  
}

#s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 550px;
  }



  img.s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image-container {
      position: relative;
    }

    .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 550px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 550px;
  }



  img.s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image-container {
      position: relative;
    }

    .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcd7e4ed-ee9a-49b0-af57-038bf47ecf28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 550px;
    }
  }

}
#s-240a668d-8b34-4c29-83f7-10982c5e9426 {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-240a668d-8b34-4c29-83f7-10982c5e9426 {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-240a668d-8b34-4c29-83f7-10982c5e9426 {
  margin-top: -20px;
margin-left: 5%;
padding-top: 32px;
padding-bottom: 32px;
}
}







#s-240a668d-8b34-4c29-83f7-10982c5e9426 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-240a668d-8b34-4c29-83f7-10982c5e9426.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-9be667b7-6041-4e09-b0dd-3296e83fe946 {
  display: none;
}
#s-9be667b7-6041-4e09-b0dd-3296e83fe946, #wrap-s-9be667b7-6041-4e09-b0dd-3296e83fe946 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9be667b7-6041-4e09-b0dd-3296e83fe946 {
  display: none;
}
#s-9be667b7-6041-4e09-b0dd-3296e83fe946, #wrap-s-9be667b7-6041-4e09-b0dd-3296e83fe946 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9be667b7-6041-4e09-b0dd-3296e83fe946 {
  display: none;
}
#s-9be667b7-6041-4e09-b0dd-3296e83fe946, #wrap-s-9be667b7-6041-4e09-b0dd-3296e83fe946 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9be667b7-6041-4e09-b0dd-3296e83fe946"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9be667b7-6041-4e09-b0dd-3296e83fe946"] &gt; .shg-row &gt; .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9be667b7-6041-4e09-b0dd-3296e83fe946"] &gt; .shg-row &gt; .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9be667b7-6041-4e09-b0dd-3296e83fe946"] &gt; .shg-row &gt; .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9be667b7-6041-4e09-b0dd-3296e83fe946"] &gt; .shg-row &gt; .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9be667b7-6041-4e09-b0dd-3296e83fe946"] &gt; .shg-row &gt; .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9be667b7-6041-4e09-b0dd-3296e83fe946"] &gt; .shg-row &gt; .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-8cf68438-fbfc-47c5-9241-d141dce89dc6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8cf68438-fbfc-47c5-9241-d141dce89dc6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-a5b01fd5-191c-4ac2-8bda-76c5239c74ef {
  margin-left: -70%;
padding-top: 5px;
padding-bottom: 0px;
text-align: left;
}

#s-a5b01fd5-191c-4ac2-8bda-76c5239c74ef .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (max-width: 767px){#s-ecd93723-f6b1-4d3a-9bd1-add282b5898c {
  display: none;
}
#s-ecd93723-f6b1-4d3a-9bd1-add282b5898c, #wrap-s-ecd93723-f6b1-4d3a-9bd1-add282b5898c { display: none !important; }}
@media (min-width: 0px) {
[id="s-ecd93723-f6b1-4d3a-9bd1-add282b5898c"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecd93723-f6b1-4d3a-9bd1-add282b5898c"] &gt; .shg-row &gt; .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ecd93723-f6b1-4d3a-9bd1-add282b5898c"] &gt; .shg-row &gt; .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ecd93723-f6b1-4d3a-9bd1-add282b5898c"] &gt; .shg-row &gt; .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ecd93723-f6b1-4d3a-9bd1-add282b5898c"] &gt; .shg-row &gt; .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecd93723-f6b1-4d3a-9bd1-add282b5898c"] &gt; .shg-row &gt; .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ecd93723-f6b1-4d3a-9bd1-add282b5898c"] &gt; .shg-row &gt; .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-9da0b7f4-30ef-44ec-bbc9-59c1c43b69bd {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-9da0b7f4-30ef-44ec-bbc9-59c1c43b69bd {
  display: none;
}
#s-9da0b7f4-30ef-44ec-bbc9-59c1c43b69bd, #wrap-s-9da0b7f4-30ef-44ec-bbc9-59c1c43b69bd { display: none !important; }}
#s-9da0b7f4-30ef-44ec-bbc9-59c1c43b69bd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 70px;
  
  
  text-align: center;
}



#s-1d2b98de-57f7-4c25-bf73-0d42b2a98b5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-1d2b98de-57f7-4c25-bf73-0d42b2a98b5f {
  display: none;
}
#s-1d2b98de-57f7-4c25-bf73-0d42b2a98b5f, #wrap-s-1d2b98de-57f7-4c25-bf73-0d42b2a98b5f { display: none !important; }}
#s-1d2b98de-57f7-4c25-bf73-0d42b2a98b5f .shogun-heading-component h1 {
  color: rgba(253, 252, 252, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-1d2b98de-57f7-4c25-bf73-0d42b2a98b5f .shogun-heading-component h1 {
  color: rgba(253, 252, 252, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1d2b98de-57f7-4c25-bf73-0d42b2a98b5f .shogun-heading-component h1 {
  color: rgba(253, 252, 252, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


}
#s-39562b84-0c12-4da2-83b3-15e6b6c89fa7 {
  margin-top: 15px;
}

#s-27f6abf7-84d6-4029-b88b-9b00b7a73241 {
  margin-top: 25px;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(31, 102, 81, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}








#s-27f6abf7-84d6-4029-b88b-9b00b7a73241 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-27f6abf7-84d6-4029-b88b-9b00b7a73241.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b {
  max-width: 130px;
text-align: left;
}



.shg-image-margin-container-s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b {
  
  
  
  
}

#s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b {
  margin: 0 !important;
}





  img.s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b .shogun-image-content {
  
    align-items: center;
  
}

.s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b {
  
  
  
  
}

#s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b {
  margin: 0 !important;
}





  img.s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b .shogun-image-content {
  
    align-items: center;
  
}

.s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b {
  
  
  
  
}

#s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b {
  margin: 0 !important;
}





  img.s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b .shogun-image-content {
  
    align-items: center;
  
}

.s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b {
  
  
  
  
}

#s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b {
  margin: 0 !important;
}





  img.s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b .shogun-image-content {
  
    align-items: center;
  
}

.s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b {
  
  
  
  
}

#s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b {
  margin: 0 !important;
}





  img.s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b .shogun-image-content {
  
    align-items: center;
  
}

.s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-340c3aa1-5ace-4d95-bc86-7ceef1daa29b.shogun-image {
  box-sizing: border-box;
}




}
#s-6a324e69-7fe1-4fe2-8441-9347e69fc4e5 {
  margin-top: 5px;
}

#s-6105faf2-1321-484e-9a38-7e844b0bf3df {
  margin-top: -20px;
margin-bottom: -40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}

#s-6105faf2-1321-484e-9a38-7e844b0bf3df .shogun-heading-component h1 {
  color: rgba(31, 102, 81, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-4085985c-fa38-48a4-9b82-c0980f44c488 {
  margin-top: 15px;
}
@media (min-width: 1200px){#s-4085985c-fa38-48a4-9b82-c0980f44c488 {
  display: none;
}
#s-4085985c-fa38-48a4-9b82-c0980f44c488, #wrap-s-4085985c-fa38-48a4-9b82-c0980f44c488 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4085985c-fa38-48a4-9b82-c0980f44c488 {
  display: none;
}
#s-4085985c-fa38-48a4-9b82-c0980f44c488, #wrap-s-4085985c-fa38-48a4-9b82-c0980f44c488 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4085985c-fa38-48a4-9b82-c0980f44c488 {
  display: none;
}
#s-4085985c-fa38-48a4-9b82-c0980f44c488, #wrap-s-4085985c-fa38-48a4-9b82-c0980f44c488 { display: none !important; }}
#s-e69cd218-1249-441d-aa88-57592c0bec3d {
  margin-top: 25px;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(31, 102, 81, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}
@media (min-width: 1200px){#s-e69cd218-1249-441d-aa88-57592c0bec3d {
  display: none;
}
#s-e69cd218-1249-441d-aa88-57592c0bec3d, #wrap-s-e69cd218-1249-441d-aa88-57592c0bec3d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e69cd218-1249-441d-aa88-57592c0bec3d {
  display: none;
}
#s-e69cd218-1249-441d-aa88-57592c0bec3d, #wrap-s-e69cd218-1249-441d-aa88-57592c0bec3d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e69cd218-1249-441d-aa88-57592c0bec3d {
  display: none;
}
#s-e69cd218-1249-441d-aa88-57592c0bec3d, #wrap-s-e69cd218-1249-441d-aa88-57592c0bec3d { display: none !important; }}







#s-e69cd218-1249-441d-aa88-57592c0bec3d &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e69cd218-1249-441d-aa88-57592c0bec3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6 {
  max-width: 130px;
text-align: left;
}



.shg-image-margin-container-s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6 {
  
  
  
  
}

#s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6 {
  margin: 0 !important;
}





  img.s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6 {
  
  
  
  
}

#s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6 {
  margin: 0 !important;
}





  img.s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6 {
  
  
  
  
}

#s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6 {
  margin: 0 !important;
}





  img.s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6 {
  
  
  
  
}

#s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6 {
  margin: 0 !important;
}





  img.s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6 {
  
  
  
  
}

#s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6 {
  margin: 0 !important;
}





  img.s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e024ad01-8bdd-44a9-9a13-ade5f3ad42f6.shogun-image {
  box-sizing: border-box;
}




}
#s-30f5fcf4-8ed2-4513-9d8d-d99a0917646d {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-30f5fcf4-8ed2-4513-9d8d-d99a0917646d .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Centra No2 Bold Italic";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-dbf17dff-ae9c-41af-881f-f926f6d2c12a {
  margin-top: -20px;
margin-bottom: -40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}

#s-dbf17dff-ae9c-41af-881f-f926f6d2c12a .shogun-heading-component h1 {
  color: rgba(31, 102, 81, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-bd107956-eb64-4e95-b6fd-5c19711f99f0 {
  padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(237, 243, 238, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-bd107956-eb64-4e95-b6fd-5c19711f99f0 {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-bd107956-eb64-4e95-b6fd-5c19711f99f0 {
  margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 15px;
}
}







#s-bd107956-eb64-4e95-b6fd-5c19711f99f0 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd107956-eb64-4e95-b6fd-5c19711f99f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-720503fd-1d56-4dba-b214-9d32ec012dc9 {
  min-height: 50px;
}








#s-720503fd-1d56-4dba-b214-9d32ec012dc9 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-720503fd-1d56-4dba-b214-9d32ec012dc9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0bc1ad8b-1786-4bfe-9820-0d90dca6f1a4 {
  min-height: 50px;
}








#s-0bc1ad8b-1786-4bfe-9820-0d90dca6f1a4 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0bc1ad8b-1786-4bfe-9820-0d90dca6f1a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-06e035d1-ca50-44fd-a024-d86906e6a874"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06e035d1-ca50-44fd-a024-d86906e6a874"] &gt; .shg-row &gt; .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-06e035d1-ca50-44fd-a024-d86906e6a874"] &gt; .shg-row &gt; .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-06e035d1-ca50-44fd-a024-d86906e6a874"] &gt; .shg-row &gt; .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-06e035d1-ca50-44fd-a024-d86906e6a874"] &gt; .shg-row &gt; .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-06e035d1-ca50-44fd-a024-d86906e6a874"] &gt; .shg-row &gt; .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-06e035d1-ca50-44fd-a024-d86906e6a874"] &gt; .shg-row &gt; .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-51124d14-4a2f-4e69-b0a8-049eeea3cba9 {
  min-height: 50px;
}








#s-51124d14-4a2f-4e69-b0a8-049eeea3cba9 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51124d14-4a2f-4e69-b0a8-049eeea3cba9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7cd9ea6f-bc4c-4c02-be2a-a9b6c73fa82e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-7cd9ea6f-bc4c-4c02-be2a-a9b6c73fa82e {
  text-align: center;
}
}@media (max-width: 767px){#s-7cd9ea6f-bc4c-4c02-be2a-a9b6c73fa82e {
  text-align: center;
}
}
#s-7cd9ea6f-bc4c-4c02-be2a-a9b6c73fa82e .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: right;
}


@media (min-width: 768px) and (max-width: 991px){#s-7cd9ea6f-bc4c-4c02-be2a-a9b6c73fa82e .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-7cd9ea6f-bc4c-4c02-be2a-a9b6c73fa82e .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}


}
#s-a0f68288-b997-4aeb-904c-3ba83c35c7f5 {
  min-height: 50px;
}








#s-a0f68288-b997-4aeb-904c-3ba83c35c7f5 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0f68288-b997-4aeb-904c-3ba83c35c7f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d92df9a4-8e1e-4fe1-868f-89308c29a4b6 {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(31, 102, 81, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d92df9a4-8e1e-4fe1-868f-89308c29a4b6:hover {background-color: rgba(31, 102, 81, 0.86) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d92df9a4-8e1e-4fe1-868f-89308c29a4b6:active {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-d92df9a4-8e1e-4fe1-868f-89308c29a4b6 {
  text-align: center;
}
}@media (max-width: 767px){#s-d92df9a4-8e1e-4fe1-868f-89308c29a4b6 {
  margin-top: 20px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}

  #s-d92df9a4-8e1e-4fe1-868f-89308c29a4b6-root {
    text-align: left;
  }


#s-d92df9a4-8e1e-4fe1-868f-89308c29a4b6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d92df9a4-8e1e-4fe1-868f-89308c29a4b6-root {
    text-align: left;
  }


#s-d92df9a4-8e1e-4fe1-868f-89308c29a4b6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d92df9a4-8e1e-4fe1-868f-89308c29a4b6-root {
    text-align: left;
  }


#s-d92df9a4-8e1e-4fe1-868f-89308c29a4b6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d92df9a4-8e1e-4fe1-868f-89308c29a4b6-root {
    text-align: center;
  }


#s-d92df9a4-8e1e-4fe1-868f-89308c29a4b6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d92df9a4-8e1e-4fe1-868f-89308c29a4b6-root {
    text-align: center;
  }


#s-d92df9a4-8e1e-4fe1-868f-89308c29a4b6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --&gt; */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* &lt;-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
</pre></body></html>