.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 > * {
  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 > div:empty {
  display: block;
}

#s-8e43909c-70f3-4faa-bdbb-1c67d16ec322 {
  min-height: 400px;
}
@media (min-width: 1200px){#s-8e43909c-70f3-4faa-bdbb-1c67d16ec322 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8e43909c-70f3-4faa-bdbb-1c67d16ec322 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8e43909c-70f3-4faa-bdbb-1c67d16ec322 {
  display: none;
}
#s-8e43909c-70f3-4faa-bdbb-1c67d16ec322, #wrap-s-8e43909c-70f3-4faa-bdbb-1c67d16ec322 { display: none !important; }}@media (max-width: 767px){#s-8e43909c-70f3-4faa-bdbb-1c67d16ec322 {
  display: none;
}
#s-8e43909c-70f3-4faa-bdbb-1c67d16ec322, #wrap-s-8e43909c-70f3-4faa-bdbb-1c67d16ec322 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8e43909c-70f3-4faa-bdbb-1c67d16ec322"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8e43909c-70f3-4faa-bdbb-1c67d16ec322"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8e43909c-70f3-4faa-bdbb-1c67d16ec322"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e43909c-70f3-4faa-bdbb-1c67d16ec322"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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 > .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-700c4a2e-3ad0-4a44-b74a-c98edef6a1aa {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}

#s-700c4a2e-3ad0-4a44-b74a-c98edef6a1aa {
  background-image: url(https://i.shgcdn.com/0549c9e7-593e-4476-953f-9ca587b0ab70/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-700c4a2e-3ad0-4a44-b74a-c98edef6a1aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-700c4a2e-3ad0-4a44-b74a-c98edef6a1aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18ce3e4c-0d58-491d-814d-966a78ca8f8f {
  background-size: cover;
min-height: 350px;
background-position: center center;
background-color: rgba(242, 242, 243, 1);
}
@media (min-width: 1200px){#s-18ce3e4c-0d58-491d-814d-966a78ca8f8f {
  display: none;
}
#s-18ce3e4c-0d58-491d-814d-966a78ca8f8f, #wrap-s-18ce3e4c-0d58-491d-814d-966a78ca8f8f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18ce3e4c-0d58-491d-814d-966a78ca8f8f {
  display: none;
}
#s-18ce3e4c-0d58-491d-814d-966a78ca8f8f, #wrap-s-18ce3e4c-0d58-491d-814d-966a78ca8f8f { display: none !important; }}







#s-18ce3e4c-0d58-491d-814d-966a78ca8f8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18ce3e4c-0d58-491d-814d-966a78ca8f8f.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: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  text-transform: none;
  font-weight: normal;
  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-c5049b9d-3b84-44ee-a674-6d226b7ef6a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5049b9d-3b84-44ee-a674-6d226b7ef6a5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "nobel";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
}

.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: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: 400;
}

#s-b06233f2-30ea-4411-9c81-9f6b5a6ac6da {
  margin-left: 13%;
margin-right: 13%;
}

.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: 400;
  font-family: "Assistant, sans-serif";
}

.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-e5851a2f-3827-4095-b8fb-c593640be885 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
background-color: rgba(83, 86, 90, 1);
text-align: center;
text-decoration: none;
}
#s-e5851a2f-3827-4095-b8fb-c593640be885:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e5851a2f-3827-4095-b8fb-c593640be885:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e5851a2f-3827-4095-b8fb-c593640be885-root {
    text-align: center;
  }


#s-e5851a2f-3827-4095-b8fb-c593640be885.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: nobel;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e5851a2f-3827-4095-b8fb-c593640be885-root {
    text-align: center;
  }


#s-e5851a2f-3827-4095-b8fb-c593640be885.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: nobel;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e5851a2f-3827-4095-b8fb-c593640be885-root {
    text-align: center;
  }


#s-e5851a2f-3827-4095-b8fb-c593640be885.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: nobel;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e5851a2f-3827-4095-b8fb-c593640be885-root {
    text-align: center;
  }


#s-e5851a2f-3827-4095-b8fb-c593640be885.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: nobel;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e5851a2f-3827-4095-b8fb-c593640be885-root {
    text-align: center;
  }


#s-e5851a2f-3827-4095-b8fb-c593640be885.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: nobel;
  display:  inline-block ;
}
}
#s-07968a09-3b73-4645-a600-a50cf12cc0c9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-07968a09-3b73-4645-a600-a50cf12cc0c9 {
  display: none;
}
#s-07968a09-3b73-4645-a600-a50cf12cc0c9, #wrap-s-07968a09-3b73-4645-a600-a50cf12cc0c9 { display: none !important; }}@media (max-width: 767px){#s-07968a09-3b73-4645-a600-a50cf12cc0c9 {
  display: none;
}
#s-07968a09-3b73-4645-a600-a50cf12cc0c9, #wrap-s-07968a09-3b73-4645-a600-a50cf12cc0c9 { display: none !important; }}
#s-07968a09-3b73-4645-a600-a50cf12cc0c9 {
  background-image: url(https://i.shgcdn.com/bc5e5cae-8482-4acb-98c5-426d77664042/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-07968a09-3b73-4645-a600-a50cf12cc0c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07968a09-3b73-4645-a600-a50cf12cc0c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-a89d4718-b599-4587-b12e-520167d8d54a {
  margin-left: 5%;
margin-right: auto;
}

#s-a89d4718-b599-4587-b12e-520167d8d54a .shg-proportional-font-size,
#s-a89d4718-b599-4587-b12e-520167d8d54a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-81795968-65a4-40ba-b908-911f5dfcf0d1 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-81795968-65a4-40ba-b908-911f5dfcf0d1 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-81795968-65a4-40ba-b908-911f5dfcf0d1 {
  margin-left: 5%;
}
}
#s-81795968-65a4-40ba-b908-911f5dfcf0d1 .shg-proportional-font-size,
#s-81795968-65a4-40ba-b908-911f5dfcf0d1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-929cbde8-175f-4e77-bb03-9d0072f57e0a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-929cbde8-175f-4e77-bb03-9d0072f57e0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-929cbde8-175f-4e77-bb03-9d0072f57e0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c8a0599-e990-42aa-a41f-f9a3a8dd695e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
background-color: rgba(83, 86, 90, 1);
text-align: center;
text-decoration: none;
}
#s-9c8a0599-e990-42aa-a41f-f9a3a8dd695e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9c8a0599-e990-42aa-a41f-f9a3a8dd695e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9c8a0599-e990-42aa-a41f-f9a3a8dd695e {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 0%;
background-color: rgba(83, 86, 90, 1);
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c8a0599-e990-42aa-a41f-f9a3a8dd695e {
  margin-top: 0px;
margin-left: 5%;
margin-right: 0%;
text-align: left;
}
}

  #s-9c8a0599-e990-42aa-a41f-f9a3a8dd695e-root {
    text-align: center;
  }


#s-9c8a0599-e990-42aa-a41f-f9a3a8dd695e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9c8a0599-e990-42aa-a41f-f9a3a8dd695e-root {
    text-align: left;
  }


#s-9c8a0599-e990-42aa-a41f-f9a3a8dd695e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9c8a0599-e990-42aa-a41f-f9a3a8dd695e-root {
    text-align: left;
  }


#s-9c8a0599-e990-42aa-a41f-f9a3a8dd695e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9c8a0599-e990-42aa-a41f-f9a3a8dd695e-root {
    text-align: center;
  }


#s-9c8a0599-e990-42aa-a41f-f9a3a8dd695e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9c8a0599-e990-42aa-a41f-f9a3a8dd695e-root {
    text-align: center;
  }


#s-9c8a0599-e990-42aa-a41f-f9a3a8dd695e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-1ecce279-bbc4-4add-a31c-a0008474d27c {
  margin-left: auto;
margin-right: auto;
min-height: 400px;
}
@media (min-width: 1200px){#s-1ecce279-bbc4-4add-a31c-a0008474d27c {
  display: none;
}
#s-1ecce279-bbc4-4add-a31c-a0008474d27c, #wrap-s-1ecce279-bbc4-4add-a31c-a0008474d27c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ecce279-bbc4-4add-a31c-a0008474d27c {
  display: none;
}
#s-1ecce279-bbc4-4add-a31c-a0008474d27c, #wrap-s-1ecce279-bbc4-4add-a31c-a0008474d27c { display: none !important; }}
@media (min-width: 0px) {
[id="s-1ecce279-bbc4-4add-a31c-a0008474d27c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ecce279-bbc4-4add-a31c-a0008474d27c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1ecce279-bbc4-4add-a31c-a0008474d27c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ecce279-bbc4-4add-a31c-a0008474d27c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a97f6aac-3d56-49b8-ab31-28630184cded {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-a97f6aac-3d56-49b8-ab31-28630184cded {
  display: none;
}
#s-a97f6aac-3d56-49b8-ab31-28630184cded, #wrap-s-a97f6aac-3d56-49b8-ab31-28630184cded { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a97f6aac-3d56-49b8-ab31-28630184cded {
  display: none;
}
#s-a97f6aac-3d56-49b8-ab31-28630184cded, #wrap-s-a97f6aac-3d56-49b8-ab31-28630184cded { display: none !important; }}
#s-a97f6aac-3d56-49b8-ab31-28630184cded {
  background-image: url(https://i.shgcdn.com/bc5e5cae-8482-4acb-98c5-426d77664042/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a97f6aac-3d56-49b8-ab31-28630184cded > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a97f6aac-3d56-49b8-ab31-28630184cded.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f2ac6ca-2301-4e73-adb4-72a07d0480cb {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-2f2ac6ca-2301-4e73-adb4-72a07d0480cb {
  margin-left: 10%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-2f2ac6ca-2301-4e73-adb4-72a07d0480cb {
  margin-left: 8%;
margin-right: 40%;
padding-right: 10%;
}
}
#s-2f2ac6ca-2301-4e73-adb4-72a07d0480cb .shg-proportional-font-size,
#s-2f2ac6ca-2301-4e73-adb4-72a07d0480cb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a4362ea5-c244-4e66-a8de-f2d2f3b49569 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-a4362ea5-c244-4e66-a8de-f2d2f3b49569 {
  margin-left: 40%;
margin-bottom: 0px;
margin-right: 3%;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a4362ea5-c244-4e66-a8de-f2d2f3b49569 {
  margin-left: 40%;
margin-right: 5%;
padding-left: 0%;
}
}@media (max-width: 767px){#s-a4362ea5-c244-4e66-a8de-f2d2f3b49569 {
  margin-left: 0%;
margin-right: 40%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-a4362ea5-c244-4e66-a8de-f2d2f3b49569 .shg-proportional-font-size,
#s-a4362ea5-c244-4e66-a8de-f2d2f3b49569 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-702e08cb-59a2-458c-aa8e-603b7a5095d9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-702e08cb-59a2-458c-aa8e-603b7a5095d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-702e08cb-59a2-458c-aa8e-603b7a5095d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60512d10-ec8c-421f-abbd-cbb1d58026f0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
background-color: rgba(83, 86, 90, 1);
text-align: center;
text-decoration: none;
}
#s-60512d10-ec8c-421f-abbd-cbb1d58026f0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-60512d10-ec8c-421f-abbd-cbb1d58026f0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-60512d10-ec8c-421f-abbd-cbb1d58026f0 {
  display: none;
}
#s-60512d10-ec8c-421f-abbd-cbb1d58026f0, #wrap-s-60512d10-ec8c-421f-abbd-cbb1d58026f0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60512d10-ec8c-421f-abbd-cbb1d58026f0 {
  display: none;
}
#s-60512d10-ec8c-421f-abbd-cbb1d58026f0, #wrap-s-60512d10-ec8c-421f-abbd-cbb1d58026f0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-60512d10-ec8c-421f-abbd-cbb1d58026f0 {
  margin-left: 10%;
text-align: left;
}
}@media (max-width: 767px){#s-60512d10-ec8c-421f-abbd-cbb1d58026f0 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}
}

  #s-60512d10-ec8c-421f-abbd-cbb1d58026f0-root {
    text-align: center;
  }


#s-60512d10-ec8c-421f-abbd-cbb1d58026f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: nobel;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-60512d10-ec8c-421f-abbd-cbb1d58026f0-root {
    text-align: center;
  }


#s-60512d10-ec8c-421f-abbd-cbb1d58026f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: nobel;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-60512d10-ec8c-421f-abbd-cbb1d58026f0-root {
    text-align: center;
  }


#s-60512d10-ec8c-421f-abbd-cbb1d58026f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: nobel;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-60512d10-ec8c-421f-abbd-cbb1d58026f0-root {
    text-align: left;
  }


#s-60512d10-ec8c-421f-abbd-cbb1d58026f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: nobel;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-60512d10-ec8c-421f-abbd-cbb1d58026f0-root {
    text-align: left;
  }


#s-60512d10-ec8c-421f-abbd-cbb1d58026f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-505a64ee-b161-42e5-a1db-764eed5e5110 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-505a64ee-b161-42e5-a1db-764eed5e5110 {
  display: none;
}
#s-505a64ee-b161-42e5-a1db-764eed5e5110, #wrap-s-505a64ee-b161-42e5-a1db-764eed5e5110 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-505a64ee-b161-42e5-a1db-764eed5e5110 {
  display: none;
}
#s-505a64ee-b161-42e5-a1db-764eed5e5110, #wrap-s-505a64ee-b161-42e5-a1db-764eed5e5110 { display: none !important; }}
#s-505a64ee-b161-42e5-a1db-764eed5e5110 {
  background-image: url(https://i.shgcdn.com/f85d742b-9078-4cce-aed9-68b03e6f6af4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-505a64ee-b161-42e5-a1db-764eed5e5110 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-505a64ee-b161-42e5-a1db-764eed5e5110.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d21bd3d2-ccdf-460a-b103-ce38dba3f8af {
  min-height: 400px;
}
@media (min-width: 1200px){#s-d21bd3d2-ccdf-460a-b103-ce38dba3f8af {
  background-color: rgba(223, 232, 236, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d21bd3d2-ccdf-460a-b103-ce38dba3f8af {
  background-color: rgba(223, 232, 236, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-d21bd3d2-ccdf-460a-b103-ce38dba3f8af {
  display: none;
}
#s-d21bd3d2-ccdf-460a-b103-ce38dba3f8af, #wrap-s-d21bd3d2-ccdf-460a-b103-ce38dba3f8af { display: none !important; }}@media (max-width: 767px){#s-d21bd3d2-ccdf-460a-b103-ce38dba3f8af {
  display: none;
}
#s-d21bd3d2-ccdf-460a-b103-ce38dba3f8af, #wrap-s-d21bd3d2-ccdf-460a-b103-ce38dba3f8af { display: none !important; }}
@media (min-width: 0px) {
[id="s-d21bd3d2-ccdf-460a-b103-ce38dba3f8af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d21bd3d2-ccdf-460a-b103-ce38dba3f8af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d21bd3d2-ccdf-460a-b103-ce38dba3f8af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d21bd3d2-ccdf-460a-b103-ce38dba3f8af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-89498891-44eb-40f0-96a7-475f47d3b9b6 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 33px;
padding-bottom: 33px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-89498891-44eb-40f0-96a7-475f47d3b9b6 {
  display: none;
}
#s-89498891-44eb-40f0-96a7-475f47d3b9b6, #wrap-s-89498891-44eb-40f0-96a7-475f47d3b9b6 { display: none !important; }}@media (max-width: 767px){#s-89498891-44eb-40f0-96a7-475f47d3b9b6 {
  display: none;
}
#s-89498891-44eb-40f0-96a7-475f47d3b9b6, #wrap-s-89498891-44eb-40f0-96a7-475f47d3b9b6 { display: none !important; }}
#s-89498891-44eb-40f0-96a7-475f47d3b9b6 {
  background-image: url(https://i.shgcdn.com/aabc30e0-a826-4d9b-81b0-f3f731ae7d7e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-89498891-44eb-40f0-96a7-475f47d3b9b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-89498891-44eb-40f0-96a7-475f47d3b9b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f0384e1-9b28-40fa-ada1-45fe6d59ed80 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1f0384e1-9b28-40fa-ada1-45fe6d59ed80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f0384e1-9b28-40fa-ada1-45fe6d59ed80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a06cc402-0599-40e6-91e1-064f9fbb2ccb {
  margin-left: 47%;
margin-right: auto;
}
@media (min-width: 1200px){#s-a06cc402-0599-40e6-91e1-064f9fbb2ccb {
  margin-left: 45%;
margin-right: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a06cc402-0599-40e6-91e1-064f9fbb2ccb {
  display: none;
}
#s-a06cc402-0599-40e6-91e1-064f9fbb2ccb, #wrap-s-a06cc402-0599-40e6-91e1-064f9fbb2ccb { display: none !important; }}
#s-a06cc402-0599-40e6-91e1-064f9fbb2ccb .shg-proportional-font-size,
#s-a06cc402-0599-40e6-91e1-064f9fbb2ccb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-00edd38f-8b9f-4d1c-8651-5ee36b5effe6 {
  margin-left: 47%;
margin-right: auto;
}
@media (min-width: 1200px){#s-00edd38f-8b9f-4d1c-8651-5ee36b5effe6 {
  margin-left: 45%;
margin-right: 3%;
display: none;
}
#s-00edd38f-8b9f-4d1c-8651-5ee36b5effe6, #wrap-s-00edd38f-8b9f-4d1c-8651-5ee36b5effe6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00edd38f-8b9f-4d1c-8651-5ee36b5effe6 {
  margin-left: 40%;
}
}
#s-00edd38f-8b9f-4d1c-8651-5ee36b5effe6 .shg-proportional-font-size,
#s-00edd38f-8b9f-4d1c-8651-5ee36b5effe6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3f16cedc-052a-4633-a729-9f258f7ddcb8 {
  margin-left: 45%;
margin-right: auto;
}
@media (min-width: 1200px){#s-3f16cedc-052a-4633-a729-9f258f7ddcb8 {
  margin-left: 45%;
margin-bottom: 0px;
margin-right: 3%;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3f16cedc-052a-4633-a729-9f258f7ddcb8 {
  margin-left: 40%;
margin-right: 5%;
padding-left: 0%;
}
}
#s-3f16cedc-052a-4633-a729-9f258f7ddcb8 .shg-proportional-font-size,
#s-3f16cedc-052a-4633-a729-9f258f7ddcb8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0d154d2a-0395-4161-b8aa-519816f6d292 {
  margin-left: 45%;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
background-color: rgba(83, 86, 90, 1);
text-align: center;
text-decoration: none;
}
#s-0d154d2a-0395-4161-b8aa-519816f6d292:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d154d2a-0395-4161-b8aa-519816f6d292:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0d154d2a-0395-4161-b8aa-519816f6d292 {
  margin-left: 45%;
margin-bottom: 20px;
margin-right: 10%;
background-color: rgba(83, 86, 90, 1);
text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d154d2a-0395-4161-b8aa-519816f6d292 {
  margin-left: 45%;
margin-right: 10%;
padding-right: 20px;
text-align: center;
display: none;
}
#s-0d154d2a-0395-4161-b8aa-519816f6d292, #wrap-s-0d154d2a-0395-4161-b8aa-519816f6d292 { display: none !important; }}

  #s-0d154d2a-0395-4161-b8aa-519816f6d292-root {
    text-align: center;
  }


#s-0d154d2a-0395-4161-b8aa-519816f6d292.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0d154d2a-0395-4161-b8aa-519816f6d292-root {
    text-align: center;
  }


#s-0d154d2a-0395-4161-b8aa-519816f6d292.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0d154d2a-0395-4161-b8aa-519816f6d292-root {
    text-align: center;
  }


#s-0d154d2a-0395-4161-b8aa-519816f6d292.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0d154d2a-0395-4161-b8aa-519816f6d292-root {
    text-align: center;
  }


#s-0d154d2a-0395-4161-b8aa-519816f6d292.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0d154d2a-0395-4161-b8aa-519816f6d292-root {
    text-align: center;
  }


#s-0d154d2a-0395-4161-b8aa-519816f6d292.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-15e87fe1-0b02-479d-9564-beea37c7c851 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
background-color: rgba(83, 86, 90, 1);
text-align: center;
text-decoration: none;
}
#s-15e87fe1-0b02-479d-9564-beea37c7c851:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-15e87fe1-0b02-479d-9564-beea37c7c851:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-15e87fe1-0b02-479d-9564-beea37c7c851 {
  margin-left: 45%;
margin-bottom: 20px;
margin-right: 0%;
background-color: rgba(83, 86, 90, 1);
text-align: right;
display: none;
}
#s-15e87fe1-0b02-479d-9564-beea37c7c851, #wrap-s-15e87fe1-0b02-479d-9564-beea37c7c851 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15e87fe1-0b02-479d-9564-beea37c7c851 {
  margin-left: 45%;
padding-right: 20px;
text-align: center;
}
}

  #s-15e87fe1-0b02-479d-9564-beea37c7c851-root {
    text-align: center;
  }


#s-15e87fe1-0b02-479d-9564-beea37c7c851.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-15e87fe1-0b02-479d-9564-beea37c7c851-root {
    text-align: right;
  }


#s-15e87fe1-0b02-479d-9564-beea37c7c851.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-15e87fe1-0b02-479d-9564-beea37c7c851-root {
    text-align: center;
  }


#s-15e87fe1-0b02-479d-9564-beea37c7c851.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-15e87fe1-0b02-479d-9564-beea37c7c851-root {
    text-align: center;
  }


#s-15e87fe1-0b02-479d-9564-beea37c7c851.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-15e87fe1-0b02-479d-9564-beea37c7c851-root {
    text-align: center;
  }


#s-15e87fe1-0b02-479d-9564-beea37c7c851.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-c5eea675-031b-40b2-9dc1-53b90a7fa61c {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-c5eea675-031b-40b2-9dc1-53b90a7fa61c {
  margin-top: 0px;
margin-left: 45%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c5eea675-031b-40b2-9dc1-53b90a7fa61c {
  display: none;
}
#s-c5eea675-031b-40b2-9dc1-53b90a7fa61c, #wrap-s-c5eea675-031b-40b2-9dc1-53b90a7fa61c { display: none !important; }}
#s-c5eea675-031b-40b2-9dc1-53b90a7fa61c .shg-proportional-font-size,
#s-c5eea675-031b-40b2-9dc1-53b90a7fa61c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-35ab066a-b543-4edd-8be6-0cbcf598397c {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-35ab066a-b543-4edd-8be6-0cbcf598397c {
  margin-top: 0px;
margin-left: 45%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
display: none;
}
#s-35ab066a-b543-4edd-8be6-0cbcf598397c, #wrap-s-35ab066a-b543-4edd-8be6-0cbcf598397c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35ab066a-b543-4edd-8be6-0cbcf598397c {
  margin-left: 40%;
margin-right: 0%;
padding-top: 5px;
padding-bottom: 0px;
}
}
#s-35ab066a-b543-4edd-8be6-0cbcf598397c .shg-proportional-font-size,
#s-35ab066a-b543-4edd-8be6-0cbcf598397c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-441c80cd-210e-42bd-ab50-9e1954d12fc4 {
  background-size: cover;
padding-top: 15px;
padding-bottom: 15px;
min-height: 400px;
max-width: 1200px;
background-position: center center;
background-attachment: scroll;
background-repeat: no-repeat;
background-color: rgba(223, 232, 236, 1);
}
@media (min-width: 1200px){#s-441c80cd-210e-42bd-ab50-9e1954d12fc4 {
  max-width: 1200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-441c80cd-210e-42bd-ab50-9e1954d12fc4 {
  max-width: 1200px;
}
}







#s-441c80cd-210e-42bd-ab50-9e1954d12fc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-441c80cd-210e-42bd-ab50-9e1954d12fc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d6b667c-52a3-43c8-bd69-beb09d849670 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-3d6b667c-52a3-43c8-bd69-beb09d849670 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d6b667c-52a3-43c8-bd69-beb09d849670 {
  padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-3d6b667c-52a3-43c8-bd69-beb09d849670"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d6b667c-52a3-43c8-bd69-beb09d849670"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3d6b667c-52a3-43c8-bd69-beb09d849670"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d6b667c-52a3-43c8-bd69-beb09d849670"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.shg-align-container {
  box-sizing: border-box;
}

.shg-inner-inline-image {
  position: relative;
  overflow: hidden;
  display: block;
}

.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-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-imageV3-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>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>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-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}
#s-47a42ea5-d10d-463e-8836-2ce01fe11e76 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

.shg-image-margin-container-s-47a42ea5-d10d-463e-8836-2ce01fe11e76 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-47a42ea5-d10d-463e-8836-2ce01fe11e76 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-47a42ea5-d10d-463e-8836-2ce01fe11e76 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-47a42ea5-d10d-463e-8836-2ce01fe11e76 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-47a42ea5-d10d-463e-8836-2ce01fe11e76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47a42ea5-d10d-463e-8836-2ce01fe11e76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47a42ea5-d10d-463e-8836-2ce01fe11e76.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-47a42ea5-d10d-463e-8836-2ce01fe11e76 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-47a42ea5-d10d-463e-8836-2ce01fe11e76 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-47a42ea5-d10d-463e-8836-2ce01fe11e76 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-47a42ea5-d10d-463e-8836-2ce01fe11e76 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-47a42ea5-d10d-463e-8836-2ce01fe11e76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47a42ea5-d10d-463e-8836-2ce01fe11e76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47a42ea5-d10d-463e-8836-2ce01fe11e76.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-47a42ea5-d10d-463e-8836-2ce01fe11e76 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-47a42ea5-d10d-463e-8836-2ce01fe11e76 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-47a42ea5-d10d-463e-8836-2ce01fe11e76 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-47a42ea5-d10d-463e-8836-2ce01fe11e76 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-47a42ea5-d10d-463e-8836-2ce01fe11e76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47a42ea5-d10d-463e-8836-2ce01fe11e76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47a42ea5-d10d-463e-8836-2ce01fe11e76.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-47a42ea5-d10d-463e-8836-2ce01fe11e76 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-47a42ea5-d10d-463e-8836-2ce01fe11e76 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-47a42ea5-d10d-463e-8836-2ce01fe11e76 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-47a42ea5-d10d-463e-8836-2ce01fe11e76 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-47a42ea5-d10d-463e-8836-2ce01fe11e76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47a42ea5-d10d-463e-8836-2ce01fe11e76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47a42ea5-d10d-463e-8836-2ce01fe11e76.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-47a42ea5-d10d-463e-8836-2ce01fe11e76 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-47a42ea5-d10d-463e-8836-2ce01fe11e76 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-47a42ea5-d10d-463e-8836-2ce01fe11e76 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-47a42ea5-d10d-463e-8836-2ce01fe11e76 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-47a42ea5-d10d-463e-8836-2ce01fe11e76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47a42ea5-d10d-463e-8836-2ce01fe11e76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47a42ea5-d10d-463e-8836-2ce01fe11e76.shogun-image {
  box-sizing: border-box;
}




}
#s-9f550eb4-0190-4a37-8355-236ddf61a644 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

.shg-image-margin-container-s-9f550eb4-0190-4a37-8355-236ddf61a644 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9f550eb4-0190-4a37-8355-236ddf61a644 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-9f550eb4-0190-4a37-8355-236ddf61a644 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-9f550eb4-0190-4a37-8355-236ddf61a644 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9f550eb4-0190-4a37-8355-236ddf61a644.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f550eb4-0190-4a37-8355-236ddf61a644.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f550eb4-0190-4a37-8355-236ddf61a644.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-9f550eb4-0190-4a37-8355-236ddf61a644 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9f550eb4-0190-4a37-8355-236ddf61a644 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-9f550eb4-0190-4a37-8355-236ddf61a644 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-9f550eb4-0190-4a37-8355-236ddf61a644 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9f550eb4-0190-4a37-8355-236ddf61a644.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f550eb4-0190-4a37-8355-236ddf61a644.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f550eb4-0190-4a37-8355-236ddf61a644.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-9f550eb4-0190-4a37-8355-236ddf61a644 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9f550eb4-0190-4a37-8355-236ddf61a644 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-9f550eb4-0190-4a37-8355-236ddf61a644 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-9f550eb4-0190-4a37-8355-236ddf61a644 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9f550eb4-0190-4a37-8355-236ddf61a644.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f550eb4-0190-4a37-8355-236ddf61a644.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f550eb4-0190-4a37-8355-236ddf61a644.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-9f550eb4-0190-4a37-8355-236ddf61a644 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9f550eb4-0190-4a37-8355-236ddf61a644 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-9f550eb4-0190-4a37-8355-236ddf61a644 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-9f550eb4-0190-4a37-8355-236ddf61a644 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9f550eb4-0190-4a37-8355-236ddf61a644.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f550eb4-0190-4a37-8355-236ddf61a644.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f550eb4-0190-4a37-8355-236ddf61a644.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-9f550eb4-0190-4a37-8355-236ddf61a644 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9f550eb4-0190-4a37-8355-236ddf61a644 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-9f550eb4-0190-4a37-8355-236ddf61a644 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-9f550eb4-0190-4a37-8355-236ddf61a644 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9f550eb4-0190-4a37-8355-236ddf61a644.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f550eb4-0190-4a37-8355-236ddf61a644.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f550eb4-0190-4a37-8355-236ddf61a644.shogun-image {
  box-sizing: border-box;
}




}
#s-65a1b03c-e09a-43e4-ba29-71e97e0bc643 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

.shg-image-margin-container-s-65a1b03c-e09a-43e4-ba29-71e97e0bc643 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-65a1b03c-e09a-43e4-ba29-71e97e0bc643 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-65a1b03c-e09a-43e4-ba29-71e97e0bc643 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-65a1b03c-e09a-43e4-ba29-71e97e0bc643 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-65a1b03c-e09a-43e4-ba29-71e97e0bc643.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65a1b03c-e09a-43e4-ba29-71e97e0bc643.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65a1b03c-e09a-43e4-ba29-71e97e0bc643.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-65a1b03c-e09a-43e4-ba29-71e97e0bc643 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-65a1b03c-e09a-43e4-ba29-71e97e0bc643 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-65a1b03c-e09a-43e4-ba29-71e97e0bc643 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-65a1b03c-e09a-43e4-ba29-71e97e0bc643 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-65a1b03c-e09a-43e4-ba29-71e97e0bc643.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65a1b03c-e09a-43e4-ba29-71e97e0bc643.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65a1b03c-e09a-43e4-ba29-71e97e0bc643.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-65a1b03c-e09a-43e4-ba29-71e97e0bc643 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-65a1b03c-e09a-43e4-ba29-71e97e0bc643 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-65a1b03c-e09a-43e4-ba29-71e97e0bc643 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-65a1b03c-e09a-43e4-ba29-71e97e0bc643 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-65a1b03c-e09a-43e4-ba29-71e97e0bc643.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65a1b03c-e09a-43e4-ba29-71e97e0bc643.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65a1b03c-e09a-43e4-ba29-71e97e0bc643.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-65a1b03c-e09a-43e4-ba29-71e97e0bc643 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-65a1b03c-e09a-43e4-ba29-71e97e0bc643 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-65a1b03c-e09a-43e4-ba29-71e97e0bc643 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-65a1b03c-e09a-43e4-ba29-71e97e0bc643 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-65a1b03c-e09a-43e4-ba29-71e97e0bc643.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65a1b03c-e09a-43e4-ba29-71e97e0bc643.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65a1b03c-e09a-43e4-ba29-71e97e0bc643.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-65a1b03c-e09a-43e4-ba29-71e97e0bc643 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-65a1b03c-e09a-43e4-ba29-71e97e0bc643 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-65a1b03c-e09a-43e4-ba29-71e97e0bc643 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-65a1b03c-e09a-43e4-ba29-71e97e0bc643 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-65a1b03c-e09a-43e4-ba29-71e97e0bc643.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65a1b03c-e09a-43e4-ba29-71e97e0bc643.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65a1b03c-e09a-43e4-ba29-71e97e0bc643.shogun-image {
  box-sizing: border-box;
}




}
#s-e2e849ee-665a-4565-9d62-29ef4485c4c2 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-e2e849ee-665a-4565-9d62-29ef4485c4c2 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-e2e849ee-665a-4565-9d62-29ef4485c4c2 .shg-proportional-font-size,
#s-e2e849ee-665a-4565-9d62-29ef4485c4c2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 1200px){#s-e2e849ee-665a-4565-9d62-29ef4485c4c2 .shg-proportional-font-size,
#s-e2e849ee-665a-4565-9d62-29ef4485c4c2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-7e75e8e2-8b2a-4c1b-bcc2-880d6d84cf9a {
  min-height: 400px;
}
@media (min-width: 1200px){#s-7e75e8e2-8b2a-4c1b-bcc2-880d6d84cf9a {
  display: none;
}
#s-7e75e8e2-8b2a-4c1b-bcc2-880d6d84cf9a, #wrap-s-7e75e8e2-8b2a-4c1b-bcc2-880d6d84cf9a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e75e8e2-8b2a-4c1b-bcc2-880d6d84cf9a {
  display: none;
}
#s-7e75e8e2-8b2a-4c1b-bcc2-880d6d84cf9a, #wrap-s-7e75e8e2-8b2a-4c1b-bcc2-880d6d84cf9a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7e75e8e2-8b2a-4c1b-bcc2-880d6d84cf9a {
  
}
}@media (max-width: 767px){#s-7e75e8e2-8b2a-4c1b-bcc2-880d6d84cf9a {
  display: none;
}
#s-7e75e8e2-8b2a-4c1b-bcc2-880d6d84cf9a, #wrap-s-7e75e8e2-8b2a-4c1b-bcc2-880d6d84cf9a { display: none !important; }}
@media (min-width: 0px) {
[id="s-7e75e8e2-8b2a-4c1b-bcc2-880d6d84cf9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e75e8e2-8b2a-4c1b-bcc2-880d6d84cf9a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7e75e8e2-8b2a-4c1b-bcc2-880d6d84cf9a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e75e8e2-8b2a-4c1b-bcc2-880d6d84cf9a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3cd2a6de-2826-412a-9cf3-9eb9041116e5 {
  background-size: cover;
padding-top: 33px;
padding-bottom: 33px;
min-height: 400px;
background-position: left center;
background-color: rgba(136, 140, 152, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3cd2a6de-2826-412a-9cf3-9eb9041116e5 {
  
}
}@media (max-width: 767px){#s-3cd2a6de-2826-412a-9cf3-9eb9041116e5 {
  
}
}







#s-3cd2a6de-2826-412a-9cf3-9eb9041116e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3cd2a6de-2826-412a-9cf3-9eb9041116e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-376955b6-5dc9-4cc5-9590-81e89280cf36 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-376955b6-5dc9-4cc5-9590-81e89280cf36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-376955b6-5dc9-4cc5-9590-81e89280cf36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50f0724a-f427-45e5-9a87-7aa094305803 {
  margin-left: 15%;
margin-right: 15%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}
@media (min-width: 1200px){#s-50f0724a-f427-45e5-9a87-7aa094305803 {
  margin-top: 0px;
margin-left: 40%;
margin-bottom: 0px;
margin-right: 3%;
padding-left: 7%;
padding-right: 10%;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-50f0724a-f427-45e5-9a87-7aa094305803 {
  margin-left: 40%;
margin-right: 0%;
padding-left: 7%;
padding-right: 0%;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-50f0724a-f427-45e5-9a87-7aa094305803 {
  display: none;
}
#s-50f0724a-f427-45e5-9a87-7aa094305803, #wrap-s-50f0724a-f427-45e5-9a87-7aa094305803 { display: none !important; }}@media (max-width: 767px){#s-50f0724a-f427-45e5-9a87-7aa094305803 {
  display: none;
}
#s-50f0724a-f427-45e5-9a87-7aa094305803, #wrap-s-50f0724a-f427-45e5-9a87-7aa094305803 { display: none !important; }}
#s-50f0724a-f427-45e5-9a87-7aa094305803 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Baskervville";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-50f0724a-f427-45e5-9a87-7aa094305803 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-50f0724a-f427-45e5-9a87-7aa094305803 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-757a4da8-5bb4-40f2-94ea-9ecb3d452928 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-757a4da8-5bb4-40f2-94ea-9ecb3d452928 {
  margin-left: 10%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-757a4da8-5bb4-40f2-94ea-9ecb3d452928 {
  margin-left: 8%;
margin-right: 30%;
padding-right: 10%;
}
}
#s-757a4da8-5bb4-40f2-94ea-9ecb3d452928 .shg-proportional-font-size,
#s-757a4da8-5bb4-40f2-94ea-9ecb3d452928 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1efe83ca-520e-461d-a958-8c863cf1851d {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-1efe83ca-520e-461d-a958-8c863cf1851d {
  margin-left: 40%;
margin-bottom: 0px;
margin-right: 3%;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1efe83ca-520e-461d-a958-8c863cf1851d {
  margin-left: 40%;
margin-right: 5%;
padding-left: 0%;
}
}@media (max-width: 767px){#s-1efe83ca-520e-461d-a958-8c863cf1851d {
  margin-left: 35%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
}
#s-1efe83ca-520e-461d-a958-8c863cf1851d .shg-proportional-font-size,
#s-1efe83ca-520e-461d-a958-8c863cf1851d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6a07c190-254a-4c40-ab29-1ec922b4629a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
background-color: rgba(83, 86, 90, 1);
text-align: center;
text-decoration: none;
}
#s-6a07c190-254a-4c40-ab29-1ec922b4629a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6a07c190-254a-4c40-ab29-1ec922b4629a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6a07c190-254a-4c40-ab29-1ec922b4629a {
  margin-left: 40%;
margin-bottom: 50px;
margin-right: 20%;
background-color: rgba(83, 86, 90, 1);
text-align: right;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a07c190-254a-4c40-ab29-1ec922b4629a {
  margin-left: 35%;
padding-right: 20px;
text-align: center;
}
}@media (max-width: 767px){#s-6a07c190-254a-4c40-ab29-1ec922b4629a {
  margin-right: 5%;
text-align: right;
}
}

  #s-6a07c190-254a-4c40-ab29-1ec922b4629a-root {
    text-align: center;
  }


#s-6a07c190-254a-4c40-ab29-1ec922b4629a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: nobel;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6a07c190-254a-4c40-ab29-1ec922b4629a-root {
    text-align: right;
  }


#s-6a07c190-254a-4c40-ab29-1ec922b4629a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: nobel;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6a07c190-254a-4c40-ab29-1ec922b4629a-root {
    text-align: center;
  }


#s-6a07c190-254a-4c40-ab29-1ec922b4629a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: nobel;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6a07c190-254a-4c40-ab29-1ec922b4629a-root {
    text-align: center;
  }


#s-6a07c190-254a-4c40-ab29-1ec922b4629a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: nobel;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6a07c190-254a-4c40-ab29-1ec922b4629a-root {
    text-align: right;
  }


#s-6a07c190-254a-4c40-ab29-1ec922b4629a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: nobel;
  display:  inline-block ;
}
}
#s-c5128c0a-7d8b-428d-b5a6-c3b81528fd13 {
  padding-top: 15px;
padding-bottom: 15px;
min-height: 400px;
max-width: 1000px;
background-attachment: scroll;
background-repeat: no-repeat;
background-color: rgba(223, 232, 236, 1);
}








#s-c5128c0a-7d8b-428d-b5a6-c3b81528fd13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5128c0a-7d8b-428d-b5a6-c3b81528fd13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2e25efe-0f72-4112-8d94-589014388f20 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-f2e25efe-0f72-4112-8d94-589014388f20 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f2e25efe-0f72-4112-8d94-589014388f20 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f2e25efe-0f72-4112-8d94-589014388f20 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-f2e25efe-0f72-4112-8d94-589014388f20 {
  padding-left: 10%;
padding-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-f2e25efe-0f72-4112-8d94-589014388f20"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f2e25efe-0f72-4112-8d94-589014388f20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f2e25efe-0f72-4112-8d94-589014388f20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2e25efe-0f72-4112-8d94-589014388f20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2355f851-1214-40e1-b98d-5e631fd05f4c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

.shg-image-margin-container-s-2355f851-1214-40e1-b98d-5e631fd05f4c {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2355f851-1214-40e1-b98d-5e631fd05f4c {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-2355f851-1214-40e1-b98d-5e631fd05f4c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-2355f851-1214-40e1-b98d-5e631fd05f4c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-2355f851-1214-40e1-b98d-5e631fd05f4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2355f851-1214-40e1-b98d-5e631fd05f4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2355f851-1214-40e1-b98d-5e631fd05f4c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-2355f851-1214-40e1-b98d-5e631fd05f4c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2355f851-1214-40e1-b98d-5e631fd05f4c {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-2355f851-1214-40e1-b98d-5e631fd05f4c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-2355f851-1214-40e1-b98d-5e631fd05f4c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-2355f851-1214-40e1-b98d-5e631fd05f4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2355f851-1214-40e1-b98d-5e631fd05f4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2355f851-1214-40e1-b98d-5e631fd05f4c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-2355f851-1214-40e1-b98d-5e631fd05f4c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2355f851-1214-40e1-b98d-5e631fd05f4c {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-2355f851-1214-40e1-b98d-5e631fd05f4c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-2355f851-1214-40e1-b98d-5e631fd05f4c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-2355f851-1214-40e1-b98d-5e631fd05f4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2355f851-1214-40e1-b98d-5e631fd05f4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2355f851-1214-40e1-b98d-5e631fd05f4c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-2355f851-1214-40e1-b98d-5e631fd05f4c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2355f851-1214-40e1-b98d-5e631fd05f4c {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-2355f851-1214-40e1-b98d-5e631fd05f4c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-2355f851-1214-40e1-b98d-5e631fd05f4c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-2355f851-1214-40e1-b98d-5e631fd05f4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2355f851-1214-40e1-b98d-5e631fd05f4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2355f851-1214-40e1-b98d-5e631fd05f4c.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-2355f851-1214-40e1-b98d-5e631fd05f4c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2355f851-1214-40e1-b98d-5e631fd05f4c {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-2355f851-1214-40e1-b98d-5e631fd05f4c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-2355f851-1214-40e1-b98d-5e631fd05f4c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-2355f851-1214-40e1-b98d-5e631fd05f4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2355f851-1214-40e1-b98d-5e631fd05f4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2355f851-1214-40e1-b98d-5e631fd05f4c.shogun-image {
  box-sizing: border-box;
}




}
#s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

.shg-image-margin-container-s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bf2a981-9cb9-4bcd-b119-9f5746f4483a.shogun-image {
  box-sizing: border-box;
}




}
#s-994b4aa0-f4a0-413f-aa1d-9d33019d743b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

.shg-image-margin-container-s-994b4aa0-f4a0-413f-aa1d-9d33019d743b {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-994b4aa0-f4a0-413f-aa1d-9d33019d743b {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-994b4aa0-f4a0-413f-aa1d-9d33019d743b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-994b4aa0-f4a0-413f-aa1d-9d33019d743b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-994b4aa0-f4a0-413f-aa1d-9d33019d743b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-994b4aa0-f4a0-413f-aa1d-9d33019d743b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-994b4aa0-f4a0-413f-aa1d-9d33019d743b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-994b4aa0-f4a0-413f-aa1d-9d33019d743b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-994b4aa0-f4a0-413f-aa1d-9d33019d743b {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-994b4aa0-f4a0-413f-aa1d-9d33019d743b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-994b4aa0-f4a0-413f-aa1d-9d33019d743b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-994b4aa0-f4a0-413f-aa1d-9d33019d743b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-994b4aa0-f4a0-413f-aa1d-9d33019d743b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-994b4aa0-f4a0-413f-aa1d-9d33019d743b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-994b4aa0-f4a0-413f-aa1d-9d33019d743b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-994b4aa0-f4a0-413f-aa1d-9d33019d743b {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-994b4aa0-f4a0-413f-aa1d-9d33019d743b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-994b4aa0-f4a0-413f-aa1d-9d33019d743b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-994b4aa0-f4a0-413f-aa1d-9d33019d743b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-994b4aa0-f4a0-413f-aa1d-9d33019d743b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-994b4aa0-f4a0-413f-aa1d-9d33019d743b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-994b4aa0-f4a0-413f-aa1d-9d33019d743b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-994b4aa0-f4a0-413f-aa1d-9d33019d743b {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-994b4aa0-f4a0-413f-aa1d-9d33019d743b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-994b4aa0-f4a0-413f-aa1d-9d33019d743b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-994b4aa0-f4a0-413f-aa1d-9d33019d743b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-994b4aa0-f4a0-413f-aa1d-9d33019d743b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-994b4aa0-f4a0-413f-aa1d-9d33019d743b.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-994b4aa0-f4a0-413f-aa1d-9d33019d743b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-994b4aa0-f4a0-413f-aa1d-9d33019d743b {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-994b4aa0-f4a0-413f-aa1d-9d33019d743b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-994b4aa0-f4a0-413f-aa1d-9d33019d743b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-994b4aa0-f4a0-413f-aa1d-9d33019d743b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-994b4aa0-f4a0-413f-aa1d-9d33019d743b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-994b4aa0-f4a0-413f-aa1d-9d33019d743b.shogun-image {
  box-sizing: border-box;
}




}
#s-fe2956b3-925e-4116-96a9-e9f81a5812a9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fe2956b3-925e-4116-96a9-e9f81a5812a9 {
  margin-top: 5px;
margin-bottom: 5px;
}
}@media (max-width: 767px){#s-fe2956b3-925e-4116-96a9-e9f81a5812a9 {
  height: 400px;
}
}
.shg-image-margin-container-s-fe2956b3-925e-4116-96a9-e9f81a5812a9 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fe2956b3-925e-4116-96a9-e9f81a5812a9 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-fe2956b3-925e-4116-96a9-e9f81a5812a9 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-fe2956b3-925e-4116-96a9-e9f81a5812a9 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-fe2956b3-925e-4116-96a9-e9f81a5812a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe2956b3-925e-4116-96a9-e9f81a5812a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe2956b3-925e-4116-96a9-e9f81a5812a9.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-fe2956b3-925e-4116-96a9-e9f81a5812a9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fe2956b3-925e-4116-96a9-e9f81a5812a9 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-fe2956b3-925e-4116-96a9-e9f81a5812a9 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-fe2956b3-925e-4116-96a9-e9f81a5812a9 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-fe2956b3-925e-4116-96a9-e9f81a5812a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe2956b3-925e-4116-96a9-e9f81a5812a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe2956b3-925e-4116-96a9-e9f81a5812a9.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-fe2956b3-925e-4116-96a9-e9f81a5812a9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fe2956b3-925e-4116-96a9-e9f81a5812a9 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-fe2956b3-925e-4116-96a9-e9f81a5812a9 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-fe2956b3-925e-4116-96a9-e9f81a5812a9 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-fe2956b3-925e-4116-96a9-e9f81a5812a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe2956b3-925e-4116-96a9-e9f81a5812a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe2956b3-925e-4116-96a9-e9f81a5812a9.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-fe2956b3-925e-4116-96a9-e9f81a5812a9 {
  
  
  margin-top: 5px;
  margin-bottom: 5px;
  /* Add padding handling */
  padding-left: 5%;
  padding-right: 5%;
  
  
}

#s-fe2956b3-925e-4116-96a9-e9f81a5812a9 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-fe2956b3-925e-4116-96a9-e9f81a5812a9 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-fe2956b3-925e-4116-96a9-e9f81a5812a9 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-fe2956b3-925e-4116-96a9-e9f81a5812a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe2956b3-925e-4116-96a9-e9f81a5812a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe2956b3-925e-4116-96a9-e9f81a5812a9.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-fe2956b3-925e-4116-96a9-e9f81a5812a9 {
  
  
  
  
  /* Add padding handling */
  padding-left: 10%;
  padding-right: 10%;
  
  
}

#s-fe2956b3-925e-4116-96a9-e9f81a5812a9 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-fe2956b3-925e-4116-96a9-e9f81a5812a9 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: contain;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-fe2956b3-925e-4116-96a9-e9f81a5812a9 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-fe2956b3-925e-4116-96a9-e9f81a5812a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe2956b3-925e-4116-96a9-e9f81a5812a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe2956b3-925e-4116-96a9-e9f81a5812a9.shogun-image {
  box-sizing: border-box;
}




}
#s-55022071-67a0-49af-85e9-7390e7cab425 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-55022071-67a0-49af-85e9-7390e7cab425 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-55022071-67a0-49af-85e9-7390e7cab425 .shg-proportional-font-size,
#s-55022071-67a0-49af-85e9-7390e7cab425 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 1200px){#s-55022071-67a0-49af-85e9-7390e7cab425 .shg-proportional-font-size,
#s-55022071-67a0-49af-85e9-7390e7cab425 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-e6a40ffe-f82d-4fa4-97b9-fbe475a12aeb {
  min-height: 400px;
}
@media (min-width: 1200px){#s-e6a40ffe-f82d-4fa4-97b9-fbe475a12aeb {
  display: none;
}
#s-e6a40ffe-f82d-4fa4-97b9-fbe475a12aeb, #wrap-s-e6a40ffe-f82d-4fa4-97b9-fbe475a12aeb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6a40ffe-f82d-4fa4-97b9-fbe475a12aeb {
  display: none;
}
#s-e6a40ffe-f82d-4fa4-97b9-fbe475a12aeb, #wrap-s-e6a40ffe-f82d-4fa4-97b9-fbe475a12aeb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6a40ffe-f82d-4fa4-97b9-fbe475a12aeb {
  display: none;
}
#s-e6a40ffe-f82d-4fa4-97b9-fbe475a12aeb, #wrap-s-e6a40ffe-f82d-4fa4-97b9-fbe475a12aeb { display: none !important; }}@media (max-width: 767px){#s-e6a40ffe-f82d-4fa4-97b9-fbe475a12aeb {
  
}
}
@media (min-width: 0px) {
[id="s-e6a40ffe-f82d-4fa4-97b9-fbe475a12aeb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6a40ffe-f82d-4fa4-97b9-fbe475a12aeb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e6a40ffe-f82d-4fa4-97b9-fbe475a12aeb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6a40ffe-f82d-4fa4-97b9-fbe475a12aeb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bc2b6006-a0b4-4d93-b217-863e366f6aaa {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 33px;
padding-bottom: 33px;
min-height: 400px;
background-position: left center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc2b6006-a0b4-4d93-b217-863e366f6aaa {
  
}
}@media (max-width: 767px){#s-bc2b6006-a0b4-4d93-b217-863e366f6aaa {
  
}
}







#s-bc2b6006-a0b4-4d93-b217-863e366f6aaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc2b6006-a0b4-4d93-b217-863e366f6aaa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d7bb02a-6cd7-49f1-bdc8-8481eeadbe68 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5d7bb02a-6cd7-49f1-bdc8-8481eeadbe68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d7bb02a-6cd7-49f1-bdc8-8481eeadbe68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7bdd873-a944-4da5-aa11-2cd3f6cd55b6 {
  margin-left: 15%;
margin-right: 15%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}
@media (min-width: 1200px){#s-e7bdd873-a944-4da5-aa11-2cd3f6cd55b6 {
  margin-top: 0px;
margin-left: 40%;
margin-bottom: 0px;
margin-right: 3%;
padding-left: 7%;
padding-right: 10%;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e7bdd873-a944-4da5-aa11-2cd3f6cd55b6 {
  margin-left: 40%;
margin-right: 0%;
padding-left: 7%;
padding-right: 0%;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e7bdd873-a944-4da5-aa11-2cd3f6cd55b6 {
  display: none;
}
#s-e7bdd873-a944-4da5-aa11-2cd3f6cd55b6, #wrap-s-e7bdd873-a944-4da5-aa11-2cd3f6cd55b6 { display: none !important; }}@media (max-width: 767px){#s-e7bdd873-a944-4da5-aa11-2cd3f6cd55b6 {
  display: none;
}
#s-e7bdd873-a944-4da5-aa11-2cd3f6cd55b6, #wrap-s-e7bdd873-a944-4da5-aa11-2cd3f6cd55b6 { display: none !important; }}
#s-e7bdd873-a944-4da5-aa11-2cd3f6cd55b6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Baskervville";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-e7bdd873-a944-4da5-aa11-2cd3f6cd55b6 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e7bdd873-a944-4da5-aa11-2cd3f6cd55b6 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-4334e97d-d119-4b9c-a91f-0512f7d52a36 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-4334e97d-d119-4b9c-a91f-0512f7d52a36 {
  margin-left: 44%;
margin-right: 0%;
padding-right: 10%;
}
}
#s-4334e97d-d119-4b9c-a91f-0512f7d52a36 .shg-proportional-font-size,
#s-4334e97d-d119-4b9c-a91f-0512f7d52a36 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0c416789-5cdb-4d0d-90b8-75a0b13d0f66 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-0c416789-5cdb-4d0d-90b8-75a0b13d0f66 {
  margin-left: 40%;
margin-bottom: 0px;
margin-right: 3%;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0c416789-5cdb-4d0d-90b8-75a0b13d0f66 {
  margin-left: 40%;
margin-right: 5%;
padding-left: 0%;
}
}@media (max-width: 767px){#s-0c416789-5cdb-4d0d-90b8-75a0b13d0f66 {
  margin-left: 35%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
}
#s-0c416789-5cdb-4d0d-90b8-75a0b13d0f66 .shg-proportional-font-size,
#s-0c416789-5cdb-4d0d-90b8-75a0b13d0f66 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-76f4923d-ba00-42d6-9bfa-6d9cd6b1497c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
background-color: rgba(83, 86, 90, 1);
text-align: center;
text-decoration: none;
}
#s-76f4923d-ba00-42d6-9bfa-6d9cd6b1497c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-76f4923d-ba00-42d6-9bfa-6d9cd6b1497c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-76f4923d-ba00-42d6-9bfa-6d9cd6b1497c {
  margin-left: 40%;
margin-bottom: 50px;
margin-right: 20%;
background-color: rgba(83, 86, 90, 1);
text-align: right;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-76f4923d-ba00-42d6-9bfa-6d9cd6b1497c {
  margin-left: 35%;
padding-right: 20px;
text-align: center;
}
}@media (max-width: 767px){#s-76f4923d-ba00-42d6-9bfa-6d9cd6b1497c {
  margin-right: 5%;
text-align: right;
}
}

  #s-76f4923d-ba00-42d6-9bfa-6d9cd6b1497c-root {
    text-align: center;
  }


#s-76f4923d-ba00-42d6-9bfa-6d9cd6b1497c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: nobel;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-76f4923d-ba00-42d6-9bfa-6d9cd6b1497c-root {
    text-align: right;
  }


#s-76f4923d-ba00-42d6-9bfa-6d9cd6b1497c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: nobel;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-76f4923d-ba00-42d6-9bfa-6d9cd6b1497c-root {
    text-align: center;
  }


#s-76f4923d-ba00-42d6-9bfa-6d9cd6b1497c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: nobel;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-76f4923d-ba00-42d6-9bfa-6d9cd6b1497c-root {
    text-align: center;
  }


#s-76f4923d-ba00-42d6-9bfa-6d9cd6b1497c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: nobel;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-76f4923d-ba00-42d6-9bfa-6d9cd6b1497c-root {
    text-align: right;
  }


#s-76f4923d-ba00-42d6-9bfa-6d9cd6b1497c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: nobel;
  display:  inline-block ;
}
}
#s-f1290481-8a9b-4149-b941-a32d082f79b3 {
  padding-top: 15px;
padding-bottom: 15px;
min-height: 400px;
max-width: 1000px;
background-attachment: scroll;
background-repeat: no-repeat;
background-color: rgba(223, 232, 236, 1);
}








#s-f1290481-8a9b-4149-b941-a32d082f79b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f1290481-8a9b-4149-b941-a32d082f79b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf606017-7817-4713-b60f-0d976f6e0028 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-cf606017-7817-4713-b60f-0d976f6e0028 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf606017-7817-4713-b60f-0d976f6e0028 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-cf606017-7817-4713-b60f-0d976f6e0028 {
  margin-top: 0px;
margin-bottom: 10px;
padding-left: 10%;
padding-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-cf606017-7817-4713-b60f-0d976f6e0028"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cf606017-7817-4713-b60f-0d976f6e0028"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cf606017-7817-4713-b60f-0d976f6e0028"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf606017-7817-4713-b60f-0d976f6e0028"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-adb1c4e3-56af-40d5-a9df-82027c99d86c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

.shg-image-margin-container-s-adb1c4e3-56af-40d5-a9df-82027c99d86c {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-adb1c4e3-56af-40d5-a9df-82027c99d86c {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-adb1c4e3-56af-40d5-a9df-82027c99d86c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-adb1c4e3-56af-40d5-a9df-82027c99d86c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-adb1c4e3-56af-40d5-a9df-82027c99d86c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adb1c4e3-56af-40d5-a9df-82027c99d86c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adb1c4e3-56af-40d5-a9df-82027c99d86c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-adb1c4e3-56af-40d5-a9df-82027c99d86c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-adb1c4e3-56af-40d5-a9df-82027c99d86c {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-adb1c4e3-56af-40d5-a9df-82027c99d86c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-adb1c4e3-56af-40d5-a9df-82027c99d86c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-adb1c4e3-56af-40d5-a9df-82027c99d86c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adb1c4e3-56af-40d5-a9df-82027c99d86c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adb1c4e3-56af-40d5-a9df-82027c99d86c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-adb1c4e3-56af-40d5-a9df-82027c99d86c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-adb1c4e3-56af-40d5-a9df-82027c99d86c {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-adb1c4e3-56af-40d5-a9df-82027c99d86c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-adb1c4e3-56af-40d5-a9df-82027c99d86c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-adb1c4e3-56af-40d5-a9df-82027c99d86c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adb1c4e3-56af-40d5-a9df-82027c99d86c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adb1c4e3-56af-40d5-a9df-82027c99d86c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-adb1c4e3-56af-40d5-a9df-82027c99d86c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-adb1c4e3-56af-40d5-a9df-82027c99d86c {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-adb1c4e3-56af-40d5-a9df-82027c99d86c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-adb1c4e3-56af-40d5-a9df-82027c99d86c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-adb1c4e3-56af-40d5-a9df-82027c99d86c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adb1c4e3-56af-40d5-a9df-82027c99d86c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adb1c4e3-56af-40d5-a9df-82027c99d86c.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-adb1c4e3-56af-40d5-a9df-82027c99d86c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-adb1c4e3-56af-40d5-a9df-82027c99d86c {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-adb1c4e3-56af-40d5-a9df-82027c99d86c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-adb1c4e3-56af-40d5-a9df-82027c99d86c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-adb1c4e3-56af-40d5-a9df-82027c99d86c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adb1c4e3-56af-40d5-a9df-82027c99d86c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adb1c4e3-56af-40d5-a9df-82027c99d86c.shogun-image {
  box-sizing: border-box;
}




}
#s-abcc18f2-eace-4018-9213-cb18f3fe56a6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

.shg-image-margin-container-s-abcc18f2-eace-4018-9213-cb18f3fe56a6 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-abcc18f2-eace-4018-9213-cb18f3fe56a6 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-abcc18f2-eace-4018-9213-cb18f3fe56a6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-abcc18f2-eace-4018-9213-cb18f3fe56a6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-abcc18f2-eace-4018-9213-cb18f3fe56a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abcc18f2-eace-4018-9213-cb18f3fe56a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abcc18f2-eace-4018-9213-cb18f3fe56a6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-abcc18f2-eace-4018-9213-cb18f3fe56a6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-abcc18f2-eace-4018-9213-cb18f3fe56a6 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-abcc18f2-eace-4018-9213-cb18f3fe56a6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-abcc18f2-eace-4018-9213-cb18f3fe56a6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-abcc18f2-eace-4018-9213-cb18f3fe56a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abcc18f2-eace-4018-9213-cb18f3fe56a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abcc18f2-eace-4018-9213-cb18f3fe56a6.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-abcc18f2-eace-4018-9213-cb18f3fe56a6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-abcc18f2-eace-4018-9213-cb18f3fe56a6 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-abcc18f2-eace-4018-9213-cb18f3fe56a6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-abcc18f2-eace-4018-9213-cb18f3fe56a6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-abcc18f2-eace-4018-9213-cb18f3fe56a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abcc18f2-eace-4018-9213-cb18f3fe56a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abcc18f2-eace-4018-9213-cb18f3fe56a6.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-abcc18f2-eace-4018-9213-cb18f3fe56a6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-abcc18f2-eace-4018-9213-cb18f3fe56a6 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-abcc18f2-eace-4018-9213-cb18f3fe56a6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-abcc18f2-eace-4018-9213-cb18f3fe56a6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-abcc18f2-eace-4018-9213-cb18f3fe56a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abcc18f2-eace-4018-9213-cb18f3fe56a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abcc18f2-eace-4018-9213-cb18f3fe56a6.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-abcc18f2-eace-4018-9213-cb18f3fe56a6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-abcc18f2-eace-4018-9213-cb18f3fe56a6 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-abcc18f2-eace-4018-9213-cb18f3fe56a6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-abcc18f2-eace-4018-9213-cb18f3fe56a6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-abcc18f2-eace-4018-9213-cb18f3fe56a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abcc18f2-eace-4018-9213-cb18f3fe56a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abcc18f2-eace-4018-9213-cb18f3fe56a6.shogun-image {
  box-sizing: border-box;
}




}
#s-191d1b60-0316-4a03-aadd-0b97383fbc9b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

.shg-image-margin-container-s-191d1b60-0316-4a03-aadd-0b97383fbc9b {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-191d1b60-0316-4a03-aadd-0b97383fbc9b {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-191d1b60-0316-4a03-aadd-0b97383fbc9b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-191d1b60-0316-4a03-aadd-0b97383fbc9b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-191d1b60-0316-4a03-aadd-0b97383fbc9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-191d1b60-0316-4a03-aadd-0b97383fbc9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-191d1b60-0316-4a03-aadd-0b97383fbc9b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-191d1b60-0316-4a03-aadd-0b97383fbc9b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-191d1b60-0316-4a03-aadd-0b97383fbc9b {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-191d1b60-0316-4a03-aadd-0b97383fbc9b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-191d1b60-0316-4a03-aadd-0b97383fbc9b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-191d1b60-0316-4a03-aadd-0b97383fbc9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-191d1b60-0316-4a03-aadd-0b97383fbc9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-191d1b60-0316-4a03-aadd-0b97383fbc9b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-191d1b60-0316-4a03-aadd-0b97383fbc9b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-191d1b60-0316-4a03-aadd-0b97383fbc9b {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-191d1b60-0316-4a03-aadd-0b97383fbc9b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-191d1b60-0316-4a03-aadd-0b97383fbc9b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-191d1b60-0316-4a03-aadd-0b97383fbc9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-191d1b60-0316-4a03-aadd-0b97383fbc9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-191d1b60-0316-4a03-aadd-0b97383fbc9b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-191d1b60-0316-4a03-aadd-0b97383fbc9b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-191d1b60-0316-4a03-aadd-0b97383fbc9b {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-191d1b60-0316-4a03-aadd-0b97383fbc9b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-191d1b60-0316-4a03-aadd-0b97383fbc9b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-191d1b60-0316-4a03-aadd-0b97383fbc9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-191d1b60-0316-4a03-aadd-0b97383fbc9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-191d1b60-0316-4a03-aadd-0b97383fbc9b.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-191d1b60-0316-4a03-aadd-0b97383fbc9b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-191d1b60-0316-4a03-aadd-0b97383fbc9b {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-191d1b60-0316-4a03-aadd-0b97383fbc9b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-191d1b60-0316-4a03-aadd-0b97383fbc9b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-191d1b60-0316-4a03-aadd-0b97383fbc9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-191d1b60-0316-4a03-aadd-0b97383fbc9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-191d1b60-0316-4a03-aadd-0b97383fbc9b.shogun-image {
  box-sizing: border-box;
}




}
#s-ca589e85-fdd8-4348-8b90-837e27ea9f09 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-ca589e85-fdd8-4348-8b90-837e27ea9f09 {
  height: 400px;
}
}
.shg-image-margin-container-s-ca589e85-fdd8-4348-8b90-837e27ea9f09 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ca589e85-fdd8-4348-8b90-837e27ea9f09 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-ca589e85-fdd8-4348-8b90-837e27ea9f09 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-ca589e85-fdd8-4348-8b90-837e27ea9f09 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ca589e85-fdd8-4348-8b90-837e27ea9f09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca589e85-fdd8-4348-8b90-837e27ea9f09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca589e85-fdd8-4348-8b90-837e27ea9f09.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-ca589e85-fdd8-4348-8b90-837e27ea9f09 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ca589e85-fdd8-4348-8b90-837e27ea9f09 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-ca589e85-fdd8-4348-8b90-837e27ea9f09 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-ca589e85-fdd8-4348-8b90-837e27ea9f09 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ca589e85-fdd8-4348-8b90-837e27ea9f09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca589e85-fdd8-4348-8b90-837e27ea9f09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca589e85-fdd8-4348-8b90-837e27ea9f09.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-ca589e85-fdd8-4348-8b90-837e27ea9f09 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ca589e85-fdd8-4348-8b90-837e27ea9f09 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-ca589e85-fdd8-4348-8b90-837e27ea9f09 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-ca589e85-fdd8-4348-8b90-837e27ea9f09 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ca589e85-fdd8-4348-8b90-837e27ea9f09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca589e85-fdd8-4348-8b90-837e27ea9f09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca589e85-fdd8-4348-8b90-837e27ea9f09.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-ca589e85-fdd8-4348-8b90-837e27ea9f09 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ca589e85-fdd8-4348-8b90-837e27ea9f09 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-ca589e85-fdd8-4348-8b90-837e27ea9f09 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-ca589e85-fdd8-4348-8b90-837e27ea9f09 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ca589e85-fdd8-4348-8b90-837e27ea9f09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca589e85-fdd8-4348-8b90-837e27ea9f09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca589e85-fdd8-4348-8b90-837e27ea9f09.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-ca589e85-fdd8-4348-8b90-837e27ea9f09 {
  
  
  
  
  /* Add padding handling */
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5px;
  padding-bottom: 0px;
}

#s-ca589e85-fdd8-4348-8b90-837e27ea9f09 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-ca589e85-fdd8-4348-8b90-837e27ea9f09 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: contain;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-ca589e85-fdd8-4348-8b90-837e27ea9f09 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ca589e85-fdd8-4348-8b90-837e27ea9f09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca589e85-fdd8-4348-8b90-837e27ea9f09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca589e85-fdd8-4348-8b90-837e27ea9f09.shogun-image {
  box-sizing: border-box;
}




}
#s-a8dfb5e5-22a4-4c37-84c6-71f7db09c607 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-a8dfb5e5-22a4-4c37-84c6-71f7db09c607 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-a8dfb5e5-22a4-4c37-84c6-71f7db09c607 .shg-proportional-font-size,
#s-a8dfb5e5-22a4-4c37-84c6-71f7db09c607 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 1200px){#s-a8dfb5e5-22a4-4c37-84c6-71f7db09c607 .shg-proportional-font-size,
#s-a8dfb5e5-22a4-4c37-84c6-71f7db09c607 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
/*
  $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 --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- 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;
}
