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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

#s-04890948-c8e7-41d3-ac98-a74decea3944 {
  min-height: 50px;
max-width: 1280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-04890948-c8e7-41d3-ac98-a74decea3944 {
  display: none;
}
#s-04890948-c8e7-41d3-ac98-a74decea3944, #wrap-s-04890948-c8e7-41d3-ac98-a74decea3944 { display:none !important; }}@media (max-width: 767px){#s-04890948-c8e7-41d3-ac98-a74decea3944 {
  display: none;
}
#s-04890948-c8e7-41d3-ac98-a74decea3944, #wrap-s-04890948-c8e7-41d3-ac98-a74decea3944 { display:none !important; }}







#s-04890948-c8e7-41d3-ac98-a74decea3944 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04890948-c8e7-41d3-ac98-a74decea3944.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-e8a473c0-40f8-46b1-80b3-882e448a2493 {
  margin-left: 20px;
margin-right: 20px;
max-width: 1280px;
text-align: center;
}


  #s-e8a473c0-40f8-46b1-80b3-882e448a2493 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(197, 197, 197, 1);
  }
  #s-e8a473c0-40f8-46b1-80b3-882e448a2493 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(0, 105, 188, 1);
    border: 1px solid rgba(221, 221, 221, 1);
  }
#s-e8a473c0-40f8-46b1-80b3-882e448a2493 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(76, 76, 76, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-e8a473c0-40f8-46b1-80b3-882e448a2493 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-e8a473c0-40f8-46b1-80b3-882e448a2493 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(0, 105, 188, 1);
}

#s-e8a473c0-40f8-46b1-80b3-882e448a2493 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 1);
}
@media (max-width: 767px){
  #s-e8a473c0-40f8-46b1-80b3-882e448a2493 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(197, 197, 197, 1);
  }
  #s-e8a473c0-40f8-46b1-80b3-882e448a2493 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(0, 105, 188, 1);
    border: 1px solid rgba(221, 221, 221, 1);
  }
#s-e8a473c0-40f8-46b1-80b3-882e448a2493 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(76, 76, 76, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 12px;
}

#s-e8a473c0-40f8-46b1-80b3-882e448a2493 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-e8a473c0-40f8-46b1-80b3-882e448a2493 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(0, 105, 188, 1);
}

#s-e8a473c0-40f8-46b1-80b3-882e448a2493 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 1);
}
}
#s-9be2e43f-2e3e-4653-9799-fd50bacdc827 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-left: 80px;
padding-bottom: 15px;
padding-right: 80px;
min-height: 50px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-9be2e43f-2e3e-4653-9799-fd50bacdc827 {
  padding-top: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9be2e43f-2e3e-4653-9799-fd50bacdc827 {
  padding-top: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9be2e43f-2e3e-4653-9799-fd50bacdc827 {
  padding-left: 30px;
padding-right: 30px;
display: none;
}
#s-9be2e43f-2e3e-4653-9799-fd50bacdc827, #wrap-s-9be2e43f-2e3e-4653-9799-fd50bacdc827 { display:none !important; }}@media (max-width: 767px){#s-9be2e43f-2e3e-4653-9799-fd50bacdc827 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-9be2e43f-2e3e-4653-9799-fd50bacdc827, #wrap-s-9be2e43f-2e3e-4653-9799-fd50bacdc827 { display:none !important; }}







#s-9be2e43f-2e3e-4653-9799-fd50bacdc827 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9be2e43f-2e3e-4653-9799-fd50bacdc827.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00fe0228-1581-4ccb-95ba-7623a2bd8752 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-00fe0228-1581-4ccb-95ba-7623a2bd8752 {
  max-width: 700px;
}
}@media (max-width: 767px){#s-00fe0228-1581-4ccb-95ba-7623a2bd8752 {
  max-width: 320px;
}
}







#s-00fe0228-1581-4ccb-95ba-7623a2bd8752 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00fe0228-1581-4ccb-95ba-7623a2bd8752.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72a2ecfb-dd94-4731-9232-00fa9e8ffc4d {
  margin-top: 25px;
}
@media (min-width: 1200px){#s-72a2ecfb-dd94-4731-9232-00fa9e8ffc4d {
  display: none;
}
#s-72a2ecfb-dd94-4731-9232-00fa9e8ffc4d, #wrap-s-72a2ecfb-dd94-4731-9232-00fa9e8ffc4d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72a2ecfb-dd94-4731-9232-00fa9e8ffc4d {
  display: none;
}
#s-72a2ecfb-dd94-4731-9232-00fa9e8ffc4d, #wrap-s-72a2ecfb-dd94-4731-9232-00fa9e8ffc4d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-72a2ecfb-dd94-4731-9232-00fa9e8ffc4d {
  
}
}@media (max-width: 767px){#s-72a2ecfb-dd94-4731-9232-00fa9e8ffc4d {
  display: none;
}
#s-72a2ecfb-dd94-4731-9232-00fa9e8ffc4d, #wrap-s-72a2ecfb-dd94-4731-9232-00fa9e8ffc4d { display:none !important; }}
@media (min-width: 1200px){#s-e008c774-96a7-4694-a718-88a5b6e1eed1 {
  display: none;
}
#s-e008c774-96a7-4694-a718-88a5b6e1eed1, #wrap-s-e008c774-96a7-4694-a718-88a5b6e1eed1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e008c774-96a7-4694-a718-88a5b6e1eed1 {
  display: none;
}
#s-e008c774-96a7-4694-a718-88a5b6e1eed1, #wrap-s-e008c774-96a7-4694-a718-88a5b6e1eed1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e008c774-96a7-4694-a718-88a5b6e1eed1 {
  display: none;
}
#s-e008c774-96a7-4694-a718-88a5b6e1eed1, #wrap-s-e008c774-96a7-4694-a718-88a5b6e1eed1 { display:none !important; }}@media (max-width: 767px){#s-e008c774-96a7-4694-a718-88a5b6e1eed1 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 0px;
}
}
#s-a3f33678-4af0-45e9-99fe-2707c6ede15c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-a3f33678-4af0-45e9-99fe-2707c6ede15c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3f33678-4af0-45e9-99fe-2707c6ede15c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-37ec6e1b-13b9-4d4f-ba28-3d1c41475b1f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-37ec6e1b-13b9-4d4f-ba28-3d1c41475b1f {
  margin-top: 10px;
margin-bottom: 20px;
}
}
#s-37ec6e1b-13b9-4d4f-ba28-3d1c41475b1f .shogun-heading-component h1 {
  color: rgba(41, 43, 45, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

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

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

#s-fe512793-28fa-4306-b37c-50d5f9f28b0d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 35px;
padding-bottom: 35px;
}

@media (min-width: 0px) {
[id="s-fe512793-28fa-4306-b37c-50d5f9f28b0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe512793-28fa-4306-b37c-50d5f9f28b0d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fe512793-28fa-4306-b37c-50d5f9f28b0d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fe512793-28fa-4306-b37c-50d5f9f28b0d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fe512793-28fa-4306-b37c-50d5f9f28b0d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe512793-28fa-4306-b37c-50d5f9f28b0d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fe512793-28fa-4306-b37c-50d5f9f28b0d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-19059649-014f-46c4-9537-0b8c4240c611 {
  text-align: center;
}







  #s-19059649-014f-46c4-9537-0b8c4240c611 img.shogun-image {
    

    
    
    
  }


#s-19059649-014f-46c4-9537-0b8c4240c611 .shogun-image-content {
  
    align-items: center;
  
}


ul {
  list-style-image: url('https://cdn.shopify.com/s/files/1/0549/3181/6637/files/1517385862-if_check.png?v=1615353094');
}

#s-136b6c27-c0c2-4867-97e4-17dfc95f7481 {
  margin-top: -20px;
text-align: left;
}

.jsc-pop_modal{
  display: none;
}
.shg-box-content button{
  display: inline-block !important;
}
#s-c7881b78-689a-40e4-bba9-94272d2e6198 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-77f9c7fb-6d27-4c45-a597-fe45846a774b {
  margin-top: 10px;
}
@media (max-width: 767px){#s-77f9c7fb-6d27-4c45-a597-fe45846a774b {
  
}
}
#s-144d681c-e20c-4ae2-8a62-658a66c022b6 {
  margin-top: -5px;
}
@media (max-width: 767px){#s-144d681c-e20c-4ae2-8a62-658a66c022b6 {
  
}
}
#s-ad47a53f-828d-4e53-ac0f-40927a1bc523 {
  min-height: 50px;
}








#s-ad47a53f-828d-4e53-ac0f-40927a1bc523 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad47a53f-828d-4e53-ac0f-40927a1bc523.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39362c9a-6fb4-42b2-ac41-093a3ef81c3b {
  margin-top: 20px;
margin-bottom: 5px;
min-height: 50px;
}








#s-39362c9a-6fb4-42b2-ac41-093a3ef81c3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39362c9a-6fb4-42b2-ac41-093a3ef81c3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f948de54-2c48-4fa1-87ea-bad1e93fbcfb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f948de54-2c48-4fa1-87ea-bad1e93fbcfb .shogun-heading-component h1 {
  color: rgba(41, 43, 45, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-f687d55f-0f2d-44ca-9201-09b07a1ecfaf {
  margin-top: -25px;
min-height: 50px;
}








#s-f687d55f-0f2d-44ca-9201-09b07a1ecfaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f687d55f-0f2d-44ca-9201-09b07a1ecfaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-4f8f9b6a-965c-4f82-81c5-32dea2458e98 {
  padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4f8f9b6a-965c-4f82-81c5-32dea2458e98 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-4f8f9b6a-965c-4f82-81c5-32dea2458e98 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-4f8f9b6a-965c-4f82-81c5-32dea2458e98 hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-b0ab2fe2-591f-4d45-8bb3-6d44e1470c64 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
}

#s-a7a4695b-411e-4928-a93c-2ff41ef919dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a7a4695b-411e-4928-a93c-2ff41ef919dd .shogun-heading-component h1 {
  color: rgba(41, 43, 45, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-97b78828-eca9-44c8-bf66-65ed010a9507 {
  margin-top: -25px;
margin-bottom: 0px;
min-height: 50px;
}








#s-97b78828-eca9-44c8-bf66-65ed010a9507 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97b78828-eca9-44c8-bf66-65ed010a9507.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63b54882-582c-415b-ba4c-9385598efd8c {
  padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-63b54882-582c-415b-ba4c-9385598efd8c {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-63b54882-582c-415b-ba4c-9385598efd8c {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-63b54882-582c-415b-ba4c-9385598efd8c hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-ad6b97e9-bee1-43c2-ad97-57cc4fa075ff {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 20px;
}

#s-c90ce511-4f7b-4f16-889d-f10cba124ea9 {
  margin-top: 30px;
margin-bottom: 25px;
}

#s-4b71dc5c-18c2-46c4-8aa3-6fe22dca646f {
  margin-top: 30px;
margin-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4b71dc5c-18c2-46c4-8aa3-6fe22dca646f {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-b8b3bc8e-c4fc-4a79-9886-f26e00e5ac57 {
  text-align: left;
}

#s-6c2bb474-74ec-4277-8e2e-6e6948908967 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
min-height: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c2bb474-74ec-4277-8e2e-6e6948908967 {
  display: none;
}
#s-6c2bb474-74ec-4277-8e2e-6e6948908967, #wrap-s-6c2bb474-74ec-4277-8e2e-6e6948908967 { display:none !important; }}@media (max-width: 767px){#s-6c2bb474-74ec-4277-8e2e-6e6948908967 {
  display: none;
}
#s-6c2bb474-74ec-4277-8e2e-6e6948908967, #wrap-s-6c2bb474-74ec-4277-8e2e-6e6948908967 { display:none !important; }}







#s-6c2bb474-74ec-4277-8e2e-6e6948908967 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c2bb474-74ec-4277-8e2e-6e6948908967.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05d4f2ee-6593-4d35-80dc-81e4dcc49477 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-05d4f2ee-6593-4d35-80dc-81e4dcc49477 {
  display: none;
}
#s-05d4f2ee-6593-4d35-80dc-81e4dcc49477, #wrap-s-05d4f2ee-6593-4d35-80dc-81e4dcc49477 { display:none !important; }}@media (max-width: 767px){#s-05d4f2ee-6593-4d35-80dc-81e4dcc49477 {
  display: none;
}
#s-05d4f2ee-6593-4d35-80dc-81e4dcc49477, #wrap-s-05d4f2ee-6593-4d35-80dc-81e4dcc49477 { display:none !important; }}
@media (min-width: 0px) {
[id="s-05d4f2ee-6593-4d35-80dc-81e4dcc49477"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05d4f2ee-6593-4d35-80dc-81e4dcc49477"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-05d4f2ee-6593-4d35-80dc-81e4dcc49477"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-05d4f2ee-6593-4d35-80dc-81e4dcc49477"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6523b7a6-9d2f-4625-b70c-d7314ee5f5a4 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-6523b7a6-9d2f-4625-b70c-d7314ee5f5a4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6523b7a6-9d2f-4625-b70c-d7314ee5f5a4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6523b7a6-9d2f-4625-b70c-d7314ee5f5a4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6523b7a6-9d2f-4625-b70c-d7314ee5f5a4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-9b5afd87-81b8-4656-978a-172664160183 {
  margin-left: -20px;
margin-right: 20px;
text-align: center;
}
@media (max-width: 767px){#s-9b5afd87-81b8-4656-978a-172664160183 {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-9b5afd87-81b8-4656-978a-172664160183 img.shogun-image {
    

    
    
    
  }


#s-9b5afd87-81b8-4656-978a-172664160183 .shogun-image-content {
  
    align-items: center;
  
}

#s-3dabb9e0-90c6-4f3d-81a2-61b18a36106b {
  margin-left: -20px;
margin-right: 20px;
text-align: center;
}
@media (max-width: 767px){#s-3dabb9e0-90c6-4f3d-81a2-61b18a36106b {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-3dabb9e0-90c6-4f3d-81a2-61b18a36106b img.shogun-image {
    

    
    
    
  }


#s-3dabb9e0-90c6-4f3d-81a2-61b18a36106b .shogun-image-content {
  
    align-items: center;
  
}

#s-663c75f1-f669-421a-ab09-8a0f033d3df8 {
  margin-left: -20px;
margin-right: 20px;
text-align: center;
}
@media (max-width: 767px){#s-663c75f1-f669-421a-ab09-8a0f033d3df8 {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-663c75f1-f669-421a-ab09-8a0f033d3df8 img.shogun-image {
    

    
    
    
  }


#s-663c75f1-f669-421a-ab09-8a0f033d3df8 .shogun-image-content {
  
    align-items: center;
  
}

#s-13076dfe-9983-435e-828c-b72e555810c7 {
  margin-top: 10px;
margin-left: -10px;
margin-bottom: 10px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-13076dfe-9983-435e-828c-b72e555810c7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-13076dfe-9983-435e-828c-b72e555810c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-13076dfe-9983-435e-828c-b72e555810c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-13076dfe-9983-435e-828c-b72e555810c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ac642e85-b4d9-401a-a48a-950ae5752e4c {
  margin-left: 0px;
padding-right: 0px;
text-align: center;
}
@media (max-width: 767px){#s-ac642e85-b4d9-401a-a48a-950ae5752e4c {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-ac642e85-b4d9-401a-a48a-950ae5752e4c img.shogun-image {
    

    
    
    
  }


#s-ac642e85-b4d9-401a-a48a-950ae5752e4c .shogun-image-content {
  
    align-items: center;
  
}

#s-4b7ac8cb-4d5e-4114-8ebd-2d0353fcb531 {
  text-align: center;
}
@media (max-width: 767px){#s-4b7ac8cb-4d5e-4114-8ebd-2d0353fcb531 {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-4b7ac8cb-4d5e-4114-8ebd-2d0353fcb531 img.shogun-image {
    

    
    
    
  }


#s-4b7ac8cb-4d5e-4114-8ebd-2d0353fcb531 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4d1971c-f19a-4dd3-bda3-4a25e078507e {
  text-align: center;
}
@media (max-width: 767px){#s-d4d1971c-f19a-4dd3-bda3-4a25e078507e {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-d4d1971c-f19a-4dd3-bda3-4a25e078507e img.shogun-image {
    

    
    
    
  }


#s-d4d1971c-f19a-4dd3-bda3-4a25e078507e .shogun-image-content {
  
    align-items: center;
  
}

#s-7625964f-863d-4273-a9a5-918f2629720f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7625964f-863d-4273-a9a5-918f2629720f {
  display: none;
}
#s-7625964f-863d-4273-a9a5-918f2629720f, #wrap-s-7625964f-863d-4273-a9a5-918f2629720f { display:none !important; }}@media (max-width: 767px){#s-7625964f-863d-4273-a9a5-918f2629720f {
  display: none;
}
#s-7625964f-863d-4273-a9a5-918f2629720f, #wrap-s-7625964f-863d-4273-a9a5-918f2629720f { display:none !important; }}







#s-7625964f-863d-4273-a9a5-918f2629720f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7625964f-863d-4273-a9a5-918f2629720f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a516af74-c5c5-4102-8111-ad0d45be0fee {
  margin-top: -5px;
padding-top: 20px;
padding-bottom: 5px;
}
@media (max-width: 767px){#s-a516af74-c5c5-4102-8111-ad0d45be0fee {
  padding-top: 5px;
}
}
@media (min-width: 0px) {
[id="s-a516af74-c5c5-4102-8111-ad0d45be0fee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a516af74-c5c5-4102-8111-ad0d45be0fee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a516af74-c5c5-4102-8111-ad0d45be0fee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a516af74-c5c5-4102-8111-ad0d45be0fee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-91a88f5b-8ba1-423a-b27f-14166b723209 {
  margin-top: 5px;
min-height: 350px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-91a88f5b-8ba1-423a-b27f-14166b723209 {
  padding-top: 43px;
padding-bottom: 43px;
}
}@media (max-width: 767px){#s-91a88f5b-8ba1-423a-b27f-14166b723209 {
  text-align: left;
}
}






  #s-91a88f5b-8ba1-423a-b27f-14166b723209 img.shogun-image {
    

    
    
    
  }


#s-91a88f5b-8ba1-423a-b27f-14166b723209 .shogun-image-content {
  
    align-items: center;
  
}

#s-d38b040f-d6c8-4a8c-8a60-d3ae30e73fc5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-d38b040f-d6c8-4a8c-8a60-d3ae30e73fc5 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}
}
#s-d38b040f-d6c8-4a8c-8a60-d3ae30e73fc5 .shogun-heading-component h2 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: left;
}


@media (max-width: 767px){#s-d38b040f-d6c8-4a8c-8a60-d3ae30e73fc5 .shogun-heading-component h2 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  
  text-align: left;
}


}
#s-e0b56eac-6e82-49ae-b6b7-42a4961869a5 {
  padding-top: 50px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-e0b56eac-6e82-49ae-b6b7-42a4961869a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0b56eac-6e82-49ae-b6b7-42a4961869a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e0b56eac-6e82-49ae-b6b7-42a4961869a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0b56eac-6e82-49ae-b6b7-42a4961869a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-e0b56eac-6e82-49ae-b6b7-42a4961869a5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a1bc3f80-c953-4645-8e02-0a94dd1fdbdd {
  margin-top: -20px;
margin-bottom: -5px;
}

#s-6e35a9b3-6407-460a-a253-35fc660ba7a8 {
  margin-bottom: 10px;
}

#s-162c267c-9e36-463f-8223-d51fda747591 {
  margin-top: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-162c267c-9e36-463f-8223-d51fda747591 {
  padding-top: 43px;
padding-bottom: 43px;
}
}






  #s-162c267c-9e36-463f-8223-d51fda747591 img.shogun-image {
    

    
    
    
  }


#s-162c267c-9e36-463f-8223-d51fda747591 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d311322-f6a6-42c7-9a2e-3c4923963805 {
  padding-top: 40px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-8d311322-f6a6-42c7-9a2e-3c4923963805"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d311322-f6a6-42c7-9a2e-3c4923963805"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8d311322-f6a6-42c7-9a2e-3c4923963805"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d311322-f6a6-42c7-9a2e-3c4923963805"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1634ae74-e4af-484a-a053-2967d2d3d85a {
  margin-top: 5px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1634ae74-e4af-484a-a053-2967d2d3d85a {
  padding-top: 43px;
padding-bottom: 43px;
}
}@media (max-width: 767px){#s-1634ae74-e4af-484a-a053-2967d2d3d85a {
  text-align: left;
}
}






  #s-1634ae74-e4af-484a-a053-2967d2d3d85a img.shogun-image {
    

    
    
    
  }


#s-1634ae74-e4af-484a-a053-2967d2d3d85a .shogun-image-content {
  
    align-items: center;
  
}

#s-9d086f61-1b63-46cc-b0a5-02600649a8db {
  margin-top: -30px;
margin-bottom: -5px;
}

#s-8e258ca9-e390-4ad6-89b8-f871fd3d4cf3 {
  margin-top: -15px;
margin-left: -20px;
}

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

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

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

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

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

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

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

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

#s-c4a541ff-1578-4691-b53e-d14d205f4319 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0.3px;
}
#s-c4a541ff-1578-4691-b53e-d14d205f4319:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c4a541ff-1578-4691-b53e-d14d205f4319:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-c4a541ff-1578-4691-b53e-d14d205f4319 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c4a541ff-1578-4691-b53e-d14d205f4319:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c4a541ff-1578-4691-b53e-d14d205f4319:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-c4a541ff-1578-4691-b53e-d14d205f4319-root {
    text-align: left;
  }


#s-c4a541ff-1578-4691-b53e-d14d205f4319.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c4a541ff-1578-4691-b53e-d14d205f4319-root {
    text-align: left;
  }


#s-c4a541ff-1578-4691-b53e-d14d205f4319.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c4a541ff-1578-4691-b53e-d14d205f4319-root {
    text-align: left;
  }


#s-c4a541ff-1578-4691-b53e-d14d205f4319.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c4a541ff-1578-4691-b53e-d14d205f4319-root {
    text-align: left;
  }


#s-c4a541ff-1578-4691-b53e-d14d205f4319.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c4a541ff-1578-4691-b53e-d14d205f4319-root {
    text-align: center;
  }


#s-c4a541ff-1578-4691-b53e-d14d205f4319.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6e287934-7058-46c7-8a6a-6011c06c85fa {
  margin-top: 10px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-6e287934-7058-46c7-8a6a-6011c06c85fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e287934-7058-46c7-8a6a-6011c06c85fa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6e287934-7058-46c7-8a6a-6011c06c85fa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6e287934-7058-46c7-8a6a-6011c06c85fa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6e287934-7058-46c7-8a6a-6011c06c85fa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e287934-7058-46c7-8a6a-6011c06c85fa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6e287934-7058-46c7-8a6a-6011c06c85fa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-6e287934-7058-46c7-8a6a-6011c06c85fa"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-107f8177-3fb7-405c-86c9-734c378c4c3a {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-107f8177-3fb7-405c-86c9-734c378c4c3a .shogun-heading-component h4 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



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

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

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

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

#s-589da178-f2d9-406b-a9e4-41e0d3e0e0b6 {
  padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-589da178-f2d9-406b-a9e4-41e0d3e0e0b6 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-589da178-f2d9-406b-a9e4-41e0d3e0e0b6 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-589da178-f2d9-406b-a9e4-41e0d3e0e0b6 hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-e79ad96b-d096-4e7d-9050-aa0b9a01b513 {
  margin-top: 20px;
margin-bottom: 15px;
padding-top: 0px;
}

@media (min-width: 0px) {
[id="s-e79ad96b-d096-4e7d-9050-aa0b9a01b513"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e79ad96b-d096-4e7d-9050-aa0b9a01b513"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e79ad96b-d096-4e7d-9050-aa0b9a01b513"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e79ad96b-d096-4e7d-9050-aa0b9a01b513"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e79ad96b-d096-4e7d-9050-aa0b9a01b513"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e79ad96b-d096-4e7d-9050-aa0b9a01b513"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e79ad96b-d096-4e7d-9050-aa0b9a01b513"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-49998783-efd6-470f-a1f2-6cdd75a4948d {
  margin-top: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-49998783-efd6-470f-a1f2-6cdd75a4948d {
  padding-top: 43px;
padding-bottom: 43px;
}
}@media (max-width: 767px){#s-49998783-efd6-470f-a1f2-6cdd75a4948d {
  text-align: left;
}
}






  #s-49998783-efd6-470f-a1f2-6cdd75a4948d img.shogun-image {
    

    
    
    
  }


#s-49998783-efd6-470f-a1f2-6cdd75a4948d .shogun-image-content {
  
    align-items: center;
  
}

#s-a7784e89-a1f1-4132-acf3-06f232bc58b7 {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-a7784e89-a1f1-4132-acf3-06f232bc58b7 .shogun-heading-component h4 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-72ef47bd-1c0e-4724-bb09-2b56e400bc80 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0.3px;
}
#s-72ef47bd-1c0e-4724-bb09-2b56e400bc80:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-72ef47bd-1c0e-4724-bb09-2b56e400bc80:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-72ef47bd-1c0e-4724-bb09-2b56e400bc80 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-72ef47bd-1c0e-4724-bb09-2b56e400bc80:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-72ef47bd-1c0e-4724-bb09-2b56e400bc80:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-72ef47bd-1c0e-4724-bb09-2b56e400bc80-root {
    text-align: left;
  }


#s-72ef47bd-1c0e-4724-bb09-2b56e400bc80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-72ef47bd-1c0e-4724-bb09-2b56e400bc80-root {
    text-align: left;
  }


#s-72ef47bd-1c0e-4724-bb09-2b56e400bc80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-72ef47bd-1c0e-4724-bb09-2b56e400bc80-root {
    text-align: left;
  }


#s-72ef47bd-1c0e-4724-bb09-2b56e400bc80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-72ef47bd-1c0e-4724-bb09-2b56e400bc80-root {
    text-align: left;
  }


#s-72ef47bd-1c0e-4724-bb09-2b56e400bc80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-72ef47bd-1c0e-4724-bb09-2b56e400bc80-root {
    text-align: center;
  }


#s-72ef47bd-1c0e-4724-bb09-2b56e400bc80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d86f0550-44e1-4e05-962a-6c7675858b01 {
  padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d86f0550-44e1-4e05-962a-6c7675858b01 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-d86f0550-44e1-4e05-962a-6c7675858b01 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-d86f0550-44e1-4e05-962a-6c7675858b01 hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-263109c8-59b8-4ee3-955b-14238444d69f {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-263109c8-59b8-4ee3-955b-14238444d69f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-263109c8-59b8-4ee3-955b-14238444d69f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-263109c8-59b8-4ee3-955b-14238444d69f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-263109c8-59b8-4ee3-955b-14238444d69f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-263109c8-59b8-4ee3-955b-14238444d69f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-263109c8-59b8-4ee3-955b-14238444d69f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-263109c8-59b8-4ee3-955b-14238444d69f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-263109c8-59b8-4ee3-955b-14238444d69f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-84d480b7-374e-45b5-9936-91a20a0e102e {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-84d480b7-374e-45b5-9936-91a20a0e102e .shogun-heading-component h4 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-419a67c0-3a43-443b-979c-35e16f0d640c {
  margin-top: 5px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-419a67c0-3a43-443b-979c-35e16f0d640c {
  padding-top: 43px;
padding-bottom: 43px;
}
}






  #s-419a67c0-3a43-443b-979c-35e16f0d640c img.shogun-image {
    

    
    
    
  }


#s-419a67c0-3a43-443b-979c-35e16f0d640c .shogun-image-content {
  
    align-items: center;
  
}

#s-1b19ec48-b1a6-42ac-aca9-1be961ff788a {
  padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1b19ec48-b1a6-42ac-aca9-1be961ff788a {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-1b19ec48-b1a6-42ac-aca9-1be961ff788a {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-1b19ec48-b1a6-42ac-aca9-1be961ff788a hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-677f365f-f319-4280-8a7d-e03edec31b28 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 0px;
}

@media (min-width: 0px) {
[id="s-677f365f-f319-4280-8a7d-e03edec31b28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-677f365f-f319-4280-8a7d-e03edec31b28"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-677f365f-f319-4280-8a7d-e03edec31b28"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-677f365f-f319-4280-8a7d-e03edec31b28"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-677f365f-f319-4280-8a7d-e03edec31b28"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-677f365f-f319-4280-8a7d-e03edec31b28"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-677f365f-f319-4280-8a7d-e03edec31b28"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-b049224f-fd05-4385-b2c5-2c46479b65de {
  margin-top: 2px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b049224f-fd05-4385-b2c5-2c46479b65de {
  padding-top: 43px;
padding-bottom: 43px;
}
}@media (max-width: 767px){#s-b049224f-fd05-4385-b2c5-2c46479b65de {
  text-align: left;
}
}






  #s-b049224f-fd05-4385-b2c5-2c46479b65de img.shogun-image {
    

    
    
    
  }


#s-b049224f-fd05-4385-b2c5-2c46479b65de .shogun-image-content {
  
    align-items: center;
  
}

#s-a72fa6af-95c3-443e-b219-9a72d73f143c {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-a72fa6af-95c3-443e-b219-9a72d73f143c .shogun-heading-component h4 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-b6f67600-1e3e-458e-9791-79bd48f5f8a7 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0.3px;
}
#s-b6f67600-1e3e-458e-9791-79bd48f5f8a7:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b6f67600-1e3e-458e-9791-79bd48f5f8a7:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-b6f67600-1e3e-458e-9791-79bd48f5f8a7 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b6f67600-1e3e-458e-9791-79bd48f5f8a7:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b6f67600-1e3e-458e-9791-79bd48f5f8a7:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-b6f67600-1e3e-458e-9791-79bd48f5f8a7-root {
    text-align: left;
  }


#s-b6f67600-1e3e-458e-9791-79bd48f5f8a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b6f67600-1e3e-458e-9791-79bd48f5f8a7-root {
    text-align: left;
  }


#s-b6f67600-1e3e-458e-9791-79bd48f5f8a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b6f67600-1e3e-458e-9791-79bd48f5f8a7-root {
    text-align: left;
  }


#s-b6f67600-1e3e-458e-9791-79bd48f5f8a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b6f67600-1e3e-458e-9791-79bd48f5f8a7-root {
    text-align: left;
  }


#s-b6f67600-1e3e-458e-9791-79bd48f5f8a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b6f67600-1e3e-458e-9791-79bd48f5f8a7-root {
    text-align: center;
  }


#s-b6f67600-1e3e-458e-9791-79bd48f5f8a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0a1caab7-794f-4522-9aca-d811527c56a3 {
  padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0a1caab7-794f-4522-9aca-d811527c56a3 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-0a1caab7-794f-4522-9aca-d811527c56a3 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-0a1caab7-794f-4522-9aca-d811527c56a3 hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-e745f4a1-cab3-4262-9a0c-4aab705bd8a1 {
  margin-top: 15px;
margin-bottom: -5px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-e745f4a1-cab3-4262-9a0c-4aab705bd8a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e745f4a1-cab3-4262-9a0c-4aab705bd8a1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e745f4a1-cab3-4262-9a0c-4aab705bd8a1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e745f4a1-cab3-4262-9a0c-4aab705bd8a1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e745f4a1-cab3-4262-9a0c-4aab705bd8a1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e745f4a1-cab3-4262-9a0c-4aab705bd8a1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e745f4a1-cab3-4262-9a0c-4aab705bd8a1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-e745f4a1-cab3-4262-9a0c-4aab705bd8a1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0611c9dd-6cea-4f9d-8601-743e68c94292 {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-0611c9dd-6cea-4f9d-8601-743e68c94292 .shogun-heading-component h4 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-52da6455-0518-43a8-b061-4ec5e7cf1b02 {
  margin-top: 5px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-52da6455-0518-43a8-b061-4ec5e7cf1b02 {
  padding-top: 43px;
padding-bottom: 43px;
}
}






  #s-52da6455-0518-43a8-b061-4ec5e7cf1b02 img.shogun-image {
    

    
    
    
  }


#s-52da6455-0518-43a8-b061-4ec5e7cf1b02 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a58c0d2-e154-4c01-80c6-7bccc1a1758e {
  padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6a58c0d2-e154-4c01-80c6-7bccc1a1758e {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-6a58c0d2-e154-4c01-80c6-7bccc1a1758e {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-6a58c0d2-e154-4c01-80c6-7bccc1a1758e hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-b53f008b-60ef-44f3-9b73-56941cd55c8d {
  margin-top: 15px;
margin-bottom: 15px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-b53f008b-60ef-44f3-9b73-56941cd55c8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b53f008b-60ef-44f3-9b73-56941cd55c8d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b53f008b-60ef-44f3-9b73-56941cd55c8d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b53f008b-60ef-44f3-9b73-56941cd55c8d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b53f008b-60ef-44f3-9b73-56941cd55c8d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b53f008b-60ef-44f3-9b73-56941cd55c8d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b53f008b-60ef-44f3-9b73-56941cd55c8d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-1f03949f-f9d5-4780-88dd-56c6c7b531b3 {
  margin-top: 5px;
}

#s-3ab3ff83-acc7-4fdf-8870-adbebacd0f93 {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-3ab3ff83-acc7-4fdf-8870-adbebacd0f93 .shogun-heading-component h4 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-628d696f-29e5-4e33-af5b-fe8bcc87599e {
  margin-bottom: -5px;
}

#s-d39d27a9-e9ac-43bf-b8aa-7d99194059f2 {
  padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d39d27a9-e9ac-43bf-b8aa-7d99194059f2 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-d39d27a9-e9ac-43bf-b8aa-7d99194059f2 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-d39d27a9-e9ac-43bf-b8aa-7d99194059f2 hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-51ada335-f4d6-4ebc-b02d-0e652f4ec3b9 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 0px;
}

@media (min-width: 0px) {
[id="s-51ada335-f4d6-4ebc-b02d-0e652f4ec3b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51ada335-f4d6-4ebc-b02d-0e652f4ec3b9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51ada335-f4d6-4ebc-b02d-0e652f4ec3b9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-51ada335-f4d6-4ebc-b02d-0e652f4ec3b9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51ada335-f4d6-4ebc-b02d-0e652f4ec3b9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-51ada335-f4d6-4ebc-b02d-0e652f4ec3b9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51ada335-f4d6-4ebc-b02d-0e652f4ec3b9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-51ada335-f4d6-4ebc-b02d-0e652f4ec3b9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-dc72f68e-c693-4e15-a7d2-3caf3181ce38 {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-dc72f68e-c693-4e15-a7d2-3caf3181ce38 .shogun-heading-component h4 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-79e2a9ee-6c47-4acd-92ea-9b79d24a3a84 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 5px;
margin-left: 0px;
margin-right: 0px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-79e2a9ee-6c47-4acd-92ea-9b79d24a3a84 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-79e2a9ee-6c47-4acd-92ea-9b79d24a3a84 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
}
}






  #s-79e2a9ee-6c47-4acd-92ea-9b79d24a3a84 img.shogun-image {
    

    
    
    
  }


#s-79e2a9ee-6c47-4acd-92ea-9b79d24a3a84 .shogun-image-content {
  
    align-items: center;
  
}

#s-bcda1b84-239d-4baa-8ffc-a4d01262d1f8 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0.3px;
}
#s-bcda1b84-239d-4baa-8ffc-a4d01262d1f8:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bcda1b84-239d-4baa-8ffc-a4d01262d1f8:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-bcda1b84-239d-4baa-8ffc-a4d01262d1f8-root {
    text-align: center;
  }


#s-bcda1b84-239d-4baa-8ffc-a4d01262d1f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bcda1b84-239d-4baa-8ffc-a4d01262d1f8-root {
    text-align: center;
  }


#s-bcda1b84-239d-4baa-8ffc-a4d01262d1f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bcda1b84-239d-4baa-8ffc-a4d01262d1f8-root {
    text-align: center;
  }


#s-bcda1b84-239d-4baa-8ffc-a4d01262d1f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bcda1b84-239d-4baa-8ffc-a4d01262d1f8-root {
    text-align: center;
  }


#s-bcda1b84-239d-4baa-8ffc-a4d01262d1f8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bcda1b84-239d-4baa-8ffc-a4d01262d1f8-root {
    text-align: center;
  }


#s-bcda1b84-239d-4baa-8ffc-a4d01262d1f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-86a5e0ca-42ae-4c3f-ac00-697bec40a3e4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-86a5e0ca-42ae-4c3f-ac00-697bec40a3e4 {
  display: none;
}
#s-86a5e0ca-42ae-4c3f-ac00-697bec40a3e4, #wrap-s-86a5e0ca-42ae-4c3f-ac00-697bec40a3e4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86a5e0ca-42ae-4c3f-ac00-697bec40a3e4 {
  display: none;
}
#s-86a5e0ca-42ae-4c3f-ac00-697bec40a3e4, #wrap-s-86a5e0ca-42ae-4c3f-ac00-697bec40a3e4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-86a5e0ca-42ae-4c3f-ac00-697bec40a3e4 {
  
}
}@media (max-width: 767px){#s-86a5e0ca-42ae-4c3f-ac00-697bec40a3e4 {
  display: none;
}
#s-86a5e0ca-42ae-4c3f-ac00-697bec40a3e4, #wrap-s-86a5e0ca-42ae-4c3f-ac00-697bec40a3e4 { display:none !important; }}







#s-86a5e0ca-42ae-4c3f-ac00-697bec40a3e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86a5e0ca-42ae-4c3f-ac00-697bec40a3e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-f80218d3-b81c-48e3-882e-cced7875837d {
  margin-bottom: 65px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f80218d3-b81c-48e3-882e-cced7875837d {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-f80218d3-b81c-48e3-882e-cced7875837d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(197, 197, 197, 1);
}

#s-f80218d3-b81c-48e3-882e-cced7875837d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 105, 188, 1);
  padding: 10px;
}

#s-f80218d3-b81c-48e3-882e-cced7875837d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-f80218d3-b81c-48e3-882e-cced7875837d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-f80218d3-b81c-48e3-882e-cced7875837d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-f80218d3-b81c-48e3-882e-cced7875837d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-77ca3c15-a159-4ff9-a664-e71db6ccd248 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-77ca3c15-a159-4ff9-a664-e71db6ccd248 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 320px;
}
}







#s-77ca3c15-a159-4ff9-a664-e71db6ccd248 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77ca3c15-a159-4ff9-a664-e71db6ccd248.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-401083e5-953f-46c2-b175-90c0c82d44ac {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-401083e5-953f-46c2-b175-90c0c82d44ac {
  padding-top: 30px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-401083e5-953f-46c2-b175-90c0c82d44ac {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 320px;
}
}







#s-401083e5-953f-46c2-b175-90c0c82d44ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-401083e5-953f-46c2-b175-90c0c82d44ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d57afb5a-43a5-4b42-81e5-67341654dacc {
  padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-d57afb5a-43a5-4b42-81e5-67341654dacc {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-d57afb5a-43a5-4b42-81e5-67341654dacc .shogun-heading-component h4 {
  color: rgba(41, 43, 45, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-092f5374-f7f6-4246-a883-95a6392f4497 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-092f5374-f7f6-4246-a883-95a6392f4497 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-092f5374-f7f6-4246-a883-95a6392f4497 hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-f646fcfa-63f2-495f-b29e-b3014918dff7 {
  margin-top: 10px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-f646fcfa-63f2-495f-b29e-b3014918dff7 {
  display: none;
}
#s-f646fcfa-63f2-495f-b29e-b3014918dff7, #wrap-s-f646fcfa-63f2-495f-b29e-b3014918dff7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f646fcfa-63f2-495f-b29e-b3014918dff7 {
  display: none;
}
#s-f646fcfa-63f2-495f-b29e-b3014918dff7, #wrap-s-f646fcfa-63f2-495f-b29e-b3014918dff7 { display:none !important; }}@media (max-width: 767px){#s-f646fcfa-63f2-495f-b29e-b3014918dff7 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-6f28259f-06af-48a7-8e90-006bc21eaaba {
  padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-6f28259f-06af-48a7-8e90-006bc21eaaba {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-6f28259f-06af-48a7-8e90-006bc21eaaba .shogun-heading-component h1 {
  color: rgba(41, 43, 45, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-d81d09c8-d34f-433a-91b7-85cdc1a2761a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d81d09c8-d34f-433a-91b7-85cdc1a2761a {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-d81d09c8-d34f-433a-91b7-85cdc1a2761a hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-31b19219-8568-4557-837a-3a842e2833f4 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 25px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-31b19219-8568-4557-837a-3a842e2833f4 {
  display: none;
}
#s-31b19219-8568-4557-837a-3a842e2833f4, #wrap-s-31b19219-8568-4557-837a-3a842e2833f4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31b19219-8568-4557-837a-3a842e2833f4 {
  display: none;
}
#s-31b19219-8568-4557-837a-3a842e2833f4, #wrap-s-31b19219-8568-4557-837a-3a842e2833f4 { display:none !important; }}@media (max-width: 767px){#s-31b19219-8568-4557-837a-3a842e2833f4 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}
#s-0b64557e-5dfc-4148-895b-433fbc69f166 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-0b64557e-5dfc-4148-895b-433fbc69f166 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 320px;
}
}







#s-0b64557e-5dfc-4148-895b-433fbc69f166 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b64557e-5dfc-4148-895b-433fbc69f166.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-69d4025a-eda6-4adc-a7df-ae58f6d82070 {
  margin-top: 40px;
margin-left: 30px;
margin-bottom: 25px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-69d4025a-eda6-4adc-a7df-ae58f6d82070 {
  margin-top: 30px;
margin-bottom: 15px;
}
}
#s-9f020a91-09fa-40d3-904d-7bf958c41b81 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-9f020a91-09fa-40d3-904d-7bf958c41b81 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 320px;
}
}







#s-9f020a91-09fa-40d3-904d-7bf958c41b81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f020a91-09fa-40d3-904d-7bf958c41b81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-8a2d2ad9-2b88-4362-9354-071b7d7dfd36 {
  margin-top: 40px;
margin-left: 30px;
margin-bottom: 25px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-8a2d2ad9-2b88-4362-9354-071b7d7dfd36 {
  margin-top: 30px;
margin-bottom: 15px;
}
}
#s-715fd7cf-1e0b-4e10-9b4e-27807c1162f4 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
padding-left: 80px;
padding-bottom: 50px;
padding-right: 80px;
min-height: 50px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-715fd7cf-1e0b-4e10-9b4e-27807c1162f4 {
  display: none;
}
#s-715fd7cf-1e0b-4e10-9b4e-27807c1162f4, #wrap-s-715fd7cf-1e0b-4e10-9b4e-27807c1162f4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-715fd7cf-1e0b-4e10-9b4e-27807c1162f4 {
  display: none;
}
#s-715fd7cf-1e0b-4e10-9b4e-27807c1162f4, #wrap-s-715fd7cf-1e0b-4e10-9b4e-27807c1162f4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-715fd7cf-1e0b-4e10-9b4e-27807c1162f4 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 50px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-715fd7cf-1e0b-4e10-9b4e-27807c1162f4 {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
}
}







#s-715fd7cf-1e0b-4e10-9b4e-27807c1162f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-715fd7cf-1e0b-4e10-9b4e-27807c1162f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b0d6aa7-f793-40dd-963d-26e5dfce0930 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4b0d6aa7-f793-40dd-963d-26e5dfce0930 {
  max-width: 700px;
}
}@media (max-width: 767px){#s-4b0d6aa7-f793-40dd-963d-26e5dfce0930 {
  margin-top: 5px;
max-width: 320px;
}
}







#s-4b0d6aa7-f793-40dd-963d-26e5dfce0930 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b0d6aa7-f793-40dd-963d-26e5dfce0930.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f80ac812-4a72-4f1f-9011-9114419eb6f7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-f80ac812-4a72-4f1f-9011-9114419eb6f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f80ac812-4a72-4f1f-9011-9114419eb6f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-dd1e5027-218e-428f-a79c-6a4f8f3525c4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dd1e5027-218e-428f-a79c-6a4f8f3525c4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd1e5027-218e-428f-a79c-6a4f8f3525c4 {
  display: none;
}
#s-dd1e5027-218e-428f-a79c-6a4f8f3525c4, #wrap-s-dd1e5027-218e-428f-a79c-6a4f8f3525c4 { display:none !important; }}@media (max-width: 767px){#s-dd1e5027-218e-428f-a79c-6a4f8f3525c4 {
  display: none;
}
#s-dd1e5027-218e-428f-a79c-6a4f8f3525c4, #wrap-s-dd1e5027-218e-428f-a79c-6a4f8f3525c4 { display:none !important; }}
#s-a3cf7c47-e82e-48bc-b346-6f3b39d6eabc {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-a3cf7c47-e82e-48bc-b346-6f3b39d6eabc {
  margin-top: 10px;
margin-bottom: 20px;
}
}
#s-a3cf7c47-e82e-48bc-b346-6f3b39d6eabc .shogun-heading-component h4 {
  color: rgba(41, 43, 45, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-65a7217a-e0b5-45e5-98aa-acd3a43aa9b8 {
  margin-top: -5px;
margin-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-65a7217a-e0b5-45e5-98aa-acd3a43aa9b8 {
  padding-top: 43px;
padding-bottom: 43px;
}
}@media (max-width: 767px){#s-65a7217a-e0b5-45e5-98aa-acd3a43aa9b8 {
  margin-top: 20px;
margin-bottom: 30px;
}
}






  #s-65a7217a-e0b5-45e5-98aa-acd3a43aa9b8 img.shogun-image {
    

    
    
    
  }


#s-65a7217a-e0b5-45e5-98aa-acd3a43aa9b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c59ee02-bac3-467d-aa0d-6066a60681bc {
  margin-top: -20px;
text-align: left;
}
@media (max-width: 767px){#s-5c59ee02-bac3-467d-aa0d-6066a60681bc {
  margin-top: -15px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-895d917d-b4cd-4798-b4ff-64cef4329108 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
}
#s-901ecc4a-97c6-49fe-a221-81f3c5a6facb {
  margin-top: 15px;
margin-bottom: -10px;
}
@media (max-width: 767px){#s-901ecc4a-97c6-49fe-a221-81f3c5a6facb {
  
}
}
@media (max-width: 767px){#s-3f649ce8-e908-49dc-87ff-998415f7defe {
  
}
}
#s-6b366165-eaf1-45ce-9b49-3209e03ecef4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-6b366165-eaf1-45ce-9b49-3209e03ecef4 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 320px;
}
}







#s-6b366165-eaf1-45ce-9b49-3209e03ecef4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b366165-eaf1-45ce-9b49-3209e03ecef4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5be9d31e-034f-4970-8be8-3fa4ff2282e2 {
  text-align: left;
}

#s-d94bcd1f-0eb6-43ba-8235-204009000f05 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d94bcd1f-0eb6-43ba-8235-204009000f05 {
  margin-top: 35px;
margin-left: 30px;
margin-bottom: -25px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-d94bcd1f-0eb6-43ba-8235-204009000f05 {
  margin-top: 30px;
margin-bottom: 5px;
}
}







#s-d94bcd1f-0eb6-43ba-8235-204009000f05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d94bcd1f-0eb6-43ba-8235-204009000f05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56949a5f-cb72-46b7-9d8b-0d7ed16c1de9 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-56949a5f-cb72-46b7-9d8b-0d7ed16c1de9 {
  display: none;
}
#s-56949a5f-cb72-46b7-9d8b-0d7ed16c1de9, #wrap-s-56949a5f-cb72-46b7-9d8b-0d7ed16c1de9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56949a5f-cb72-46b7-9d8b-0d7ed16c1de9 {
  display: none;
}
#s-56949a5f-cb72-46b7-9d8b-0d7ed16c1de9, #wrap-s-56949a5f-cb72-46b7-9d8b-0d7ed16c1de9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-56949a5f-cb72-46b7-9d8b-0d7ed16c1de9 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-56949a5f-cb72-46b7-9d8b-0d7ed16c1de9 {
  
}
}
@media (min-width: 0px) {
[id="s-56949a5f-cb72-46b7-9d8b-0d7ed16c1de9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-56949a5f-cb72-46b7-9d8b-0d7ed16c1de9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-56949a5f-cb72-46b7-9d8b-0d7ed16c1de9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-56949a5f-cb72-46b7-9d8b-0d7ed16c1de9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-338ef05e-ee8a-4491-ba54-4b8bd9eeabea {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-338ef05e-ee8a-4491-ba54-4b8bd9eeabea {
  margin-top: 16px;
margin-bottom: 0px;
}
}
#s-338ef05e-ee8a-4491-ba54-4b8bd9eeabea .shogun-heading-component h1 {
  color: rgba(41, 43, 45, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-6e76016a-8e53-4559-b404-15ebf9b3475a {
  text-align: center;
}
@media (max-width: 767px){#s-6e76016a-8e53-4559-b404-15ebf9b3475a {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-6e76016a-8e53-4559-b404-15ebf9b3475a img.shogun-image {
    

    
    
    
  }


#s-6e76016a-8e53-4559-b404-15ebf9b3475a .shogun-image-content {
  
    align-items: center;
  
}

#s-61edf394-419d-4656-ac09-522219e1f896 {
  text-align: center;
}
@media (max-width: 767px){#s-61edf394-419d-4656-ac09-522219e1f896 {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-61edf394-419d-4656-ac09-522219e1f896 img.shogun-image {
    

    
    
    
  }


#s-61edf394-419d-4656-ac09-522219e1f896 .shogun-image-content {
  
    align-items: center;
  
}

#s-edd944b1-48cc-488e-8360-092fc5823968 {
  text-align: center;
}
@media (max-width: 767px){#s-edd944b1-48cc-488e-8360-092fc5823968 {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-edd944b1-48cc-488e-8360-092fc5823968 img.shogun-image {
    

    
    
    
  }


#s-edd944b1-48cc-488e-8360-092fc5823968 .shogun-image-content {
  
    align-items: center;
  
}

#s-90c472a0-ee11-4164-a69d-fe4bf2c87e2a {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-90c472a0-ee11-4164-a69d-fe4bf2c87e2a {
  display: none;
}
#s-90c472a0-ee11-4164-a69d-fe4bf2c87e2a, #wrap-s-90c472a0-ee11-4164-a69d-fe4bf2c87e2a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90c472a0-ee11-4164-a69d-fe4bf2c87e2a {
  display: none;
}
#s-90c472a0-ee11-4164-a69d-fe4bf2c87e2a, #wrap-s-90c472a0-ee11-4164-a69d-fe4bf2c87e2a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-90c472a0-ee11-4164-a69d-fe4bf2c87e2a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-90c472a0-ee11-4164-a69d-fe4bf2c87e2a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-90c472a0-ee11-4164-a69d-fe4bf2c87e2a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-90c472a0-ee11-4164-a69d-fe4bf2c87e2a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-90c472a0-ee11-4164-a69d-fe4bf2c87e2a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-aa1f7799-e9ea-475b-9180-842050d9e28b {
  text-align: center;
}
@media (max-width: 767px){#s-aa1f7799-e9ea-475b-9180-842050d9e28b {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-aa1f7799-e9ea-475b-9180-842050d9e28b img.shogun-image {
    

    
    
    
  }


#s-aa1f7799-e9ea-475b-9180-842050d9e28b .shogun-image-content {
  
    align-items: center;
  
}

#s-4c689cab-b7a0-4ea9-a741-f7e67d0a5dd7 {
  text-align: center;
}
@media (max-width: 767px){#s-4c689cab-b7a0-4ea9-a741-f7e67d0a5dd7 {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-4c689cab-b7a0-4ea9-a741-f7e67d0a5dd7 img.shogun-image {
    

    
    
    
  }


#s-4c689cab-b7a0-4ea9-a741-f7e67d0a5dd7 .shogun-image-content {
  
    align-items: center;
  
}

#s-856551b9-70e9-4664-9948-b985f5df4bda {
  text-align: center;
}
@media (max-width: 767px){#s-856551b9-70e9-4664-9948-b985f5df4bda {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-856551b9-70e9-4664-9948-b985f5df4bda img.shogun-image {
    

    
    
    
  }


#s-856551b9-70e9-4664-9948-b985f5df4bda .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-1751a64a-ae69-4db5-b6ec-25a4ddb9f460 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-6736d4f8-4c50-48e1-8f8d-ad014f71e379 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6736d4f8-4c50-48e1-8f8d-ad014f71e379 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6736d4f8-4c50-48e1-8f8d-ad014f71e379 {
  padding-left: 30px;
padding-right: 30px;
max-width: 700px;
}
}@media (max-width: 767px){#s-6736d4f8-4c50-48e1-8f8d-ad014f71e379 {
  padding-top: 10px;
padding-bottom: 0px;
max-width: 320px;
}
}







#s-6736d4f8-4c50-48e1-8f8d-ad014f71e379 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6736d4f8-4c50-48e1-8f8d-ad014f71e379.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a051333-2043-4439-ab3f-e1fa02a34172 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1a051333-2043-4439-ab3f-e1fa02a34172 {
  margin-bottom: 50px;
}
}@media (max-width: 767px){#s-1a051333-2043-4439-ab3f-e1fa02a34172 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 320px;
}
}







#s-1a051333-2043-4439-ab3f-e1fa02a34172 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a051333-2043-4439-ab3f-e1fa02a34172.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e0b89db-b3e5-48a2-9538-a676b9865e46 {
  margin-top: 15px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e0b89db-b3e5-48a2-9538-a676b9865e46 {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-7e0b89db-b3e5-48a2-9538-a676b9865e46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e0b89db-b3e5-48a2-9538-a676b9865e46"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7e0b89db-b3e5-48a2-9538-a676b9865e46"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e0b89db-b3e5-48a2-9538-a676b9865e46"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-29f25c35-482d-4b24-a093-b13aa3e56d66 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-29f25c35-482d-4b24-a093-b13aa3e56d66 {
  margin-top: -35px;
margin-bottom: 0px;
padding-top: 43px;
padding-bottom: 43px;
}
}@media (max-width: 767px){#s-29f25c35-482d-4b24-a093-b13aa3e56d66 {
  margin-top: 0px;
margin-bottom: 50px;
text-align: left;
}
}






  #s-29f25c35-482d-4b24-a093-b13aa3e56d66 img.shogun-image {
    

    
    
    
  }


#s-29f25c35-482d-4b24-a093-b13aa3e56d66 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-551bfeaf-0e2f-4e98-994e-bc05c09c0037 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-551bfeaf-0e2f-4e98-994e-bc05c09c0037 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}
}
#s-551bfeaf-0e2f-4e98-994e-bc05c09c0037 .shogun-heading-component h2 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: left;
}


@media (max-width: 767px){#s-551bfeaf-0e2f-4e98-994e-bc05c09c0037 .shogun-heading-component h2 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  
  text-align: left;
}


}
@media (min-width: 768px) and (max-width: 991px){#s-12f465c0-45fa-490c-8fb1-1407d5c7d082 {
  margin-right: 0px;
}
}
#s-3825e2d7-8893-41b6-8edf-2061c6a56b5a {
  padding-top: 20px;
padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3825e2d7-8893-41b6-8edf-2061c6a56b5a {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 0px;
}
}@media (max-width: 767px){#s-3825e2d7-8893-41b6-8edf-2061c6a56b5a {
  padding-top: 5px;
}
}
@media (min-width: 0px) {
[id="s-3825e2d7-8893-41b6-8edf-2061c6a56b5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3825e2d7-8893-41b6-8edf-2061c6a56b5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3825e2d7-8893-41b6-8edf-2061c6a56b5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3825e2d7-8893-41b6-8edf-2061c6a56b5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-3825e2d7-8893-41b6-8edf-2061c6a56b5a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 768px) and (max-width: 991px){#s-5ce52575-4432-4b65-9354-289107e31d3f {
  margin-top: -30px;
margin-bottom: -2px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-e897d48d-497a-4c5b-b998-14fd8ac9c39d {
  margin-right: 0px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-1c076da3-4251-4059-bc05-443e0b80b888 {
  margin-right: 0px;
}
}
#s-d0924554-9f9f-42b6-8bcb-7eb831c6af0b {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d0924554-9f9f-42b6-8bcb-7eb831c6af0b {
  margin-top: -40px;
margin-bottom: -40px;
padding-top: 43px;
padding-bottom: 43px;
}
}@media (max-width: 767px){#s-d0924554-9f9f-42b6-8bcb-7eb831c6af0b {
  margin-top: 30px;
margin-bottom: 35px;
}
}






  #s-d0924554-9f9f-42b6-8bcb-7eb831c6af0b img.shogun-image {
    

    
    
    
  }


#s-d0924554-9f9f-42b6-8bcb-7eb831c6af0b .shogun-image-content {
  
    align-items: center;
  
}

#s-77e496e7-066a-406a-849d-b7c214504bcb {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-77e496e7-066a-406a-849d-b7c214504bcb {
  margin-top: 0px;
margin-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-77e496e7-066a-406a-849d-b7c214504bcb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77e496e7-066a-406a-849d-b7c214504bcb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-77e496e7-066a-406a-849d-b7c214504bcb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-77e496e7-066a-406a-849d-b7c214504bcb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4fafd1fb-6be8-4aa0-8bda-277baf085668 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4fafd1fb-6be8-4aa0-8bda-277baf085668 {
  margin-top: -35px;
margin-bottom: -35px;
padding-top: 43px;
padding-bottom: 43px;
}
}@media (max-width: 767px){#s-4fafd1fb-6be8-4aa0-8bda-277baf085668 {
  margin-top: 20px;
margin-bottom: 35px;
text-align: left;
}
}






  #s-4fafd1fb-6be8-4aa0-8bda-277baf085668 img.shogun-image {
    

    
    
    
  }


#s-4fafd1fb-6be8-4aa0-8bda-277baf085668 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-8bac1c96-409d-49f5-b08f-d1851e0a0a08 {
  margin-top: -25px;
margin-bottom: -20px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-68c672be-3330-438d-b717-3f50f0142c48 {
  margin-left: -20px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-68c672be-3330-438d-b717-3f50f0142c48 {
  margin-top: -10px;
margin-left: -20px;
margin-right: 0px;
}
}
#s-df1e08f7-e7e5-455e-9ae4-c5b42e76f619 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0.3px;
}
#s-df1e08f7-e7e5-455e-9ae4-c5b42e76f619:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-df1e08f7-e7e5-455e-9ae4-c5b42e76f619:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-df1e08f7-e7e5-455e-9ae4-c5b42e76f619 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-df1e08f7-e7e5-455e-9ae4-c5b42e76f619:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-df1e08f7-e7e5-455e-9ae4-c5b42e76f619:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-df1e08f7-e7e5-455e-9ae4-c5b42e76f619-root {
    text-align: left;
  }


#s-df1e08f7-e7e5-455e-9ae4-c5b42e76f619.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-df1e08f7-e7e5-455e-9ae4-c5b42e76f619-root {
    text-align: left;
  }


#s-df1e08f7-e7e5-455e-9ae4-c5b42e76f619.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-df1e08f7-e7e5-455e-9ae4-c5b42e76f619-root {
    text-align: left;
  }


#s-df1e08f7-e7e5-455e-9ae4-c5b42e76f619.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-df1e08f7-e7e5-455e-9ae4-c5b42e76f619-root {
    text-align: left;
  }


#s-df1e08f7-e7e5-455e-9ae4-c5b42e76f619.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-df1e08f7-e7e5-455e-9ae4-c5b42e76f619-root {
    text-align: center;
  }


#s-df1e08f7-e7e5-455e-9ae4-c5b42e76f619.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (max-width: 767px){#s-62236781-550f-4d2a-b6ed-42409efde280 {
  margin-top: 25px;
margin-bottom: 10px;
}
}
#s-2ad337e5-098e-4c56-ba70-a12eb44ccc72 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2ad337e5-098e-4c56-ba70-a12eb44ccc72 {
  margin-top: 10px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-2ad337e5-098e-4c56-ba70-a12eb44ccc72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ad337e5-098e-4c56-ba70-a12eb44ccc72"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2ad337e5-098e-4c56-ba70-a12eb44ccc72"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2ad337e5-098e-4c56-ba70-a12eb44ccc72"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2ad337e5-098e-4c56-ba70-a12eb44ccc72"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ad337e5-098e-4c56-ba70-a12eb44ccc72"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2ad337e5-098e-4c56-ba70-a12eb44ccc72"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-2ad337e5-098e-4c56-ba70-a12eb44ccc72"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8337bf18-6788-40c6-8d46-eea6ff758c47 {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-8337bf18-6788-40c6-8d46-eea6ff758c47 .shogun-heading-component h4 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-e288972f-8147-4793-b6bc-a400bdb21835 {
  margin-right: 0px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-8169fb40-4061-4cb4-829f-69f5d3b62869 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-8169fb40-4061-4cb4-829f-69f5d3b62869 {
  margin-bottom: 5px;
}
}
@media (max-width: 767px){#s-85cd4636-3043-49d3-bcd1-00e14b2aab38 {
  margin-top: 15px;
margin-bottom: 50px;
}
}
#s-64d0446f-a31e-42fe-ae31-1f5370b84c5e {
  padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-64d0446f-a31e-42fe-ae31-1f5370b84c5e {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-64d0446f-a31e-42fe-ae31-1f5370b84c5e {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-64d0446f-a31e-42fe-ae31-1f5370b84c5e hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-52aeff84-b99d-4d83-9569-d8779e0941f6 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-52aeff84-b99d-4d83-9569-d8779e0941f6 {
  margin-top: 15px;
margin-bottom: 0px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-52aeff84-b99d-4d83-9569-d8779e0941f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52aeff84-b99d-4d83-9569-d8779e0941f6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-52aeff84-b99d-4d83-9569-d8779e0941f6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-52aeff84-b99d-4d83-9569-d8779e0941f6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-52aeff84-b99d-4d83-9569-d8779e0941f6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-52aeff84-b99d-4d83-9569-d8779e0941f6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-52aeff84-b99d-4d83-9569-d8779e0941f6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-d39a426d-cb0e-47f9-ba7b-8095a3a70473 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d39a426d-cb0e-47f9-ba7b-8095a3a70473 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-d39a426d-cb0e-47f9-ba7b-8095a3a70473 {
  margin-top: 20px;
margin-bottom: 50px;
text-align: left;
}
}






  #s-d39a426d-cb0e-47f9-ba7b-8095a3a70473 img.shogun-image {
    

    
    
    
  }


#s-d39a426d-cb0e-47f9-ba7b-8095a3a70473 .shogun-image-content {
  
    align-items: center;
  
}

#s-620c7b7c-58c0-4183-8098-31a12f627b8a {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-620c7b7c-58c0-4183-8098-31a12f627b8a .shogun-heading-component h4 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-2e3f4778-ae32-4ab4-9330-c9125222ee1d {
  margin-right: 0px;
}
}
#s-8ed77081-08ef-44a2-81af-89457e0ca2fc {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0.3px;
}
#s-8ed77081-08ef-44a2-81af-89457e0ca2fc:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8ed77081-08ef-44a2-81af-89457e0ca2fc:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-8ed77081-08ef-44a2-81af-89457e0ca2fc {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8ed77081-08ef-44a2-81af-89457e0ca2fc:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8ed77081-08ef-44a2-81af-89457e0ca2fc:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-8ed77081-08ef-44a2-81af-89457e0ca2fc-root {
    text-align: left;
  }


#s-8ed77081-08ef-44a2-81af-89457e0ca2fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8ed77081-08ef-44a2-81af-89457e0ca2fc-root {
    text-align: left;
  }


#s-8ed77081-08ef-44a2-81af-89457e0ca2fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ed77081-08ef-44a2-81af-89457e0ca2fc-root {
    text-align: left;
  }


#s-8ed77081-08ef-44a2-81af-89457e0ca2fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ed77081-08ef-44a2-81af-89457e0ca2fc-root {
    text-align: left;
  }


#s-8ed77081-08ef-44a2-81af-89457e0ca2fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8ed77081-08ef-44a2-81af-89457e0ca2fc-root {
    text-align: center;
  }


#s-8ed77081-08ef-44a2-81af-89457e0ca2fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-773fc7c0-9d74-4c10-ba50-be28b135369c {
  padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-773fc7c0-9d74-4c10-ba50-be28b135369c {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-773fc7c0-9d74-4c10-ba50-be28b135369c {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-773fc7c0-9d74-4c10-ba50-be28b135369c hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-53641ccb-2974-4813-a758-e0a042f4e24b {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-53641ccb-2974-4813-a758-e0a042f4e24b {
  margin-top: 15px;
margin-bottom: -5px;
}
}
@media (min-width: 0px) {
[id="s-53641ccb-2974-4813-a758-e0a042f4e24b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53641ccb-2974-4813-a758-e0a042f4e24b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-53641ccb-2974-4813-a758-e0a042f4e24b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-53641ccb-2974-4813-a758-e0a042f4e24b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-53641ccb-2974-4813-a758-e0a042f4e24b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-53641ccb-2974-4813-a758-e0a042f4e24b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-53641ccb-2974-4813-a758-e0a042f4e24b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-53641ccb-2974-4813-a758-e0a042f4e24b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-82737cf9-18e0-4180-90e6-ddac0b4a7b9e {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-82737cf9-18e0-4180-90e6-ddac0b4a7b9e .shogun-heading-component h4 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-2aa94566-2d56-4004-9d6c-d1724ed290c0 {
  margin-right: 0px;
}
}
#s-a7df7bd9-aa47-42f3-8e7a-155f1e4e139c {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a7df7bd9-aa47-42f3-8e7a-155f1e4e139c {
  margin-top: -40px;
margin-bottom: 0px;
padding-top: 43px;
padding-bottom: 43px;
}
}@media (max-width: 767px){#s-a7df7bd9-aa47-42f3-8e7a-155f1e4e139c {
  margin-top: 25px;
margin-bottom: 50px;
}
}






  #s-a7df7bd9-aa47-42f3-8e7a-155f1e4e139c img.shogun-image {
    

    
    
    
  }


#s-a7df7bd9-aa47-42f3-8e7a-155f1e4e139c .shogun-image-content {
  
    align-items: center;
  
}

#s-acf7796f-3251-4fe3-8cb4-04b388e0f069 {
  padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-acf7796f-3251-4fe3-8cb4-04b388e0f069 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-acf7796f-3251-4fe3-8cb4-04b388e0f069 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-acf7796f-3251-4fe3-8cb4-04b388e0f069 hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-fd8d8146-3e7d-47d9-8b17-202218ae4a7f {
  padding-top: 20px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fd8d8146-3e7d-47d9-8b17-202218ae4a7f {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-fd8d8146-3e7d-47d9-8b17-202218ae4a7f {
  padding-top: 5px;
padding-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-fd8d8146-3e7d-47d9-8b17-202218ae4a7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd8d8146-3e7d-47d9-8b17-202218ae4a7f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd8d8146-3e7d-47d9-8b17-202218ae4a7f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fd8d8146-3e7d-47d9-8b17-202218ae4a7f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd8d8146-3e7d-47d9-8b17-202218ae4a7f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd8d8146-3e7d-47d9-8b17-202218ae4a7f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd8d8146-3e7d-47d9-8b17-202218ae4a7f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-9a424692-b425-4e89-bd04-c35de8c47c1f {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9a424692-b425-4e89-bd04-c35de8c47c1f {
  margin-top: -35px;
padding-top: 43px;
padding-bottom: 43px;
}
}@media (max-width: 767px){#s-9a424692-b425-4e89-bd04-c35de8c47c1f {
  margin-top: 18px;
margin-bottom: 50px;
text-align: left;
}
}






  #s-9a424692-b425-4e89-bd04-c35de8c47c1f img.shogun-image {
    

    
    
    
  }


#s-9a424692-b425-4e89-bd04-c35de8c47c1f .shogun-image-content {
  
    align-items: center;
  
}

#s-777d70b2-c0e5-4ee0-a54e-df7fab698239 {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-777d70b2-c0e5-4ee0-a54e-df7fab698239 .shogun-heading-component h4 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-4b23b886-8ec8-42e3-bcae-0df3ac1ee267 {
  margin-right: 0px;
}
}
#s-db6660c6-24f0-4b2c-82ed-136ec1cd8edb {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0.3px;
}
#s-db6660c6-24f0-4b2c-82ed-136ec1cd8edb:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-db6660c6-24f0-4b2c-82ed-136ec1cd8edb:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-db6660c6-24f0-4b2c-82ed-136ec1cd8edb {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-db6660c6-24f0-4b2c-82ed-136ec1cd8edb:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-db6660c6-24f0-4b2c-82ed-136ec1cd8edb:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-db6660c6-24f0-4b2c-82ed-136ec1cd8edb-root {
    text-align: left;
  }


#s-db6660c6-24f0-4b2c-82ed-136ec1cd8edb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-db6660c6-24f0-4b2c-82ed-136ec1cd8edb-root {
    text-align: left;
  }


#s-db6660c6-24f0-4b2c-82ed-136ec1cd8edb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-db6660c6-24f0-4b2c-82ed-136ec1cd8edb-root {
    text-align: left;
  }


#s-db6660c6-24f0-4b2c-82ed-136ec1cd8edb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-db6660c6-24f0-4b2c-82ed-136ec1cd8edb-root {
    text-align: left;
  }


#s-db6660c6-24f0-4b2c-82ed-136ec1cd8edb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-db6660c6-24f0-4b2c-82ed-136ec1cd8edb-root {
    text-align: center;
  }


#s-db6660c6-24f0-4b2c-82ed-136ec1cd8edb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-482e7951-e382-4280-af9e-c451f2b32f7c {
  padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-482e7951-e382-4280-af9e-c451f2b32f7c {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-482e7951-e382-4280-af9e-c451f2b32f7c {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-482e7951-e382-4280-af9e-c451f2b32f7c hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-439cb8af-dbfd-44a1-8819-1b83a0db44bf {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-439cb8af-dbfd-44a1-8819-1b83a0db44bf {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-439cb8af-dbfd-44a1-8819-1b83a0db44bf {
  padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-439cb8af-dbfd-44a1-8819-1b83a0db44bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-439cb8af-dbfd-44a1-8819-1b83a0db44bf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-439cb8af-dbfd-44a1-8819-1b83a0db44bf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-439cb8af-dbfd-44a1-8819-1b83a0db44bf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-439cb8af-dbfd-44a1-8819-1b83a0db44bf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-439cb8af-dbfd-44a1-8819-1b83a0db44bf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-439cb8af-dbfd-44a1-8819-1b83a0db44bf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-439cb8af-dbfd-44a1-8819-1b83a0db44bf"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6a1e5ee9-88e3-42fe-83cf-c429693909fa {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-6a1e5ee9-88e3-42fe-83cf-c429693909fa .shogun-heading-component h4 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-1a363507-a8dc-4fd7-a8a4-30a80046a35a {
  padding-left: 0px;
}
}
#s-b3858f23-b600-4fda-83e7-d93379b80265 {
  margin-top: -40px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b3858f23-b600-4fda-83e7-d93379b80265 {
  margin-top: -35px;
padding-top: 43px;
padding-bottom: 43px;
}
}@media (max-width: 767px){#s-b3858f23-b600-4fda-83e7-d93379b80265 {
  margin-top: 25px;
margin-bottom: 50px;
}
}






  #s-b3858f23-b600-4fda-83e7-d93379b80265 img.shogun-image {
    

    
    
    
  }


#s-b3858f23-b600-4fda-83e7-d93379b80265 .shogun-image-content {
  
    align-items: center;
  
}

#s-360580b7-54a7-49ab-90e1-b1c13a6d89c6 {
  padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-360580b7-54a7-49ab-90e1-b1c13a6d89c6 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-360580b7-54a7-49ab-90e1-b1c13a6d89c6 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-360580b7-54a7-49ab-90e1-b1c13a6d89c6 hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-a4c0b36d-2ac1-4ca6-9646-814a95729e61 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a4c0b36d-2ac1-4ca6-9646-814a95729e61 {
  margin-top: 10px;
margin-bottom: -5px;
padding-top: 10px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-a4c0b36d-2ac1-4ca6-9646-814a95729e61 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-a4c0b36d-2ac1-4ca6-9646-814a95729e61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4c0b36d-2ac1-4ca6-9646-814a95729e61"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a4c0b36d-2ac1-4ca6-9646-814a95729e61"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a4c0b36d-2ac1-4ca6-9646-814a95729e61"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a4c0b36d-2ac1-4ca6-9646-814a95729e61"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4c0b36d-2ac1-4ca6-9646-814a95729e61"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a4c0b36d-2ac1-4ca6-9646-814a95729e61"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px){#s-c0668f52-7baf-46af-b4ec-7c44bc73b065 {
  margin-top: 25px;
margin-bottom: 50px;
}
}
#s-fe12bb67-999b-40b9-a550-0aff9b1ac9ba {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-fe12bb67-999b-40b9-a550-0aff9b1ac9ba .shogun-heading-component h4 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-4347aa0c-ce4f-4f91-bd4e-9be7a5ea9df5 {
  margin-right: 0px;
}
}
#s-1a7e1888-8740-420b-8ad1-803e694a84f4 {
  padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1a7e1888-8740-420b-8ad1-803e694a84f4 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-1a7e1888-8740-420b-8ad1-803e694a84f4 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-1a7e1888-8740-420b-8ad1-803e694a84f4 hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-c555b932-c782-4905-b2a5-af9539570870 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c555b932-c782-4905-b2a5-af9539570870 {
  margin-top: 15px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-c555b932-c782-4905-b2a5-af9539570870 {
  padding-top: 5px;
padding-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-c555b932-c782-4905-b2a5-af9539570870"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c555b932-c782-4905-b2a5-af9539570870"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c555b932-c782-4905-b2a5-af9539570870"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c555b932-c782-4905-b2a5-af9539570870"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c555b932-c782-4905-b2a5-af9539570870"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c555b932-c782-4905-b2a5-af9539570870"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c555b932-c782-4905-b2a5-af9539570870"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-c555b932-c782-4905-b2a5-af9539570870"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2d4d1b93-41c9-4b2c-a368-e9bf176a08be {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-2d4d1b93-41c9-4b2c-a368-e9bf176a08be .shogun-heading-component h4 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-6670ad37-d7d5-4587-9dc9-d57d03de465a {
  margin-right: 0px;
}
}
#s-7fde4f91-dbb4-4429-8fa2-9e180adba63d {
  margin-left: 0px;
margin-right: 0px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7fde4f91-dbb4-4429-8fa2-9e180adba63d {
  margin-top: 60px;
margin-bottom: 60px;
padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-7fde4f91-dbb4-4429-8fa2-9e180adba63d {
  margin-top: 10px;
margin-bottom: 45px;
padding-top: 0px;
padding-bottom: 0px;
}
}






  #s-7fde4f91-dbb4-4429-8fa2-9e180adba63d img.shogun-image {
    

    
    
    
  }


#s-7fde4f91-dbb4-4429-8fa2-9e180adba63d .shogun-image-content {
  
    align-items: center;
  
}

#s-bea295fc-76cd-43ab-a226-1ccd72a0afb7 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0.3px;
}
#s-bea295fc-76cd-43ab-a226-1ccd72a0afb7:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bea295fc-76cd-43ab-a226-1ccd72a0afb7:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-bea295fc-76cd-43ab-a226-1ccd72a0afb7-root {
    text-align: center;
  }


#s-bea295fc-76cd-43ab-a226-1ccd72a0afb7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bea295fc-76cd-43ab-a226-1ccd72a0afb7-root {
    text-align: center;
  }


#s-bea295fc-76cd-43ab-a226-1ccd72a0afb7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bea295fc-76cd-43ab-a226-1ccd72a0afb7-root {
    text-align: center;
  }


#s-bea295fc-76cd-43ab-a226-1ccd72a0afb7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bea295fc-76cd-43ab-a226-1ccd72a0afb7-root {
    text-align: center;
  }


#s-bea295fc-76cd-43ab-a226-1ccd72a0afb7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bea295fc-76cd-43ab-a226-1ccd72a0afb7-root {
    text-align: center;
  }


#s-bea295fc-76cd-43ab-a226-1ccd72a0afb7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-501531b8-0961-4cd6-a464-06a0b5ecff6e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-501531b8-0961-4cd6-a464-06a0b5ecff6e {
  display: none;
}
#s-501531b8-0961-4cd6-a464-06a0b5ecff6e, #wrap-s-501531b8-0961-4cd6-a464-06a0b5ecff6e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-501531b8-0961-4cd6-a464-06a0b5ecff6e {
  display: none;
}
#s-501531b8-0961-4cd6-a464-06a0b5ecff6e, #wrap-s-501531b8-0961-4cd6-a464-06a0b5ecff6e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-501531b8-0961-4cd6-a464-06a0b5ecff6e {
  display: none;
}
#s-501531b8-0961-4cd6-a464-06a0b5ecff6e, #wrap-s-501531b8-0961-4cd6-a464-06a0b5ecff6e { display:none !important; }}







#s-501531b8-0961-4cd6-a464-06a0b5ecff6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-501531b8-0961-4cd6-a464-06a0b5ecff6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0b55c94-4189-44ee-b0b3-72b2de608211 {
  margin-bottom: 65px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a0b55c94-4189-44ee-b0b3-72b2de608211 {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-a0b55c94-4189-44ee-b0b3-72b2de608211 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(197, 197, 197, 1);
}

#s-a0b55c94-4189-44ee-b0b3-72b2de608211 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 105, 188, 1);
  padding: 10px;
}

#s-a0b55c94-4189-44ee-b0b3-72b2de608211 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-a0b55c94-4189-44ee-b0b3-72b2de608211 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-a0b55c94-4189-44ee-b0b3-72b2de608211 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-a0b55c94-4189-44ee-b0b3-72b2de608211 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-db2e1871-3c58-4446-ab9b-d6094dee38f8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-db2e1871-3c58-4446-ab9b-d6094dee38f8 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 320px;
}
}







#s-db2e1871-3c58-4446-ab9b-d6094dee38f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db2e1871-3c58-4446-ab9b-d6094dee38f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba759e54-28b4-4d84-b88a-8b6ad534d901 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ba759e54-28b4-4d84-b88a-8b6ad534d901 {
  padding-top: 40px;
padding-bottom: 10px;
}
}@media (max-width: 767px){#s-ba759e54-28b4-4d84-b88a-8b6ad534d901 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 320px;
}
}







#s-ba759e54-28b4-4d84-b88a-8b6ad534d901 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba759e54-28b4-4d84-b88a-8b6ad534d901.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b47704f0-fd13-46c0-8c65-d5e6e52e9dbd {
  padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-b47704f0-fd13-46c0-8c65-d5e6e52e9dbd {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-b47704f0-fd13-46c0-8c65-d5e6e52e9dbd .shogun-heading-component h4 {
  color: rgba(41, 43, 45, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-0c2f9bc0-b834-43a8-9b98-9a6ad697c380 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0c2f9bc0-b834-43a8-9b98-9a6ad697c380 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-0c2f9bc0-b834-43a8-9b98-9a6ad697c380 hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-3d8c9a73-e818-4f53-9a41-21b5b84bf819 {
  margin-top: 10px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-3d8c9a73-e818-4f53-9a41-21b5b84bf819 {
  display: none;
}
#s-3d8c9a73-e818-4f53-9a41-21b5b84bf819, #wrap-s-3d8c9a73-e818-4f53-9a41-21b5b84bf819 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d8c9a73-e818-4f53-9a41-21b5b84bf819 {
  display: none;
}
#s-3d8c9a73-e818-4f53-9a41-21b5b84bf819, #wrap-s-3d8c9a73-e818-4f53-9a41-21b5b84bf819 { display:none !important; }}@media (max-width: 767px){#s-3d8c9a73-e818-4f53-9a41-21b5b84bf819 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-122ceb81-88cd-4ab8-8c9f-3a5dfa891bbd {
  padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-122ceb81-88cd-4ab8-8c9f-3a5dfa891bbd {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-122ceb81-88cd-4ab8-8c9f-3a5dfa891bbd .shogun-heading-component h1 {
  color: rgba(41, 43, 45, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-494332ca-8a45-4339-a1d1-e5efdb918c7f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-494332ca-8a45-4339-a1d1-e5efdb918c7f {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-494332ca-8a45-4339-a1d1-e5efdb918c7f hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-3b831a99-6122-4bde-a17c-494f17a697c0 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 25px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-3b831a99-6122-4bde-a17c-494f17a697c0 {
  display: none;
}
#s-3b831a99-6122-4bde-a17c-494f17a697c0, #wrap-s-3b831a99-6122-4bde-a17c-494f17a697c0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b831a99-6122-4bde-a17c-494f17a697c0 {
  display: none;
}
#s-3b831a99-6122-4bde-a17c-494f17a697c0, #wrap-s-3b831a99-6122-4bde-a17c-494f17a697c0 { display:none !important; }}@media (max-width: 767px){#s-3b831a99-6122-4bde-a17c-494f17a697c0 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}
#s-34a436e0-3e5c-4d73-b56c-36496934d649 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-34a436e0-3e5c-4d73-b56c-36496934d649 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 320px;
}
}







#s-34a436e0-3e5c-4d73-b56c-36496934d649 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34a436e0-3e5c-4d73-b56c-36496934d649.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-678dd72e-33f8-42ab-a1b0-4528934f18f0 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 35px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-678dd72e-33f8-42ab-a1b0-4528934f18f0 {
  margin-top: 30px;
margin-bottom: 15px;
}
}
#s-b10bdde5-f6c4-4508-a5b7-208bbeb3aa1f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-b10bdde5-f6c4-4508-a5b7-208bbeb3aa1f {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 320px;
}
}







#s-b10bdde5-f6c4-4508-a5b7-208bbeb3aa1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b10bdde5-f6c4-4508-a5b7-208bbeb3aa1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-8cf4cfb5-38fd-435f-b3d0-db40fe969d7a {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 35px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-8cf4cfb5-38fd-435f-b3d0-db40fe969d7a {
  margin-top: 30px;
margin-bottom: 15px;
}
}
#s-fcb52bfa-2dfb-4039-a3cb-05598b583485 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
padding-left: 80px;
padding-bottom: 50px;
padding-right: 80px;
min-height: 50px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-fcb52bfa-2dfb-4039-a3cb-05598b583485 {
  display: none;
}
#s-fcb52bfa-2dfb-4039-a3cb-05598b583485, #wrap-s-fcb52bfa-2dfb-4039-a3cb-05598b583485 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fcb52bfa-2dfb-4039-a3cb-05598b583485 {
  display: none;
}
#s-fcb52bfa-2dfb-4039-a3cb-05598b583485, #wrap-s-fcb52bfa-2dfb-4039-a3cb-05598b583485 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fcb52bfa-2dfb-4039-a3cb-05598b583485 {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-fcb52bfa-2dfb-4039-a3cb-05598b583485 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
}
}







#s-fcb52bfa-2dfb-4039-a3cb-05598b583485 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcb52bfa-2dfb-4039-a3cb-05598b583485.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89b2aca3-b964-4e23-be58-921e4531f512 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-89b2aca3-b964-4e23-be58-921e4531f512 {
  max-width: 700px;
}
}@media (max-width: 767px){#s-89b2aca3-b964-4e23-be58-921e4531f512 {
  margin-top: 5px;
max-width: 320px;
}
}







#s-89b2aca3-b964-4e23-be58-921e4531f512 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89b2aca3-b964-4e23-be58-921e4531f512.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8027433-26c7-47a5-8806-99573652cb2b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-d8027433-26c7-47a5-8806-99573652cb2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8027433-26c7-47a5-8806-99573652cb2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-e3175c0a-57fa-4385-8d07-f5f214edb51c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e3175c0a-57fa-4385-8d07-f5f214edb51c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e3175c0a-57fa-4385-8d07-f5f214edb51c {
  display: none;
}
#s-e3175c0a-57fa-4385-8d07-f5f214edb51c, #wrap-s-e3175c0a-57fa-4385-8d07-f5f214edb51c { display:none !important; }}@media (max-width: 767px){#s-e3175c0a-57fa-4385-8d07-f5f214edb51c {
  display: none;
}
#s-e3175c0a-57fa-4385-8d07-f5f214edb51c, #wrap-s-e3175c0a-57fa-4385-8d07-f5f214edb51c { display:none !important; }}
#s-005ac4bd-6789-4227-aa02-3b898daff347 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-005ac4bd-6789-4227-aa02-3b898daff347 {
  margin-top: 10px;
margin-bottom: 20px;
}
}
#s-005ac4bd-6789-4227-aa02-3b898daff347 .shogun-heading-component h4 {
  color: rgba(41, 43, 45, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-51b2c9d4-07df-48e5-a108-9ba6c5f3ebec {
  margin-top: -5px;
margin-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-51b2c9d4-07df-48e5-a108-9ba6c5f3ebec {
  padding-top: 43px;
padding-bottom: 43px;
}
}@media (max-width: 767px){#s-51b2c9d4-07df-48e5-a108-9ba6c5f3ebec {
  margin-top: 20px;
margin-bottom: 30px;
}
}






  #s-51b2c9d4-07df-48e5-a108-9ba6c5f3ebec img.shogun-image {
    

    
    
    
  }


#s-51b2c9d4-07df-48e5-a108-9ba6c5f3ebec .shogun-image-content {
  
    align-items: center;
  
}

#s-817a933a-8a05-4fd8-86d6-6137823efd81 {
  margin-top: -20px;
text-align: left;
}
@media (max-width: 767px){#s-817a933a-8a05-4fd8-86d6-6137823efd81 {
  margin-top: -15px;
}
}
@media (max-width: 767px){#s-e5eb26fa-3429-41c8-8461-930fbe6775e1 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
}
#s-ed5f5c44-ae33-4244-affa-beec7f616b93 {
  margin-top: 15px;
margin-bottom: -10px;
}
@media (max-width: 767px){#s-ed5f5c44-ae33-4244-affa-beec7f616b93 {
  
}
}
@media (max-width: 767px){#s-69f54790-03bb-4172-a29a-5d7879ee278c {
  
}
}
#s-b469155b-535b-40c0-9b88-f1f25e4624c5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-b469155b-535b-40c0-9b88-f1f25e4624c5 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 320px;
}
}







#s-b469155b-535b-40c0-9b88-f1f25e4624c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b469155b-535b-40c0-9b88-f1f25e4624c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b70cb5f-db57-4f2c-97ec-2eee05d73588 {
  text-align: left;
}

#s-66838381-5f36-4351-810d-35a9b3a1cad3 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-66838381-5f36-4351-810d-35a9b3a1cad3 {
  margin-top: 35px;
margin-left: 30px;
margin-bottom: -25px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-66838381-5f36-4351-810d-35a9b3a1cad3 {
  margin-top: 20px;
margin-bottom: 0px;
}
}







#s-66838381-5f36-4351-810d-35a9b3a1cad3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66838381-5f36-4351-810d-35a9b3a1cad3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd2d8639-bcb6-455d-a1f9-75ed7d8ed32b {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-dd2d8639-bcb6-455d-a1f9-75ed7d8ed32b {
  display: none;
}
#s-dd2d8639-bcb6-455d-a1f9-75ed7d8ed32b, #wrap-s-dd2d8639-bcb6-455d-a1f9-75ed7d8ed32b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dd2d8639-bcb6-455d-a1f9-75ed7d8ed32b {
  display: none;
}
#s-dd2d8639-bcb6-455d-a1f9-75ed7d8ed32b, #wrap-s-dd2d8639-bcb6-455d-a1f9-75ed7d8ed32b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dd2d8639-bcb6-455d-a1f9-75ed7d8ed32b {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-dd2d8639-bcb6-455d-a1f9-75ed7d8ed32b {
  
}
}
@media (min-width: 0px) {
[id="s-dd2d8639-bcb6-455d-a1f9-75ed7d8ed32b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dd2d8639-bcb6-455d-a1f9-75ed7d8ed32b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-dd2d8639-bcb6-455d-a1f9-75ed7d8ed32b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-dd2d8639-bcb6-455d-a1f9-75ed7d8ed32b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-cac9a5b6-4eca-4df1-a717-841e584fe822 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-cac9a5b6-4eca-4df1-a717-841e584fe822 {
  margin-top: 16px;
margin-bottom: 0px;
}
}
#s-cac9a5b6-4eca-4df1-a717-841e584fe822 .shogun-heading-component h1 {
  color: rgba(41, 43, 45, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-cf0ea634-6790-465e-b9db-e38d64c6a0a9 {
  text-align: center;
}
@media (max-width: 767px){#s-cf0ea634-6790-465e-b9db-e38d64c6a0a9 {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-cf0ea634-6790-465e-b9db-e38d64c6a0a9 img.shogun-image {
    

    
    
    
  }


#s-cf0ea634-6790-465e-b9db-e38d64c6a0a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ed4093e-62c8-4064-99a8-856339da57b0 {
  text-align: center;
}
@media (max-width: 767px){#s-5ed4093e-62c8-4064-99a8-856339da57b0 {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-5ed4093e-62c8-4064-99a8-856339da57b0 img.shogun-image {
    

    
    
    
  }


#s-5ed4093e-62c8-4064-99a8-856339da57b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-f830be48-1e2a-4b7d-a382-74651e702281 {
  text-align: center;
}
@media (max-width: 767px){#s-f830be48-1e2a-4b7d-a382-74651e702281 {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-f830be48-1e2a-4b7d-a382-74651e702281 img.shogun-image {
    

    
    
    
  }


#s-f830be48-1e2a-4b7d-a382-74651e702281 .shogun-image-content {
  
    align-items: center;
  
}

#s-b575b62e-0d2f-47e6-b17a-3528fc7e8dde {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-b575b62e-0d2f-47e6-b17a-3528fc7e8dde {
  display: none;
}
#s-b575b62e-0d2f-47e6-b17a-3528fc7e8dde, #wrap-s-b575b62e-0d2f-47e6-b17a-3528fc7e8dde { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b575b62e-0d2f-47e6-b17a-3528fc7e8dde {
  display: none;
}
#s-b575b62e-0d2f-47e6-b17a-3528fc7e8dde, #wrap-s-b575b62e-0d2f-47e6-b17a-3528fc7e8dde { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b575b62e-0d2f-47e6-b17a-3528fc7e8dde {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-b575b62e-0d2f-47e6-b17a-3528fc7e8dde"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b575b62e-0d2f-47e6-b17a-3528fc7e8dde"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b575b62e-0d2f-47e6-b17a-3528fc7e8dde"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b575b62e-0d2f-47e6-b17a-3528fc7e8dde"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f999b745-8fdd-4b6b-820a-ab3660ffd987 {
  text-align: center;
}
@media (max-width: 767px){#s-f999b745-8fdd-4b6b-820a-ab3660ffd987 {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-f999b745-8fdd-4b6b-820a-ab3660ffd987 img.shogun-image {
    

    
    
    
  }


#s-f999b745-8fdd-4b6b-820a-ab3660ffd987 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0122474-8bfb-44f5-98e1-9599348f3701 {
  text-align: center;
}
@media (max-width: 767px){#s-b0122474-8bfb-44f5-98e1-9599348f3701 {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-b0122474-8bfb-44f5-98e1-9599348f3701 img.shogun-image {
    

    
    
    
  }


#s-b0122474-8bfb-44f5-98e1-9599348f3701 .shogun-image-content {
  
    align-items: center;
  
}

#s-0b9c9eb6-9e8d-4b5b-ba0b-386062bd6788 {
  text-align: center;
}
@media (max-width: 767px){#s-0b9c9eb6-9e8d-4b5b-ba0b-386062bd6788 {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-0b9c9eb6-9e8d-4b5b-ba0b-386062bd6788 img.shogun-image {
    

    
    
    
  }


#s-0b9c9eb6-9e8d-4b5b-ba0b-386062bd6788 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-1bae0f05-324f-47c4-94aa-182f85104bb7 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-5d83c3de-abd1-4daa-93db-2f979630d3a3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5d83c3de-abd1-4daa-93db-2f979630d3a3 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d83c3de-abd1-4daa-93db-2f979630d3a3 {
  padding-left: 30px;
padding-right: 30px;
max-width: 700px;
}
}@media (max-width: 767px){#s-5d83c3de-abd1-4daa-93db-2f979630d3a3 {
  margin-bottom: 50px;
padding-top: 5px;
padding-bottom: 0px;
max-width: 320px;
}
}







#s-5d83c3de-abd1-4daa-93db-2f979630d3a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d83c3de-abd1-4daa-93db-2f979630d3a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4be11fc-1d5c-4e69-86cc-b6285c3853a1 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a4be11fc-1d5c-4e69-86cc-b6285c3853a1 {
  margin-bottom: 5px;
}
}@media (max-width: 767px){#s-a4be11fc-1d5c-4e69-86cc-b6285c3853a1 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 320px;
}
}







#s-a4be11fc-1d5c-4e69-86cc-b6285c3853a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4be11fc-1d5c-4e69-86cc-b6285c3853a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d82f6d18-b1cc-49be-87e2-f02af902df1c {
  margin-top: 15px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-d82f6d18-b1cc-49be-87e2-f02af902df1c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d82f6d18-b1cc-49be-87e2-f02af902df1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d82f6d18-b1cc-49be-87e2-f02af902df1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d82f6d18-b1cc-49be-87e2-f02af902df1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-58ef2521-a95e-45d0-a65b-57fd643e75d1 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-58ef2521-a95e-45d0-a65b-57fd643e75d1 {
  margin-top: -35px;
margin-bottom: 0px;
padding-top: 43px;
padding-bottom: 43px;
}
}@media (max-width: 767px){#s-58ef2521-a95e-45d0-a65b-57fd643e75d1 {
  margin-top: 0px;
margin-bottom: 25px;
text-align: left;
}
}






  #s-58ef2521-a95e-45d0-a65b-57fd643e75d1 img.shogun-image {
    

    
    
    
  }


#s-58ef2521-a95e-45d0-a65b-57fd643e75d1 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-247fec62-31e6-40a2-bfd1-b81894de1631 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-247fec62-31e6-40a2-bfd1-b81894de1631 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}
}
#s-247fec62-31e6-40a2-bfd1-b81894de1631 .shogun-heading-component h2 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: left;
}


@media (max-width: 767px){#s-247fec62-31e6-40a2-bfd1-b81894de1631 .shogun-heading-component h2 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  
  text-align: left;
}


}
@media (min-width: 768px) and (max-width: 991px){#s-e125c59e-c2ad-4ff7-90dc-f64e5b92a432 {
  margin-right: 0px;
}
}
#s-7c717685-4cb7-4c89-84ca-f5b07fd7a9f5 {
  padding-top: 20px;
padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7c717685-4cb7-4c89-84ca-f5b07fd7a9f5 {
  margin-top: 30px;
margin-bottom: 10px;
padding-top: 0px;
}
}@media (max-width: 767px){#s-7c717685-4cb7-4c89-84ca-f5b07fd7a9f5 {
  padding-top: 5px;
}
}
@media (min-width: 0px) {
[id="s-7c717685-4cb7-4c89-84ca-f5b07fd7a9f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c717685-4cb7-4c89-84ca-f5b07fd7a9f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c717685-4cb7-4c89-84ca-f5b07fd7a9f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c717685-4cb7-4c89-84ca-f5b07fd7a9f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-7c717685-4cb7-4c89-84ca-f5b07fd7a9f5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 768px) and (max-width: 991px){#s-1985b352-a85b-4adb-bb86-3e7a929f5e5d {
  margin-top: -30px;
margin-bottom: -2px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-56684004-6292-44c7-a1f6-fb9bdcdf4add {
  margin-right: 0px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-741033c3-a096-4695-9cf2-da366629eaa0 {
  margin-right: 0px;
}
}
#s-081b612a-ceb3-4e50-85cb-c425acef17d8 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-081b612a-ceb3-4e50-85cb-c425acef17d8 {
  margin-top: -40px;
margin-bottom: -40px;
padding-top: 43px;
padding-bottom: 43px;
}
}@media (max-width: 767px){#s-081b612a-ceb3-4e50-85cb-c425acef17d8 {
  margin-top: 40px;
margin-bottom: 25px;
}
}






  #s-081b612a-ceb3-4e50-85cb-c425acef17d8 img.shogun-image {
    

    
    
    
  }


#s-081b612a-ceb3-4e50-85cb-c425acef17d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-58674789-0488-4201-9fdd-87680c615f66 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-58674789-0488-4201-9fdd-87680c615f66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58674789-0488-4201-9fdd-87680c615f66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-58674789-0488-4201-9fdd-87680c615f66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-58674789-0488-4201-9fdd-87680c615f66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-684ed258-2e9c-46d6-bcbe-3e68221a5be7 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-684ed258-2e9c-46d6-bcbe-3e68221a5be7 {
  margin-top: -35px;
margin-bottom: -35px;
padding-top: 43px;
padding-bottom: 43px;
}
}@media (max-width: 767px){#s-684ed258-2e9c-46d6-bcbe-3e68221a5be7 {
  margin-top: 30px;
margin-bottom: 25px;
text-align: left;
}
}






  #s-684ed258-2e9c-46d6-bcbe-3e68221a5be7 img.shogun-image {
    

    
    
    
  }


#s-684ed258-2e9c-46d6-bcbe-3e68221a5be7 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-674917a9-90d1-4811-b4d8-fbbb24f3a4a2 {
  margin-top: -25px;
margin-bottom: -20px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-e9df1438-c7a6-4020-9a76-9c387aa565e2 {
  margin-left: -20px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-e9df1438-c7a6-4020-9a76-9c387aa565e2 {
  margin-top: -10px;
margin-left: -20px;
margin-bottom: -5px;
margin-right: 0px;
}
}
#s-d8845849-c0f9-46a5-872a-7f804d726da9 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0.3px;
}
#s-d8845849-c0f9-46a5-872a-7f804d726da9:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d8845849-c0f9-46a5-872a-7f804d726da9:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d8845849-c0f9-46a5-872a-7f804d726da9-root {
    text-align: center;
  }


#s-d8845849-c0f9-46a5-872a-7f804d726da9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d8845849-c0f9-46a5-872a-7f804d726da9-root {
    text-align: center;
  }


#s-d8845849-c0f9-46a5-872a-7f804d726da9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d8845849-c0f9-46a5-872a-7f804d726da9-root {
    text-align: center;
  }


#s-d8845849-c0f9-46a5-872a-7f804d726da9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d8845849-c0f9-46a5-872a-7f804d726da9-root {
    text-align: center;
  }


#s-d8845849-c0f9-46a5-872a-7f804d726da9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d8845849-c0f9-46a5-872a-7f804d726da9-root {
    text-align: center;
  }


#s-d8845849-c0f9-46a5-872a-7f804d726da9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (max-width: 767px){#s-e06380c4-3d36-4dc6-a6fe-26c9550052c9 {
  margin-top: 30px;
margin-bottom: 10px;
}
}
#s-d5770406-baeb-4cc9-a548-7090c59496a6 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d5770406-baeb-4cc9-a548-7090c59496a6 {
  margin-top: 15px;
margin-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-d5770406-baeb-4cc9-a548-7090c59496a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5770406-baeb-4cc9-a548-7090c59496a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d5770406-baeb-4cc9-a548-7090c59496a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d5770406-baeb-4cc9-a548-7090c59496a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d5770406-baeb-4cc9-a548-7090c59496a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5770406-baeb-4cc9-a548-7090c59496a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d5770406-baeb-4cc9-a548-7090c59496a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-d5770406-baeb-4cc9-a548-7090c59496a6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7513817b-e6bc-45d0-9aaa-c63f37bfeeb2 {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-7513817b-e6bc-45d0-9aaa-c63f37bfeeb2 .shogun-heading-component h4 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-0397b8f0-a77d-44b6-a2ad-cc857a93af53 {
  margin-right: 0px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-4fe49d73-1236-4169-bfeb-f8cfee123bfb {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-4fe49d73-1236-4169-bfeb-f8cfee123bfb {
  margin-bottom: 5px;
}
}
@media (max-width: 767px){#s-e2cb847a-498c-4568-9aa8-4b169440a917 {
  margin-top: 15px;
margin-bottom: 40px;
}
}
#s-60fe5c8b-d1a8-4510-9669-6d364d6f002d {
  padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-60fe5c8b-d1a8-4510-9669-6d364d6f002d {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-60fe5c8b-d1a8-4510-9669-6d364d6f002d {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-60fe5c8b-d1a8-4510-9669-6d364d6f002d hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-db3ab2e0-b655-4be9-b8da-37c4e6efec65 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-db3ab2e0-b655-4be9-b8da-37c4e6efec65 {
  margin-top: 25px;
margin-bottom: 10px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-db3ab2e0-b655-4be9-b8da-37c4e6efec65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db3ab2e0-b655-4be9-b8da-37c4e6efec65"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db3ab2e0-b655-4be9-b8da-37c4e6efec65"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db3ab2e0-b655-4be9-b8da-37c4e6efec65"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db3ab2e0-b655-4be9-b8da-37c4e6efec65"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db3ab2e0-b655-4be9-b8da-37c4e6efec65"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db3ab2e0-b655-4be9-b8da-37c4e6efec65"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-1ada3d0f-8ac0-4eb5-87e0-ebe27944135f {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1ada3d0f-8ac0-4eb5-87e0-ebe27944135f {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-1ada3d0f-8ac0-4eb5-87e0-ebe27944135f {
  margin-top: 20px;
margin-bottom: 40px;
text-align: left;
}
}






  #s-1ada3d0f-8ac0-4eb5-87e0-ebe27944135f img.shogun-image {
    

    
    
    
  }


#s-1ada3d0f-8ac0-4eb5-87e0-ebe27944135f .shogun-image-content {
  
    align-items: center;
  
}

#s-01bca6b9-c096-4ce7-8d91-1710d54680be {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-01bca6b9-c096-4ce7-8d91-1710d54680be .shogun-heading-component h4 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-2fa99e37-612a-4094-bbe3-3c694813bfa1 {
  margin-right: 0px;
}
}
#s-94c53751-eaeb-4887-8230-7e4c987be03e {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0.3px;
}
#s-94c53751-eaeb-4887-8230-7e4c987be03e:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-94c53751-eaeb-4887-8230-7e4c987be03e:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-94c53751-eaeb-4887-8230-7e4c987be03e-root {
    text-align: center;
  }


#s-94c53751-eaeb-4887-8230-7e4c987be03e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-94c53751-eaeb-4887-8230-7e4c987be03e-root {
    text-align: center;
  }


#s-94c53751-eaeb-4887-8230-7e4c987be03e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-94c53751-eaeb-4887-8230-7e4c987be03e-root {
    text-align: center;
  }


#s-94c53751-eaeb-4887-8230-7e4c987be03e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-94c53751-eaeb-4887-8230-7e4c987be03e-root {
    text-align: center;
  }


#s-94c53751-eaeb-4887-8230-7e4c987be03e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-94c53751-eaeb-4887-8230-7e4c987be03e-root {
    text-align: center;
  }


#s-94c53751-eaeb-4887-8230-7e4c987be03e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c1c3d6f9-73bf-4f87-9582-3324e86dd827 {
  padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c1c3d6f9-73bf-4f87-9582-3324e86dd827 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-c1c3d6f9-73bf-4f87-9582-3324e86dd827 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-c1c3d6f9-73bf-4f87-9582-3324e86dd827 hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-634737f2-7c1b-4a63-a529-eccbeb1a44e6 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-634737f2-7c1b-4a63-a529-eccbeb1a44e6 {
  margin-top: 25px;
margin-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-634737f2-7c1b-4a63-a529-eccbeb1a44e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-634737f2-7c1b-4a63-a529-eccbeb1a44e6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-634737f2-7c1b-4a63-a529-eccbeb1a44e6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-634737f2-7c1b-4a63-a529-eccbeb1a44e6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-634737f2-7c1b-4a63-a529-eccbeb1a44e6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-634737f2-7c1b-4a63-a529-eccbeb1a44e6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-634737f2-7c1b-4a63-a529-eccbeb1a44e6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-634737f2-7c1b-4a63-a529-eccbeb1a44e6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3c190ce1-a62c-4c7a-8e95-e34180b39630 {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-3c190ce1-a62c-4c7a-8e95-e34180b39630 .shogun-heading-component h4 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-132aba02-7bd5-4122-914c-92ded910f42f {
  margin-right: 0px;
}
}
#s-63a8656c-5adb-404d-b61a-14740096854f {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-63a8656c-5adb-404d-b61a-14740096854f {
  margin-top: -40px;
margin-bottom: 0px;
padding-top: 43px;
padding-bottom: 43px;
}
}@media (max-width: 767px){#s-63a8656c-5adb-404d-b61a-14740096854f {
  margin-top: 25px;
margin-bottom: 40px;
}
}






  #s-63a8656c-5adb-404d-b61a-14740096854f img.shogun-image {
    

    
    
    
  }


#s-63a8656c-5adb-404d-b61a-14740096854f .shogun-image-content {
  
    align-items: center;
  
}

#s-1f95cd54-812f-47b0-80d9-804420a7a074 {
  padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1f95cd54-812f-47b0-80d9-804420a7a074 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-1f95cd54-812f-47b0-80d9-804420a7a074 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-1f95cd54-812f-47b0-80d9-804420a7a074 hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-9e03f19e-cf37-49d9-9773-c22f99661323 {
  padding-top: 20px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9e03f19e-cf37-49d9-9773-c22f99661323 {
  margin-top: 20px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-9e03f19e-cf37-49d9-9773-c22f99661323 {
  padding-top: 5px;
padding-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-9e03f19e-cf37-49d9-9773-c22f99661323"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e03f19e-cf37-49d9-9773-c22f99661323"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9e03f19e-cf37-49d9-9773-c22f99661323"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9e03f19e-cf37-49d9-9773-c22f99661323"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9e03f19e-cf37-49d9-9773-c22f99661323"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e03f19e-cf37-49d9-9773-c22f99661323"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9e03f19e-cf37-49d9-9773-c22f99661323"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-ac42e927-f653-4ce5-b1f6-b0789e03eec9 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ac42e927-f653-4ce5-b1f6-b0789e03eec9 {
  margin-top: -35px;
padding-top: 43px;
padding-bottom: 43px;
}
}@media (max-width: 767px){#s-ac42e927-f653-4ce5-b1f6-b0789e03eec9 {
  margin-top: 18px;
margin-bottom: 40px;
text-align: left;
}
}






  #s-ac42e927-f653-4ce5-b1f6-b0789e03eec9 img.shogun-image {
    

    
    
    
  }


#s-ac42e927-f653-4ce5-b1f6-b0789e03eec9 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd2a9f3b-7e53-401a-885a-6d28f7350a89 {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-dd2a9f3b-7e53-401a-885a-6d28f7350a89 .shogun-heading-component h4 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-11574a1d-089e-4761-a25e-43508e81fa85 {
  margin-right: 0px;
}
}
#s-b0b50f29-f8eb-4e1a-9a25-96a67569b24f {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0.3px;
}
#s-b0b50f29-f8eb-4e1a-9a25-96a67569b24f:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b0b50f29-f8eb-4e1a-9a25-96a67569b24f:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b0b50f29-f8eb-4e1a-9a25-96a67569b24f-root {
    text-align: center;
  }


#s-b0b50f29-f8eb-4e1a-9a25-96a67569b24f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b0b50f29-f8eb-4e1a-9a25-96a67569b24f-root {
    text-align: center;
  }


#s-b0b50f29-f8eb-4e1a-9a25-96a67569b24f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b0b50f29-f8eb-4e1a-9a25-96a67569b24f-root {
    text-align: center;
  }


#s-b0b50f29-f8eb-4e1a-9a25-96a67569b24f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b0b50f29-f8eb-4e1a-9a25-96a67569b24f-root {
    text-align: center;
  }


#s-b0b50f29-f8eb-4e1a-9a25-96a67569b24f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b0b50f29-f8eb-4e1a-9a25-96a67569b24f-root {
    text-align: center;
  }


#s-b0b50f29-f8eb-4e1a-9a25-96a67569b24f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7c25ac54-660f-479c-9918-1425a2abbb7b {
  padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7c25ac54-660f-479c-9918-1425a2abbb7b {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-7c25ac54-660f-479c-9918-1425a2abbb7b {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-7c25ac54-660f-479c-9918-1425a2abbb7b hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-cdc2c6dd-5f16-49c5-ad33-5865c0836bef {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cdc2c6dd-5f16-49c5-ad33-5865c0836bef {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
}@media (max-width: 767px){#s-cdc2c6dd-5f16-49c5-ad33-5865c0836bef {
  padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-cdc2c6dd-5f16-49c5-ad33-5865c0836bef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdc2c6dd-5f16-49c5-ad33-5865c0836bef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cdc2c6dd-5f16-49c5-ad33-5865c0836bef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cdc2c6dd-5f16-49c5-ad33-5865c0836bef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cdc2c6dd-5f16-49c5-ad33-5865c0836bef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdc2c6dd-5f16-49c5-ad33-5865c0836bef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cdc2c6dd-5f16-49c5-ad33-5865c0836bef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-cdc2c6dd-5f16-49c5-ad33-5865c0836bef"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4cbebd70-85be-4a33-b58d-5d86162c7ad9 {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-4cbebd70-85be-4a33-b58d-5d86162c7ad9 .shogun-heading-component h4 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-04a21b39-e53e-4a6a-b376-46a187907b34 {
  padding-left: 0px;
}
}
#s-997cd58d-6a31-4abe-b9ce-d4e7836276b1 {
  margin-top: -40px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-997cd58d-6a31-4abe-b9ce-d4e7836276b1 {
  margin-top: -35px;
padding-top: 43px;
padding-bottom: 43px;
}
}@media (max-width: 767px){#s-997cd58d-6a31-4abe-b9ce-d4e7836276b1 {
  margin-top: 25px;
margin-bottom: 40px;
}
}






  #s-997cd58d-6a31-4abe-b9ce-d4e7836276b1 img.shogun-image {
    

    
    
    
  }


#s-997cd58d-6a31-4abe-b9ce-d4e7836276b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6a0f285-961d-4a2a-9841-6b50d9b4a8fb {
  padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f6a0f285-961d-4a2a-9841-6b50d9b4a8fb {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-f6a0f285-961d-4a2a-9841-6b50d9b4a8fb {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-f6a0f285-961d-4a2a-9841-6b50d9b4a8fb hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-42a1adaf-0fed-4c32-b23b-40d9285ff139 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-42a1adaf-0fed-4c32-b23b-40d9285ff139 {
  margin-top: 10px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-42a1adaf-0fed-4c32-b23b-40d9285ff139 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-42a1adaf-0fed-4c32-b23b-40d9285ff139"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42a1adaf-0fed-4c32-b23b-40d9285ff139"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-42a1adaf-0fed-4c32-b23b-40d9285ff139"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-42a1adaf-0fed-4c32-b23b-40d9285ff139"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-42a1adaf-0fed-4c32-b23b-40d9285ff139"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-42a1adaf-0fed-4c32-b23b-40d9285ff139"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-42a1adaf-0fed-4c32-b23b-40d9285ff139"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px){#s-c5bf907e-240e-4cfe-a4f9-74fafdd8c176 {
  margin-top: 25px;
margin-bottom: 40px;
}
}
#s-b27b86bb-90ad-4970-9701-efb8a7628443 {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-b27b86bb-90ad-4970-9701-efb8a7628443 .shogun-heading-component h4 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-39f22b31-bba6-4197-820a-2485afff5f8e {
  margin-right: 0px;
}
}
#s-bf9bd9d1-b6ad-4ff9-9740-330f2fec9a29 {
  padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bf9bd9d1-b6ad-4ff9-9740-330f2fec9a29 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-bf9bd9d1-b6ad-4ff9-9740-330f2fec9a29 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-bf9bd9d1-b6ad-4ff9-9740-330f2fec9a29 hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-94c0e7b6-cbb8-4c7e-b91e-03febb678f8b {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-94c0e7b6-cbb8-4c7e-b91e-03febb678f8b {
  margin-top: 25px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-94c0e7b6-cbb8-4c7e-b91e-03febb678f8b {
  padding-top: 5px;
padding-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-94c0e7b6-cbb8-4c7e-b91e-03febb678f8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94c0e7b6-cbb8-4c7e-b91e-03febb678f8b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-94c0e7b6-cbb8-4c7e-b91e-03febb678f8b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-94c0e7b6-cbb8-4c7e-b91e-03febb678f8b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-94c0e7b6-cbb8-4c7e-b91e-03febb678f8b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-94c0e7b6-cbb8-4c7e-b91e-03febb678f8b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-94c0e7b6-cbb8-4c7e-b91e-03febb678f8b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-94c0e7b6-cbb8-4c7e-b91e-03febb678f8b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9f5d47d0-943a-4e03-a1e8-2bc545c0c50d {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-9f5d47d0-943a-4e03-a1e8-2bc545c0c50d .shogun-heading-component h4 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-e781a0d8-eeaa-4128-8986-c6a9558e9ec0 {
  margin-right: 0px;
}
}
#s-819a6a3b-8bc4-46eb-a96f-3ba0b2856362 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-819a6a3b-8bc4-46eb-a96f-3ba0b2856362 {
  margin-top: 60px;
margin-bottom: 60px;
padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-819a6a3b-8bc4-46eb-a96f-3ba0b2856362 {
  margin-top: 10px;
margin-bottom: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}






  #s-819a6a3b-8bc4-46eb-a96f-3ba0b2856362 img.shogun-image {
    

    
    
    
  }


#s-819a6a3b-8bc4-46eb-a96f-3ba0b2856362 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d2fca0c-6d96-49cb-a6a1-198744449da6 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0.3px;
}
#s-5d2fca0c-6d96-49cb-a6a1-198744449da6:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5d2fca0c-6d96-49cb-a6a1-198744449da6:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5d2fca0c-6d96-49cb-a6a1-198744449da6-root {
    text-align: center;
  }


#s-5d2fca0c-6d96-49cb-a6a1-198744449da6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5d2fca0c-6d96-49cb-a6a1-198744449da6-root {
    text-align: center;
  }


#s-5d2fca0c-6d96-49cb-a6a1-198744449da6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5d2fca0c-6d96-49cb-a6a1-198744449da6-root {
    text-align: center;
  }


#s-5d2fca0c-6d96-49cb-a6a1-198744449da6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5d2fca0c-6d96-49cb-a6a1-198744449da6-root {
    text-align: center;
  }


#s-5d2fca0c-6d96-49cb-a6a1-198744449da6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5d2fca0c-6d96-49cb-a6a1-198744449da6-root {
    text-align: center;
  }


#s-5d2fca0c-6d96-49cb-a6a1-198744449da6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d4436690-8a10-499b-aad4-04e81cf2d1b6 {
  margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d4436690-8a10-499b-aad4-04e81cf2d1b6 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-d4436690-8a10-499b-aad4-04e81cf2d1b6 {
  margin-left: 30px;
margin-right: 30px;
}
}
/*
  $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;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .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;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

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

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.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:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}