.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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-340c74e0-7a94-4acb-8ced-43ddb783870e {
  margin-top: 20px;
min-height: 125px;
}








#s-340c74e0-7a94-4acb-8ced-43ddb783870e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-340c74e0-7a94-4acb-8ced-43ddb783870e.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;
  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;
}
#s-efbb8145-ab92-4de3-b9ad-a2c28301d37c {
  text-align: center;
}




  #s-efbb8145-ab92-4de3-b9ad-a2c28301d37c img.shogun-image {
    
    width: px;
  }


#s-efbb8145-ab92-4de3-b9ad-a2c28301d37c .shogun-image-content {
  
    align-items: center;
  
}

#s-43942c2e-7d08-4812-b969-5e9f9cf1781c {
  background-image: url(https://i.shgcdn.com/dadcb18e-c76b-4cd3-9a85-fb5135da3073/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 474px;
background-position: center center;
}
@media (max-width: 767px){#s-43942c2e-7d08-4812-b969-5e9f9cf1781c {
  min-height: 200px;
}
}







#s-43942c2e-7d08-4812-b969-5e9f9cf1781c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43942c2e-7d08-4812-b969-5e9f9cf1781c.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-517c6063-88a7-40ee-bdf8-2ac8cb3ce9e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-517c6063-88a7-40ee-bdf8-2ac8cb3ce9e0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-517c6063-88a7-40ee-bdf8-2ac8cb3ce9e0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-a2d2cace-688c-42d7-a06b-cb2e6c8bf466 .shogun-countdown span, #s-a2d2cace-688c-42d7-a06b-cb2e6c8bf466 .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
.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.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-4bd64233-41d0-49a1-88d7-a2dbc889000e {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1px;
min-height: 0px;
background-color: rgba(54, 95, 123, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-4bd64233-41d0-49a1-88d7-a2dbc889000e:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(18, 74, 113, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-4bd64233-41d0-49a1-88d7-a2dbc889000e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4bd64233-41d0-49a1-88d7-a2dbc889000e.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Nunito Sans;
  display:  inline-block ;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}@media (max-width: 767px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}
@media (min-width: 0px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a68677e3-e36c-45ad-a527-5cac5a0bc360 {
  margin-top: 30px;
text-align: center;
}
@media (max-width: 767px){#s-a68677e3-e36c-45ad-a527-5cac5a0bc360 {
  margin-bottom: 40px;
display: none;
}
#s-a68677e3-e36c-45ad-a527-5cac5a0bc360, #wrap-s-a68677e3-e36c-45ad-a527-5cac5a0bc360 { display:none !important; }}



  #s-a68677e3-e36c-45ad-a527-5cac5a0bc360 img.shogun-image {
    
    width: px;
  }


#s-a68677e3-e36c-45ad-a527-5cac5a0bc360 .shogun-image-content {
  
    align-items: center;
  
}

#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  
}
}@media (max-width: 767px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  
}
}







#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a.shg-box.shg-c {
  justify-content: center;
}

#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  margin-top: 40px;
margin-bottom: 3px;
padding-top: 30px;
padding-left: 10%;
padding-right: 10%;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  
}
}@media (max-width: 767px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  margin-top: 20px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 220px;
}
}







#s-08fd8015-9c90-4601-b6fb-408258b31da2 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-08fd8015-9c90-4601-b6fb-408258b31da2.shg-box.shg-c {
  justify-content: center;
}

#s-c7a1ed51-1672-41fa-9dca-d3c75b7f9e5b {
  margin-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-c7a1ed51-1672-41fa-9dca-d3c75b7f9e5b {
  margin-bottom: 10px;
text-align: center;
}
}
#s-c7a1ed51-1672-41fa-9dca-d3c75b7f9e5b .shogun-heading-component h4 {
  color: rgba(54, 95, 123, 1);
  font-weight:  700 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 2px;
  text-align: left;
}


@media (max-width: 767px){#s-c7a1ed51-1672-41fa-9dca-d3c75b7f9e5b .shogun-heading-component h4 {
  color: rgba(54, 95, 123, 1);
  font-weight:  700 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-45dd48f8-7d8e-44bd-986a-2217e2285a71 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-45dd48f8-7d8e-44bd-986a-2217e2285a71 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-45dd48f8-7d8e-44bd-986a-2217e2285a71 .shogun-heading-component h1 {
  color: rgba(54, 95, 123, 1);
  font-weight:  600 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: 43px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-45dd48f8-7d8e-44bd-986a-2217e2285a71 .shogun-heading-component h1 {
  color: rgba(54, 95, 123, 1);
  font-weight:  600 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: 43px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-4f7dc908-8fe6-480f-936f-8eab05c5414c {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
min-height: 121px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4f7dc908-8fe6-480f-936f-8eab05c5414c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4f7dc908-8fe6-480f-936f-8eab05c5414c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4f7dc908-8fe6-480f-936f-8eab05c5414c {
  
}
}@media (max-width: 767px){#s-4f7dc908-8fe6-480f-936f-8eab05c5414c {
  padding-top: 60px;
padding-bottom: 20px;
}
}







#s-4f7dc908-8fe6-480f-936f-8eab05c5414c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-4f7dc908-8fe6-480f-936f-8eab05c5414c.shg-box.shg-c {
  justify-content: flex-end;
}

#s-ab9a59e6-8007-48a9-bb37-320ee53ae388 {
  margin-top: -29px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-ab9a59e6-8007-48a9-bb37-320ee53ae388 {
  margin-top: -29px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-ab9a59e6-8007-48a9-bb37-320ee53ae388 .shogun-heading-component h4 {
  color: rgba(98, 104, 109, 1);
  font-weight:  300 ;
  font-family: Sarabun;
  font-style:   ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-ab9a59e6-8007-48a9-bb37-320ee53ae388 .shogun-heading-component h4 {
  color: rgba(98, 104, 109, 1);
  font-weight:  300 ;
  font-family: Sarabun;
  font-style:   ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


}
#s-6d7343d4-26db-4155-8801-805909539712 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(157, 217, 241, 1);
}

#s-7c101140-bd38-4b7a-a675-b5f1c0d993b6 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-7c101140-bd38-4b7a-a675-b5f1c0d993b6 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-7c101140-bd38-4b7a-a675-b5f1c0d993b6 .shogun-heading-component h4 {
  color: rgba(98, 104, 109, 1);
  font-weight:  300 ;
  font-family: Nunito Sans;
  font-style:  italic ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-7c101140-bd38-4b7a-a675-b5f1c0d993b6 .shogun-heading-component h4 {
  color: rgba(98, 104, 109, 1);
  font-weight:  300 ;
  font-family: Nunito Sans;
  font-style:  italic ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-2287054d-e077-49be-9ddc-b6976dd9f555 {
  min-height: 180px;
background-color: rgba(157, 217, 241, 1);
}








#s-2287054d-e077-49be-9ddc-b6976dd9f555 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2287054d-e077-49be-9ddc-b6976dd9f555.shg-box.shg-c {
  justify-content: center;
}

#s-0a2d6e96-66c6-4edf-ba67-a8e647e389f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a2d6e96-66c6-4edf-ba67-a8e647e389f2 .shogun-heading-component h1 {
  color: rgba(54, 95, 123, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


@media (max-width: 767px){#s-0a2d6e96-66c6-4edf-ba67-a8e647e389f2 .shogun-heading-component h1 {
  color: rgba(54, 95, 123, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: center;
}


}
#s-1db15639-8b8f-4dff-b5db-043b03c6ca63 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1px;
min-height: 0px;
background-color: rgba(54, 95, 123, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-1db15639-8b8f-4dff-b5db-043b03c6ca63:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(18, 74, 113, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-1db15639-8b8f-4dff-b5db-043b03c6ca63:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1db15639-8b8f-4dff-b5db-043b03c6ca63.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Nunito Sans;
  display:  inline-block ;
}

#s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6282fa66-3cd7-4f28-bb2d-6a20a46a4320"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-408df4bc-d322-415d-b957-8122169fb2af {
  margin-top: 80px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 200px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-408df4bc-d322-415d-b957-8122169fb2af {
  margin-top: 20px;
padding-left: 20px;
}
}
#s-408df4bc-d322-415d-b957-8122169fb2af .shogun-heading-component h1 {
  color: rgba(54, 95, 123, 1);
  font-weight:  600 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: 43px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


@media (max-width: 767px){#s-408df4bc-d322-415d-b957-8122169fb2af .shogun-heading-component h1 {
  color: rgba(54, 95, 123, 1);
  font-weight:  600 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-72413677-efda-4186-a489-fb18b1d8d9e8 {
  
}




  #s-72413677-efda-4186-a489-fb18b1d8d9e8 img.shogun-image {
    
    width: px;
  }


#s-72413677-efda-4186-a489-fb18b1d8d9e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-a54095a5-1b37-4577-8108-56cca15557c5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 280px;
}

@media (min-width: 0px) {
[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a54095a5-1b37-4577-8108-56cca15557c5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-51ce20cc-4ef7-435c-a7e5-c438cf046b5a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 30%;
padding-bottom: 0px;
padding-right: 30px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-51ce20cc-4ef7-435c-a7e5-c438cf046b5a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-51ce20cc-4ef7-435c-a7e5-c438cf046b5a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-51ce20cc-4ef7-435c-a7e5-c438cf046b5a {
  
}
}@media (max-width: 767px){#s-51ce20cc-4ef7-435c-a7e5-c438cf046b5a {
  padding-top: 0px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-51ce20cc-4ef7-435c-a7e5-c438cf046b5a > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-51ce20cc-4ef7-435c-a7e5-c438cf046b5a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ed770175-ad70-4ba5-9d80-879c24c5aa33 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-ed770175-ad70-4ba5-9d80-879c24c5aa33 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-ed770175-ad70-4ba5-9d80-879c24c5aa33 .shogun-heading-component h1 {
  color: rgba(54, 95, 123, 1);
  font-weight:  300 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-ed770175-ad70-4ba5-9d80-879c24c5aa33 .shogun-heading-component h1 {
  color: rgba(54, 95, 123, 1);
  font-weight:  300 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-a9da35da-f1ed-4fd0-bce8-acc5041423fc hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(157, 217, 241, 1);
}

.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 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;
  font-weight: normal;
  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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-3d035a29-e96f-4094-af25-f89280dad47c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30%;
min-height: 280px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3d035a29-e96f-4094-af25-f89280dad47c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d035a29-e96f-4094-af25-f89280dad47c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d035a29-e96f-4094-af25-f89280dad47c {
  
}
}@media (max-width: 767px){#s-3d035a29-e96f-4094-af25-f89280dad47c {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-3d035a29-e96f-4094-af25-f89280dad47c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-3d035a29-e96f-4094-af25-f89280dad47c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-26a9e85b-96bf-4b3e-956c-82297b5fea29 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-26a9e85b-96bf-4b3e-956c-82297b5fea29 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-26a9e85b-96bf-4b3e-956c-82297b5fea29 .shogun-heading-component h1 {
  color: rgba(54, 95, 123, 1);
  font-weight:  300 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-26a9e85b-96bf-4b3e-956c-82297b5fea29 .shogun-heading-component h1 {
  color: rgba(54, 95, 123, 1);
  font-weight:  300 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-5d8cf5cd-eb49-4f37-82f9-b5ba1272a968 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(157, 217, 241, 1);
}

#s-041d9154-663f-406a-8a5e-03af3807e04d {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.25);
border-style: solid;
min-height: 280px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-041d9154-663f-406a-8a5e-03af3807e04d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-041d9154-663f-406a-8a5e-03af3807e04d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-041d9154-663f-406a-8a5e-03af3807e04d {
  
}
}@media (max-width: 767px){#s-041d9154-663f-406a-8a5e-03af3807e04d {
  padding-right: 0px;
min-height: 230px;
}
}
@media (min-width: 0px) {
[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-993a5e1e-9130-4e2f-91e0-eb5c9cc6df56 {
  margin-top: 30px;
text-align: right;
}




  #s-993a5e1e-9130-4e2f-91e0-eb5c9cc6df56 img.shogun-image {
    
    width: px;
  }


#s-993a5e1e-9130-4e2f-91e0-eb5c9cc6df56 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3e2979a-201d-4d80-927f-057472c03667 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 240px;
padding-left: 50px;
padding-right: 20px;
min-height: 360px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d3e2979a-201d-4d80-927f-057472c03667 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d3e2979a-201d-4d80-927f-057472c03667 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d3e2979a-201d-4d80-927f-057472c03667 {
  
}
}@media (max-width: 767px){#s-d3e2979a-201d-4d80-927f-057472c03667 {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 0px;
min-height: 230px;
}
}







#s-d3e2979a-201d-4d80-927f-057472c03667 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-d3e2979a-201d-4d80-927f-057472c03667.shg-box.shg-c {
  justify-content: center;
}

#s-89705897-6236-44c1-8418-72069756693d {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-89705897-6236-44c1-8418-72069756693d {
  margin-top: 15px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-89705897-6236-44c1-8418-72069756693d .shogun-heading-component h1 {
  color: rgba(54, 95, 123, 1);
  font-weight:  300 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-89705897-6236-44c1-8418-72069756693d .shogun-heading-component h1 {
  color: rgba(54, 95, 123, 1);
  font-weight:  300 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-eaa07d63-5a27-470a-a116-7d43010dc153 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(157, 217, 241, 1);
}

#s-b295098b-410a-410a-9b09-300fe9ec1e12 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-75d4b3b7-025f-4650-86b5-a233209f2294 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 250px;
}
@media (max-width: 767px){#s-75d4b3b7-025f-4650-86b5-a233209f2294 {
  margin-bottom: 0px;
padding-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-75d4b3b7-025f-4650-86b5-a233209f2294"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a8d6e7d8-5dd9-4f75-8c3b-69adf76fe3a4 {
  margin-left: 280px;
margin-right: 0px;
padding-left: 0%;
padding-right: 0px;
min-height: 380px;
max-width: 700px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a8d6e7d8-5dd9-4f75-8c3b-69adf76fe3a4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a8d6e7d8-5dd9-4f75-8c3b-69adf76fe3a4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a8d6e7d8-5dd9-4f75-8c3b-69adf76fe3a4 {
  
}
}@media (max-width: 767px){#s-a8d6e7d8-5dd9-4f75-8c3b-69adf76fe3a4 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 200px;
}
}







#s-a8d6e7d8-5dd9-4f75-8c3b-69adf76fe3a4 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-a8d6e7d8-5dd9-4f75-8c3b-69adf76fe3a4.shg-box.shg-c {
  justify-content: center;
}

#s-9a47fff0-a838-462a-b941-992cf7277e9b {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-9a47fff0-a838-462a-b941-992cf7277e9b {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}
}
#s-9a47fff0-a838-462a-b941-992cf7277e9b .shogun-heading-component h1 {
  color: rgba(54, 95, 123, 1);
  font-weight:  300 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-9a47fff0-a838-462a-b941-992cf7277e9b .shogun-heading-component h1 {
  color: rgba(54, 95, 123, 1);
  font-weight:  300 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-275cae3e-2471-474f-9593-c3378083821f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(157, 217, 241, 1);
}

#s-fce06a4c-ef90-4596-a906-4c66306810b9 {
  margin-top: 0px;
padding-left: 0%;
text-align: left;
}




  #s-fce06a4c-ef90-4596-a906-4c66306810b9 img.shogun-image {
    
    width: px;
  }


#s-fce06a4c-ef90-4596-a906-4c66306810b9 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-91fcd687-c556-4da1-9033-60b0b93342a8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-851bc15a-175d-495f-8faf-cc852fe54844 {
  text-align: right;
}




  #s-851bc15a-175d-495f-8faf-cc852fe54844 img.shogun-image {
    
    width: px;
  }


#s-851bc15a-175d-495f-8faf-cc852fe54844 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6273e81-e40d-4b71-b2e1-04ce9a1dc971 {
  margin-right: 250px;
padding-left: 30px;
padding-right: 30px;
min-height: 380px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f6273e81-e40d-4b71-b2e1-04ce9a1dc971 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f6273e81-e40d-4b71-b2e1-04ce9a1dc971 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6273e81-e40d-4b71-b2e1-04ce9a1dc971 {
  
}
}@media (max-width: 767px){#s-f6273e81-e40d-4b71-b2e1-04ce9a1dc971 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 320px;
}
}







#s-f6273e81-e40d-4b71-b2e1-04ce9a1dc971 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-f6273e81-e40d-4b71-b2e1-04ce9a1dc971.shg-box.shg-c {
  justify-content: center;
}

#s-9ddfc119-17d4-4d5f-bebd-a0d82b557852 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-9ddfc119-17d4-4d5f-bebd-a0d82b557852 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-9ddfc119-17d4-4d5f-bebd-a0d82b557852 .shogun-heading-component h1 {
  color: rgba(54, 95, 123, 1);
  font-weight:  300 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-9ddfc119-17d4-4d5f-bebd-a0d82b557852 .shogun-heading-component h1 {
  color: rgba(54, 95, 123, 1);
  font-weight:  300 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-4ebd782c-58db-4088-babc-40ea4810e17f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(157, 217, 241, 1);
}

#s-fdce6d97-7f0e-452e-a27a-387efa53ce36 {
  min-height: 300px;
}








#s-fdce6d97-7f0e-452e-a27a-387efa53ce36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdce6d97-7f0e-452e-a27a-387efa53ce36.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-35e27dbc-a43b-4ed7-8e12-88e94d8e126c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-55d211e9-a1b2-4ecd-aefd-e87eabee96fd {
  margin-left: 0px;
margin-right: 0px;
padding-left: 280px;
padding-right: 0%;
min-height: 380px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-55d211e9-a1b2-4ecd-aefd-e87eabee96fd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55d211e9-a1b2-4ecd-aefd-e87eabee96fd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-55d211e9-a1b2-4ecd-aefd-e87eabee96fd {
  
}
}@media (max-width: 767px){#s-55d211e9-a1b2-4ecd-aefd-e87eabee96fd {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 280px;
}
}







#s-55d211e9-a1b2-4ecd-aefd-e87eabee96fd > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-55d211e9-a1b2-4ecd-aefd-e87eabee96fd.shg-box.shg-c {
  justify-content: center;
}

#s-2635e476-7c98-4225-9268-c2b0b9180c10 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2635e476-7c98-4225-9268-c2b0b9180c10 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-2635e476-7c98-4225-9268-c2b0b9180c10 .shogun-heading-component h1 {
  color: rgba(54, 95, 123, 1);
  font-weight:  300 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-2635e476-7c98-4225-9268-c2b0b9180c10 .shogun-heading-component h1 {
  color: rgba(54, 95, 123, 1);
  font-weight:  300 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-bde77634-54fc-4750-9eb8-ac3bed714ee8 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(157, 217, 241, 1);
}

#s-b2a83759-bf2e-447f-88e9-ed820ebae677 {
  margin-right: 3px;
}

#s-cf218c61-f204-4c67-8fd3-40d8c96c287a {
  text-align: left;
}




  #s-cf218c61-f204-4c67-8fd3-40d8c96c287a img.shogun-image {
    
    width: px;
  }


#s-cf218c61-f204-4c67-8fd3-40d8c96c287a .shogun-image-content {
  
    align-items: center;
  
}

#s-bba5b630-363f-4615-821e-61ab656ae5a2 {
  margin-top: 50px;
min-height: 80px;
background-color: rgba(157, 217, 241, 1);
}








#s-bba5b630-363f-4615-821e-61ab656ae5a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bba5b630-363f-4615-821e-61ab656ae5a2.shg-box.shg-c {
  justify-content: center;
}

#s-8c3aeb34-3a40-4b63-b27b-14c4321b60d2 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8c3aeb34-3a40-4b63-b27b-14c4321b60d2 .shogun-heading-component h3 {
  color: rgba(54, 95, 123, 1);
  font-weight:  300 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: -1px;
  text-align: center;
}



#s-3662b59f-defc-48d7-905d-ab87121d4301 {
  min-height: 250px;
background-color: rgba(157, 217, 241, 0.3);
}








#s-3662b59f-defc-48d7-905d-ab87121d4301 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3662b59f-defc-48d7-905d-ab87121d4301.shg-box.shg-c {
  justify-content: center;
}

#s-ff8e6ce9-4b63-4840-8db8-c908daa6da29 {
  min-height: 50px;
}








#s-ff8e6ce9-4b63-4840-8db8-c908daa6da29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff8e6ce9-4b63-4840-8db8-c908daa6da29.shg-box.shg-c {
  justify-content: center;
}

#s-d4712815-3f77-4a13-a6e0-326bab8b67e8 {
  margin-top: 50px;
margin-left: 300px;
margin-bottom: 10px;
max-width: 70%;
}
@media (max-width: 767px){#s-d4712815-3f77-4a13-a6e0-326bab8b67e8 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
max-width: 100%;
}
}
@media (min-width: 0px) {
[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d4712815-3f77-4a13-a6e0-326bab8b67e8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

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

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

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

@media (max-width: 767px){#s-aa6d3a3f-6eac-4d09-bb75-be64345266f7 {
  margin-top: 30px;
}
}
#s-0ffc02db-3ed6-4b8a-9bac-4a9b125c7342 {
  margin-top: 70px;
margin-left: -150px;
}
@media (max-width: 767px){#s-0ffc02db-3ed6-4b8a-9bac-4a9b125c7342 {
  margin-top: 20px;
margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 46.666666666666664px);
}

}

@media (min-width: 992px) {
[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 46.666666666666664px);
}

}

@media (min-width: 1200px) {
[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 46.666666666666664px);
}

[id="s-e7fc8888-61ab-463e-b505-8cda194cd371"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 46.666666666666664px);
}

}

#s-701aa073-bd15-4386-8b5e-3b4574d16017 {
  margin-top: 30px;
margin-left: 70px;
margin-bottom: 15px;
margin-right: 0px;
text-align: center;
}
@media (max-width: 767px){#s-701aa073-bd15-4386-8b5e-3b4574d16017 {
  margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}
}



  #s-701aa073-bd15-4386-8b5e-3b4574d16017 img.shogun-image {
    
    width: px;
  }


#s-701aa073-bd15-4386-8b5e-3b4574d16017 .shogun-image-content {
  
    align-items: center;
  
}

#s-0110dcee-63c4-42c8-a4f7-c7dc378d8bc4 {
  margin-left: 70px;
}
@media (max-width: 767px){#s-0110dcee-63c4-42c8-a4f7-c7dc378d8bc4 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}
}
#s-d7c5c8f2-4ec0-49e5-ac03-bcda86f3feab {
  margin-top: 30px;
margin-left: 70px;
margin-bottom: 15px;
margin-right: 0px;
text-align: center;
}
@media (max-width: 767px){#s-d7c5c8f2-4ec0-49e5-ac03-bcda86f3feab {
  margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}
}



  #s-d7c5c8f2-4ec0-49e5-ac03-bcda86f3feab img.shogun-image {
    
    width: px;
  }


#s-d7c5c8f2-4ec0-49e5-ac03-bcda86f3feab .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-a5cf016a-4c5e-490b-8645-5194f9d6d9f5 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}
}
#s-6a4f16cb-210d-4482-9fb8-d6efed5267a2 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 70px;
text-align: center;
}
@media (max-width: 767px){#s-6a4f16cb-210d-4482-9fb8-d6efed5267a2 {
  margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}
}



  #s-6a4f16cb-210d-4482-9fb8-d6efed5267a2 img.shogun-image {
    
    width: px;
  }


#s-6a4f16cb-210d-4482-9fb8-d6efed5267a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f17cc46-779c-41cc-8d51-cb6da85d1f2f {
  margin-right: 70px;
}
@media (max-width: 767px){#s-9f17cc46-779c-41cc-8d51-cb6da85d1f2f {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
}
#s-f1be18ea-cf6b-4a39-ad11-6ec546989f9d {
  padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
min-height: 350px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f1be18ea-cf6b-4a39-ad11-6ec546989f9d {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-f1be18ea-cf6b-4a39-ad11-6ec546989f9d {
  margin-bottom: 50px;
padding-left: 5%;
padding-right: 5%;
min-height: 300px;
}
}







#s-f1be18ea-cf6b-4a39-ad11-6ec546989f9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1be18ea-cf6b-4a39-ad11-6ec546989f9d.shg-box.shg-c {
  justify-content: center;
}

#s-53caf0f8-b481-4e23-b016-275f432b67ec {
  min-height: 100px;
}

@media (min-width: 0px) {
[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (max-width: 767px){#s-75ee6eab-30bc-43d6-a175-c6f9e405b1aa {
  margin-top: 0px;
margin-bottom: 20px;
}
}







#s-75ee6eab-30bc-43d6-a175-c6f9e405b1aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75ee6eab-30bc-43d6-a175-c6f9e405b1aa.shg-box.shg-c {
  justify-content: center;
}

#s-ff84af14-4b5d-420e-898d-b6e40b4ecf48 {
  margin-bottom: 30px;
text-align: center;
}




  #s-ff84af14-4b5d-420e-898d-b6e40b4ecf48 img.shogun-image {
    
    width: px;
  }


#s-ff84af14-4b5d-420e-898d-b6e40b4ecf48 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d837743-e8f4-4ab9-82bc-456c73f4f287 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1d837743-e8f4-4ab9-82bc-456c73f4f287 .shogun-heading-component h3 {
  color: rgba(54, 95, 123, 1);
  font-weight:  300 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: -1px;
  text-align: center;
}



@media (max-width: 767px){#s-18471cbe-70ca-4b70-8dfc-3069d68d9db1 {
  margin-bottom: 20px;
}
}







#s-18471cbe-70ca-4b70-8dfc-3069d68d9db1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18471cbe-70ca-4b70-8dfc-3069d68d9db1.shg-box.shg-c {
  justify-content: center;
}

#s-afdef702-edfa-43ae-99c9-02258f1f18dc {
  margin-bottom: 30px;
text-align: center;
}




  #s-afdef702-edfa-43ae-99c9-02258f1f18dc img.shogun-image {
    
    width: px;
  }


#s-afdef702-edfa-43ae-99c9-02258f1f18dc .shogun-image-content {
  
    align-items: center;
  
}

#s-2cf86705-7b3c-417b-8a92-e45c8707220d {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2cf86705-7b3c-417b-8a92-e45c8707220d .shogun-heading-component h3 {
  color: rgba(54, 95, 123, 1);
  font-weight:  300 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: -1px;
  text-align: center;
}










#s-561d0d83-3c8e-4a6a-8af6-310663a910a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-561d0d83-3c8e-4a6a-8af6-310663a910a2.shg-box.shg-c {
  justify-content: center;
}

#s-34d91fa6-4a14-4005-8e88-40b8a15c13fe {
  margin-bottom: 30px;
text-align: center;
}




  #s-34d91fa6-4a14-4005-8e88-40b8a15c13fe img.shogun-image {
    
    width: px;
  }


#s-34d91fa6-4a14-4005-8e88-40b8a15c13fe .shogun-image-content {
  
    align-items: center;
  
}

#s-54e684a4-cb7f-4d82-8e5b-e8a20930855b {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-54e684a4-cb7f-4d82-8e5b-e8a20930855b .shogun-heading-component h3 {
  color: rgba(54, 95, 123, 1);
  font-weight:  300 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: -1px;
  text-align: center;
}



#s-bc9929e8-54aa-42c4-b222-ad9c13ce514d {
  min-height: 50px;
background-color: rgba(157, 217, 241, 1);
}








#s-bc9929e8-54aa-42c4-b222-ad9c13ce514d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc9929e8-54aa-42c4-b222-ad9c13ce514d.shg-box.shg-c {
  justify-content: center;
}

#s-80b5349d-9fd4-4239-8cae-7049b5bc9da5 {
  background-size: cover;
min-height: 230px;
background-position: center center;
}
@media (max-width: 767px){#s-80b5349d-9fd4-4239-8cae-7049b5bc9da5 {
  min-height: 280px;
}
}







#s-80b5349d-9fd4-4239-8cae-7049b5bc9da5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80b5349d-9fd4-4239-8cae-7049b5bc9da5.shg-box.shg-c {
  justify-content: center;
}

#s-e556f116-2605-4de9-a666-b1d9cf2467a4 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-e556f116-2605-4de9-a666-b1d9cf2467a4 {
  margin-bottom: 13px;
}
}
#s-e556f116-2605-4de9-a666-b1d9cf2467a4 .shogun-heading-component h1 {
  color: rgba(54, 95, 123, 1);
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


@media (max-width: 767px){#s-e556f116-2605-4de9-a666-b1d9cf2467a4 .shogun-heading-component h1 {
  color: rgba(54, 95, 123, 1);
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}


}
@media (max-width: 767px){#s-61318651-d20e-47f7-8d1a-63f78ddde6f9 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-e319e966-b82b-496a-b922-6419bd0f59e8 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 15px;
padding-top: 9px;
padding-left: 20px;
padding-bottom: 9px;
padding-right: 20px;
border-radius: 1px;
min-height: 0px;
background-color: rgba(54, 95, 123, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-e319e966-b82b-496a-b922-6419bd0f59e8:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(18, 74, 113, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-e319e966-b82b-496a-b922-6419bd0f59e8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e319e966-b82b-496a-b922-6419bd0f59e8.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Nunito Sans;
  display:  inline-block ;
}

#s-c418d4e1-ae23-45e7-aecd-1cd09163a4dd {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
}








#s-c418d4e1-ae23-45e7-aecd-1cd09163a4dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c418d4e1-ae23-45e7-aecd-1cd09163a4dd.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-a1543b33-f7db-4073-96e2-067a667b619e {
  
}
}
#s-a1543b33-f7db-4073-96e2-067a667b619e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(157, 217, 241, 1);
}

@media (min-width: 0px) {
[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-32d53b56-fc52-42d6-a35a-8aad8fc4138e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7d274585-2ae6-49e8-b148-46ec053f6b43 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d274585-2ae6-49e8-b148-46ec053f6b43 .shogun-heading-component h1 {
  color: rgba(54, 95, 123, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9a5abc0a-eab8-426a-9f82-4dab9e2a10e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a5abc0a-eab8-426a-9f82-4dab9e2a10e0 .shogun-heading-component h1 {
  color: rgba(54, 95, 123, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7c59764f-f6af-4f4a-88fa-def2bad69a67 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c59764f-f6af-4f4a-88fa-def2bad69a67 .shogun-heading-component h1 {
  color: rgba(54, 95, 123, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5c566dba-55db-47f3-b461-f90619737bcf {
  min-height: 50px;
}
@media (max-width: 767px){#s-5c566dba-55db-47f3-b461-f90619737bcf {
  margin-left: 10px;
margin-right: 10px;
}
}







#s-5c566dba-55db-47f3-b461-f90619737bcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c566dba-55db-47f3-b461-f90619737bcf.shg-box.shg-c {
  justify-content: center;
}

#s-aaf9819d-fe9e-4f11-a1b0-ce2353773d57 {
  margin-top: 40px;
margin-bottom: 40px;
}

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

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#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;
      -ms-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;
}
