.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 350px;
background-position: center center;
}
@media (min-width: 1200px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (max-width: 767px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
}
}
#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  background-image: url(https://i.shgcdn.com/7e68ab4c-ac9e-4857-aefe-2cd61014bffc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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;
}

@media (min-width: 1200px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (max-width: 767px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}
@media (min-width: 0px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (max-width: 767px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}







#s-042102a7-0d38-4113-8b9f-657bf5d14a9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-042102a7-0d38-4113-8b9f-657bf5d14a9b.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  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;
}

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

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

#s-18e37b0b-5f1e-48e7-a6a9-8a3c487c5898 {
  margin-left: auto;
margin-right: auto;
max-width: 160px;
text-align: center;
}

#s-18e37b0b-5f1e-48e7-a6a9-8a3c487c5898 {
  overflow: hidden;
}







  #s-18e37b0b-5f1e-48e7-a6a9-8a3c487c5898 img.shogun-image {
    

    
    
    
  }


#s-18e37b0b-5f1e-48e7-a6a9-8a3c487c5898 .shogun-image-content {
  
    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;
  
  
  text-transform: none;
  
  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-e4d69506-6dce-4564-9b6c-747541b20b9f {
  padding-top: 4px;
padding-bottom: 4px;
text-align: center;
}

#s-e4d69506-6dce-4564-9b6c-747541b20b9f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-2e057d5a-3877-414f-b896-bf36069d43f8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 700px;
text-align: center;
}

#s-2e057d5a-3877-414f-b896-bf36069d43f8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



.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 {
  
  
}

.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-dcaf10d1-c5d4-45d7-8e0f-f37a0cd41ee2 {
  margin-left: auto;
margin-right: auto;
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: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-dcaf10d1-c5d4-45d7-8e0f-f37a0cd41ee2:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-dcaf10d1-c5d4-45d7-8e0f-f37a0cd41ee2:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-dcaf10d1-c5d4-45d7-8e0f-f37a0cd41ee2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dcaf10d1-c5d4-45d7-8e0f-f37a0cd41ee2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dcaf10d1-c5d4-45d7-8e0f-f37a0cd41ee2 {
  
}
}@media (max-width: 767px){#s-dcaf10d1-c5d4-45d7-8e0f-f37a0cd41ee2 {
  
}
}

  #s-dcaf10d1-c5d4-45d7-8e0f-f37a0cd41ee2-root {
    text-align: center;
  }


#s-dcaf10d1-c5d4-45d7-8e0f-f37a0cd41ee2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-dcaf10d1-c5d4-45d7-8e0f-f37a0cd41ee2-root {
    text-align: center;
  }


#s-dcaf10d1-c5d4-45d7-8e0f-f37a0cd41ee2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dcaf10d1-c5d4-45d7-8e0f-f37a0cd41ee2-root {
    text-align: center;
  }


#s-dcaf10d1-c5d4-45d7-8e0f-f37a0cd41ee2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dcaf10d1-c5d4-45d7-8e0f-f37a0cd41ee2-root {
    text-align: center;
  }


#s-dcaf10d1-c5d4-45d7-8e0f-f37a0cd41ee2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-dcaf10d1-c5d4-45d7-8e0f-f37a0cd41ee2-root {
    text-align: center;
  }


#s-dcaf10d1-c5d4-45d7-8e0f-f37a0cd41ee2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-d7131251-b75a-43fe-834a-9a80743dc90e {
  min-height: 50px;
}








#s-d7131251-b75a-43fe-834a-9a80743dc90e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7131251-b75a-43fe-834a-9a80743dc90e.shg-box.shg-c {
  justify-content: center;
}

#s-1f28774b-1262-42cc-a8fe-c1de489aaa10 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-1f28774b-1262-42cc-a8fe-c1de489aaa10 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-18937326-fd58-464e-ba37-a7e4e084c5f1 {
  text-align: center;
}

#s-18937326-fd58-464e-ba37-a7e4e084c5f1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



.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 {
  
  
  
}

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-a728fd04-756f-4064-bfaf-d630e9ecec09 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1100px;
}

#s-48c72caf-d80e-472d-b0ef-0aab1f08a1c9 {
  margin-top: 42px;
margin-left: auto;
margin-bottom: 42px;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-48c72caf-d80e-472d-b0ef-0aab1f08a1c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48c72caf-d80e-472d-b0ef-0aab1f08a1c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-48c72caf-d80e-472d-b0ef-0aab1f08a1c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-48c72caf-d80e-472d-b0ef-0aab1f08a1c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-48c72caf-d80e-472d-b0ef-0aab1f08a1c9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a9899cbd-89f2-4cbf-a5b8-41a50896af2f {
  margin-left: 2%;
margin-right: 2%;
max-width: 550px;
text-align: center;
}

#s-a9899cbd-89f2-4cbf-a5b8-41a50896af2f {
  overflow: hidden;
}







  #s-a9899cbd-89f2-4cbf-a5b8-41a50896af2f img.shogun-image {
    

    
    
    
  }


#s-a9899cbd-89f2-4cbf-a5b8-41a50896af2f .shogun-image-content {
  
    justify-content: center;
  
}

#s-fc3e5000-dc05-4de8-ac74-73040d2b13d2 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fc3e5000-dc05-4de8-ac74-73040d2b13d2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}



#s-905e4c09-2379-4137-8592-74db3190deee {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
}

#s-cff9a5a5-390c-4da0-84d1-bd9ff03492a0 {
  margin-top: 42px;
margin-left: auto;
margin-bottom: 42px;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-cff9a5a5-390c-4da0-84d1-bd9ff03492a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cff9a5a5-390c-4da0-84d1-bd9ff03492a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cff9a5a5-390c-4da0-84d1-bd9ff03492a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cff9a5a5-390c-4da0-84d1-bd9ff03492a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-cff9a5a5-390c-4da0-84d1-bd9ff03492a0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-30a07898-8a6e-4a22-a114-c9dfe21a04f3 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-30a07898-8a6e-4a22-a114-c9dfe21a04f3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}



#s-50940ab5-392d-4225-90a9-690cbe31d202 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
}

#s-d1a59deb-fe49-4fd8-8f1c-e3c0406e8c76 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
max-width: 350px;
text-align: center;
}

#s-d1a59deb-fe49-4fd8-8f1c-e3c0406e8c76 {
  overflow: hidden;
}







  #s-d1a59deb-fe49-4fd8-8f1c-e3c0406e8c76 img.shogun-image {
    

    
    
    
  }


#s-d1a59deb-fe49-4fd8-8f1c-e3c0406e8c76 .shogun-image-content {
  
    justify-content: center;
  
}

#s-edf6cc25-0f71-4d89-b75e-cba725080cf0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjVlYmE1YWEtZjhiNi00ZDAxLWJiOTgtMGY1YzE3NDcxZDY2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyNWViYTVhYS1mOGI2LTRkMDEtYmI5OC0wZjVjMTc0NzFkNjYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0px;
margin-left: 10%;
margin-bottom: 14px;
margin-right: 10%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 5px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
}
#s-edf6cc25-0f71-4d89-b75e-cba725080cf0:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTUwMmQ2MWYtZTJmYS00OGZmLWJkZjQtMmQ3ZDRiOGYwYmI1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNTAyZDYxZi1lMmZhLTQ4ZmYtYmRmNC0yZDdkNGI4ZjBiYjUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}#s-edf6cc25-0f71-4d89-b75e-cba725080cf0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-edf6cc25-0f71-4d89-b75e-cba725080cf0-root {
    text-align: left;
  }


#s-edf6cc25-0f71-4d89-b75e-cba725080cf0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-edf6cc25-0f71-4d89-b75e-cba725080cf0-root {
    text-align: left;
  }


#s-edf6cc25-0f71-4d89-b75e-cba725080cf0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-edf6cc25-0f71-4d89-b75e-cba725080cf0-root {
    text-align: left;
  }


#s-edf6cc25-0f71-4d89-b75e-cba725080cf0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-edf6cc25-0f71-4d89-b75e-cba725080cf0-root {
    text-align: left;
  }


#s-edf6cc25-0f71-4d89-b75e-cba725080cf0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-edf6cc25-0f71-4d89-b75e-cba725080cf0-root {
    text-align: left;
  }


#s-edf6cc25-0f71-4d89-b75e-cba725080cf0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-70eb9036-53a9-4313-899d-60c873c2b4cf {
  margin-top: 42px;
margin-left: auto;
margin-bottom: 42px;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-70eb9036-53a9-4313-899d-60c873c2b4cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70eb9036-53a9-4313-899d-60c873c2b4cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-70eb9036-53a9-4313-899d-60c873c2b4cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-70eb9036-53a9-4313-899d-60c873c2b4cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-0ec0cea4-0c36-4705-b707-63a5066d3bce {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0ec0cea4-0c36-4705-b707-63a5066d3bce .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}



#s-e51da652-3266-4c10-8763-fe599aea230c {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
}

#s-6c6195c8-814b-4a38-815f-563bde0a96ac {
  margin-top: 42px;
margin-left: auto;
margin-bottom: 42px;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-6c6195c8-814b-4a38-815f-563bde0a96ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c6195c8-814b-4a38-815f-563bde0a96ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6c6195c8-814b-4a38-815f-563bde0a96ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c6195c8-814b-4a38-815f-563bde0a96ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-6c6195c8-814b-4a38-815f-563bde0a96ac"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-29630f9f-a50a-49f1-976f-5f1e4fa42da1 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-29630f9f-a50a-49f1-976f-5f1e4fa42da1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}



#s-3b4e6e9b-1236-4086-a936-294ae7ea61b8 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3b4e6e9b-1236-4086-a936-294ae7ea61b8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}



#s-d853db23-3f99-4849-ae01-23df20d85b78 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
}

#s-be3bceee-376c-4bf8-876a-32783c2e985c {
  margin-top: 19px;
margin-bottom: 19px;
padding-left: 2%;
padding-right: 2%;
text-align: center;
}

#s-be3bceee-376c-4bf8-876a-32783c2e985c {
  overflow: hidden;
}







  #s-be3bceee-376c-4bf8-876a-32783c2e985c img.shogun-image {
    

    
    
    
  }


#s-be3bceee-376c-4bf8-876a-32783c2e985c .shogun-image-content {
  
    justify-content: flex-end;
  
}

#s-c761e45f-b4d6-4c18-bdac-a078040136ae {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 18px;
margin-right: 2%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 5px;
background-color: rgba(252, 99, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c761e45f-b4d6-4c18-bdac-a078040136ae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c761e45f-b4d6-4c18-bdac-a078040136ae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c761e45f-b4d6-4c18-bdac-a078040136ae-root {
    text-align: left;
  }


#s-c761e45f-b4d6-4c18-bdac-a078040136ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c761e45f-b4d6-4c18-bdac-a078040136ae-root {
    text-align: left;
  }


#s-c761e45f-b4d6-4c18-bdac-a078040136ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c761e45f-b4d6-4c18-bdac-a078040136ae-root {
    text-align: left;
  }


#s-c761e45f-b4d6-4c18-bdac-a078040136ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c761e45f-b4d6-4c18-bdac-a078040136ae-root {
    text-align: left;
  }


#s-c761e45f-b4d6-4c18-bdac-a078040136ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c761e45f-b4d6-4c18-bdac-a078040136ae-root {
    text-align: left;
  }


#s-c761e45f-b4d6-4c18-bdac-a078040136ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d1ad768c-8c4d-40e6-8d7e-fc8838ab4574 {
  margin-top: 42px;
margin-left: auto;
margin-bottom: 42px;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-d1ad768c-8c4d-40e6-8d7e-fc8838ab4574"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1ad768c-8c4d-40e6-8d7e-fc8838ab4574"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d1ad768c-8c4d-40e6-8d7e-fc8838ab4574"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1ad768c-8c4d-40e6-8d7e-fc8838ab4574"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-d1ad768c-8c4d-40e6-8d7e-fc8838ab4574"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-91c7cafb-8118-4a7d-9360-3fe602aa1fa1 {
  margin-top: 25px;
margin-bottom: 25px;
padding-left: 2%;
padding-right: 2%;
text-align: center;
}

#s-91c7cafb-8118-4a7d-9360-3fe602aa1fa1 {
  overflow: hidden;
}







  #s-91c7cafb-8118-4a7d-9360-3fe602aa1fa1 img.shogun-image {
    

    
    
    
  }


#s-91c7cafb-8118-4a7d-9360-3fe602aa1fa1 .shogun-image-content {
  
    justify-content: flex-end;
  
}

#s-983cedf5-5c27-4ebb-9073-030d9338450e {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-983cedf5-5c27-4ebb-9073-030d9338450e .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}



#s-3307d55d-1d93-4284-889d-163d91ff0189 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
}

#s-e4a95aaf-d9c7-480d-ae4d-ce53ec78e2f8 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 18px;
margin-right: 2%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 5px;
background-color: rgba(252, 99, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e4a95aaf-d9c7-480d-ae4d-ce53ec78e2f8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e4a95aaf-d9c7-480d-ae4d-ce53ec78e2f8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e4a95aaf-d9c7-480d-ae4d-ce53ec78e2f8-root {
    text-align: left;
  }


#s-e4a95aaf-d9c7-480d-ae4d-ce53ec78e2f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e4a95aaf-d9c7-480d-ae4d-ce53ec78e2f8-root {
    text-align: left;
  }


#s-e4a95aaf-d9c7-480d-ae4d-ce53ec78e2f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4a95aaf-d9c7-480d-ae4d-ce53ec78e2f8-root {
    text-align: left;
  }


#s-e4a95aaf-d9c7-480d-ae4d-ce53ec78e2f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e4a95aaf-d9c7-480d-ae4d-ce53ec78e2f8-root {
    text-align: left;
  }


#s-e4a95aaf-d9c7-480d-ae4d-ce53ec78e2f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e4a95aaf-d9c7-480d-ae4d-ce53ec78e2f8-root {
    text-align: left;
  }


#s-e4a95aaf-d9c7-480d-ae4d-ce53ec78e2f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f49e42ed-7f8a-4b42-886a-f4a5896cc08b {
  padding-top: 10px;
text-align: center;
}

#s-f49e42ed-7f8a-4b42-886a-f4a5896cc08b .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-9523e6ef-8769-43df-a00d-f1fde0ccbdc8 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 42px;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-9523e6ef-8769-43df-a00d-f1fde0ccbdc8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9523e6ef-8769-43df-a00d-f1fde0ccbdc8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9523e6ef-8769-43df-a00d-f1fde0ccbdc8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9523e6ef-8769-43df-a00d-f1fde0ccbdc8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-9523e6ef-8769-43df-a00d-f1fde0ccbdc8"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-6e6d7f84-ce46-4325-a00a-44217f999eae {
  margin-left: 10%;
margin-right: 10%;
max-width: 500px;
text-align: center;
}

#s-6e6d7f84-ce46-4325-a00a-44217f999eae {
  overflow: hidden;
}







  #s-6e6d7f84-ce46-4325-a00a-44217f999eae img.shogun-image {
    

    
    
    
  }


#s-6e6d7f84-ce46-4325-a00a-44217f999eae .shogun-image-content {
  
    justify-content: center;
  
}

#s-0a926af8-a5cc-4ef6-b36d-23f55487bad2 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a926af8-a5cc-4ef6-b36d-23f55487bad2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-b9f461f6-c35d-4cc9-ade8-c27b9252830c {
  margin-left: 10%;
margin-right: 10%;
max-width: 500px;
text-align: center;
}

#s-b9f461f6-c35d-4cc9-ade8-c27b9252830c {
  overflow: hidden;
}







  #s-b9f461f6-c35d-4cc9-ade8-c27b9252830c img.shogun-image {
    

    
    
    
  }


#s-b9f461f6-c35d-4cc9-ade8-c27b9252830c .shogun-image-content {
  
    justify-content: center;
  
}

#s-0a54ecf9-021d-4d8b-ac7d-165de0f989cc {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a54ecf9-021d-4d8b-ac7d-165de0f989cc .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


#s-0a54ecf9-021d-4d8b-ac7d-165de0f989cc .shogun-heading-component h3 a {
  color: #000;
}


#s-f389b7d0-d99c-4a01-9521-13b07bf699ad {
  margin-left: 10%;
margin-right: 10%;
max-width: 500px;
text-align: center;
}

#s-f389b7d0-d99c-4a01-9521-13b07bf699ad {
  overflow: hidden;
}







  #s-f389b7d0-d99c-4a01-9521-13b07bf699ad img.shogun-image {
    

    
    
    
  }


#s-f389b7d0-d99c-4a01-9521-13b07bf699ad .shogun-image-content {
  
    justify-content: center;
  
}

#s-0bb489ce-b51a-4bcc-a9bd-fcfe96cd5877 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0bb489ce-b51a-4bcc-a9bd-fcfe96cd5877 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-1e87a290-5dc0-43f2-9837-4a814bef6c82 {
  margin-left: 10%;
margin-right: 10%;
max-width: 500px;
text-align: center;
}

#s-1e87a290-5dc0-43f2-9837-4a814bef6c82 {
  overflow: hidden;
}







  #s-1e87a290-5dc0-43f2-9837-4a814bef6c82 img.shogun-image {
    

    
    
    
  }


#s-1e87a290-5dc0-43f2-9837-4a814bef6c82 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d8e782b9-2870-4e0a-a0b6-47fd629409ab {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8e782b9-2870-4e0a-a0b6-47fd629409ab .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


#s-d8e782b9-2870-4e0a-a0b6-47fd629409ab .shogun-heading-component h3 a {
  color: #000;
}


#s-a9e175d2-6e3e-4901-958b-62d603776c96 {
  min-height: 50px;
}








#s-a9e175d2-6e3e-4901-958b-62d603776c96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a9e175d2-6e3e-4901-958b-62d603776c96.shg-box.shg-c {
  justify-content: center;
}

#s-b4e7e44a-f10e-4e70-8761-f481bf1c0557 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(252, 99, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b4e7e44a-f10e-4e70-8761-f481bf1c0557:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b4e7e44a-f10e-4e70-8761-f481bf1c0557:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b4e7e44a-f10e-4e70-8761-f481bf1c0557-root {
    text-align: center;
  }


#s-b4e7e44a-f10e-4e70-8761-f481bf1c0557.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b4e7e44a-f10e-4e70-8761-f481bf1c0557-root {
    text-align: center;
  }


#s-b4e7e44a-f10e-4e70-8761-f481bf1c0557.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4e7e44a-f10e-4e70-8761-f481bf1c0557-root {
    text-align: center;
  }


#s-b4e7e44a-f10e-4e70-8761-f481bf1c0557.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b4e7e44a-f10e-4e70-8761-f481bf1c0557-root {
    text-align: center;
  }


#s-b4e7e44a-f10e-4e70-8761-f481bf1c0557.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b4e7e44a-f10e-4e70-8761-f481bf1c0557-root {
    text-align: center;
  }


#s-b4e7e44a-f10e-4e70-8761-f481bf1c0557.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-8dbc0f0e-7179-4adc-9351-5cecf4e69599 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}

#s-8dbc0f0e-7179-4adc-9351-5cecf4e69599 {
  background-image: url(https://i.shgcdn.com/c0132430-96a3-4754-bc4e-0d52efdaf1d3/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8dbc0f0e-7179-4adc-9351-5cecf4e69599 {
  background-image: url(https://i.shgcdn.com/c0132430-96a3-4754-bc4e-0d52efdaf1d3/-/resize/480x/);
}
#s-8dbc0f0e-7179-4adc-9351-5cecf4e69599.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8dbc0f0e-7179-4adc-9351-5cecf4e69599 {
  background-image: url(https://i.shgcdn.com/c0132430-96a3-4754-bc4e-0d52efdaf1d3/-/resize/960x/);
}
#s-8dbc0f0e-7179-4adc-9351-5cecf4e69599.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8dbc0f0e-7179-4adc-9351-5cecf4e69599 {
  background-image: url(https://i.shgcdn.com/c0132430-96a3-4754-bc4e-0d52efdaf1d3/-/resize/768x/);
}
#s-8dbc0f0e-7179-4adc-9351-5cecf4e69599.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8dbc0f0e-7179-4adc-9351-5cecf4e69599 {
  background-image: url(https://i.shgcdn.com/c0132430-96a3-4754-bc4e-0d52efdaf1d3/-/resize/1536x/);
}
#s-8dbc0f0e-7179-4adc-9351-5cecf4e69599.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8dbc0f0e-7179-4adc-9351-5cecf4e69599 {
  background-image: url(https://i.shgcdn.com/c0132430-96a3-4754-bc4e-0d52efdaf1d3/-/resize/1024x/);
}
#s-8dbc0f0e-7179-4adc-9351-5cecf4e69599.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8dbc0f0e-7179-4adc-9351-5cecf4e69599 {
  background-image: url(https://i.shgcdn.com/c0132430-96a3-4754-bc4e-0d52efdaf1d3/-/resize/2048x/);
}
#s-8dbc0f0e-7179-4adc-9351-5cecf4e69599.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8dbc0f0e-7179-4adc-9351-5cecf4e69599 {
  background-image: url(https://i.shgcdn.com/c0132430-96a3-4754-bc4e-0d52efdaf1d3/-/resize/1200x/);
}
#s-8dbc0f0e-7179-4adc-9351-5cecf4e69599.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8dbc0f0e-7179-4adc-9351-5cecf4e69599 {
  background-image: url(https://i.shgcdn.com/c0132430-96a3-4754-bc4e-0d52efdaf1d3/-/resize/2048x/);
}
#s-8dbc0f0e-7179-4adc-9351-5cecf4e69599.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-8dbc0f0e-7179-4adc-9351-5cecf4e69599 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8dbc0f0e-7179-4adc-9351-5cecf4e69599.shg-box.shg-c {
  justify-content: center;
}

#s-45fb0c28-8faa-46af-b2bf-9206379bec12 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-45fb0c28-8faa-46af-b2bf-9206379bec12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45fb0c28-8faa-46af-b2bf-9206379bec12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-45fb0c28-8faa-46af-b2bf-9206379bec12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-45fb0c28-8faa-46af-b2bf-9206379bec12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e81db258-5720-44e0-a34b-2ef3036a2d87 {
  margin-top: 26px;
margin-left: 7%;
margin-bottom: 26px;
margin-right: 7%;
padding-top: 10px;
padding-left: 1%;
padding-bottom: 10px;
padding-right: 1%;
max-width: 500px;
text-align: left;
}

#s-e81db258-5720-44e0-a34b-2ef3036a2d87 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-4645fdc5-0aed-49d5-82af-8d1bee48bb98 {
  margin-top: 20px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
padding-left: 1%;
padding-right: 1%;
max-width: 500px;
}

.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 {
  
  
  
}

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-82ec4ea4-1d75-4cca-a985-eda4a4001e53 {
  margin-left: 8%;
margin-right: 8%;
}

#s-82ec4ea4-1d75-4cca-a985-eda4a4001e53 .shg-proportional-font-size,
#s-82ec4ea4-1d75-4cca-a985-eda4a4001e53 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-47071e16-f63a-4888-b2f5-66859e1ef8d4 {
  margin-top: 26px;
margin-left: 24px;
margin-right: 24px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-47071e16-f63a-4888-b2f5-66859e1ef8d4 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-d58a4f9e-bd06-4aeb-9dd6-dee028b935bf {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-8157c4cf-42c4-4574-abf8-a0d3f93d855c {
  margin-left: 24px;
margin-right: 24px;
max-width: 500px;
text-align: left;
}

#s-03d4088b-caf0-4c1f-9fb6-d1cb6c475b00 {
  margin-top: 42px;
margin-left: auto;
margin-bottom: 42px;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-03d4088b-caf0-4c1f-9fb6-d1cb6c475b00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03d4088b-caf0-4c1f-9fb6-d1cb6c475b00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-03d4088b-caf0-4c1f-9fb6-d1cb6c475b00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-03d4088b-caf0-4c1f-9fb6-d1cb6c475b00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e64d227a-7d8e-4dfa-ae62-e6d3e3b8fd29 {
  padding-top: 20px;
padding-left: 2%;
padding-bottom: 20px;
padding-right: 2%;
text-align: center;
}

#s-e64d227a-7d8e-4dfa-ae62-e6d3e3b8fd29 {
  overflow: hidden;
}







  #s-e64d227a-7d8e-4dfa-ae62-e6d3e3b8fd29 img.shogun-image {
    

    
    
    
  }


#s-e64d227a-7d8e-4dfa-ae62-e6d3e3b8fd29 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6556d30c-5224-4bfb-b73e-c9ddd771ce92 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 5px;
background-color: rgba(252, 99, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6556d30c-5224-4bfb-b73e-c9ddd771ce92:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6556d30c-5224-4bfb-b73e-c9ddd771ce92:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6556d30c-5224-4bfb-b73e-c9ddd771ce92-root {
    text-align: left;
  }


#s-6556d30c-5224-4bfb-b73e-c9ddd771ce92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6556d30c-5224-4bfb-b73e-c9ddd771ce92-root {
    text-align: left;
  }


#s-6556d30c-5224-4bfb-b73e-c9ddd771ce92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6556d30c-5224-4bfb-b73e-c9ddd771ce92-root {
    text-align: left;
  }


#s-6556d30c-5224-4bfb-b73e-c9ddd771ce92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6556d30c-5224-4bfb-b73e-c9ddd771ce92-root {
    text-align: left;
  }


#s-6556d30c-5224-4bfb-b73e-c9ddd771ce92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6556d30c-5224-4bfb-b73e-c9ddd771ce92-root {
    text-align: left;
  }


#s-6556d30c-5224-4bfb-b73e-c9ddd771ce92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-533b534d-ff50-4c8d-bd20-bc23f35d5015 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-533b534d-ff50-4c8d-bd20-bc23f35d5015 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}



#s-8ec0bf11-36ab-4290-907d-8229d764acff {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-710b19d9-c2ca-45ed-9844-4012e533119b {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-710b19d9-c2ca-45ed-9844-4012e533119b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-8c274f8b-7926-411f-9b5d-b783ed0c2686 {
  padding-left: 8%;
padding-right: 8%;
}

@media (min-width: 0px) {
[id="s-8c274f8b-7926-411f-9b5d-b783ed0c2686"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c274f8b-7926-411f-9b5d-b783ed0c2686"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c274f8b-7926-411f-9b5d-b783ed0c2686"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c274f8b-7926-411f-9b5d-b783ed0c2686"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8d35c961-f3f8-4b84-8914-d25f9b534b30 {
  max-width: 150px;
text-align: center;
}

#s-8d35c961-f3f8-4b84-8914-d25f9b534b30 {
  overflow: hidden;
}







  #s-8d35c961-f3f8-4b84-8914-d25f9b534b30 img.shogun-image {
    

    
    
    
  }


#s-8d35c961-f3f8-4b84-8914-d25f9b534b30 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b86873ad-c752-4bed-bb37-fa54be92ed94 {
  padding-top: 10px;
padding-left: 4%;
padding-bottom: 10px;
padding-right: 4%;
max-width: 150px;
text-align: left;
}

#s-b86873ad-c752-4bed-bb37-fa54be92ed94 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-31761cf6-1775-402f-913c-ec35016d0f2b {
  margin-top: 10px;
margin-left: 9%;
margin-bottom: 10px;
margin-right: 9%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(252, 99, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-31761cf6-1775-402f-913c-ec35016d0f2b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-31761cf6-1775-402f-913c-ec35016d0f2b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-31761cf6-1775-402f-913c-ec35016d0f2b-root {
    text-align: left;
  }


#s-31761cf6-1775-402f-913c-ec35016d0f2b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-31761cf6-1775-402f-913c-ec35016d0f2b-root {
    text-align: left;
  }


#s-31761cf6-1775-402f-913c-ec35016d0f2b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-31761cf6-1775-402f-913c-ec35016d0f2b-root {
    text-align: left;
  }


#s-31761cf6-1775-402f-913c-ec35016d0f2b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-31761cf6-1775-402f-913c-ec35016d0f2b-root {
    text-align: left;
  }


#s-31761cf6-1775-402f-913c-ec35016d0f2b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-31761cf6-1775-402f-913c-ec35016d0f2b-root {
    text-align: left;
  }


#s-31761cf6-1775-402f-913c-ec35016d0f2b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-fd419474-f9b2-4bb2-a5ff-faa1cd565efc {
  max-width: 150px;
text-align: center;
}

#s-fd419474-f9b2-4bb2-a5ff-faa1cd565efc {
  overflow: hidden;
}







  #s-fd419474-f9b2-4bb2-a5ff-faa1cd565efc img.shogun-image {
    

    
    
    
  }


#s-fd419474-f9b2-4bb2-a5ff-faa1cd565efc .shogun-image-content {
  
    justify-content: center;
  
}

#s-037e0c76-259c-4bbd-9065-e8cf336c843e {
  padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
max-width: 150px;
text-align: left;
}

#s-037e0c76-259c-4bbd-9065-e8cf336c843e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-9eef453d-50f2-4516-80d1-3f7ae135a699 {
  margin-top: 10px;
margin-left: 9%;
margin-bottom: 10px;
margin-right: 9%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(252, 99, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9eef453d-50f2-4516-80d1-3f7ae135a699:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9eef453d-50f2-4516-80d1-3f7ae135a699:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9eef453d-50f2-4516-80d1-3f7ae135a699-root {
    text-align: left;
  }


#s-9eef453d-50f2-4516-80d1-3f7ae135a699.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9eef453d-50f2-4516-80d1-3f7ae135a699-root {
    text-align: left;
  }


#s-9eef453d-50f2-4516-80d1-3f7ae135a699.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9eef453d-50f2-4516-80d1-3f7ae135a699-root {
    text-align: left;
  }


#s-9eef453d-50f2-4516-80d1-3f7ae135a699.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9eef453d-50f2-4516-80d1-3f7ae135a699-root {
    text-align: left;
  }


#s-9eef453d-50f2-4516-80d1-3f7ae135a699.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9eef453d-50f2-4516-80d1-3f7ae135a699-root {
    text-align: left;
  }


#s-9eef453d-50f2-4516-80d1-3f7ae135a699.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8924b4fe-c6a3-4902-884e-e4a36f745983 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-8924b4fe-c6a3-4902-884e-e4a36f745983 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8924b4fe-c6a3-4902-884e-e4a36f745983.shg-box.shg-c {
  justify-content: center;
}

#s-f30d851b-18f3-4181-9829-45e6fff38cbb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f30d851b-18f3-4181-9829-45e6fff38cbb .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-634dadf3-b87c-451f-a013-6ee279a804b8 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

#s-45f3e5a8-4074-4560-9f14-25440da5083d {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0.07);
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
max-width: 160px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
hover-type: image;
opacity: 1;
}
#s-45f3e5a8-4074-4560-9f14-25440da5083d:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-45f3e5a8-4074-4560-9f14-25440da5083d:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0) !important;
color: rgba(252, 99, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-45f3e5a8-4074-4560-9f14-25440da5083d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45f3e5a8-4074-4560-9f14-25440da5083d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-45f3e5a8-4074-4560-9f14-25440da5083d {
  
}
}@media (max-width: 767px){#s-45f3e5a8-4074-4560-9f14-25440da5083d {
  
}
}

  #s-45f3e5a8-4074-4560-9f14-25440da5083d-root {
    text-align: center;
  }


#s-45f3e5a8-4074-4560-9f14-25440da5083d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-45f3e5a8-4074-4560-9f14-25440da5083d-root {
    text-align: center;
  }


#s-45f3e5a8-4074-4560-9f14-25440da5083d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-45f3e5a8-4074-4560-9f14-25440da5083d-root {
    text-align: center;
  }


#s-45f3e5a8-4074-4560-9f14-25440da5083d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-45f3e5a8-4074-4560-9f14-25440da5083d-root {
    text-align: center;
  }


#s-45f3e5a8-4074-4560-9f14-25440da5083d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-45f3e5a8-4074-4560-9f14-25440da5083d-root {
    text-align: center;
  }


#s-45f3e5a8-4074-4560-9f14-25440da5083d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
}
