.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-76a69174-4236-452b-b09a-09b4fbeaccf9 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 8px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-76a69174-4236-452b-b09a-09b4fbeaccf9 {
  display: none;
}
#s-76a69174-4236-452b-b09a-09b4fbeaccf9, #wrap-s-76a69174-4236-452b-b09a-09b4fbeaccf9, #wrap-content-s-76a69174-4236-452b-b09a-09b4fbeaccf9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76a69174-4236-452b-b09a-09b4fbeaccf9 {
  display: none;
}
#s-76a69174-4236-452b-b09a-09b4fbeaccf9, #wrap-s-76a69174-4236-452b-b09a-09b4fbeaccf9, #wrap-content-s-76a69174-4236-452b-b09a-09b4fbeaccf9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76a69174-4236-452b-b09a-09b4fbeaccf9 {
  display: none;
}
#s-76a69174-4236-452b-b09a-09b4fbeaccf9, #wrap-s-76a69174-4236-452b-b09a-09b4fbeaccf9, #wrap-content-s-76a69174-4236-452b-b09a-09b4fbeaccf9 { display: none !important; }}@media (max-width: 767px){#s-76a69174-4236-452b-b09a-09b4fbeaccf9 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-76a69174-4236-452b-b09a-09b4fbeaccf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-76a69174-4236-452b-b09a-09b4fbeaccf9.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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-d4760bd5-62c7-4a16-a100-711115dc3545 {
  text-align: center;
}

#s-d4760bd5-62c7-4a16-a100-711115dc3545 {
  overflow: hidden;
  
  
}







  #s-d4760bd5-62c7-4a16-a100-711115dc3545 img.shogun-image {
    

    
    
    
  }


#s-d4760bd5-62c7-4a16-a100-711115dc3545 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fb4988da-470a-4911-9161-38a6c3362880 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 8px;
padding-right: 5%;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-fb4988da-470a-4911-9161-38a6c3362880 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-fb4988da-470a-4911-9161-38a6c3362880, #wrap-s-fb4988da-470a-4911-9161-38a6c3362880, #wrap-content-s-fb4988da-470a-4911-9161-38a6c3362880 { display: none !important; }}







#s-fb4988da-470a-4911-9161-38a6c3362880 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb4988da-470a-4911-9161-38a6c3362880.shg-box.shg-c {
  justify-content: center;
}

#s-179b08d5-b77c-4941-b8da-a7bc36f2377c {
  text-align: center;
}

#s-179b08d5-b77c-4941-b8da-a7bc36f2377c {
  overflow: hidden;
  
  
}







  #s-179b08d5-b77c-4941-b8da-a7bc36f2377c img.shogun-image {
    

    
    
    
  }


#s-179b08d5-b77c-4941-b8da-a7bc36f2377c .shogun-image-content {
  
    justify-content: center;
  
}

#s-3d9cffda-0d9c-4bd6-8c68-8dc5c30f0ee9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 475px;
background-position: center center;
}
@media (max-width: 767px){#s-3d9cffda-0d9c-4bd6-8c68-8dc5c30f0ee9 {
  display: none;
}
#s-3d9cffda-0d9c-4bd6-8c68-8dc5c30f0ee9, #wrap-s-3d9cffda-0d9c-4bd6-8c68-8dc5c30f0ee9, #wrap-content-s-3d9cffda-0d9c-4bd6-8c68-8dc5c30f0ee9 { display: none !important; }}
#s-3d9cffda-0d9c-4bd6-8c68-8dc5c30f0ee9 {
  background-image: url(https://i.shgcdn.com/3abdb11c-1759-4104-bdc7-b0096fd94804/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3d9cffda-0d9c-4bd6-8c68-8dc5c30f0ee9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d9cffda-0d9c-4bd6-8c68-8dc5c30f0ee9.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;
}

#s-5f34798c-bfc9-498a-b4b2-41e82b7118dd {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-5f34798c-bfc9-498a-b4b2-41e82b7118dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f34798c-bfc9-498a-b4b2-41e82b7118dd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f34798c-bfc9-498a-b4b2-41e82b7118dd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f34798c-bfc9-498a-b4b2-41e82b7118dd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f34798c-bfc9-498a-b4b2-41e82b7118dd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f34798c-bfc9-498a-b4b2-41e82b7118dd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f34798c-bfc9-498a-b4b2-41e82b7118dd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

.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-4c7f871f-e0a5-4e55-a427-5f9d598577e6 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 25px;
}

#s-533b2a1b-a7ad-43b8-9fd2-e1116898044e {
  margin-left: 6%;
margin-right: 22%;
}

@media (min-width: 0px) {
[id="s-533b2a1b-a7ad-43b8-9fd2-e1116898044e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-533b2a1b-a7ad-43b8-9fd2-e1116898044e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-533b2a1b-a7ad-43b8-9fd2-e1116898044e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-533b2a1b-a7ad-43b8-9fd2-e1116898044e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-533b2a1b-a7ad-43b8-9fd2-e1116898044e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-533b2a1b-a7ad-43b8-9fd2-e1116898044e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-533b2a1b-a7ad-43b8-9fd2-e1116898044e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

.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-d8a53ba2-b19e-4da5-a819-7120d71f29b2 {
  border-style: solid;
margin-left: 10%;
margin-bottom: -1px;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(0, 79, 163, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d8a53ba2-b19e-4da5-a819-7120d71f29b2:hover {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d8a53ba2-b19e-4da5-a819-7120d71f29b2:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d8a53ba2-b19e-4da5-a819-7120d71f29b2-root {
    text-align: left;
  }


#s-d8a53ba2-b19e-4da5-a819-7120d71f29b2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d8a53ba2-b19e-4da5-a819-7120d71f29b2-root {
    text-align: left;
  }


#s-d8a53ba2-b19e-4da5-a819-7120d71f29b2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d8a53ba2-b19e-4da5-a819-7120d71f29b2-root {
    text-align: left;
  }


#s-d8a53ba2-b19e-4da5-a819-7120d71f29b2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d8a53ba2-b19e-4da5-a819-7120d71f29b2-root {
    text-align: left;
  }


#s-d8a53ba2-b19e-4da5-a819-7120d71f29b2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d8a53ba2-b19e-4da5-a819-7120d71f29b2-root {
    text-align: left;
  }


#s-d8a53ba2-b19e-4da5-a819-7120d71f29b2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-5bc441ba-33f2-4d6f-81a4-d9e21a958b4d {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(0, 79, 163, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5bc441ba-33f2-4d6f-81a4-d9e21a958b4d:hover {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5bc441ba-33f2-4d6f-81a4-d9e21a958b4d:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5bc441ba-33f2-4d6f-81a4-d9e21a958b4d-root {
    text-align: left;
  }


#s-5bc441ba-33f2-4d6f-81a4-d9e21a958b4d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5bc441ba-33f2-4d6f-81a4-d9e21a958b4d-root {
    text-align: left;
  }


#s-5bc441ba-33f2-4d6f-81a4-d9e21a958b4d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5bc441ba-33f2-4d6f-81a4-d9e21a958b4d-root {
    text-align: left;
  }


#s-5bc441ba-33f2-4d6f-81a4-d9e21a958b4d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5bc441ba-33f2-4d6f-81a4-d9e21a958b4d-root {
    text-align: left;
  }


#s-5bc441ba-33f2-4d6f-81a4-d9e21a958b4d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5bc441ba-33f2-4d6f-81a4-d9e21a958b4d-root {
    text-align: left;
  }


#s-5bc441ba-33f2-4d6f-81a4-d9e21a958b4d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-4ebe1a1a-47d0-497d-9b79-b2f46fae87a0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 475px;
background-position: center center;
}
@media (min-width: 1200px){#s-4ebe1a1a-47d0-497d-9b79-b2f46fae87a0 {
  display: none;
}
#s-4ebe1a1a-47d0-497d-9b79-b2f46fae87a0, #wrap-s-4ebe1a1a-47d0-497d-9b79-b2f46fae87a0, #wrap-content-s-4ebe1a1a-47d0-497d-9b79-b2f46fae87a0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ebe1a1a-47d0-497d-9b79-b2f46fae87a0 {
  display: none;
}
#s-4ebe1a1a-47d0-497d-9b79-b2f46fae87a0, #wrap-s-4ebe1a1a-47d0-497d-9b79-b2f46fae87a0, #wrap-content-s-4ebe1a1a-47d0-497d-9b79-b2f46fae87a0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ebe1a1a-47d0-497d-9b79-b2f46fae87a0 {
  display: none;
}
#s-4ebe1a1a-47d0-497d-9b79-b2f46fae87a0, #wrap-s-4ebe1a1a-47d0-497d-9b79-b2f46fae87a0, #wrap-content-s-4ebe1a1a-47d0-497d-9b79-b2f46fae87a0 { display: none !important; }}
#s-4ebe1a1a-47d0-497d-9b79-b2f46fae87a0 {
  background-image: url(https://i.shgcdn.com/b57b5437-feeb-4f04-870b-318d766803a3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-4ebe1a1a-47d0-497d-9b79-b2f46fae87a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4ebe1a1a-47d0-497d-9b79-b2f46fae87a0.shg-box.shg-c {
  justify-content: center;
}

#s-87487bff-850a-4821-9002-6dbcb18d1e9e {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 25px;
padding-left: 4%;
padding-right: 4%;
}

#s-64471539-8b88-4842-84d6-7a683f636061 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 9px;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(0, 79, 163, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center undefined;
}
#s-64471539-8b88-4842-84d6-7a683f636061:hover {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-64471539-8b88-4842-84d6-7a683f636061:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-64471539-8b88-4842-84d6-7a683f636061-root {
    text-align: center;
  }


#s-64471539-8b88-4842-84d6-7a683f636061.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-64471539-8b88-4842-84d6-7a683f636061-root {
    text-align: center;
  }


#s-64471539-8b88-4842-84d6-7a683f636061.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-64471539-8b88-4842-84d6-7a683f636061-root {
    text-align: center;
  }


#s-64471539-8b88-4842-84d6-7a683f636061.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-64471539-8b88-4842-84d6-7a683f636061-root {
    text-align: center;
  }


#s-64471539-8b88-4842-84d6-7a683f636061.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-64471539-8b88-4842-84d6-7a683f636061-root {
    text-align: center;
  }


#s-64471539-8b88-4842-84d6-7a683f636061.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-5bc5f7d6-9f15-4520-95e1-52a824b15cf9 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 9px;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(0, 79, 163, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center undefined;
}
#s-5bc5f7d6-9f15-4520-95e1-52a824b15cf9:hover {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5bc5f7d6-9f15-4520-95e1-52a824b15cf9:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5bc5f7d6-9f15-4520-95e1-52a824b15cf9-root {
    text-align: center;
  }


#s-5bc5f7d6-9f15-4520-95e1-52a824b15cf9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5bc5f7d6-9f15-4520-95e1-52a824b15cf9-root {
    text-align: center;
  }


#s-5bc5f7d6-9f15-4520-95e1-52a824b15cf9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5bc5f7d6-9f15-4520-95e1-52a824b15cf9-root {
    text-align: center;
  }


#s-5bc5f7d6-9f15-4520-95e1-52a824b15cf9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5bc5f7d6-9f15-4520-95e1-52a824b15cf9-root {
    text-align: center;
  }


#s-5bc5f7d6-9f15-4520-95e1-52a824b15cf9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5bc5f7d6-9f15-4520-95e1-52a824b15cf9-root {
    text-align: center;
  }


#s-5bc5f7d6-9f15-4520-95e1-52a824b15cf9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
.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-4ab0a3b2-f8d3-40c7-9189-df2b47430cba {
  margin-top: 65px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 7%;
padding-bottom: 0px;
padding-right: 7%;
text-align: left;
}
@media (min-width: 1200px){#s-4ab0a3b2-f8d3-40c7-9189-df2b47430cba {
  display: none;
}
#s-4ab0a3b2-f8d3-40c7-9189-df2b47430cba, #wrap-s-4ab0a3b2-f8d3-40c7-9189-df2b47430cba, #wrap-content-s-4ab0a3b2-f8d3-40c7-9189-df2b47430cba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ab0a3b2-f8d3-40c7-9189-df2b47430cba {
  display: none;
}
#s-4ab0a3b2-f8d3-40c7-9189-df2b47430cba, #wrap-s-4ab0a3b2-f8d3-40c7-9189-df2b47430cba, #wrap-content-s-4ab0a3b2-f8d3-40c7-9189-df2b47430cba { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ab0a3b2-f8d3-40c7-9189-df2b47430cba {
  display: none;
}
#s-4ab0a3b2-f8d3-40c7-9189-df2b47430cba, #wrap-s-4ab0a3b2-f8d3-40c7-9189-df2b47430cba, #wrap-content-s-4ab0a3b2-f8d3-40c7-9189-df2b47430cba { display: none !important; }}@media (max-width: 767px){#s-4ab0a3b2-f8d3-40c7-9189-df2b47430cba {
  
}
}
#s-4ab0a3b2-f8d3-40c7-9189-df2b47430cba .shogun-heading-component h4 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  
}



#s-acd2c6b3-e4fc-4f04-8a03-2459b6241c18 {
  margin-top: 65px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-acd2c6b3-e4fc-4f04-8a03-2459b6241c18 {
  display: none;
}
#s-acd2c6b3-e4fc-4f04-8a03-2459b6241c18, #wrap-s-acd2c6b3-e4fc-4f04-8a03-2459b6241c18, #wrap-content-s-acd2c6b3-e4fc-4f04-8a03-2459b6241c18 { display: none !important; }}
#s-acd2c6b3-e4fc-4f04-8a03-2459b6241c18 .shogun-heading-component h4 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  
}



#s-d5c4c8e3-c72e-4f18-92e6-7741066e59e0 {
  margin-top: 0px;
margin-bottom: 50px;
padding-left: 16%;
padding-right: 16%;
}
@media (max-width: 767px){#s-d5c4c8e3-c72e-4f18-92e6-7741066e59e0 {
  display: none;
}
#s-d5c4c8e3-c72e-4f18-92e6-7741066e59e0, #wrap-s-d5c4c8e3-c72e-4f18-92e6-7741066e59e0, #wrap-content-s-d5c4c8e3-c72e-4f18-92e6-7741066e59e0 { display: none !important; }}
#s-8cf10d4e-899f-4bc0-b8fd-d2dca6a1a09d {
  margin-top: 0px;
margin-bottom: 50px;
padding-left: 7%;
padding-right: 7%;
}
@media (min-width: 1200px){#s-8cf10d4e-899f-4bc0-b8fd-d2dca6a1a09d {
  display: none;
}
#s-8cf10d4e-899f-4bc0-b8fd-d2dca6a1a09d, #wrap-s-8cf10d4e-899f-4bc0-b8fd-d2dca6a1a09d, #wrap-content-s-8cf10d4e-899f-4bc0-b8fd-d2dca6a1a09d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8cf10d4e-899f-4bc0-b8fd-d2dca6a1a09d {
  display: none;
}
#s-8cf10d4e-899f-4bc0-b8fd-d2dca6a1a09d, #wrap-s-8cf10d4e-899f-4bc0-b8fd-d2dca6a1a09d, #wrap-content-s-8cf10d4e-899f-4bc0-b8fd-d2dca6a1a09d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8cf10d4e-899f-4bc0-b8fd-d2dca6a1a09d {
  display: none;
}
#s-8cf10d4e-899f-4bc0-b8fd-d2dca6a1a09d, #wrap-s-8cf10d4e-899f-4bc0-b8fd-d2dca6a1a09d, #wrap-content-s-8cf10d4e-899f-4bc0-b8fd-d2dca6a1a09d { display: none !important; }}@media (max-width: 767px){#s-8cf10d4e-899f-4bc0-b8fd-d2dca6a1a09d {
  
}
}
.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-6a73266c-29ef-465b-9156-a7e29628683b {
  background-color: rgba(238, 238, 238, 1);
}
@media (max-width: 767px){#s-6a73266c-29ef-465b-9156-a7e29628683b {
  display: none;
}
#s-6a73266c-29ef-465b-9156-a7e29628683b, #wrap-s-6a73266c-29ef-465b-9156-a7e29628683b, #wrap-content-s-6a73266c-29ef-465b-9156-a7e29628683b { display: none !important; }}

  #s-6a73266c-29ef-465b-9156-a7e29628683b .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
  }
  #s-6a73266c-29ef-465b-9156-a7e29628683b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(238, 238, 238, 1);
    border: 1px solid #ddd;
  }
#s-6a73266c-29ef-465b-9156-a7e29628683b .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(85, 85, 85, 1);
  font-family: Work Sans;
  font-weight: 600;
  
  font-size: 20px;
}

#s-6a73266c-29ef-465b-9156-a7e29628683b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 123, 255, 1);
}

#s-6a73266c-29ef-465b-9156-a7e29628683b .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(238, 238, 238, 1);
}

#s-6a73266c-29ef-465b-9156-a7e29628683b .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-0caa742a-25e6-4250-bb98-4be438ac73c0 {
  text-align: center;
}

#s-0caa742a-25e6-4250-bb98-4be438ac73c0 {
  overflow: hidden;
  
  
}







  #s-0caa742a-25e6-4250-bb98-4be438ac73c0 img.shogun-image {
    

    
    
    
  }


#s-0caa742a-25e6-4250-bb98-4be438ac73c0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e3878f7a-2d7e-40f3-9548-07cb3a06b6a8 {
  text-align: center;
}

#s-e3878f7a-2d7e-40f3-9548-07cb3a06b6a8 {
  overflow: hidden;
  
  
}







  #s-e3878f7a-2d7e-40f3-9548-07cb3a06b6a8 img.shogun-image {
    

    
    
    
  }


#s-e3878f7a-2d7e-40f3-9548-07cb3a06b6a8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-87bb4b9b-2cd7-4152-992e-bcb94e077fb1 {
  margin-left: 25%;
margin-right: 25%;
}

@media (min-width: 0px) {
[id="s-87bb4b9b-2cd7-4152-992e-bcb94e077fb1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87bb4b9b-2cd7-4152-992e-bcb94e077fb1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-87bb4b9b-2cd7-4152-992e-bcb94e077fb1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-87bb4b9b-2cd7-4152-992e-bcb94e077fb1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3749bed9-2d8f-49ff-a4c2-8e2ca4fba819 {
  margin-left: 25%;
margin-right: 25%;
}

@media (min-width: 0px) {
[id="s-3749bed9-2d8f-49ff-a4c2-8e2ca4fba819"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3749bed9-2d8f-49ff-a4c2-8e2ca4fba819"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3749bed9-2d8f-49ff-a4c2-8e2ca4fba819"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3749bed9-2d8f-49ff-a4c2-8e2ca4fba819"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-23875c3c-62f5-41f9-a08c-d76b0bb9b2d0 {
  padding-bottom: 22px;
min-height: 25px;
background-color: rgba(0, 79, 164, 1);
}








#s-23875c3c-62f5-41f9-a08c-d76b0bb9b2d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-23875c3c-62f5-41f9-a08c-d76b0bb9b2d0.shg-box.shg-c {
  justify-content: center;
}

#s-33906b89-fab0-4198-98ff-be41307ff263 {
  margin-top: 20px;
margin-bottom: 16px;
padding-left: 16%;
padding-right: 16%;
}

#s-61259160-154d-414b-bbd7-a2f2e44df41b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-61259160-154d-414b-bbd7-a2f2e44df41b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61259160-154d-414b-bbd7-a2f2e44df41b.shg-box.shg-c {
  justify-content: center;
}

#s-68ff452e-ad13-40f1-a2c9-65add7a04c2f {
  padding-bottom: 22px;
min-height: 25px;
background-color: rgba(0, 79, 164, 1);
}








#s-68ff452e-ad13-40f1-a2c9-65add7a04c2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68ff452e-ad13-40f1-a2c9-65add7a04c2f.shg-box.shg-c {
  justify-content: center;
}

#s-88c885bb-7546-4014-96f6-978b27076ade {
  margin-top: 20px;
margin-bottom: 16px;
padding-left: 16%;
padding-right: 16%;
}

#s-b77913f4-e7a8-4acb-a508-4fd341872165 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-b77913f4-e7a8-4acb-a508-4fd341872165 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b77913f4-e7a8-4acb-a508-4fd341872165.shg-box.shg-c {
  justify-content: center;
}

#s-b9d598d6-06ee-4a59-b034-98226cb71b45 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-b9d598d6-06ee-4a59-b034-98226cb71b45"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9d598d6-06ee-4a59-b034-98226cb71b45"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b9d598d6-06ee-4a59-b034-98226cb71b45"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9d598d6-06ee-4a59-b034-98226cb71b45"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-cbf9ebaa-7b6c-47a9-8134-149f0a8b0c1f {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-cbf9ebaa-7b6c-47a9-8134-149f0a8b0c1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cbf9ebaa-7b6c-47a9-8134-149f0a8b0c1f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9838fbc8-6ee7-484e-9228-a88f80e71fa1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9838fbc8-6ee7-484e-9228-a88f80e71fa1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9838fbc8-6ee7-484e-9228-a88f80e71fa1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9838fbc8-6ee7-484e-9228-a88f80e71fa1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3ff2ee74-e0b6-42c9-92f5-233847706afa {
  text-align: center;
}

#s-3ff2ee74-e0b6-42c9-92f5-233847706afa {
  overflow: hidden;
  
  
}







  #s-3ff2ee74-e0b6-42c9-92f5-233847706afa img.shogun-image {
    

    
    
    
  }


#s-3ff2ee74-e0b6-42c9-92f5-233847706afa .shogun-image-content {
  
    justify-content: center;
  
}

#s-1125a7d5-d2e1-4fbb-b05f-a66b76658da1 {
  margin-left: 0%;
}

#s-74a6a3d2-cdb4-4fef-894b-5a824e3ee7d3 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-74a6a3d2-cdb4-4fef-894b-5a824e3ee7d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74a6a3d2-cdb4-4fef-894b-5a824e3ee7d3.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-51e4038a-4d89-4e1c-a7fc-6f8d4835d879"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51e4038a-4d89-4e1c-a7fc-6f8d4835d879"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-51e4038a-4d89-4e1c-a7fc-6f8d4835d879"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-51e4038a-4d89-4e1c-a7fc-6f8d4835d879"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7d4c4226-4180-477d-a2cf-c05b6ab56f2a {
  text-align: center;
}

#s-7d4c4226-4180-477d-a2cf-c05b6ab56f2a {
  overflow: hidden;
  
  
}







  #s-7d4c4226-4180-477d-a2cf-c05b6ab56f2a img.shogun-image {
    

    
    
    
  }


#s-7d4c4226-4180-477d-a2cf-c05b6ab56f2a .shogun-image-content {
  
    justify-content: center;
  
}

#s-9ed1831d-4cfd-4dec-bb48-91145e7a551f {
  margin-top: 0px;
margin-bottom: 10px;
min-height: 50px;
}








#s-9ed1831d-4cfd-4dec-bb48-91145e7a551f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ed1831d-4cfd-4dec-bb48-91145e7a551f.shg-box.shg-c {
  justify-content: center;
}

#s-b4f0e2ab-19dd-42c8-b846-11ec2ebc1853 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-b4f0e2ab-19dd-42c8-b846-11ec2ebc1853"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4f0e2ab-19dd-42c8-b846-11ec2ebc1853"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b4f0e2ab-19dd-42c8-b846-11ec2ebc1853"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4f0e2ab-19dd-42c8-b846-11ec2ebc1853"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-2bcc6946-271f-4fee-9b20-854eceafef86 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2bcc6946-271f-4fee-9b20-854eceafef86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2bcc6946-271f-4fee-9b20-854eceafef86.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6c6729cc-75ca-4622-a1ec-fc027110dc89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c6729cc-75ca-4622-a1ec-fc027110dc89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6c6729cc-75ca-4622-a1ec-fc027110dc89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c6729cc-75ca-4622-a1ec-fc027110dc89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9aecc08a-ef4d-43cf-88b4-62f5ea7e88e3 {
  text-align: center;
}

#s-9aecc08a-ef4d-43cf-88b4-62f5ea7e88e3 {
  overflow: hidden;
  
  
}







  #s-9aecc08a-ef4d-43cf-88b4-62f5ea7e88e3 img.shogun-image {
    

    
    
    
  }


#s-9aecc08a-ef4d-43cf-88b4-62f5ea7e88e3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-933e8f0b-ed08-4d1a-92d1-b09684254ba1 {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-933e8f0b-ed08-4d1a-92d1-b09684254ba1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-933e8f0b-ed08-4d1a-92d1-b09684254ba1.shg-box.shg-c {
  justify-content: center;
}

#s-b61f8f47-ef6f-432b-b312-e73d2e558735 {
  text-align: center;
}

#s-b61f8f47-ef6f-432b-b312-e73d2e558735 {
  overflow: hidden;
  
  
}







  #s-b61f8f47-ef6f-432b-b312-e73d2e558735 img.shogun-image {
    

    
    
    
  }


#s-b61f8f47-ef6f-432b-b312-e73d2e558735 .shogun-image-content {
  
    justify-content: center;
  
}

#s-01fe0759-1dfc-447f-8205-94bf422f4507 {
  margin-top: 0px;
margin-bottom: 10px;
min-height: 50px;
}








#s-01fe0759-1dfc-447f-8205-94bf422f4507 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01fe0759-1dfc-447f-8205-94bf422f4507.shg-box.shg-c {
  justify-content: center;
}

#s-7dbe6f56-383a-46fb-bf05-7fd3a8b874be {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-7dbe6f56-383a-46fb-bf05-7fd3a8b874be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7dbe6f56-383a-46fb-bf05-7fd3a8b874be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7dbe6f56-383a-46fb-bf05-7fd3a8b874be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7dbe6f56-383a-46fb-bf05-7fd3a8b874be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-367b0fdc-4823-4058-9394-c1e5ca7fb367 {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-367b0fdc-4823-4058-9394-c1e5ca7fb367 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-367b0fdc-4823-4058-9394-c1e5ca7fb367.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-56555882-f5a6-4c33-8606-7a12f841c801"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56555882-f5a6-4c33-8606-7a12f841c801"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-56555882-f5a6-4c33-8606-7a12f841c801"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-56555882-f5a6-4c33-8606-7a12f841c801"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8d81d1fc-a2c3-475d-a181-1ab1ad1a095d {
  text-align: center;
}

#s-8d81d1fc-a2c3-475d-a181-1ab1ad1a095d {
  overflow: hidden;
  
  
}







  #s-8d81d1fc-a2c3-475d-a181-1ab1ad1a095d img.shogun-image {
    

    
    
    
  }


#s-8d81d1fc-a2c3-475d-a181-1ab1ad1a095d .shogun-image-content {
  
    justify-content: center;
  
}

#s-d611b9dd-3ec9-40c0-879a-76e077da9e79 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d611b9dd-3ec9-40c0-879a-76e077da9e79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d611b9dd-3ec9-40c0-879a-76e077da9e79.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-32b7710f-51fd-4f0d-bac3-1f93287de118"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32b7710f-51fd-4f0d-bac3-1f93287de118"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-32b7710f-51fd-4f0d-bac3-1f93287de118"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-32b7710f-51fd-4f0d-bac3-1f93287de118"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f9cfcfde-dc83-4a92-aa7a-27fd955985af {
  text-align: center;
}

#s-f9cfcfde-dc83-4a92-aa7a-27fd955985af {
  overflow: hidden;
  
  
}







  #s-f9cfcfde-dc83-4a92-aa7a-27fd955985af img.shogun-image {
    

    
    
    
  }


#s-f9cfcfde-dc83-4a92-aa7a-27fd955985af .shogun-image-content {
  
    justify-content: center;
  
}

#s-f57b011e-75e8-4dd0-9871-3fbcbff49298 {
  margin-top: 0px;
margin-bottom: 10px;
min-height: 50px;
}








#s-f57b011e-75e8-4dd0-9871-3fbcbff49298 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f57b011e-75e8-4dd0-9871-3fbcbff49298.shg-box.shg-c {
  justify-content: center;
}

#s-32309d9c-534c-4804-9fe9-3b2865f5940f {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-32309d9c-534c-4804-9fe9-3b2865f5940f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32309d9c-534c-4804-9fe9-3b2865f5940f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-32309d9c-534c-4804-9fe9-3b2865f5940f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-32309d9c-534c-4804-9fe9-3b2865f5940f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-a41df561-a25a-432f-b21d-c93ab332ce7b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a41df561-a25a-432f-b21d-c93ab332ce7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a41df561-a25a-432f-b21d-c93ab332ce7b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-bdf3adef-a585-4167-aea1-7fea3bcce982"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bdf3adef-a585-4167-aea1-7fea3bcce982"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bdf3adef-a585-4167-aea1-7fea3bcce982"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bdf3adef-a585-4167-aea1-7fea3bcce982"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-576fd821-2a67-4605-b614-9b001eb9996f {
  text-align: center;
}

#s-576fd821-2a67-4605-b614-9b001eb9996f {
  overflow: hidden;
  
  
}







  #s-576fd821-2a67-4605-b614-9b001eb9996f img.shogun-image {
    

    
    
    
  }


#s-576fd821-2a67-4605-b614-9b001eb9996f .shogun-image-content {
  
    justify-content: center;
  
}

#s-5b6eab92-f450-40f1-a6c0-6f9d71029914 {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-5b6eab92-f450-40f1-a6c0-6f9d71029914 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b6eab92-f450-40f1-a6c0-6f9d71029914.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-811dba39-c7e9-46ce-b54c-740c48152313"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-811dba39-c7e9-46ce-b54c-740c48152313"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-811dba39-c7e9-46ce-b54c-740c48152313"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-811dba39-c7e9-46ce-b54c-740c48152313"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-af31c3eb-9ce6-4078-b36e-66bc10fe7c5a {
  text-align: center;
}

#s-af31c3eb-9ce6-4078-b36e-66bc10fe7c5a {
  overflow: hidden;
  
  
}







  #s-af31c3eb-9ce6-4078-b36e-66bc10fe7c5a img.shogun-image {
    

    
    
    
  }


#s-af31c3eb-9ce6-4078-b36e-66bc10fe7c5a .shogun-image-content {
  
    justify-content: center;
  
}

#s-d7b9591b-a691-4e34-9928-335f881374e3 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d7b9591b-a691-4e34-9928-335f881374e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7b9591b-a691-4e34-9928-335f881374e3.shg-box.shg-c {
  justify-content: center;
}

#s-28ae5191-cc1a-4b21-917d-d5974e029a32 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-28ae5191-cc1a-4b21-917d-d5974e029a32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28ae5191-cc1a-4b21-917d-d5974e029a32.shg-box.shg-c {
  justify-content: center;
}

#s-46218d45-8f05-4588-9560-2df156569d8b {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-46218d45-8f05-4588-9560-2df156569d8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46218d45-8f05-4588-9560-2df156569d8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-46218d45-8f05-4588-9560-2df156569d8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-46218d45-8f05-4588-9560-2df156569d8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-bf770660-6f57-4276-922d-276bfecb0176 {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-bf770660-6f57-4276-922d-276bfecb0176 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf770660-6f57-4276-922d-276bfecb0176.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-965fb563-7a59-488d-aef3-d0c7e57eca02"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-965fb563-7a59-488d-aef3-d0c7e57eca02"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-965fb563-7a59-488d-aef3-d0c7e57eca02"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-965fb563-7a59-488d-aef3-d0c7e57eca02"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6f9b5726-827b-4f42-8a08-4f9f53421fad {
  text-align: center;
}

#s-6f9b5726-827b-4f42-8a08-4f9f53421fad {
  overflow: hidden;
  
  
}







  #s-6f9b5726-827b-4f42-8a08-4f9f53421fad img.shogun-image {
    

    
    
    
  }


#s-6f9b5726-827b-4f42-8a08-4f9f53421fad .shogun-image-content {
  
    justify-content: center;
  
}

#s-8a7e521b-5d6f-40a7-975c-41bf8d34e6ff {
  margin-left: 0%;
}

#s-27e32ba7-c754-43a0-b23d-a68e844a9995 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-27e32ba7-c754-43a0-b23d-a68e844a9995 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-27e32ba7-c754-43a0-b23d-a68e844a9995.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f0d326ec-b8da-44ee-81f1-335d5cd4a400"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0d326ec-b8da-44ee-81f1-335d5cd4a400"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f0d326ec-b8da-44ee-81f1-335d5cd4a400"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0d326ec-b8da-44ee-81f1-335d5cd4a400"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-87bdcf32-099a-4df9-b85e-b282f8c5dd4d {
  text-align: center;
}

#s-87bdcf32-099a-4df9-b85e-b282f8c5dd4d {
  overflow: hidden;
  
  
}







  #s-87bdcf32-099a-4df9-b85e-b282f8c5dd4d img.shogun-image {
    

    
    
    
  }


#s-87bdcf32-099a-4df9-b85e-b282f8c5dd4d .shogun-image-content {
  
    justify-content: center;
  
}

#s-cda4a83e-3e0f-4b84-bb7d-878e0b0275d6 {
  margin-top: 0px;
margin-bottom: 10px;
min-height: 50px;
}








#s-cda4a83e-3e0f-4b84-bb7d-878e0b0275d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cda4a83e-3e0f-4b84-bb7d-878e0b0275d6.shg-box.shg-c {
  justify-content: center;
}

#s-c8b3a148-ceac-4479-bdca-a5d7d589f2e4 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-c8b3a148-ceac-4479-bdca-a5d7d589f2e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8b3a148-ceac-4479-bdca-a5d7d589f2e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c8b3a148-ceac-4479-bdca-a5d7d589f2e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8b3a148-ceac-4479-bdca-a5d7d589f2e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-27e7dab7-4b55-459f-a05c-87c3ab64c466 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-27e7dab7-4b55-459f-a05c-87c3ab64c466 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-27e7dab7-4b55-459f-a05c-87c3ab64c466.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6d547f4b-fd22-4c29-8d41-f19f0e6acfdf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d547f4b-fd22-4c29-8d41-f19f0e6acfdf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6d547f4b-fd22-4c29-8d41-f19f0e6acfdf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d547f4b-fd22-4c29-8d41-f19f0e6acfdf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2b4839c3-1bfe-4a9f-96bf-744791b4d99d {
  text-align: center;
}

#s-2b4839c3-1bfe-4a9f-96bf-744791b4d99d {
  overflow: hidden;
  
  
}







  #s-2b4839c3-1bfe-4a9f-96bf-744791b4d99d img.shogun-image {
    

    
    
    
  }


#s-2b4839c3-1bfe-4a9f-96bf-744791b4d99d .shogun-image-content {
  
    justify-content: center;
  
}

#s-f2f5c59e-faa9-4f88-9343-34d9b212466d {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-f2f5c59e-faa9-4f88-9343-34d9b212466d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2f5c59e-faa9-4f88-9343-34d9b212466d.shg-box.shg-c {
  justify-content: center;
}

#s-e489db4f-c603-4652-ac43-21cafa8ec1e5 {
  text-align: center;
}

#s-e489db4f-c603-4652-ac43-21cafa8ec1e5 {
  overflow: hidden;
  
  
}







  #s-e489db4f-c603-4652-ac43-21cafa8ec1e5 img.shogun-image {
    

    
    
    
  }


#s-e489db4f-c603-4652-ac43-21cafa8ec1e5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9399b846-7063-4105-871b-4b8253199aee {
  margin-top: 0px;
margin-bottom: 10px;
min-height: 50px;
}








#s-9399b846-7063-4105-871b-4b8253199aee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9399b846-7063-4105-871b-4b8253199aee.shg-box.shg-c {
  justify-content: center;
}

#s-64de134d-c268-4db1-b7d6-077f995cf9a2 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-64de134d-c268-4db1-b7d6-077f995cf9a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64de134d-c268-4db1-b7d6-077f995cf9a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-64de134d-c268-4db1-b7d6-077f995cf9a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-64de134d-c268-4db1-b7d6-077f995cf9a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-bde7b515-00dd-44ef-8536-2ebbd2fb7399 {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-bde7b515-00dd-44ef-8536-2ebbd2fb7399 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bde7b515-00dd-44ef-8536-2ebbd2fb7399.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8096031c-5da5-49d4-8a71-4a8d19c471fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8096031c-5da5-49d4-8a71-4a8d19c471fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8096031c-5da5-49d4-8a71-4a8d19c471fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8096031c-5da5-49d4-8a71-4a8d19c471fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9a45c39d-02bb-4b55-834c-09c660b93e0e {
  text-align: center;
}

#s-9a45c39d-02bb-4b55-834c-09c660b93e0e {
  overflow: hidden;
  
  
}







  #s-9a45c39d-02bb-4b55-834c-09c660b93e0e img.shogun-image {
    

    
    
    
  }


#s-9a45c39d-02bb-4b55-834c-09c660b93e0e .shogun-image-content {
  
    justify-content: center;
  
}

#s-3fcc2a2c-8e04-4387-a042-3ec40b720cf7 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3fcc2a2c-8e04-4387-a042-3ec40b720cf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3fcc2a2c-8e04-4387-a042-3ec40b720cf7.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f0316993-7f92-4777-831a-1970edbeb676"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0316993-7f92-4777-831a-1970edbeb676"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f0316993-7f92-4777-831a-1970edbeb676"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0316993-7f92-4777-831a-1970edbeb676"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c5ba8e68-3bc6-4ef3-a0b1-f9e7f23df0f3 {
  text-align: center;
}

#s-c5ba8e68-3bc6-4ef3-a0b1-f9e7f23df0f3 {
  overflow: hidden;
  
  
}







  #s-c5ba8e68-3bc6-4ef3-a0b1-f9e7f23df0f3 img.shogun-image {
    

    
    
    
  }


#s-c5ba8e68-3bc6-4ef3-a0b1-f9e7f23df0f3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-55fcad3d-a552-46cd-8843-14ec45780c77 {
  margin-top: 0px;
margin-bottom: 10px;
min-height: 50px;
}








#s-55fcad3d-a552-46cd-8843-14ec45780c77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55fcad3d-a552-46cd-8843-14ec45780c77.shg-box.shg-c {
  justify-content: center;
}

#s-bad79ed0-a120-4344-93d3-1f81847114ca {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-bad79ed0-a120-4344-93d3-1f81847114ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bad79ed0-a120-4344-93d3-1f81847114ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-bad79ed0-a120-4344-93d3-1f81847114ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-bad79ed0-a120-4344-93d3-1f81847114ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-551f8407-1781-428f-ba76-146b0befeaa9 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-551f8407-1781-428f-ba76-146b0befeaa9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-551f8407-1781-428f-ba76-146b0befeaa9.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-91e24219-5d58-4c81-9226-60508c651fd9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91e24219-5d58-4c81-9226-60508c651fd9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-91e24219-5d58-4c81-9226-60508c651fd9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-91e24219-5d58-4c81-9226-60508c651fd9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-450a7c85-c517-4051-85b7-e97975779e02 {
  text-align: center;
}

#s-450a7c85-c517-4051-85b7-e97975779e02 {
  overflow: hidden;
  
  
}







  #s-450a7c85-c517-4051-85b7-e97975779e02 img.shogun-image {
    

    
    
    
  }


#s-450a7c85-c517-4051-85b7-e97975779e02 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8520e555-9f31-48f9-b9c5-a9cd91460de5 {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-8520e555-9f31-48f9-b9c5-a9cd91460de5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8520e555-9f31-48f9-b9c5-a9cd91460de5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4bec4c70-224f-4403-be01-f8eb916e6ffe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4bec4c70-224f-4403-be01-f8eb916e6ffe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4bec4c70-224f-4403-be01-f8eb916e6ffe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4bec4c70-224f-4403-be01-f8eb916e6ffe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e1bfd4b1-b0f7-4ebd-860d-c627bc13fcbc {
  text-align: center;
}

#s-e1bfd4b1-b0f7-4ebd-860d-c627bc13fcbc {
  overflow: hidden;
  
  
}







  #s-e1bfd4b1-b0f7-4ebd-860d-c627bc13fcbc img.shogun-image {
    

    
    
    
  }


#s-e1bfd4b1-b0f7-4ebd-860d-c627bc13fcbc .shogun-image-content {
  
    justify-content: center;
  
}

#s-4b40e50e-9dfb-4714-acbc-c244e4d7f0e6 {
  background-color: rgba(238, 238, 238, 1);
}
@media (min-width: 1200px){#s-4b40e50e-9dfb-4714-acbc-c244e4d7f0e6 {
  display: none;
}
#s-4b40e50e-9dfb-4714-acbc-c244e4d7f0e6, #wrap-s-4b40e50e-9dfb-4714-acbc-c244e4d7f0e6, #wrap-content-s-4b40e50e-9dfb-4714-acbc-c244e4d7f0e6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b40e50e-9dfb-4714-acbc-c244e4d7f0e6 {
  display: none;
}
#s-4b40e50e-9dfb-4714-acbc-c244e4d7f0e6, #wrap-s-4b40e50e-9dfb-4714-acbc-c244e4d7f0e6, #wrap-content-s-4b40e50e-9dfb-4714-acbc-c244e4d7f0e6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b40e50e-9dfb-4714-acbc-c244e4d7f0e6 {
  display: none;
}
#s-4b40e50e-9dfb-4714-acbc-c244e4d7f0e6, #wrap-s-4b40e50e-9dfb-4714-acbc-c244e4d7f0e6, #wrap-content-s-4b40e50e-9dfb-4714-acbc-c244e4d7f0e6 { display: none !important; }}@media (max-width: 767px){#s-4b40e50e-9dfb-4714-acbc-c244e4d7f0e6 {
  
}
}

  #s-4b40e50e-9dfb-4714-acbc-c244e4d7f0e6 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
  }
  #s-4b40e50e-9dfb-4714-acbc-c244e4d7f0e6 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(238, 238, 238, 1);
    border: 1px solid #ddd;
  }
#s-4b40e50e-9dfb-4714-acbc-c244e4d7f0e6 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(85, 85, 85, 1);
  font-family: Work Sans;
  font-weight: 600;
  
  font-size: 20px;
}

#s-4b40e50e-9dfb-4714-acbc-c244e4d7f0e6 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 123, 255, 1);
}

#s-4b40e50e-9dfb-4714-acbc-c244e4d7f0e6 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(238, 238, 238, 1);
}

#s-4b40e50e-9dfb-4714-acbc-c244e4d7f0e6 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-c95f70e2-b8c2-4243-9a08-dd1fc3dc8817 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-c95f70e2-b8c2-4243-9a08-dd1fc3dc8817 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-c95f70e2-b8c2-4243-9a08-dd1fc3dc8817, #wrap-s-c95f70e2-b8c2-4243-9a08-dd1fc3dc8817, #wrap-content-s-c95f70e2-b8c2-4243-9a08-dd1fc3dc8817 { display: none !important; }}







#s-c95f70e2-b8c2-4243-9a08-dd1fc3dc8817 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c95f70e2-b8c2-4243-9a08-dd1fc3dc8817.shg-box.shg-c {
  justify-content: center;
}

#s-6ca221dd-d0e9-4069-a6e8-6f1c92aece64 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 8px;
padding-right: 5%;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-6ca221dd-d0e9-4069-a6e8-6f1c92aece64 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-6ca221dd-d0e9-4069-a6e8-6f1c92aece64, #wrap-s-6ca221dd-d0e9-4069-a6e8-6f1c92aece64, #wrap-content-s-6ca221dd-d0e9-4069-a6e8-6f1c92aece64 { display: none !important; }}







#s-6ca221dd-d0e9-4069-a6e8-6f1c92aece64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6ca221dd-d0e9-4069-a6e8-6f1c92aece64.shg-box.shg-c {
  justify-content: center;
}

#s-e9ea31a2-5e0f-47dd-a75e-470e6c72f740 {
  text-align: center;
}

#s-e9ea31a2-5e0f-47dd-a75e-470e6c72f740 {
  overflow: hidden;
  
  
}







  #s-e9ea31a2-5e0f-47dd-a75e-470e6c72f740 img.shogun-image {
    

    
    
    
  }


#s-e9ea31a2-5e0f-47dd-a75e-470e6c72f740 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c921e881-7e57-448f-b676-c6f5a415275d {
  text-align: center;
}

#s-c921e881-7e57-448f-b676-c6f5a415275d {
  overflow: hidden;
  
  
}







  #s-c921e881-7e57-448f-b676-c6f5a415275d img.shogun-image {
    

    
    
    
  }


#s-c921e881-7e57-448f-b676-c6f5a415275d .shogun-image-content {
  
    justify-content: center;
  
}

#s-f4f7086d-53d9-4c23-aaec-22f48136cf8d {
  margin-left: 25%;
margin-right: 25%;
}

@media (min-width: 0px) {
[id="s-f4f7086d-53d9-4c23-aaec-22f48136cf8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4f7086d-53d9-4c23-aaec-22f48136cf8d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f4f7086d-53d9-4c23-aaec-22f48136cf8d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4f7086d-53d9-4c23-aaec-22f48136cf8d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fc715e54-74ed-4e07-9b1d-bbe4e2254f1c {
  margin-left: 25%;
margin-right: 25%;
}

@media (min-width: 0px) {
[id="s-fc715e54-74ed-4e07-9b1d-bbe4e2254f1c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc715e54-74ed-4e07-9b1d-bbe4e2254f1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fc715e54-74ed-4e07-9b1d-bbe4e2254f1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc715e54-74ed-4e07-9b1d-bbe4e2254f1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ec0754e4-a605-497e-b05e-fccb1eadf3bd {
  padding-bottom: 22px;
min-height: 25px;
background-color: rgba(0, 79, 164, 1);
}








#s-ec0754e4-a605-497e-b05e-fccb1eadf3bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec0754e4-a605-497e-b05e-fccb1eadf3bd.shg-box.shg-c {
  justify-content: center;
}

#s-a77bd6ef-d36f-4ba0-9269-e28372733483 {
  margin-top: 20px;
margin-bottom: 16px;
padding-left: 16%;
padding-right: 16%;
}

#s-3a25544d-9036-46cd-914a-10020ca03d31 {
  padding-bottom: 22px;
min-height: 25px;
background-color: rgba(0, 79, 164, 1);
}








#s-3a25544d-9036-46cd-914a-10020ca03d31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a25544d-9036-46cd-914a-10020ca03d31.shg-box.shg-c {
  justify-content: center;
}

#s-51630590-33b3-4a1d-bd56-d2e22599c05a {
  margin-top: 20px;
margin-bottom: 16px;
padding-left: 16%;
padding-right: 16%;
}

#s-7aa26cf2-607c-4ae7-8106-4012f1093431 {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-7aa26cf2-607c-4ae7-8106-4012f1093431 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7aa26cf2-607c-4ae7-8106-4012f1093431.shg-box.shg-c {
  justify-content: center;
}

#s-fdb8441b-fd5c-4dfb-9987-96d0da14712a {
  margin-left: 4%;
margin-right: 4%;
text-align: center;
}

#s-fdb8441b-fd5c-4dfb-9987-96d0da14712a {
  overflow: hidden;
  
  
}







  #s-fdb8441b-fd5c-4dfb-9987-96d0da14712a img.shogun-image {
    

    
    
    
  }


#s-fdb8441b-fd5c-4dfb-9987-96d0da14712a .shogun-image-content {
  
    justify-content: center;
  
}

#s-fb6dd0fd-642b-4572-895c-3bffba7bb909 {
  margin-left: 9%;
margin-right: 4%;
}

#s-ca8bc730-8c9f-41ce-81dc-12f1bbfb4637 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ca8bc730-8c9f-41ce-81dc-12f1bbfb4637 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca8bc730-8c9f-41ce-81dc-12f1bbfb4637.shg-box.shg-c {
  justify-content: center;
}

#s-a5c8e7bb-e8ef-488a-beba-f48119a80efd {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-a5c8e7bb-e8ef-488a-beba-f48119a80efd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5c8e7bb-e8ef-488a-beba-f48119a80efd.shg-box.shg-c {
  justify-content: center;
}

#s-aa1c9ee8-3c78-459e-878b-9c46f0ec1b1e {
  margin-left: 4%;
margin-right: 4%;
text-align: center;
}

#s-aa1c9ee8-3c78-459e-878b-9c46f0ec1b1e {
  overflow: hidden;
  
  
}







  #s-aa1c9ee8-3c78-459e-878b-9c46f0ec1b1e img.shogun-image {
    

    
    
    
  }


#s-aa1c9ee8-3c78-459e-878b-9c46f0ec1b1e .shogun-image-content {
  
    justify-content: center;
  
}

#s-042699a3-f3c8-4bc3-8e76-77384a8321e0 {
  margin-left: 9%;
margin-right: 4%;
}

#s-3c71c540-c667-4bad-959e-df7452799eb3 {
  min-height: 50px;
}








#s-3c71c540-c667-4bad-959e-df7452799eb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c71c540-c667-4bad-959e-df7452799eb3.shg-box.shg-c {
  justify-content: center;
}

#s-42826dcb-b2d0-4aba-b83e-3acb73b5c664 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
text-align: center;
}

#s-42826dcb-b2d0-4aba-b83e-3acb73b5c664 {
  overflow: hidden;
  
  
}







  #s-42826dcb-b2d0-4aba-b83e-3acb73b5c664 img.shogun-image {
    

    
    
    
  }


#s-42826dcb-b2d0-4aba-b83e-3acb73b5c664 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a9eb28dc-88ce-49f9-895d-26b922106baa {
  margin-left: 8%;
margin-right: 8%;
}

#s-e2d03fea-1783-4f6d-9822-bbbce4fef496 {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-e2d03fea-1783-4f6d-9822-bbbce4fef496 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2d03fea-1783-4f6d-9822-bbbce4fef496.shg-box.shg-c {
  justify-content: center;
}

#s-19c33edb-1255-452f-a334-8b9802ca7efd {
  text-align: center;
}

#s-19c33edb-1255-452f-a334-8b9802ca7efd {
  overflow: hidden;
  
  
}







  #s-19c33edb-1255-452f-a334-8b9802ca7efd img.shogun-image {
    

    
    
    
  }


#s-19c33edb-1255-452f-a334-8b9802ca7efd .shogun-image-content {
  
    justify-content: center;
  
}

#s-419f66a7-88e7-4bd2-9315-1ce2504b2257 {
  margin-left: 8%;
margin-right: 8%;
}

#s-5c46488e-d444-4738-9bec-746eceb52d31 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5c46488e-d444-4738-9bec-746eceb52d31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5c46488e-d444-4738-9bec-746eceb52d31.shg-box.shg-c {
  justify-content: center;
}

#s-dea3388e-4f4a-449d-942e-3fcf20f7b0f9 {
  text-align: center;
}

#s-dea3388e-4f4a-449d-942e-3fcf20f7b0f9 {
  overflow: hidden;
  
  
}







  #s-dea3388e-4f4a-449d-942e-3fcf20f7b0f9 img.shogun-image {
    

    
    
    
  }


#s-dea3388e-4f4a-449d-942e-3fcf20f7b0f9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-655c1061-1c2a-4eda-b3d7-867a733c932a {
  margin-left: 8%;
margin-right: 8%;
}

#s-7e877ba3-8445-456c-9685-f55f7414805d {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-7e877ba3-8445-456c-9685-f55f7414805d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7e877ba3-8445-456c-9685-f55f7414805d.shg-box.shg-c {
  justify-content: center;
}

#s-4549a0ec-ab3b-4a50-9432-bdaa8432db49 {
  text-align: center;
}

#s-4549a0ec-ab3b-4a50-9432-bdaa8432db49 {
  overflow: hidden;
  
  
}







  #s-4549a0ec-ab3b-4a50-9432-bdaa8432db49 img.shogun-image {
    

    
    
    
  }


#s-4549a0ec-ab3b-4a50-9432-bdaa8432db49 .shogun-image-content {
  
    justify-content: center;
  
}

#s-25841951-2292-4f02-a91d-12a5db03245d {
  text-align: center;
}

#s-25841951-2292-4f02-a91d-12a5db03245d {
  overflow: hidden;
  
  
}







  #s-25841951-2292-4f02-a91d-12a5db03245d img.shogun-image {
    

    
    
    
  }


#s-25841951-2292-4f02-a91d-12a5db03245d .shogun-image-content {
  
    justify-content: center;
  
}

#s-feb8a549-10b3-48f4-9de4-18521ba5aaa6 {
  margin-left: 8%;
margin-right: 8%;
}

#s-0a97be3a-60b8-4aab-8376-18abc1196899 {
  min-height: 50px;
}








#s-0a97be3a-60b8-4aab-8376-18abc1196899 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a97be3a-60b8-4aab-8376-18abc1196899.shg-box.shg-c {
  justify-content: center;
}

#s-a8a010f8-e0e4-4b4e-8c00-6890a4115cd8 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
text-align: center;
}

#s-a8a010f8-e0e4-4b4e-8c00-6890a4115cd8 {
  overflow: hidden;
  
  
}







  #s-a8a010f8-e0e4-4b4e-8c00-6890a4115cd8 img.shogun-image {
    

    
    
    
  }


#s-a8a010f8-e0e4-4b4e-8c00-6890a4115cd8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b5075ac0-f63c-4010-a2e6-2208a7830d4c {
  margin-left: 8%;
margin-right: 8%;
}

#s-81489c30-e217-4a2a-9140-fde6c0591c58 {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-81489c30-e217-4a2a-9140-fde6c0591c58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81489c30-e217-4a2a-9140-fde6c0591c58.shg-box.shg-c {
  justify-content: center;
}

#s-e17a067e-14ad-45ff-93e3-de9063483491 {
  text-align: center;
}

#s-e17a067e-14ad-45ff-93e3-de9063483491 {
  overflow: hidden;
  
  
}







  #s-e17a067e-14ad-45ff-93e3-de9063483491 img.shogun-image {
    

    
    
    
  }


#s-e17a067e-14ad-45ff-93e3-de9063483491 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f47e7036-27c8-44e2-aed1-83f78a9d34af {
  text-align: center;
}

#s-f47e7036-27c8-44e2-aed1-83f78a9d34af {
  overflow: hidden;
  
  
}







  #s-f47e7036-27c8-44e2-aed1-83f78a9d34af img.shogun-image {
    

    
    
    
  }


#s-f47e7036-27c8-44e2-aed1-83f78a9d34af .shogun-image-content {
  
    justify-content: center;
  
}

#s-dcf4217a-acac-4a1b-885f-31a82554f08e {
  text-align: center;
}

#s-dcf4217a-acac-4a1b-885f-31a82554f08e {
  overflow: hidden;
  
  
}







  #s-dcf4217a-acac-4a1b-885f-31a82554f08e img.shogun-image {
    

    
    
    
  }


#s-dcf4217a-acac-4a1b-885f-31a82554f08e .shogun-image-content {
  
    justify-content: center;
  
}

#s-8f3ce403-a04d-4431-8801-36da151543ae {
  margin-left: 8%;
margin-right: 8%;
}

#s-39a4d8e8-a79c-4ed3-ae0f-2cbe1b5be954 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-39a4d8e8-a79c-4ed3-ae0f-2cbe1b5be954 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-39a4d8e8-a79c-4ed3-ae0f-2cbe1b5be954.shg-box.shg-c {
  justify-content: center;
}

#s-d3322de7-6553-40e7-89c4-4e5569a928fb {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
text-align: center;
}

#s-d3322de7-6553-40e7-89c4-4e5569a928fb {
  overflow: hidden;
  
  
}







  #s-d3322de7-6553-40e7-89c4-4e5569a928fb img.shogun-image {
    

    
    
    
  }


#s-d3322de7-6553-40e7-89c4-4e5569a928fb .shogun-image-content {
  
    justify-content: center;
  
}

#s-376b909e-d598-4f36-ae61-8379d2e9e38c {
  margin-left: 8%;
margin-right: 8%;
}

#s-3151ad9d-bac3-4317-ab97-f89f929a9fdc {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-3151ad9d-bac3-4317-ab97-f89f929a9fdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3151ad9d-bac3-4317-ab97-f89f929a9fdc.shg-box.shg-c {
  justify-content: center;
}

#s-ba3f05f1-896b-43e4-b4af-3b8276036a39 {
  text-align: center;
}

#s-ba3f05f1-896b-43e4-b4af-3b8276036a39 {
  overflow: hidden;
  
  
}







  #s-ba3f05f1-896b-43e4-b4af-3b8276036a39 img.shogun-image {
    

    
    
    
  }


#s-ba3f05f1-896b-43e4-b4af-3b8276036a39 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8a49f3da-d43d-494d-9a16-e3759fce74f9 {
  margin-left: 8%;
margin-right: 8%;
}

#s-d0694c28-93e0-4354-bda6-08dad8cf0b21 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d0694c28-93e0-4354-bda6-08dad8cf0b21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0694c28-93e0-4354-bda6-08dad8cf0b21.shg-box.shg-c {
  justify-content: center;
}

#s-bb1c4d68-debd-438b-8f77-3b80c58433b6 {
  text-align: center;
}

#s-bb1c4d68-debd-438b-8f77-3b80c58433b6 {
  overflow: hidden;
  
  
}







  #s-bb1c4d68-debd-438b-8f77-3b80c58433b6 img.shogun-image {
    

    
    
    
  }


#s-bb1c4d68-debd-438b-8f77-3b80c58433b6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b90b9286-78fd-41b7-a97f-b3372ceffd2c {
  margin-left: 8%;
margin-right: 8%;
}

#s-a567ad0b-ccc3-4265-89ae-40ff65dab4da {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-a567ad0b-ccc3-4265-89ae-40ff65dab4da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a567ad0b-ccc3-4265-89ae-40ff65dab4da.shg-box.shg-c {
  justify-content: center;
}

#s-20387b67-8722-44b4-bf5e-87edfcda7bf9 {
  text-align: center;
}

#s-20387b67-8722-44b4-bf5e-87edfcda7bf9 {
  overflow: hidden;
  
  
}







  #s-20387b67-8722-44b4-bf5e-87edfcda7bf9 img.shogun-image {
    

    
    
    
  }


#s-20387b67-8722-44b4-bf5e-87edfcda7bf9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-50b2ee53-76c9-4d06-90ce-9ce837c6e7db {
  text-align: center;
}

#s-50b2ee53-76c9-4d06-90ce-9ce837c6e7db {
  overflow: hidden;
  
  
}







  #s-50b2ee53-76c9-4d06-90ce-9ce837c6e7db img.shogun-image {
    

    
    
    
  }


#s-50b2ee53-76c9-4d06-90ce-9ce837c6e7db .shogun-image-content {
  
    justify-content: center;
  
}

#s-20a5e055-5b8b-4fd5-8f02-6a358c06cf7a {
  margin-left: 8%;
margin-right: 8%;
}

#s-05d3e6af-640a-4aa7-953b-5fa1cb58d7a6 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-05d3e6af-640a-4aa7-953b-5fa1cb58d7a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-05d3e6af-640a-4aa7-953b-5fa1cb58d7a6.shg-box.shg-c {
  justify-content: center;
}

#s-80ea9062-61bd-4a65-b40c-3c16691a19d8 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
text-align: center;
}

#s-80ea9062-61bd-4a65-b40c-3c16691a19d8 {
  overflow: hidden;
  
  
}







  #s-80ea9062-61bd-4a65-b40c-3c16691a19d8 img.shogun-image {
    

    
    
    
  }


#s-80ea9062-61bd-4a65-b40c-3c16691a19d8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f4513842-7f07-40c6-abd4-f1966f19e6e0 {
  margin-left: 8%;
margin-right: 8%;
}

#s-160eca2e-1ff7-4b69-a0f7-1d5e00a32888 {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-160eca2e-1ff7-4b69-a0f7-1d5e00a32888 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-160eca2e-1ff7-4b69-a0f7-1d5e00a32888.shg-box.shg-c {
  justify-content: center;
}

#s-f0a8a0cf-203c-42c8-a62a-4e45e6fcebd1 {
  text-align: center;
}

#s-f0a8a0cf-203c-42c8-a62a-4e45e6fcebd1 {
  overflow: hidden;
  
  
}







  #s-f0a8a0cf-203c-42c8-a62a-4e45e6fcebd1 img.shogun-image {
    

    
    
    
  }


#s-f0a8a0cf-203c-42c8-a62a-4e45e6fcebd1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6d9e72e7-f619-4cd6-9805-21d49c049603 {
  text-align: center;
}

#s-6d9e72e7-f619-4cd6-9805-21d49c049603 {
  overflow: hidden;
  
  
}







  #s-6d9e72e7-f619-4cd6-9805-21d49c049603 img.shogun-image {
    

    
    
    
  }


#s-6d9e72e7-f619-4cd6-9805-21d49c049603 .shogun-image-content {
  
    justify-content: center;
  
}

#s-21c436fc-da02-4bae-99b7-c8f71c42a9b8 {
  text-align: center;
}

#s-21c436fc-da02-4bae-99b7-c8f71c42a9b8 {
  overflow: hidden;
  
  
}







  #s-21c436fc-da02-4bae-99b7-c8f71c42a9b8 img.shogun-image {
    

    
    
    
  }


#s-21c436fc-da02-4bae-99b7-c8f71c42a9b8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-de93e73e-1234-40ea-b36c-0d8a0fe7fb17 {
  margin-left: 8%;
margin-right: 8%;
}

#s-8d69dc25-1aba-493d-a1f1-d30f7ce79a46 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8d69dc25-1aba-493d-a1f1-d30f7ce79a46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8d69dc25-1aba-493d-a1f1-d30f7ce79a46.shg-box.shg-c {
  justify-content: center;
}

#s-8159e2be-2e87-48b2-a72c-155008f27d2b {
  text-align: center;
}

#s-8159e2be-2e87-48b2-a72c-155008f27d2b {
  overflow: hidden;
  
  
}







  #s-8159e2be-2e87-48b2-a72c-155008f27d2b img.shogun-image {
    

    
    
    
  }


#s-8159e2be-2e87-48b2-a72c-155008f27d2b .shogun-image-content {
  
    justify-content: center;
  
}

#s-6ac142c3-7752-4d7c-90d0-5e6e04a5470c {
  padding-top: 60px;
padding-bottom: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6ac142c3-7752-4d7c-90d0-5e6e04a5470c {
  
}
}@media (max-width: 767px){#s-6ac142c3-7752-4d7c-90d0-5e6e04a5470c {
  display: none;
}
#s-6ac142c3-7752-4d7c-90d0-5e6e04a5470c, #wrap-s-6ac142c3-7752-4d7c-90d0-5e6e04a5470c, #wrap-content-s-6ac142c3-7752-4d7c-90d0-5e6e04a5470c { display: none !important; }}







#s-6ac142c3-7752-4d7c-90d0-5e6e04a5470c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6ac142c3-7752-4d7c-90d0-5e6e04a5470c.shg-box.shg-c {
  justify-content: center;
}

#s-1071f10e-1dbc-45dc-a439-30c3f6c033eb {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-1071f10e-1dbc-45dc-a439-30c3f6c033eb {
  display: none;
}
#s-1071f10e-1dbc-45dc-a439-30c3f6c033eb, #wrap-s-1071f10e-1dbc-45dc-a439-30c3f6c033eb, #wrap-content-s-1071f10e-1dbc-45dc-a439-30c3f6c033eb { display: none !important; }}
#s-1071f10e-1dbc-45dc-a439-30c3f6c033eb .shogun-heading-component h4 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  
}



#s-6eb7a6a4-7511-4353-a508-ce33bb93381a {
  margin-top: 0px;
margin-bottom: 50px;
padding-left: 16%;
padding-right: 16%;
}
@media (max-width: 767px){#s-6eb7a6a4-7511-4353-a508-ce33bb93381a {
  display: none;
}
#s-6eb7a6a4-7511-4353-a508-ce33bb93381a, #wrap-s-6eb7a6a4-7511-4353-a508-ce33bb93381a, #wrap-content-s-6eb7a6a4-7511-4353-a508-ce33bb93381a { display: none !important; }}
#s-37ef986c-c749-4dce-a2fa-708397242ced {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-37ef986c-c749-4dce-a2fa-708397242ced"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37ef986c-c749-4dce-a2fa-708397242ced"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-37ef986c-c749-4dce-a2fa-708397242ced"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-37ef986c-c749-4dce-a2fa-708397242ced"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-499d82a4-818f-4998-9f88-0d05672803f4 {
  text-align: center;
}

#s-499d82a4-818f-4998-9f88-0d05672803f4 {
  overflow: hidden;
  
  
}







  #s-499d82a4-818f-4998-9f88-0d05672803f4 img.shogun-image {
    

    
    
    
  }


#s-499d82a4-818f-4998-9f88-0d05672803f4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-683f667b-5dce-495b-8d5d-a4930f2d4603 {
  text-align: center;
}

#s-683f667b-5dce-495b-8d5d-a4930f2d4603 {
  overflow: hidden;
  
  
}







  #s-683f667b-5dce-495b-8d5d-a4930f2d4603 img.shogun-image {
    

    
    
    
  }


#s-683f667b-5dce-495b-8d5d-a4930f2d4603 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2f711264-4e62-440c-9b04-bcfd87c69006 {
  text-align: center;
}

#s-2f711264-4e62-440c-9b04-bcfd87c69006 {
  overflow: hidden;
  
  
}







  #s-2f711264-4e62-440c-9b04-bcfd87c69006 img.shogun-image {
    

    
    
    
  }


#s-2f711264-4e62-440c-9b04-bcfd87c69006 .shogun-image-content {
  
    justify-content: center;
  
}

#s-46dfc755-6dfa-447b-b135-2623c17091e9 {
  padding-bottom: 35px;
min-height: 50px;
background-color: rgba(0, 79, 164, 1);
}








#s-46dfc755-6dfa-447b-b135-2623c17091e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-46dfc755-6dfa-447b-b135-2623c17091e9.shg-box.shg-c {
  justify-content: center;
}

#s-c2d35515-371d-486b-bc61-9d47a55ca01a {
  margin-top: 50px;
margin-bottom: 16px;
padding-left: 16%;
padding-right: 16%;
}

#s-b1d20c9c-7c05-4cf2-b589-0301686b73f9 {
  padding-bottom: 35px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-b1d20c9c-7c05-4cf2-b589-0301686b73f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b1d20c9c-7c05-4cf2-b589-0301686b73f9.shg-box.shg-c {
  justify-content: center;
}

#s-bc6bf640-0c54-48a5-b4cc-5b94e0d5751e {
  margin-top: 50px;
margin-bottom: 16px;
padding-left: 16%;
padding-right: 16%;
}

#s-5e76ac57-f555-43c0-a2a6-d1f4e3012cda {
  text-align: center;
}

#s-5e76ac57-f555-43c0-a2a6-d1f4e3012cda {
  overflow: hidden;
  
  
}







  #s-5e76ac57-f555-43c0-a2a6-d1f4e3012cda img.shogun-image {
    

    
    
    
  }


#s-5e76ac57-f555-43c0-a2a6-d1f4e3012cda .shogun-image-content {
  
    justify-content: center;
  
}

#s-adabb506-f413-47fe-b447-ef0eaee79c51 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 16%;
padding-right: 16%;
}

#s-88822a54-3187-48d3-a696-1cf88342f751 {
  margin-top: 9px;
margin-bottom: 7px;
padding-left: 16%;
padding-right: 16%;
}

#s-3aaaec21-a47f-4fad-8eb5-e03c5b0dd1d9 {
  padding-top: 60px;
padding-bottom: 60px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3aaaec21-a47f-4fad-8eb5-e03c5b0dd1d9 {
  display: none;
}
#s-3aaaec21-a47f-4fad-8eb5-e03c5b0dd1d9, #wrap-s-3aaaec21-a47f-4fad-8eb5-e03c5b0dd1d9, #wrap-content-s-3aaaec21-a47f-4fad-8eb5-e03c5b0dd1d9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3aaaec21-a47f-4fad-8eb5-e03c5b0dd1d9 {
  display: none;
}
#s-3aaaec21-a47f-4fad-8eb5-e03c5b0dd1d9, #wrap-s-3aaaec21-a47f-4fad-8eb5-e03c5b0dd1d9, #wrap-content-s-3aaaec21-a47f-4fad-8eb5-e03c5b0dd1d9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3aaaec21-a47f-4fad-8eb5-e03c5b0dd1d9 {
  display: none;
}
#s-3aaaec21-a47f-4fad-8eb5-e03c5b0dd1d9, #wrap-s-3aaaec21-a47f-4fad-8eb5-e03c5b0dd1d9, #wrap-content-s-3aaaec21-a47f-4fad-8eb5-e03c5b0dd1d9 { display: none !important; }}







#s-3aaaec21-a47f-4fad-8eb5-e03c5b0dd1d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3aaaec21-a47f-4fad-8eb5-e03c5b0dd1d9.shg-box.shg-c {
  justify-content: center;
}

#s-b83ec6ea-af7b-411a-8fc8-c90b363245e6 {
  margin-left: 15%;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-b83ec6ea-af7b-411a-8fc8-c90b363245e6 {
  display: none;
}
#s-b83ec6ea-af7b-411a-8fc8-c90b363245e6, #wrap-s-b83ec6ea-af7b-411a-8fc8-c90b363245e6, #wrap-content-s-b83ec6ea-af7b-411a-8fc8-c90b363245e6 { display: none !important; }}
#s-b83ec6ea-af7b-411a-8fc8-c90b363245e6 .shogun-heading-component h4 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-1c338271-8c6a-483d-9344-774376f5714d {
  margin-left: 7%;
margin-right: 7%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-1c338271-8c6a-483d-9344-774376f5714d {
  display: none;
}
#s-1c338271-8c6a-483d-9344-774376f5714d, #wrap-s-1c338271-8c6a-483d-9344-774376f5714d, #wrap-content-s-1c338271-8c6a-483d-9344-774376f5714d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c338271-8c6a-483d-9344-774376f5714d {
  display: none;
}
#s-1c338271-8c6a-483d-9344-774376f5714d, #wrap-s-1c338271-8c6a-483d-9344-774376f5714d, #wrap-content-s-1c338271-8c6a-483d-9344-774376f5714d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1c338271-8c6a-483d-9344-774376f5714d {
  display: none;
}
#s-1c338271-8c6a-483d-9344-774376f5714d, #wrap-s-1c338271-8c6a-483d-9344-774376f5714d, #wrap-content-s-1c338271-8c6a-483d-9344-774376f5714d { display: none !important; }}
#s-1c338271-8c6a-483d-9344-774376f5714d .shogun-heading-component h4 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-3402deec-c177-4a6e-9e64-f558455d1743 {
  margin-top: 0px;
margin-bottom: 50px;
padding-left: 16%;
padding-right: 16%;
}
@media (max-width: 767px){#s-3402deec-c177-4a6e-9e64-f558455d1743 {
  display: none;
}
#s-3402deec-c177-4a6e-9e64-f558455d1743, #wrap-s-3402deec-c177-4a6e-9e64-f558455d1743, #wrap-content-s-3402deec-c177-4a6e-9e64-f558455d1743 { display: none !important; }}
#s-c49c2d92-a8ea-4ba8-8ff1-80287020834a {
  margin-top: 0px;
margin-bottom: 50px;
padding-left: 7%;
padding-right: 7%;
}
@media (min-width: 1200px){#s-c49c2d92-a8ea-4ba8-8ff1-80287020834a {
  display: none;
}
#s-c49c2d92-a8ea-4ba8-8ff1-80287020834a, #wrap-s-c49c2d92-a8ea-4ba8-8ff1-80287020834a, #wrap-content-s-c49c2d92-a8ea-4ba8-8ff1-80287020834a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c49c2d92-a8ea-4ba8-8ff1-80287020834a {
  display: none;
}
#s-c49c2d92-a8ea-4ba8-8ff1-80287020834a, #wrap-s-c49c2d92-a8ea-4ba8-8ff1-80287020834a, #wrap-content-s-c49c2d92-a8ea-4ba8-8ff1-80287020834a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c49c2d92-a8ea-4ba8-8ff1-80287020834a {
  display: none;
}
#s-c49c2d92-a8ea-4ba8-8ff1-80287020834a, #wrap-s-c49c2d92-a8ea-4ba8-8ff1-80287020834a, #wrap-content-s-c49c2d92-a8ea-4ba8-8ff1-80287020834a { display: none !important; }}
#s-c653116f-1ac4-4d81-8401-869e9f3fe8b7 {
  text-align: center;
}

#s-c653116f-1ac4-4d81-8401-869e9f3fe8b7 {
  overflow: hidden;
  
  
}







  #s-c653116f-1ac4-4d81-8401-869e9f3fe8b7 img.shogun-image {
    

    
    
    
  }


#s-c653116f-1ac4-4d81-8401-869e9f3fe8b7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-64a82254-f745-4516-8851-4a7a5fb01224 {
  margin-top: 50px;
margin-bottom: 16px;
padding-left: 16%;
padding-right: 16%;
}

#s-c68434e0-c8bd-4c93-bfa2-74d2b844123a {
  margin-bottom: 9px;
padding-top: 15px;
padding-left: 28px;
padding-bottom: 15px;
padding-right: 28px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c68434e0-c8bd-4c93-bfa2-74d2b844123a:hover {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c68434e0-c8bd-4c93-bfa2-74d2b844123a:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c68434e0-c8bd-4c93-bfa2-74d2b844123a-root {
    text-align: center;
  }


#s-c68434e0-c8bd-4c93-bfa2-74d2b844123a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c68434e0-c8bd-4c93-bfa2-74d2b844123a-root {
    text-align: center;
  }


#s-c68434e0-c8bd-4c93-bfa2-74d2b844123a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c68434e0-c8bd-4c93-bfa2-74d2b844123a-root {
    text-align: center;
  }


#s-c68434e0-c8bd-4c93-bfa2-74d2b844123a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c68434e0-c8bd-4c93-bfa2-74d2b844123a-root {
    text-align: center;
  }


#s-c68434e0-c8bd-4c93-bfa2-74d2b844123a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c68434e0-c8bd-4c93-bfa2-74d2b844123a-root {
    text-align: center;
  }


#s-c68434e0-c8bd-4c93-bfa2-74d2b844123a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-aa1ad381-176d-4667-bb0c-ea8fea18b35e {
  margin-bottom: 9px;
padding-top: 15px;
padding-left: 28px;
padding-bottom: 15px;
padding-right: 28px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-aa1ad381-176d-4667-bb0c-ea8fea18b35e:hover {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-aa1ad381-176d-4667-bb0c-ea8fea18b35e:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-aa1ad381-176d-4667-bb0c-ea8fea18b35e-root {
    text-align: center;
  }


#s-aa1ad381-176d-4667-bb0c-ea8fea18b35e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aa1ad381-176d-4667-bb0c-ea8fea18b35e-root {
    text-align: center;
  }


#s-aa1ad381-176d-4667-bb0c-ea8fea18b35e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aa1ad381-176d-4667-bb0c-ea8fea18b35e-root {
    text-align: center;
  }


#s-aa1ad381-176d-4667-bb0c-ea8fea18b35e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aa1ad381-176d-4667-bb0c-ea8fea18b35e-root {
    text-align: center;
  }


#s-aa1ad381-176d-4667-bb0c-ea8fea18b35e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aa1ad381-176d-4667-bb0c-ea8fea18b35e-root {
    text-align: center;
  }


#s-aa1ad381-176d-4667-bb0c-ea8fea18b35e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-83cb4b8d-f1cf-4ee1-85bb-1cd54d70f812 {
  margin-top: 20px;
margin-bottom: 7px;
padding-left: 16%;
padding-right: 16%;
}

#s-1457ab9e-7993-41c0-ac5e-3721b814256e {
  padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(226, 227, 229, 1);
}
@media (max-width: 767px){#s-1457ab9e-7993-41c0-ac5e-3721b814256e {
  display: none;
}
#s-1457ab9e-7993-41c0-ac5e-3721b814256e, #wrap-s-1457ab9e-7993-41c0-ac5e-3721b814256e, #wrap-content-s-1457ab9e-7993-41c0-ac5e-3721b814256e { display: none !important; }}







#s-1457ab9e-7993-41c0-ac5e-3721b814256e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1457ab9e-7993-41c0-ac5e-3721b814256e.shg-box.shg-c {
  justify-content: center;
}

#s-434f316d-6113-4654-becb-07656721f93b {
  margin-left: 10%;
margin-bottom: 40px;
margin-right: 10%;
padding-top: 9px;
padding-bottom: 0px;
text-align: left;
}

#s-434f316d-6113-4654-becb-07656721f93b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.25em;
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-de77dad0-5f13-44e8-bfda-9c173af90221"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de77dad0-5f13-44e8-bfda-9c173af90221"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de77dad0-5f13-44e8-bfda-9c173af90221"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-de77dad0-5f13-44e8-bfda-9c173af90221"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de77dad0-5f13-44e8-bfda-9c173af90221"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-de77dad0-5f13-44e8-bfda-9c173af90221"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de77dad0-5f13-44e8-bfda-9c173af90221"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-5aa294b3-7a1b-4a5f-8542-d3d02e6bf053 {
  margin-left: 24%;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-5aa294b3-7a1b-4a5f-8542-d3d02e6bf053 .shogun-heading-component h1 {
  color: rgba(0, 123, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-87a5020c-0722-4f25-ac92-123eaf9e8315 {
  margin-left: 24%;
margin-bottom: 25px;
}

#s-b611ed8a-2940-4e29-a0da-4c7184fba93e {
  margin-left: 25%;
}

@media (min-width: 0px) {
[id="s-b611ed8a-2940-4e29-a0da-4c7184fba93e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b611ed8a-2940-4e29-a0da-4c7184fba93e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.5px);
}

[id="s-b611ed8a-2940-4e29-a0da-4c7184fba93e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.5px);
}

}

@media (min-width: 992px) {
[id="s-b611ed8a-2940-4e29-a0da-4c7184fba93e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.5px);
}

[id="s-b611ed8a-2940-4e29-a0da-4c7184fba93e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.5px);
}

}

@media (min-width: 1200px) {
[id="s-b611ed8a-2940-4e29-a0da-4c7184fba93e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.5px);
}

[id="s-b611ed8a-2940-4e29-a0da-4c7184fba93e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.5px);
}

}

#s-ebbed166-d415-4069-bcea-c53870a61946 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTY3MTA3MjQtOTc1MC00YzJiLTk1NTItOTA0ZjNiZjNkNjI4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0ZmE0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA3YmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxNjcxMDcyNC05NzUwLTRjMmItOTU1Mi05MDRmM2JmM2Q2MjgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#004fa4"}, {"id"=>2, "pos"=>1, "color"=>"#007bff"}];
hover-type: gradient;
}
#s-ebbed166-d415-4069-bcea-c53870a61946:hover {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ebbed166-d415-4069-bcea-c53870a61946:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ebbed166-d415-4069-bcea-c53870a61946-root {
    text-align: left;
  }


#s-ebbed166-d415-4069-bcea-c53870a61946.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ebbed166-d415-4069-bcea-c53870a61946-root {
    text-align: left;
  }


#s-ebbed166-d415-4069-bcea-c53870a61946.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ebbed166-d415-4069-bcea-c53870a61946-root {
    text-align: left;
  }


#s-ebbed166-d415-4069-bcea-c53870a61946.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ebbed166-d415-4069-bcea-c53870a61946-root {
    text-align: left;
  }


#s-ebbed166-d415-4069-bcea-c53870a61946.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ebbed166-d415-4069-bcea-c53870a61946-root {
    text-align: left;
  }


#s-ebbed166-d415-4069-bcea-c53870a61946.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c9c1b548-c627-47a3-90b0-22eaea11ac57 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGNkZDdjY2UtOTllZS00YjM1LThiMjEtZWYxZjUzYTUzMDc2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0ZmE0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA3YmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0Y2RkN2NjZS05OWVlLTRiMzUtOGIyMS1lZjFmNTNhNTMwNzYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#004fa4"}, {"id"=>2, "pos"=>1, "color"=>"#007bff"}];
hover-type: gradient;
}
#s-c9c1b548-c627-47a3-90b0-22eaea11ac57:hover {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c9c1b548-c627-47a3-90b0-22eaea11ac57:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c9c1b548-c627-47a3-90b0-22eaea11ac57-root {
    text-align: left;
  }


#s-c9c1b548-c627-47a3-90b0-22eaea11ac57.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c9c1b548-c627-47a3-90b0-22eaea11ac57-root {
    text-align: left;
  }


#s-c9c1b548-c627-47a3-90b0-22eaea11ac57.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9c1b548-c627-47a3-90b0-22eaea11ac57-root {
    text-align: left;
  }


#s-c9c1b548-c627-47a3-90b0-22eaea11ac57.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c9c1b548-c627-47a3-90b0-22eaea11ac57-root {
    text-align: left;
  }


#s-c9c1b548-c627-47a3-90b0-22eaea11ac57.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c9c1b548-c627-47a3-90b0-22eaea11ac57-root {
    text-align: left;
  }


#s-c9c1b548-c627-47a3-90b0-22eaea11ac57.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-1d1ac698-8d88-4edd-bc02-8ed977157676 {
  margin-right: 7%;
text-align: left;
}

#s-1d1ac698-8d88-4edd-bc02-8ed977157676 {
  overflow: hidden;
  
  
}







  #s-1d1ac698-8d88-4edd-bc02-8ed977157676 img.shogun-image {
    

    
    
    
  }


#s-1d1ac698-8d88-4edd-bc02-8ed977157676 .shogun-image-content {
  
    justify-content: center;
  
}

#s-068372a3-d044-4120-a638-f2e80a8f3f57 {
  padding-top: 120px;
padding-bottom: 120px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-068372a3-d044-4120-a638-f2e80a8f3f57 {
  padding-top: 60px;
padding-bottom: 60px;
}
}@media (max-width: 767px){#s-068372a3-d044-4120-a638-f2e80a8f3f57 {
  padding-top: 60px;
padding-bottom: 60px;
}
}







#s-068372a3-d044-4120-a638-f2e80a8f3f57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-068372a3-d044-4120-a638-f2e80a8f3f57.shg-box.shg-c {
  justify-content: center;
}

#s-57928be1-3f71-496c-b4a7-5d81611dfed9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-57928be1-3f71-496c-b4a7-5d81611dfed9 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-57928be1-3f71-496c-b4a7-5d81611dfed9 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-57928be1-3f71-496c-b4a7-5d81611dfed9 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  
}


}
#s-f21b6fca-1399-41ce-beda-a2c5b970852f {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f21b6fca-1399-41ce-beda-a2c5b970852f {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-f21b6fca-1399-41ce-beda-a2c5b970852f {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-f21b6fca-1399-41ce-beda-a2c5b970852f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f21b6fca-1399-41ce-beda-a2c5b970852f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f21b6fca-1399-41ce-beda-a2c5b970852f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f21b6fca-1399-41ce-beda-a2c5b970852f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-2afdb6f5-0189-4f19-b387-97a5ac780d82 {
  text-align: center;
}

#s-2afdb6f5-0189-4f19-b387-97a5ac780d82 {
  overflow: hidden;
  
  
}







  #s-2afdb6f5-0189-4f19-b387-97a5ac780d82 img.shogun-image {
    

    
    
    
  }


#s-2afdb6f5-0189-4f19-b387-97a5ac780d82 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6d062031-7a6d-4157-8b72-fea2f2f6a8ad {
  text-align: center;
}

#s-6d062031-7a6d-4157-8b72-fea2f2f6a8ad {
  overflow: hidden;
  
  
}







  #s-6d062031-7a6d-4157-8b72-fea2f2f6a8ad img.shogun-image {
    

    
    
    
  }


#s-6d062031-7a6d-4157-8b72-fea2f2f6a8ad .shogun-image-content {
  
    justify-content: center;
  
}

#s-6dceeb2f-3b8a-427a-88e0-798c7a6bb6cf {
  text-align: center;
}

#s-6dceeb2f-3b8a-427a-88e0-798c7a6bb6cf {
  overflow: hidden;
  
  
}







  #s-6dceeb2f-3b8a-427a-88e0-798c7a6bb6cf img.shogun-image {
    

    
    
    
  }


#s-6dceeb2f-3b8a-427a-88e0-798c7a6bb6cf .shogun-image-content {
  
    justify-content: center;
  
}

#s-39b116d7-c254-4f45-839f-511094189ded {
  text-align: center;
}

#s-39b116d7-c254-4f45-839f-511094189ded {
  overflow: hidden;
  
  
}







  #s-39b116d7-c254-4f45-839f-511094189ded img.shogun-image {
    

    
    
    
  }


#s-39b116d7-c254-4f45-839f-511094189ded .shogun-image-content {
  
    justify-content: center;
  
}

#s-abc8d332-99b8-467b-9909-7b9a64eeb79b {
  margin-top: 0px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-abc8d332-99b8-467b-9909-7b9a64eeb79b {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-abc8d332-99b8-467b-9909-7b9a64eeb79b {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-abc8d332-99b8-467b-9909-7b9a64eeb79b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-abc8d332-99b8-467b-9909-7b9a64eeb79b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-abc8d332-99b8-467b-9909-7b9a64eeb79b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-abc8d332-99b8-467b-9909-7b9a64eeb79b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-149c79da-2969-4fcf-b57e-5d75bbc4642d {
  text-align: center;
}

#s-149c79da-2969-4fcf-b57e-5d75bbc4642d {
  overflow: hidden;
  
  
}







  #s-149c79da-2969-4fcf-b57e-5d75bbc4642d img.shogun-image {
    

    
    
    
  }


#s-149c79da-2969-4fcf-b57e-5d75bbc4642d .shogun-image-content {
  
    justify-content: center;
  
}

#s-0545d705-bdf1-43c7-865a-697c1981aac9 {
  text-align: center;
}

#s-0545d705-bdf1-43c7-865a-697c1981aac9 {
  overflow: hidden;
  
  
}







  #s-0545d705-bdf1-43c7-865a-697c1981aac9 img.shogun-image {
    

    
    
    
  }


#s-0545d705-bdf1-43c7-865a-697c1981aac9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1091fc50-6990-4caa-8c30-ce7651e18d26 {
  text-align: center;
}

#s-1091fc50-6990-4caa-8c30-ce7651e18d26 {
  overflow: hidden;
  
  
}







  #s-1091fc50-6990-4caa-8c30-ce7651e18d26 img.shogun-image {
    

    
    
    
  }


#s-1091fc50-6990-4caa-8c30-ce7651e18d26 .shogun-image-content {
  
    justify-content: center;
  
}

#s-07c56dac-d201-4659-9ab8-68632741f049 {
  text-align: center;
}

#s-07c56dac-d201-4659-9ab8-68632741f049 {
  overflow: hidden;
  
  
}







  #s-07c56dac-d201-4659-9ab8-68632741f049 img.shogun-image {
    

    
    
    
  }


#s-07c56dac-d201-4659-9ab8-68632741f049 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f3e96839-5555-4f90-b497-435f67a3a7bd {
  margin-top: 60px;
margin-left: 7%;
margin-right: 7%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f3e96839-5555-4f90-b497-435f67a3a7bd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-79fc9121-9221-435c-8e18-f26488a599dd {
  margin-left: 7%;
margin-right: 7%;
}

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